-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: May 16, 2026 at 05:48 PM
-- Server version: 5.7.23-23
-- PHP Version: 8.1.34

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


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

--
-- Database: `skgahjlv_hagardb`
--

-- --------------------------------------------------------

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

CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `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',
  `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,
  `priority` tinyint(3) UNSIGNED NOT NULL DEFAULT '10'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`, `priority`) VALUES
(89, 'woocommerce_cleanup_draft_orders', 'complete', '2026-04-09 15:44:27', '2026-04-09 15:44:27', '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775749467;s:18:\"\0*\0first_timestamp\";i:1739168493;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775749467;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, 1, '2026-04-19 14:55:56', '2026-04-19 14:55:56', 0, NULL, 10),
(90, 'woocommerce_cleanup_draft_orders', 'complete', '2026-04-20 14:55:56', '2026-04-20 14:55:56', '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776696956;s:18:\"\0*\0first_timestamp\";i:1739168493;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776696956;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, 1, '2026-05-14 19:17:33', '2026-05-14 19:17:33', 0, NULL, 10),
(91, 'woocommerce_cleanup_draft_orders', 'complete', '2026-05-15 19:17:33', '2026-05-15 19:17:33', '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778872653;s:18:\"\0*\0first_timestamp\";i:1739168493;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778872653;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, 1, '2026-05-16 11:58:21', '2026-05-16 11:58:21', 0, NULL, 10),
(92, 'woocommerce_cleanup_draft_orders', 'pending', '2026-05-17 11:58:21', '2026-05-17 11:58:21', '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1779019101;s:18:\"\0*\0first_timestamp\";i:1739168493;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1779019101;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 10);

-- --------------------------------------------------------

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

CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) UNSIGNED NOT NULL,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1, 'action-scheduler-migration'),
(2, 'wc-admin-data'),
(3, 'woocommerce-db-updates'),
(4, 'wc_update_product_default_cat'),
(5, 'woocommerce-remote-inbox-engine'),
(6, '');

-- --------------------------------------------------------

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

CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(265, 89, 'action created', '2026-04-08 15:44:27', '2026-04-08 15:44:27'),
(266, 89, 'action started via WP Cron', '2026-04-19 14:55:56', '2026-04-19 14:55:56'),
(267, 89, 'action complete via WP Cron', '2026-04-19 14:55:56', '2026-04-19 14:55:56'),
(268, 90, 'action created', '2026-04-19 14:55:56', '2026-04-19 14:55:56'),
(269, 90, 'action started via WP Cron', '2026-05-14 19:17:33', '2026-05-14 19:17:33'),
(270, 90, 'action complete via WP Cron', '2026-05-14 19:17:33', '2026-05-14 19:17:33'),
(271, 91, 'action created', '2026-05-14 19:17:33', '2026-05-14 19:17:33'),
(272, 91, 'action started via Async Request', '2026-05-16 11:58:21', '2026-05-16 11:58:21'),
(273, 91, 'action complete via Async Request', '2026-05-16 11:58:21', '2026-05-16 11:58:21'),
(274, 92, 'action created', '2026-05-16 11:58:21', '2026-05-16 11:58:21');

-- --------------------------------------------------------

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

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES
(1, 2, 'vendor_rating', '5'),
(2, 2, 'vendor_rating_id', '39'),
(3, 3, 'vendor_rating', '5'),
(4, 3, 'vendor_rating_id', '40'),
(5, 4, 'vendor_rating', '5'),
(6, 4, 'vendor_rating_id', '41'),
(7, 5, 'vendor_rating', '5'),
(8, 5, 'vendor_rating_id', '42'),
(37, 33, 'rating', '5'),
(38, 33, 'verified', '0'),
(39, 34, 'rating', '5'),
(40, 34, 'verified', '0'),
(41, 35, 'rating', '5'),
(42, 35, 'verified', '0'),
(43, 36, 'rating', '5'),
(44, 36, 'verified', '0'),
(45, 37, 'rating', '5'),
(46, 37, 'verified', '0'),
(47, 38, 'rating', '5'),
(48, 38, 'verified', '0'),
(49, 39, 'rating', '5'),
(50, 39, 'verified', '0'),
(51, 40, 'rating', '5'),
(52, 40, 'verified', '0'),
(53, 41, 'rating', '5'),
(54, 41, 'verified', '0'),
(55, 42, 'rating', '5'),
(56, 42, 'verified', '0'),
(57, 43, 'rating', '5'),
(58, 43, 'verified', '0'),
(59, 44, 'rating', '5'),
(60, 44, 'verified', '0'),
(61, 45, 'rating', '5'),
(62, 45, 'verified', '0'),
(63, 46, 'rating', '5'),
(64, 46, 'verified', '0');

-- --------------------------------------------------------

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

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2022-03-29 16:08:15', '2022-03-29 16:08:15', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0),
(2, 713, 'Rose Tyler', 'rose@8theme.com', '', '176.98.69.180', '2020-12-09 09:37:10', '2020-12-09 09:37:10', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don’t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing.', 0, '1', '', 'wcmp_vendor_rating', 0, 0),
(3, 713, 'Rose Tyler', 'rose@8theme.com', '', '176.98.69.180', '2020-12-09 09:37:38', '2020-12-09 09:37:38', 'Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum. Quis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.', 0, '1', '', 'wcmp_vendor_rating', 0, 0),
(4, 713, 'Rose Tyler', 'rose@8theme.com', '', '176.98.69.180', '2020-12-09 09:37:43', '2020-12-09 09:37:43', 'Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum. Quis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.', 0, '1', '', 'wcmp_vendor_rating', 0, 0),
(5, 713, 'Rose Tyler', 'rose@8theme.com', '', '176.98.69.180', '2020-12-09 09:37:47', '2020-12-09 09:37:47', 'Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum. Quis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.', 0, '1', '', 'wcmp_vendor_rating', 0, 0),
(20, 4592, 'WooCommerce', 'woocommerce@hagarbath.com', '', '', '2022-04-12 12:25:43', '2022-04-12 12:25:43', 'Razorpay OrderId: order_JIRarOUdnt2owl', 0, '1', 'WooCommerce', 'order_note', 0, 0),
(21, 4592, 'WooCommerce', 'woocommerce@hagarbath.com', '', '', '2022-04-12 15:03:20', '2022-04-12 15:03:20', 'Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.', 0, '1', 'WooCommerce', 'order_note', 0, 0),
(22, 4597, 'WooCommerce', 'woocommerce@hagarbath.com', '', '', '2022-04-12 15:19:15', '2022-04-12 15:19:15', 'Razorpay OrderId: order_JIUYAjMrbG4UXc', 0, '1', 'WooCommerce', 'order_note', 0, 0),
(23, 4597, 'WooCommerce', 'woocommerce@hagarbath.com', '', '', '2022-04-13 03:53:55', '2022-04-13 03:53:55', 'Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.', 0, '1', 'WooCommerce', 'order_note', 0, 0),
(24, 4701, 'WooCommerce', 'woocommerce@hagarbath.com', '', '', '2022-05-07 12:58:19', '2022-05-07 12:58:19', 'Razorpay OrderId: order_JSLVIhfU7B9sRC', 0, '1', 'WooCommerce', 'order_note', 0, 0),
(25, 4701, 'WooCommerce', 'woocommerce@hagarbath.com', '', '', '2022-05-07 12:58:54', '2022-05-07 12:58:54', 'Stock levels reduced: IRIS Soap Dish (IR02) 100&rarr;99', 0, '1', 'WooCommerce', 'order_note', 0, 0),
(26, 4701, 'WooCommerce', 'woocommerce@hagarbath.com', '', '', '2022-05-07 12:58:54', '2022-05-07 12:58:54', 'Order status changed from Pending payment to Processing.', 0, '1', 'WooCommerce', 'order_note', 0, 0),
(27, 4701, 'WooCommerce', 'woocommerce@hagarbath.com', '', '', '2022-05-07 12:58:56', '2022-05-07 12:58:56', 'Razorpay payment successful <br/>Razorpay Id: pay_JSLVmy6lM5rfHH', 0, '1', 'WooCommerce', 'order_note', 0, 0),
(28, 4908, 'WooCommerce', 'woocommerce@hagarbath.com', '', '', '2022-05-11 10:38:27', '2022-05-11 10:38:27', 'Razorpay OrderId: order_JTtG2bBohejJ8c', 0, '1', 'WooCommerce', 'order_note', 0, 0),
(29, 4908, 'WooCommerce', 'woocommerce@hagarbath.com', '', '', '2022-05-11 10:38:46', '2022-05-11 10:38:46', 'Stock levels reduced: Self Closing Angle Valve (PT002) 100&rarr;99', 0, '1', 'WooCommerce', 'order_note', 0, 0),
(30, 4908, 'WooCommerce', 'woocommerce@hagarbath.com', '', '', '2022-05-11 10:38:46', '2022-05-11 10:38:46', 'Order status changed from Pending payment to Processing.', 0, '1', 'WooCommerce', 'order_note', 0, 0),
(31, 4908, 'WooCommerce', 'woocommerce@hagarbath.com', '', '', '2022-05-11 10:38:51', '2022-05-11 10:38:51', 'Razorpay payment successful <br/>Razorpay Id: pay_JTtGHAQXxrA3V5', 0, '1', 'WooCommerce', 'order_note', 0, 0),
(32, 4908, 'hagaradmin', 'online@hagarbath.com', '', '', '2022-05-11 10:47:14', '2022-05-11 10:47:14', 'Order status changed from Processing to Completed.', 0, '1', 'WooCommerce', 'order_note', 0, 0),
(33, 960, 'Rose Tyler', 'rose@8theme.com', '', '176.98.69.180', '2020-12-07 15:09:20', '2020-12-07 15:09:20', 'Uses A Dictionary Of Over Combined Wth A Handful Of Model Sentence Structures, To Generatein Lorem Isum Which Looks Reasonable.', 0, '1', '', 'review', 0, 0),
(34, 1046, 'Rose Tyler', 'rose@8theme.com', '', '176.98.69.180', '2020-12-07 20:19:02', '2020-12-07 20:19:02', 'Uses A Dictionary Of Over Combined Wth A Handful Of Model Sentence Structures, To Generatein Lorem Isum Which Looks Reasonable.', 0, '1', '', 'review', 0, 0),
(35, 1047, 'Rose Tyler', 'rose@8theme.com', '', '176.98.69.180', '2020-12-07 20:19:35', '2020-12-07 20:19:35', 'Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 0, '1', '', 'review', 0, 0),
(36, 1048, 'Rose Tyler', 'rose@8theme.com', '', '176.98.69.180', '2020-12-07 20:19:29', '2020-12-07 20:19:29', 'Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 0, '1', '', 'review', 0, 0),
(37, 1061, 'Rose Tyler', 'rose@8theme.com', '', '176.98.69.180', '2020-12-07 20:19:24', '2020-12-07 20:19:24', 'Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 0, '1', '', 'review', 0, 0),
(38, 1085, 'Rose Tyler', 'rose@8theme.com', '', '176.98.69.180', '2020-12-08 09:41:15', '2020-12-08 09:41:15', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don’t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing.', 0, '1', '', 'review', 0, 0),
(39, 1092, 'Rose Tyler', 'rose@8theme.com', '', '176.98.69.180', '2020-12-08 09:40:37', '2020-12-08 09:40:37', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don’t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum. Quis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.', 0, '1', '', 'review', 0, 0),
(40, 1093, 'Rose Tyler', 'rose@8theme.com', '', '176.98.69.180', '2020-12-08 09:40:26', '2020-12-08 09:40:26', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don’t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum. Quis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.', 0, '1', '', 'review', 0, 0),
(41, 1094, 'Rose Tyler', 'rose@8theme.com', '', '176.98.69.180', '2020-12-08 09:41:27', '2020-12-08 09:41:27', 'If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum. Quis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.', 0, '1', '', 'review', 0, 0),
(42, 1095, 'Rose Tyler', 'rose@8theme.com', '', '176.98.69.180', '2020-12-08 09:41:38', '2020-12-08 09:41:38', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don’t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing.', 0, '1', '', 'review', 0, 0),
(43, 1096, 'Rose Tyler', 'rose@8theme.com', '', '176.98.69.180', '2020-12-08 09:40:50', '2020-12-08 09:40:50', 'Quis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.', 0, '1', '', 'review', 0, 0),
(44, 1119, 'Rose Tyler', 'rose@8theme.com', '', '176.98.69.180', '2020-12-08 09:57:16', '2020-12-08 09:57:16', 'Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 0, '1', '', 'review', 0, 0),
(45, 1120, 'Rose Tyler', 'rose@8theme.com', '', '176.98.69.180', '2020-12-08 09:57:28', '2020-12-08 09:57:28', 'Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 0, '1', '', 'review', 0, 0),
(46, 1121, 'Rose Tyler', 'rose@8theme.com', '', '176.98.69.180', '2020-12-08 09:57:24', '2020-12-08 09:57:24', 'Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 0, '1', '', 'review', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_ewwwio_images`
--

CREATE TABLE `wp_ewwwio_images` (
  `id` int(10) UNSIGNED NOT NULL,
  `attachment_id` bigint(20) UNSIGNED DEFAULT NULL,
  `gallery` varchar(10) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `resize` varchar(75) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `path` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `converted` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `results` varchar(75) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `image_size` int(10) UNSIGNED DEFAULT NULL,
  `orig_size` int(10) UNSIGNED DEFAULT NULL,
  `backup` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `level` int(10) UNSIGNED DEFAULT NULL,
  `pending` tinyint(4) NOT NULL DEFAULT '0',
  `updates` int(10) UNSIGNED DEFAULT NULL,
  `updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `trace` blob
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_ewwwio_images`
--

INSERT INTO `wp_ewwwio_images` (`id`, `attachment_id`, `gallery`, `resize`, `path`, `converted`, `results`, `image_size`, `orig_size`, `backup`, `level`, `pending`, `updates`, `updated`, `trace`) VALUES
(1, 4692, 'media', 'full', 'ABSPATHwp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-scaled.jpg', '', 'Reduced by 33.2% (51.3 KB)', 105952, 158534, '', 10, 0, 1, '2022-05-05 10:33:37', NULL),
(2, 4692, 'media', 'medium', 'ABSPATHwp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-300x200.jpg', '', 'Reduced by 29.8% (956 B)', 2249, 3205, '', 10, 0, 1, '2022-05-05 10:33:37', NULL),
(3, 4692, 'media', 'large', 'ABSPATHwp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-1024x683.jpg', '', 'Reduced by 29.0% (8.2 KB)', 20423, 28778, '', 10, 0, 1, '2022-05-05 10:33:38', NULL),
(4, 4692, 'media', 'thumbnail', 'ABSPATHwp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-150x150.jpg', '', 'Reduced by 25.7% (532 B)', 1542, 2074, '', 10, 0, 1, '2022-05-05 10:33:38', NULL),
(5, 4692, 'media', 'medium_large', 'ABSPATHwp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-768x512.jpg', '', 'Reduced by 31.1% (4.7 KB)', 10586, 15361, '', 10, 0, 1, '2022-05-05 10:33:39', NULL),
(6, 4692, 'media', '1536x1536', 'ABSPATHwp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-1536x1024.jpg', '', 'Reduced by 32.7% (18.5 KB)', 39037, 58014, '', 10, 0, 1, '2022-05-05 10:33:40', NULL),
(7, 4692, 'media', '2048x2048', 'ABSPATHwp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-2048x1365.jpg', '', 'Reduced by 30.5% (31.3 KB)', 73045, 105097, '', 10, 0, 1, '2022-05-05 10:33:41', NULL),
(8, 4692, 'media', 'etheme-woocommerce-nimi', 'ABSPATHwp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-1x1.jpg', '', 'Reduced by 58.8% (407 B)', 285, 692, '', 10, 0, 1, '2022-05-05 10:33:41', NULL),
(9, 4692, 'media', 'etheme-nimi', 'ABSPATHwp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-10x7.jpg', '', 'Reduced by 55.4% (394 B)', 317, 711, '', 10, 0, 1, '2022-05-05 10:33:42', NULL),
(10, 4692, 'media', 'woocommerce_thumbnail', 'ABSPATHwp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-300x300.jpg', '', 'Reduced by 19.1% (1.1 KB)', 4674, 5780, '', 10, 0, 1, '2022-05-05 10:33:42', NULL),
(11, 4692, 'media', 'woocommerce_single', 'ABSPATHwp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-600x400.jpg', '', 'Reduced by 29.4% (3.2 KB)', 7904, 11200, '', 10, 0, 1, '2022-05-05 10:33:43', NULL),
(12, 4692, 'media', 'woocommerce_gallery_thumbnail', 'ABSPATHwp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-100x100.jpg', '', 'Reduced by 29.9% (434 B)', 1017, 1451, '', 10, 0, 1, '2022-05-05 10:33:43', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wp_ewwwio_queue`
--

CREATE TABLE `wp_ewwwio_queue` (
  `id` int(10) UNSIGNED NOT NULL,
  `attachment_id` bigint(20) UNSIGNED DEFAULT NULL,
  `gallery` varchar(20) DEFAULT NULL,
  `scanned` tinyint(4) NOT NULL DEFAULT '0',
  `new` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

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

CREATE TABLE `wp_e_events` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `event_data` text COLLATE utf8mb4_unicode_520_ci,
  `created_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_e_submissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `hash_id` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `main_meta_id` bigint(20) UNSIGNED NOT NULL COMMENT 'Id of main field. to represent the main meta field',
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `referer` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `referer_title` varchar(300) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `element_id` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `form_name` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `campaign_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_ip` varchar(46) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_agent` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `actions_count` int(11) DEFAULT '0',
  `actions_succeeded_count` int(11) DEFAULT '0',
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT '0',
  `meta` text COLLATE utf8mb4_unicode_520_ci,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_e_submissions_actions_log` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `submission_id` bigint(20) UNSIGNED NOT NULL,
  `action_name` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `action_label` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `log` text COLLATE utf8mb4_unicode_520_ci,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_e_submissions_values` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `submission_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `key` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://skgah.com/shop', 'yes'),
(2, 'home', 'https://skgah.com/shop', 'yes'),
(3, 'blogname', 'Hagar Bath', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'online@hagarbath.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:12:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:31:\"elementor-pro/elementor-pro.php\";i:2;s:23:\"elementor/elementor.php\";i:3;s:33:\"et-core-plugin/et-core-plugin.php\";i:4;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:5;s:29:\"woo-razorpay/woo-razorpay.php\";i:6;s:21:\"woo-zoho/woo-zoho.php\";i:7;s:59:\"woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php\";i:8;s:45:\"woocommerce-services/woocommerce-services.php\";i:9;s:27:\"woocommerce/woocommerce.php\";i:10;s:21:\"wp-reset/wp-reset.php\";i:11;s:34:\"yith-woocommerce-wishlist/init.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'https://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:4:{i:0;s:67:\"/home4/skgahjlv/public_html/shop/wp-content/themes/xstore/style.css\";i:1;s:73:\"/home4/skgahjlv/public_html/shop/wp-content/themes/xstore-child/style.css\";i:2;s:72:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/style.css\";i:3;s:0:\"\";}', 'no'),
(40, 'template', 'xstore', 'yes'),
(41, 'stylesheet', 'xstore-child', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '60717', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:3:{i:2;a:4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:6;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'uninstall_plugins', 'a:5:{s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:21:\"wp-reset/wp-reset.php\";a:2:{i:0;s:8:\"WP_Reset\";i:1;s:9:\"uninstall\";}s:59:\"woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php\";s:48:\"WC_Legacy_REST_API_Plugin::on_plugin_deactivated\";}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '19', 'yes'),
(82, 'page_on_front', '18', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '0', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1664122094', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'off'),
(99, 'initial_db_version', '51917', 'yes'),
(100, 'wp_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:134:{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:13:\"read_vxc_zoho\";b:1;s:13:\"edit_vxc_zoho\";b:1;s:14:\"edit_vxc_zohos\";b:1;s:17:\"publish_vxc_zohos\";b:1;s:22:\"edit_private_vxc_zohos\";b:1;s:24:\"edit_published_vxc_zohos\";b:1;s:21:\"edit_others_vxc_zohos\";b:1;s:16:\"delete_vxc_zohos\";b:1;s:24:\"delete_private_vxc_zohos\";b:1;s:23:\"delete_others_vxc_zohos\";b:1;s:26:\"delete_published_vxc_zohos\";b:1;s:18:\"vxc_zoho_read_logs\";b:1;s:20:\"vxc_zoho_export_logs\";b:1;s:22:\"vxc_zoho_read_settings\";b:1;s:22:\"vxc_zoho_edit_settings\";b:1;s:20:\"vxc_zoho_send_to_crm\";b:1;s:21:\"vxc_zoho_read_license\";b:1;s:18:\"vxc_zoho_uninstall\";b:1;s:23:\"vx_crmperks_view_addons\";b:1;s:23:\"vx_crmperks_edit_addons\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{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;}}}', 'yes'),
(101, 'fresh_site', '0', 'off'),
(102, '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;}', 'yes'),
(103, 'sidebars_widgets', 'a:21:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:21:\"etheme-recent-posts-3\";i:1;s:7:\"block-2\";i:2;s:7:\"block-3\";i:3;s:7:\"block-4\";i:4;s:7:\"block-5\";i:5;s:7:\"block-6\";}s:13:\"top-bar-right\";a:0:{}s:14:\"mobile-sidebar\";a:0:{}s:9:\"top-panel\";a:0:{}s:13:\"header-banner\";a:1:{i:0;s:21:\"etheme-static-block-8\";}s:20:\"shop-filters-sidebar\";a:0:{}s:19:\"shop-after-products\";a:0:{}s:9:\"prefooter\";a:0:{}s:17:\"footer-copyrights\";a:0:{}s:18:\"footer-copyrights2\";a:0:{}s:30:\"8theme-sidebar---custom-area-1\";a:0:{}s:30:\"8theme-sidebar---custom-area-2\";a:0:{}s:13:\"array_version\";i:3;s:12:\"main-sidebar\";a:4:{i:0;s:8:\"search-1\";i:1;s:12:\"categories-2\";i:2;s:21:\"etheme-recent-posts-3\";i:3;s:11:\"tag_cloud-4\";}s:17:\"languages-sidebar\";a:3:{i:0;s:10:\"archives-5\";i:1;s:12:\"categories-6\";i:2;s:6:\"meta-7\";}s:12:\"shop-sidebar\";a:9:{i:0;s:24:\"et_layered_nav_filters-9\";i:1;s:26:\"dc_product_vendors_list-10\";i:2;s:33:\"woocommerce_product_categories-11\";i:3;s:18:\"et_price_filter-12\";i:4;s:31:\"etheme_product_status_filter-13\";i:5;s:28:\"woocommerce_rating_filter-14\";i:6;s:27:\"dc-vendor-store-location-15\";i:7;s:23:\"dc-vendor-quick-info-16\";i:8;s:32:\"woocommerce_product_tag_cloud-17\";}s:14:\"single-sidebar\";a:1:{i:0;s:22:\"etheme-static-block-18\";}s:9:\"cart-area\";a:1:{i:0;s:22:\"etheme-static-block-19\";}s:8:\"footer-1\";a:1:{i:0;s:22:\"etheme-static-block-20\";}s:29:\"8theme-sidebar:-custom-area-1\";a:1:{i:0;s:11:\"nav_menu-21\";}s:29:\"8theme-sidebar:-custom-area-2\";a:1:{i:0;s:11:\"nav_menu-22\";}}', 'yes'),
(104, 'cron', 'a:27:{i:1778786301;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:1778786679;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:1778788297;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:1778788864;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:1778789295;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:1778789854;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1778793712;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778801079;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:1778803200;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778808000;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778811228;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778815322;a:2:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778818095;a:4:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}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:1778823081;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778823480;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778826112;a:2:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"woocommerce_cleanup_rate_limits\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778830977;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:1778831901;a:3:{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: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:1778833384;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:1778834312;a:1:{s:34:\"yith_wcwl_delete_expired_wishlists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778861295;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:1779136578;a:1:{s:23:\"one_cc_plugin_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}i:1779210678;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:1779265384;a:1:{s:16:\"wpseo_ryte_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1779293295;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:1779420172;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}s:7:\"version\";i:2;}', 'on'),
(105, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_archives', 'a:2:{s:12:\"_multiwidget\";i:1;i:5;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}}', 'yes'),
(108, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_meta', 'a:2:{s:12:\"_multiwidget\";i:1;i:7;a:1:{s:5:\"title\";s:0:\"\";}}', 'yes'),
(113, 'widget_search', 'a:2:{s:12:\"_multiwidget\";i:1;i:1;a:1:{s:5:\"title\";s:0:\"\";}}', 'yes'),
(114, 'widget_tag_cloud', 'a:2:{s:12:\"_multiwidget\";i:1;i:4;a:3:{s:5:\"title\";s:11:\"Popular Tag\";s:5:\"count\";i:0;s:8:\"taxonomy\";s:8:\"post_tag\";}}', 'yes'),
(115, 'widget_nav_menu', 'a:3:{s:12:\"_multiwidget\";i:1;i:21;a:1:{s:8:\"nav_menu\";s:9:\"languages\";}i:22;a:1:{s:8:\"nav_menu\";s:10:\"currencies\";}}', 'yes'),
(116, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'recovery_keys', 'a:0:{}', 'off'),
(121, 'theme_mods_twentytwentytwo', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1648639121;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\";}}}}', 'no'),
(124, 'https_detection_errors', 'a:1:{s:17:\"bad_response_code\";a:1:{i:0;s:19:\"Service Unavailable\";}}', 'off'),
(162, 'finished_updating_comment_type', '1', 'yes'),
(168, 'action_scheduler_hybrid_store_demarkation', '5', 'yes'),
(169, 'schema-ActionScheduler_StoreSchema', '7.0.1737515459', 'yes'),
(170, 'schema-ActionScheduler_LoggerSchema', '3.0.1648627224', 'yes'),
(174, 'woocommerce_schema_version', '920', 'yes'),
(175, 'woocommerce_store_address', 'E-20, Pilanji, South Extension I', 'yes'),
(176, 'woocommerce_store_address_2', '', 'yes'),
(177, 'woocommerce_store_city', 'Delhi', 'yes'),
(178, 'woocommerce_default_country', 'IN:DL', 'yes'),
(179, 'woocommerce_store_postcode', '110049', 'yes'),
(180, 'woocommerce_allowed_countries', 'specific', 'yes'),
(181, 'woocommerce_all_except_countries', 'a:0:{}', 'yes'),
(182, 'woocommerce_specific_allowed_countries', 'a:1:{i:0;s:2:\"IN\";}', 'yes'),
(183, 'woocommerce_ship_to_countries', '', 'yes'),
(184, 'woocommerce_specific_ship_to_countries', 'a:0:{}', 'yes'),
(185, 'woocommerce_default_customer_address', 'base', 'yes'),
(186, 'woocommerce_calc_taxes', 'yes', 'yes'),
(187, 'woocommerce_enable_coupons', 'yes', 'yes'),
(188, 'woocommerce_calc_discounts_sequentially', 'no', 'no'),
(189, 'woocommerce_currency', 'INR', 'yes'),
(190, 'woocommerce_currency_pos', 'left', 'yes'),
(191, 'woocommerce_price_thousand_sep', ',', 'yes'),
(192, 'woocommerce_price_decimal_sep', '.', 'yes'),
(193, 'woocommerce_price_num_decimals', '2', 'yes'),
(194, 'woocommerce_shop_page_id', '4', 'yes'),
(195, 'woocommerce_cart_redirect_after_add', 'no', 'yes'),
(196, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'yes'),
(197, 'woocommerce_placeholder_image', '5', 'yes'),
(198, 'woocommerce_weight_unit', 'kg', 'yes'),
(200, 'woocommerce_dimension_unit', 'cm', 'yes'),
(202, 'woocommerce_enable_reviews', 'no', 'yes'),
(203, 'woocommerce_review_rating_verification_label', 'yes', 'no'),
(204, 'woocommerce_review_rating_verification_required', 'no', 'no'),
(205, 'woocommerce_enable_review_rating', 'yes', 'yes'),
(206, 'woocommerce_review_rating_required', 'yes', 'no'),
(207, 'woocommerce_manage_stock', 'yes', 'yes'),
(208, 'woocommerce_hold_stock_minutes', '60', 'no'),
(209, 'woocommerce_notify_low_stock', 'yes', 'no'),
(210, 'woocommerce_notify_no_stock', 'yes', 'no'),
(211, 'woocommerce_stock_email_recipient', 'online@hagarbath.com', 'no'),
(212, 'woocommerce_notify_low_stock_amount', '2', 'no'),
(213, 'woocommerce_notify_no_stock_amount', '0', 'yes'),
(214, 'woocommerce_hide_out_of_stock_items', 'no', 'yes'),
(215, 'woocommerce_stock_format', '', 'yes'),
(216, 'woocommerce_file_download_method', 'force', 'no'),
(217, 'woocommerce_downloads_redirect_fallback_allowed', 'no', 'no'),
(218, 'woocommerce_downloads_require_login', 'no', 'no'),
(219, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'no'),
(220, 'woocommerce_downloads_add_hash_to_filename', 'yes', 'yes'),
(222, 'woocommerce_attribute_lookup_direct_updates', 'no', 'yes'),
(223, 'woocommerce_prices_include_tax', 'no', 'yes'),
(224, 'woocommerce_tax_based_on', 'shipping', 'yes'),
(225, 'woocommerce_shipping_tax_class', 'inherit', 'yes'),
(226, 'woocommerce_tax_round_at_subtotal', 'no', 'yes'),
(227, 'woocommerce_tax_classes', '', 'yes'),
(228, 'woocommerce_tax_display_shop', 'excl', 'yes'),
(229, 'woocommerce_tax_display_cart', 'excl', 'yes'),
(230, 'woocommerce_price_display_suffix', '', 'yes'),
(231, 'woocommerce_tax_total_display', 'itemized', 'no'),
(232, 'woocommerce_enable_shipping_calc', 'yes', 'no'),
(233, 'woocommerce_shipping_cost_requires_address', 'no', 'yes'),
(234, 'woocommerce_ship_to_destination', 'billing', 'no'),
(235, 'woocommerce_shipping_debug_mode', 'no', 'yes'),
(236, 'woocommerce_enable_guest_checkout', 'yes', 'no'),
(237, 'woocommerce_enable_checkout_login_reminder', 'yes', 'no'),
(238, 'woocommerce_enable_signup_and_login_from_checkout', 'yes', 'no'),
(239, 'woocommerce_enable_myaccount_registration', 'yes', 'no'),
(240, 'woocommerce_registration_generate_username', 'yes', 'no'),
(241, 'woocommerce_registration_generate_password', 'yes', 'no'),
(242, 'woocommerce_erasure_request_removes_order_data', 'no', 'no'),
(243, 'woocommerce_erasure_request_removes_download_data', 'no', 'no'),
(244, 'woocommerce_allow_bulk_remove_personal_data', 'no', 'no'),
(245, 'woocommerce_registration_privacy_policy_text', 'Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].', 'yes'),
(246, 'woocommerce_checkout_privacy_policy_text', 'Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].', 'yes'),
(247, 'woocommerce_delete_inactive_accounts', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(248, 'woocommerce_trash_pending_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}', 'no'),
(249, 'woocommerce_trash_failed_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}', 'no'),
(250, 'woocommerce_trash_cancelled_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}', 'no'),
(251, 'woocommerce_anonymize_completed_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(252, 'woocommerce_email_from_name', 'Hagar Bath', 'no'),
(253, 'woocommerce_email_from_address', 'online@hagarbath.com', 'no'),
(254, 'woocommerce_email_header_image', '', 'no'),
(255, 'woocommerce_email_footer_text', '', 'no'),
(256, 'woocommerce_email_base_color', '#006c55', 'no'),
(257, 'woocommerce_email_background_color', '#f7f7f7', 'no'),
(258, 'woocommerce_email_body_background_color', '#ffffff', 'no'),
(259, 'woocommerce_email_text_color', '#3c3c3c', 'no'),
(260, 'woocommerce_merchant_email_notifications', 'no', 'no'),
(261, 'woocommerce_cart_page_id', '15', 'no'),
(262, 'woocommerce_checkout_page_id', '16', 'no'),
(263, 'woocommerce_myaccount_page_id', '17', 'no'),
(264, 'woocommerce_terms_page_id', '', 'no'),
(265, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'yes'),
(266, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes'),
(267, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes'),
(268, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'yes'),
(269, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'yes'),
(270, 'woocommerce_myaccount_orders_endpoint', 'orders', 'yes'),
(271, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'yes'),
(272, 'woocommerce_myaccount_downloads_endpoint', 'downloads', 'yes'),
(273, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes'),
(274, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes'),
(275, 'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'yes'),
(276, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes'),
(277, 'woocommerce_logout_endpoint', 'customer-logout', 'yes'),
(278, 'woocommerce_api_enabled', 'yes', 'yes'),
(279, 'woocommerce_allow_tracking', 'no', 'no'),
(280, 'woocommerce_show_marketplace_suggestions', 'yes', 'no'),
(281, 'woocommerce_single_image_width', '600', 'yes'),
(282, 'woocommerce_thumbnail_image_width', '300', 'yes'),
(283, 'woocommerce_checkout_highlight_required_fields', 'yes', 'yes'),
(284, 'woocommerce_demo_store', 'no', 'no'),
(285, 'woocommerce_permalinks', 'a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}', 'yes'),
(286, 'current_theme_supports_woocommerce', 'yes', 'yes'),
(287, 'woocommerce_queue_flush_rewrite_rules', 'no', 'yes'),
(290, 'default_product_cat', '15', 'yes'),
(294, 'recently_activated', 'a:2:{s:33:\"et-core-plugin/et-core-plugin.php\";i:1652266918;s:24:\"wordpress-seo/wp-seo.php\";i:1652262387;}', 'off'),
(295, '_transient_jetpack_autoloader_plugin_paths', 'a:2:{i:0;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";i:1;s:38:\"{{WP_PLUGIN_DIR}}/woocommerce-services\";}', 'yes'),
(296, 'action_scheduler_lock_async-request-runner', '6a085bdc3802d4.29343157|1778932760', 'yes'),
(298, 'woocommerce_maxmind_geolocation_settings', 'a:1:{s:15:\"database_prefix\";s:32:\"8Bf5ggXwEspg33MHRG3wmGI6aFmc6BR8\";}', 'yes'),
(299, '_transient_woocommerce_webhook_ids_status_active', 'a:0:{}', 'yes'),
(300, 'widget_woocommerce_widget_cart', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(301, 'widget_woocommerce_layered_nav_filters', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(302, 'widget_woocommerce_layered_nav', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(303, 'widget_woocommerce_price_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(304, 'widget_woocommerce_product_categories', 'a:2:{s:12:\"_multiwidget\";i:1;i:11;a:8:{s:5:\"title\";s:18:\"Product categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:1;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;s:9:\"max_depth\";s:0:\"\";}}', 'yes'),
(305, 'widget_woocommerce_product_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(306, 'widget_woocommerce_product_tag_cloud', 'a:2:{s:12:\"_multiwidget\";i:1;i:17;a:1:{s:5:\"title\";s:12:\"Popular Tags\";}}', 'yes'),
(307, 'widget_woocommerce_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(308, 'widget_woocommerce_recently_viewed_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(309, 'widget_woocommerce_top_rated_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(310, 'widget_woocommerce_recent_reviews', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(311, 'widget_woocommerce_rating_filter', 'a:2:{s:12:\"_multiwidget\";i:1;i:14;a:1:{s:5:\"title\";s:14:\"Average rating\";}}', 'yes'),
(312, 'woocommerce_inbox_variant_assignment', '2', 'yes'),
(313, 'woocommerce_onboarding_profile', 'a:1:{s:9:\"completed\";b:1;}', 'yes'),
(314, 'woocommerce_admin_install_timestamp', '1648627257', 'yes'),
(319, '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:20:\"online@hagarbath.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:20:\"online@hagarbath.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\";}', 'yes'),
(320, 'woocommerce_task_list_hidden_lists', 'a:1:{i:0;s:5:\"setup\";}', 'yes'),
(323, 'woocommerce_admin_version', '3.2.1', 'yes'),
(324, 'wc_remote_inbox_notifications_wca_updated', '', 'off'),
(328, '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;}', 'no'),
(331, 'wc_admin_show_legacy_coupon_menu', '0', 'yes'),
(338, 'wc_blocks_surface_cart_checkout_probability', '13', 'yes'),
(339, 'wc_blocks_db_schema_version', '260', 'yes'),
(340, 'woocommerce_admin_notices', 'a:2:{i:0;s:6:\"update\";i:1;s:14:\"template_files\";}', 'yes'),
(341, 'woocommerce_meta_box_errors', 'a:0:{}', 'yes'),
(351, 'woocommerce_analytics_enabled', 'yes', 'yes'),
(353, 'woocommerce_refund_returns_page_id', '10', 'yes'),
(356, 'woocommerce_version', '9.8.6', 'yes'),
(357, 'woocommerce_db_version', '6.3.1', 'yes'),
(370, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:4:\"18.8\";}', 'yes'),
(371, 'wpseo', 'a:56:{s:8:\"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:26:\"permalink_settings_changed\";s:29:\"indexables_indexing_completed\";b:1;s:7:\"version\";s:4:\"18.8\";s:16:\"previous_version\";s:6:\"18.5.1\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;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: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:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1648628584;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:26:\"https://hagarbath.com/shop\";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:11:{s:22:\"elementor_library_type\";s:22:\"elementor_library_type\";s:26:\"elementor_library_category\";s:26:\"elementor_library_category\";s:20:\"testimonial-category\";s:20:\"testimonial-category\";s:5:\"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:8:\"pa_model\";s:8:\"pa_model\";s:19:\"elementor_font_type\";s:19:\"elementor_font_type\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";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:36:\"dismiss_configuration_workout_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:1;s:34:\"activation_redirect_timestamp_free\";b:0;}', 'yes'),
(372, 'wpseo_titles', 'a:152:{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:7:\"&raquo;\";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: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: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:13:\"title-product\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-product\";s:0:\"\";s:15:\"noindex-product\";b:0;s:26:\"display-metabox-pt-product\";b:1;s:26:\"post_types-product-maintax\";i:0;s:24:\"schema-page-type-product\";s:7:\"WebPage\";s:27:\"schema-article-type-product\";s:4:\"None\";s:20:\"social-title-product\";s:9:\"%%title%%\";s:26:\"social-description-product\";s:0:\"\";s:24:\"social-image-url-product\";s:0:\"\";s:23:\"social-image-id-product\";i:0;s:23:\"title-ptarchive-product\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-product\";s:0:\"\";s:25:\"bctitle-ptarchive-product\";s:0:\"\";s:25:\"noindex-ptarchive-product\";b:0;s:30:\"social-title-ptarchive-product\";s:21:\"%%pt_plural%% Archive\";s:36:\"social-description-ptarchive-product\";s:0:\"\";s:34:\"social-image-url-ptarchive-product\";s:0:\"\";s:33:\"social-image-id-ptarchive-product\";i:0;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: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: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:21:\"title-tax-product_cat\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_cat\";s:0:\"\";s:31:\"display-metabox-tax-product_cat\";b:1;s:23:\"noindex-tax-product_cat\";b:0;s:28:\"social-title-tax-product_cat\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-product_cat\";s:0:\"\";s:32:\"social-image-url-tax-product_cat\";s:0:\"\";s:31:\"social-image-id-tax-product_cat\";i:0;s:29:\"taxonomy-product_cat-ptparent\";i:0;s:21:\"title-tax-product_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_tag\";s:0:\"\";s:31:\"display-metabox-tax-product_tag\";b:1;s:23:\"noindex-tax-product_tag\";b:0;s:28:\"social-title-tax-product_tag\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-product_tag\";s:0:\"\";s:32:\"social-image-url-tax-product_tag\";s:0:\"\";s:31:\"social-image-id-tax-product_tag\";i:0;s:29:\"taxonomy-product_tag-ptparent\";i:0;s:32:\"title-tax-product_shipping_class\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-tax-product_shipping_class\";s:0:\"\";s:42:\"display-metabox-tax-product_shipping_class\";b:1;s:34:\"noindex-tax-product_shipping_class\";b:0;s:39:\"social-title-tax-product_shipping_class\";s:23:\"%%term_title%% Archives\";s:45:\"social-description-tax-product_shipping_class\";s:0:\"\";s:43:\"social-image-url-tax-product_shipping_class\";s:0:\"\";s:42:\"social-image-id-tax-product_shipping_class\";i:0;s:40:\"taxonomy-product_shipping_class-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;}', 'yes'),
(373, 'wpseo_social', 'a:18:{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:\"\";}', 'yes'),
(397, 'wpseo_ryte', 'a:2:{s:6:\"status\";i:0;s:10:\"last_fetch\";i:1652260178;}', 'yes'),
(427, '_transient_woocommerce_reports-transient-version', '1653617627', 'yes'),
(467, 'current_theme', 'XStore Child', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(468, 'theme_mods_xstore', 'a:13:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:33:\"header_socials_package_et-desktop\";a:5:{i:0;a:3:{s:11:\"social_name\";s:8:\"Facebook\";s:10:\"social_url\";s:1:\"#\";s:11:\"social_icon\";s:16:\"et_icon-facebook\";}i:1;a:3:{s:11:\"social_name\";s:7:\"Twitter\";s:10:\"social_url\";s:1:\"#\";s:11:\"social_icon\";s:15:\"et_icon-twitter\";}i:2;a:3:{s:11:\"social_name\";s:9:\"Instagram\";s:10:\"social_url\";s:1:\"#\";s:11:\"social_icon\";s:17:\"et_icon-instagram\";}i:3;a:3:{s:11:\"social_name\";s:7:\"Youtube\";s:10:\"social_url\";s:1:\"#\";s:11:\"social_icon\";s:15:\"et_icon-youtube\";}i:4;a:3:{s:11:\"social_name\";s:8:\"Linkedin\";s:10:\"social_url\";s:1:\"#\";s:11:\"social_icon\";s:16:\"et_icon-linkedin\";}}s:27:\"contacts_package_et-desktop\";a:1:{i:0;a:5:{s:13:\"contact_title\";s:5:\"Phone\";s:16:\"contact_subtitle\";s:16:\"Call us any time\";s:12:\"contact_icon\";s:13:\"et_icon-phone\";s:12:\"contact_link\";s:1:\"#\";s:19:\"contact_link_target\";b:0;}}s:18:\"promo_text_package\";a:2:{i:0;a:5:{s:4:\"text\";s:32:\"Take 30% off when you spend $120\";s:4:\"icon\";s:16:\"et_icon-delivery\";s:13:\"icon_position\";s:6:\"before\";s:10:\"link_title\";s:7:\"Go shop\";s:4:\"link\";s:1:\"#\";}i:1;a:5:{s:4:\"text\";s:45:\"Free 2-days standard shipping on orders $255+\";s:4:\"icon\";s:14:\"et_icon-coupon\";s:13:\"icon_position\";s:6:\"before\";s:10:\"link_title\";s:11:\"Custom link\";s:4:\"link\";s:1:\"#\";}}s:21:\"connect_block_package\";a:0:{}s:28:\"connect_block_mobile_package\";a:0:{}s:30:\"mobile_panel_package_et-mobile\";a:3:{i:0;a:7:{s:7:\"element\";s:4:\"home\";s:4:\"icon\";s:12:\"et_icon-home\";s:11:\"icon_custom\";s:0:\"\";s:4:\"link\";i:0;s:11:\"custom_link\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"is_active\";b:0;}i:1;a:7:{s:7:\"element\";s:4:\"shop\";s:4:\"icon\";s:12:\"et_icon-shop\";s:11:\"icon_custom\";s:0:\"\";s:4:\"link\";i:0;s:11:\"custom_link\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"is_active\";b:0;}i:2;a:7:{s:7:\"element\";s:4:\"cart\";s:4:\"icon\";s:20:\"et_icon-shopping-bag\";s:11:\"icon_custom\";s:0:\"\";s:4:\"link\";i:0;s:11:\"custom_link\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"is_active\";b:0;}}s:36:\"connect_block_product_single_package\";a:0:{}s:37:\"connect_block_product_archive_package\";a:0:{}s:34:\"product_sharing_package_et-desktop\";a:1:{i:0;s:8:\"whatsapp\";}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1652343738;s:4:\"data\";a:3:{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:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-1\";i:1;s:12:\"categories-2\";i:2;s:11:\"tag_cloud-4\";i:3;s:11:\"nav_menu-21\";}s:9:\"sidebar-2\";a:4:{i:0;s:10:\"archives-5\";i:1;s:12:\"categories-6\";i:2;s:6:\"meta-7\";i:3;s:11:\"nav_menu-22\";}}}}', 'no'),
(469, 'theme_switched', '', 'yes'),
(470, 'xstore_placeholder_image', '11', 'yes'),
(471, 'shop_catalog_image_size', 'a:3:{s:5:\"width\";s:3:\"555\";s:6:\"height\";s:3:\"760\";s:4:\"crop\";i:0;}', 'yes'),
(472, 'shop_single_image_size', 'a:3:{s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"961\";s:4:\"crop\";i:0;}', 'yes'),
(473, 'shop_thumbnail_image_size', 'a:3:{s:5:\"width\";s:3:\"205\";s:6:\"height\";s:3:\"272\";s:4:\"crop\";i:0;}', 'yes'),
(475, 'woocommerce_maybe_regenerate_images_hash', '991b1ca641921cf0f5baf7a2fe85861b', 'yes'),
(482, 'xstore-update-time', '1778786261', 'yes'),
(483, 'xstore-update-info', 'O:8:\"stdClass\":6:{s:5:\"theme\";s:6:\"xstore\";s:11:\"new_version\";s:5:\"9.7.3\";s:14:\"plugin_version\";s:5:\"5.7.3\";s:7:\"checked\";i:1778786261;s:3:\"url\";s:44:\"http://8theme.com/demo/xstore/change-log.php\";s:7:\"package\";s:111:\"https://www.8theme.com/themes/api/files/get/xstore.zip?token=KLc0RRz71BrxXNdSGnkMrSBZAlMP3VZoW5EgkUtc1652269552\";}', 'yes'),
(485, 'envato_purchase_code_15780546', 'ffe11a67-84f9-4803-a57a-162c2f9e3091', 'yes'),
(486, 'etheme_activated_data', 'a:4:{s:7:\"api_key\";s:50:\"KLc0RRz71BrxXNdSGnkMrSBZAlMP3VZoW5EgkUtc1652269552\";s:5:\"theme\";s:4:\"_et_\";s:8:\"purchase\";s:36:\"ffe11a67-84f9-4803-a57a-162c2f9e3091\";s:4:\"item\";a:11:{s:7:\"sold_at\";s:19:\"2022-03-30 08:30:41\";s:14:\"envato_code_id\";i:15780546;s:9:\"item_name\";s:39:\"XStore - Multipurpose WooCommerce Theme\";s:15:\"supported_until\";s:19:\"2022-09-28 23:30:41\";s:14:\"support_amount\";s:4:\"0.00\";s:5:\"buyer\";s:13:\"gauravmonga54\";s:14:\"purchase_count\";i:1;s:13:\"purchase_code\";s:36:\"ffe11a67-84f9-4803-a57a-162c2f9e3091\";s:7:\"license\";s:15:\"Regular License\";s:8:\"verified\";b:1;s:5:\"token\";s:50:\"KLc0RRz71BrxXNdSGnkMrSBZAlMP3VZoW5EgkUtc1652269552\";}}', 'yes'),
(487, 'etheme_is_activated', '1', 'yes'),
(492, 'xstore_kirki_styles_render', 'regenerated', 'yes'),
(493, 'widget_etheme-twitter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(494, 'widget_etheme_flickr-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(495, 'widget_null-instagram-feed', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(496, 'widget_etheme_widget_brands', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(497, 'widget_etheme_widget_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(498, 'widget_etheme_brands_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(499, 'widget_et_layered_nav_filters', 'a:2:{s:12:\"_multiwidget\";i:1;i:9;a:2:{s:5:\"title\";s:14:\"Active filters\";s:5:\"clear\";i:1;}}', 'yes'),
(500, 'widget_et_price_filter', 'a:2:{s:12:\"_multiwidget\";i:1;i:12;a:1:{s:5:\"title\";s:15:\"Filter by price\";}}', 'yes'),
(501, 'widget_etheme_product_status_filter', 'a:2:{s:12:\"_multiwidget\";i:1;i:13;a:2:{s:5:\"title\";s:14:\"Product Status\";s:5:\"count\";i:1;}}', 'yes'),
(502, 'widget_etheme-apply-all-filters', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(503, 'widget_etheme_swatches_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(504, 'xstore_kirki_hb_render', 'regenerated', 'yes'),
(505, 'xstore_kirki_sp_render', 'regenerated', 'yes'),
(510, 'xstore_has_child', 'xstore-child', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(512, 'theme_mods_xstore-child', 'a:637:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:19:\"header_top_elements\";s:82:\"{\"element-YMu86\":{\"size\":\"12\",\"index\":\"1\",\"offset\":\"0\",\"element\":\"connect_block\"}}\";s:20:\"header_main_elements\";s:244:\"{\"element-zi2xs\":{\"size\":\"2\",\"index\":\"1\",\"offset\":\"0\",\"element\":\"all_departments\"},\"element-uojF2\":{\"size\":\"8\",\"index\":\"3\",\"offset\":\"0\",\"element\":\"connect_block\"},\"element-JRZ24\":{\"size\":\"2\",\"index\":\"11\",\"offset\":\"0\",\"element\":\"connect_block\"}}\";s:22:\"header_bottom_elements\";s:229:\"{\"element-vF7oF\":{\"size\":\"2\",\"index\":\"1\",\"offset\":\"0\",\"element\":\"header_socials\"},\"element-8K2EC\":{\"size\":\"8\",\"index\":\"3\",\"offset\":\"0\",\"element\":\"secondary_menu\"},\"HvTCX\":{\"size\":\"2\",\"index\":\"11\",\"offset\":\"0\",\"element\":\"button\"}}\";s:21:\"connect_block_package\";a:3:{i:0;a:6:{s:2:\"id\";s:13:\"element-YMu86\";s:4:\"type\";s:10:\"horizontal\";s:9:\"separator\";s:5:\"false\";s:5:\"align\";s:3:\"end\";s:7:\"spacing\";s:2:\"10\";s:4:\"data\";s:134:\"{\"wishlist\":{\"index\":4},\"cart\":{\"index\":5},\"html_block2\":{\"index\":3},\"search\":{\"index\":2},\"logo\":{\"index\":1},\"newsletter\":{\"index\":6}}\";}i:1;a:6:{s:2:\"id\";s:13:\"element-JRZ24\";s:4:\"type\";s:10:\"horizontal\";s:9:\"separator\";s:4:\"true\";s:5:\"align\";s:3:\"end\";s:7:\"spacing\";s:1:\"5\";s:4:\"data\";s:59:\"{\"header_widget1\":{\"index\":1},\"header_widget2\":{\"index\":2}}\";}i:2;a:6:{s:2:\"id\";s:13:\"element-uojF2\";s:4:\"type\";s:10:\"horizontal\";s:9:\"separator\";s:4:\"true\";s:5:\"align\";s:6:\"center\";s:7:\"spacing\";s:1:\"5\";s:4:\"data\";s:47:\"{\"main_menu\":{\"index\":1},\"account\":{\"index\":2}}\";}}s:19:\"logo_img_et-desktop\";a:4:{s:2:\"id\";i:1762;s:3:\"url\";s:111:\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Logo-large-opt.png\";s:5:\"width\";i:293;s:6:\"height\";i:105;}s:26:\"retina_logo_img_et-desktop\";a:4:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:21:\"logo_align_et-desktop\";s:5:\"start\";s:21:\"logo_width_et-desktop\";s:3:\"240\";s:25:\"logo_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:22:\"logo_border_et-desktop\";s:5:\"solid\";s:35:\"logo_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:26:\"top_header_wide_et-desktop\";b:0;s:28:\"top_header_height_et-desktop\";s:2:\"72\";s:27:\"top_header_fonts_et-desktop\";a:5:{s:14:\"text-transform\";s:4:\"none\";s:11:\"font-backup\";s:0:\"\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:26:\"top_header_zoom_et-desktop\";s:3:\"100\";s:32:\"top_header_background_et-desktop\";a:6:{s:16:\"background-color\";s:7:\"#e95d2a\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:27:\"top_header_color_et-desktop\";s:7:\"#ffffff\";s:31:\"top_header_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:5:\"-10px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:28:\"top_header_border_et-desktop\";s:5:\"solid\";s:41:\"top_header_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:27:\"main_header_wide_et-desktop\";b:0;s:29:\"main_header_height_et-desktop\";s:2:\"44\";s:28:\"main_header_fonts_et-desktop\";a:5:{s:14:\"text-transform\";s:4:\"none\";s:11:\"font-backup\";s:0:\"\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:27:\"main_header_zoom_et-desktop\";s:3:\"105\";s:33:\"main_header_background_et-desktop\";a:6:{s:16:\"background-color\";s:7:\"#e95d2a\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:28:\"main_header_color_et-desktop\";s:7:\"#ffffff\";s:32:\"main_header_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:29:\"main_header_border_et-desktop\";s:5:\"solid\";s:42:\"main_header_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:29:\"bottom_header_wide_et-desktop\";b:0;s:31:\"bottom_header_height_et-desktop\";s:2:\"40\";s:30:\"bottom_header_fonts_et-desktop\";a:5:{s:14:\"text-transform\";s:4:\"none\";s:11:\"font-backup\";s:0:\"\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:29:\"bottom_header_zoom_et-desktop\";s:3:\"105\";s:35:\"bottom_header_background_et-desktop\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:30:\"bottom_header_color_et-desktop\";s:7:\"#555555\";s:34:\"bottom_header_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:31:\"bottom_header_border_et-desktop\";s:5:\"solid\";s:44:\"bottom_header_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:28:\"top_header_sticky_et-desktop\";b:1;s:29:\"main_header_sticky_et-desktop\";b:1;s:31:\"bottom_header_sticky_et-desktop\";b:0;s:29:\"header_sticky_type_et-desktop\";s:6:\"custom\";s:35:\"headers_sticky_animation_et-desktop\";s:12:\"toBottomFull\";s:44:\"headers_sticky_animation_duration_et-desktop\";d:0.70000000000000006661338147750939242541790008544921875;s:31:\"headers_sticky_start_et-desktop\";s:3:\"450\";s:34:\"headers_sticky_logo_img_et-desktop\";a:4:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:35:\"top_header_sticky_height_et-desktop\";s:2:\"72\";s:39:\"top_header_sticky_background_et-desktop\";a:6:{s:16:\"background-color\";s:7:\"#e95d2a\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:34:\"top_header_sticky_color_et-desktop\";s:7:\"#ffffff\";s:36:\"main_header_sticky_height_et-desktop\";s:2:\"42\";s:40:\"main_header_sticky_background_et-desktop\";a:6:{s:16:\"background-color\";s:7:\"#e95d2a\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:35:\"main_header_sticky_color_et-desktop\";s:7:\"#ffffff\";s:38:\"bottom_header_sticky_height_et-desktop\";s:2:\"43\";s:42:\"bottom_header_sticky_background_et-desktop\";a:6:{s:16:\"background-color\";s:7:\"#e95d2a\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:37:\"bottom_header_sticky_color_et-desktop\";s:7:\"#ffffff\";s:26:\"menu_item_style_et-desktop\";s:5:\"arrow\";s:14:\"main_menu_term\";s:2:\"81\";s:20:\"menu_zoom_et-desktop\";s:3:\"110\";s:25:\"menu_alignment_et-desktop\";s:6:\"center\";s:26:\"menu_item_fonts_et-desktop\";a:7:{s:11:\"font-family\";s:6:\"Roboto\";s:7:\"variant\";s:7:\"regular\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:34:\"menu_item_border_radius_et-desktop\";s:1:\"4\";s:33:\"menu_item_color_custom_et-desktop\";s:7:\"#ffffff\";s:44:\"menu_item_background_color_custom_et-desktop\";s:7:\"#43a047\";s:39:\"menu_item_hover_color_custom_et-desktop\";s:7:\"#ffffff\";s:44:\"menu_item_line_hover_color_custom_et-desktop\";s:7:\"#ffffff\";s:38:\"menu_item_dots_color_custom_et-desktop\";s:7:\"#555555\";s:50:\"menu_item_background_hover_color_custom_et-desktop\";s:7:\"#4caf50\";s:30:\"menu_item_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"5px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"5px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:4:\"11px\";s:13:\"padding-right\";s:4:\"10px\";s:14:\"padding-bottom\";s:4:\"11px\";s:12:\"padding-left\";s:4:\"10px\";}s:26:\"menu_nice_space_et-desktop\";b:1;s:40:\"menu_item_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:46:\"menu_item_border_hover_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:28:\"menu_2_item_style_et-desktop\";s:9:\"underline\";s:16:\"main_menu_2_term\";s:2:\"82\";s:22:\"menu_2_zoom_et-desktop\";s:3:\"100\";s:27:\"menu_2_alignment_et-desktop\";s:6:\"center\";s:28:\"menu_2_item_fonts_et-desktop\";a:7:{s:11:\"font-family\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:14:\"letter-spacing\";s:3:\"0px\";s:14:\"text-transform\";s:7:\"inherit\";s:11:\"font-weight\";i:0;s:10:\"font-style\";s:0:\"\";s:11:\"font-backup\";s:0:\"\";}s:36:\"menu_2_item_border_radius_et-desktop\";s:2:\"30\";s:35:\"menu_2_item_color_custom_et-desktop\";s:7:\"#555555\";s:46:\"menu_2_item_background_color_custom_et-desktop\";s:7:\"#c62828\";s:41:\"menu_2_item_hover_color_custom_et-desktop\";s:7:\"#555555\";s:46:\"menu_2_item_line_hover_color_custom_et-desktop\";s:7:\"#e95d2a\";s:40:\"menu_2_item_dots_color_custom_et-desktop\";s:7:\"#555555\";s:52:\"menu_2_item_background_hover_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:32:\"menu_2_item_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:4:\"10px\";s:13:\"padding-right\";s:4:\"10px\";s:14:\"padding-bottom\";s:4:\"10px\";s:12:\"padding-left\";s:4:\"10px\";}s:28:\"menu_2_nice_space_et-desktop\";b:0;s:42:\"menu_2_item_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:48:\"menu_2_item_border_hover_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:29:\"menu_dropdown_zoom_et-desktop\";s:3:\"100\";s:30:\"menu_dropdown_fonts_et-desktop\";a:7:{s:11:\"font-family\";s:6:\"Roboto\";s:7:\"variant\";s:7:\"regular\";s:14:\"letter-spacing\";s:3:\"0px\";s:14:\"text-transform\";s:4:\"none\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:0:\"\";}s:42:\"menu_dropdown_background_custom_et-desktop\";s:7:\"#ffffff\";s:30:\"menu_dropdown_color_et-desktop\";s:7:\"#222222\";s:34:\"menu_dropdown_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"1px\";s:18:\"border-right-width\";s:3:\"1px\";s:19:\"border-bottom-width\";s:3:\"1px\";s:17:\"border-left-width\";s:3:\"1px\";s:11:\"padding-top\";s:4:\".6em\";s:13:\"padding-right\";s:5:\"1.9em\";s:14:\"padding-bottom\";s:4:\".6em\";s:12:\"padding-left\";s:5:\"1.9em\";}s:31:\"menu_dropdown_border_et-desktop\";s:5:\"solid\";s:44:\"menu_dropdown_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:25:\"secondary_menu_visibility\";s:8:\"on_hover\";s:19:\"secondary_menu_home\";b:1;s:20:\"all_departments_text\";s:15:\"All departments\";s:19:\"secondary_menu_term\";s:2:\"78\";s:32:\"secondary_title_fonts_et-desktop\";a:7:{s:11:\"font-family\";s:6:\"Roboto\";s:7:\"variant\";s:3:\"500\";s:14:\"letter-spacing\";s:5:\"0.7px\";s:14:\"text-transform\";s:10:\"capitalize\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:500;s:10:\"font-style\";s:6:\"normal\";}s:50:\"secondary_title_background_color_custom_et-desktop\";s:7:\"#e95d2a\";s:32:\"secondary_title_color_et-desktop\";s:7:\"#ffffff\";s:40:\"secondary_title_border_radius_et-desktop\";s:1:\"0\";s:36:\"secondary_title_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"2px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"2px\";s:11:\"padding-top\";s:4:\"13px\";s:13:\"padding-right\";s:3:\"5px\";s:14:\"padding-bottom\";s:4:\"13px\";s:12:\"padding-left\";s:3:\"5px\";}s:33:\"secondary_title_border_et-desktop\";s:5:\"solid\";s:46:\"secondary_title_border_color_custom_et-desktop\";s:7:\"#e95d2a\";s:38:\"secondary_menu_content_zoom_et-desktop\";s:3:\"105\";s:43:\"secondary_menu_content_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"1px\";s:18:\"border-right-width\";s:3:\"2px\";s:19:\"border-bottom-width\";s:3:\"2px\";s:17:\"border-left-width\";s:3:\"2px\";s:11:\"padding-top\";s:4:\"10px\";s:13:\"padding-right\";s:4:\"20px\";s:14:\"padding-bottom\";s:4:\"15px\";s:12:\"padding-left\";s:4:\"20px\";}s:40:\"secondary_menu_content_border_et-desktop\";s:5:\"solid\";s:53:\"secondary_menu_content_border_color_custom_et-desktop\";s:7:\"#e95d2a\";s:27:\"mobile_menu_type_et-desktop\";s:16:\"off_canvas_right\";s:27:\"mobile_menu_icon_et-desktop\";s:5:\"icon2\";s:32:\"mobile_menu_icon_zoom_et-desktop\";d:1;s:28:\"mobile_menu_label_et-desktop\";b:0;s:16:\"mobile_menu_text\";s:4:\"Menu\";s:33:\"mobile_menu_item_click_et-desktop\";b:0;s:19:\"mobile_menu_content\";a:5:{i:0;s:4:\"logo\";i:1;s:4:\"menu\";i:2;s:8:\"wishlist\";i:3;s:7:\"account\";i:4;s:14:\"header_socials\";}s:13:\"mobile_menu_2\";s:10:\"categories\";s:16:\"mobile_menu_term\";s:2:\"81\";s:32:\"mobile_menu_logo_type_et-desktop\";s:6:\"simple\";s:33:\"mobile_menu_logo_width_et-desktop\";s:3:\"142\";s:40:\"mobile_menu_content_alignment_et-desktop\";s:5:\"start\";s:32:\"mobile_menu_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:29:\"mobile_menu_border_et-desktop\";s:5:\"solid\";s:42:\"mobile_menu_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:36:\"mobile_menu_content_fonts_et-desktop\";a:6:{s:11:\"font-family\";s:6:\"Roboto\";s:7:\"variant\";s:3:\"700\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:700;s:10:\"font-style\";s:6:\"normal\";}s:36:\"mobile_menu_zoom_dropdown_et-desktop\";s:2:\"97\";s:33:\"mobile_menu_zoom_popup_et-desktop\";s:3:\"100\";s:30:\"mobile_menu_overlay_et-desktop\";s:14:\"rgba(0,0,0,.3)\";s:29:\"mobile_menu_color2_et-desktop\";s:7:\"#ffffff\";s:33:\"mobile_menu_max_height_et-desktop\";s:2:\"70\";s:39:\"mobile_menu_background_color_et-desktop\";s:7:\"#e95d2a\";s:28:\"mobile_menu_color_et-desktop\";s:7:\"#ffffff\";s:40:\"mobile_menu_content_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:0:\"\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:0:\"\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:4:\"25px\";s:13:\"padding-right\";s:4:\"30px\";s:14:\"padding-bottom\";s:4:\"25px\";s:12:\"padding-left\";s:4:\"30px\";}s:37:\"mobile_menu_content_border_et-desktop\";s:5:\"solid\";s:50:\"mobile_menu_content_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:21:\"cart_style_et-desktop\";s:5:\"type1\";s:20:\"cart_icon_et-desktop\";s:5:\"type1\";s:25:\"cart_icon_zoom_et-desktop\";d:1.9000000000000001332267629550187848508358001708984375;s:21:\"cart_label_et-desktop\";b:0;s:17:\"cart_label_custom\";s:4:\"Cart\";s:21:\"cart_total_et-desktop\";b:1;s:28:\"cart_content_type_et-desktop\";s:10:\"off_canvas\";s:21:\"mini-cart-items-count\";s:1:\"3\";s:12:\"cart_link_to\";s:8:\"cart_url\";s:15:\"cart_custom_url\";s:1:\"#\";s:24:\"cart_quantity_et-desktop\";b:1;s:29:\"cart_quantity_size_et-desktop\";d:0.6999999999999999555910790149937383830547332763671875;s:49:\"cart_quantity_active_background_custom_et-desktop\";s:7:\"#f3e500\";s:37:\"cart_quantity_active_color_et-desktop\";s:7:\"#222222\";s:33:\"cart_content_alignment_et-desktop\";s:6:\"center\";s:26:\"cart_background_et-desktop\";s:7:\"current\";s:33:\"cart_background_custom_et-desktop\";s:7:\"#ffffff\";s:21:\"cart_color_et-desktop\";s:7:\"#000000\";s:29:\"cart_border_radius_et-desktop\";s:1:\"0\";s:25:\"cart_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:4:\"10px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:4:\"10px\";s:12:\"padding-left\";s:3:\"0px\";}s:22:\"cart_border_et-desktop\";s:5:\"solid\";s:35:\"cart_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:20:\"cart_zoom_et-desktop\";s:3:\"100\";s:33:\"cart_dropdown_position_et-desktop\";s:5:\"right\";s:40:\"cart_dropdown_position_custom_et-desktop\";s:1:\"0\";s:42:\"cart_dropdown_background_custom_et-desktop\";s:7:\"#ffffff\";s:30:\"cart_dropdown_color_et-desktop\";s:7:\"#222222\";s:32:\"cart_content_position_et-desktop\";s:5:\"right\";s:33:\"cart_content_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"1px\";s:11:\"padding-top\";s:4:\"30px\";s:13:\"padding-right\";s:4:\"30px\";s:14:\"padding-bottom\";s:4:\"30px\";s:12:\"padding-left\";s:4:\"30px\";}s:30:\"cart_content_border_et-desktop\";s:5:\"solid\";s:43:\"cart_content_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:30:\"cart_footer_content_et-desktop\";s:0:\"\";s:40:\"cart_footer_background_custom_et-desktop\";s:7:\"#f5f5f5\";s:28:\"cart_footer_color_et-desktop\";s:7:\"#555555\";s:29:\"account_background_et-desktop\";s:7:\"current\";s:24:\"account_style_et-desktop\";s:5:\"type1\";s:23:\"account_icon_et-desktop\";s:5:\"type1\";s:28:\"account_icon_zoom_et-desktop\";d:1.100000000000000088817841970012523233890533447265625;s:31:\"account_content_type_et-desktop\";s:10:\"off_canvas\";s:24:\"account_label_et-desktop\";b:1;s:22:\"account_label_username\";b:0;s:12:\"account_text\";s:16:\"Log in / Sign up\";s:22:\"account_logged_in_text\";s:10:\"My account\";s:36:\"account_content_alignment_et-desktop\";s:5:\"start\";s:36:\"account_background_custom_et-desktop\";N;s:24:\"account_color_et-desktop\";s:7:\"#000000\";s:32:\"account_border_radius_et-desktop\";s:1:\"0\";s:28:\"account_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:4:\"10px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:4:\"10px\";s:12:\"padding-left\";s:3:\"5px\";}s:25:\"account_border_et-desktop\";s:5:\"solid\";s:38:\"account_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:23:\"account_zoom_et-desktop\";s:3:\"100\";s:36:\"account_dropdown_position_et-desktop\";s:6:\"custom\";s:43:\"account_dropdown_position_custom_et-desktop\";s:4:\"-100\";s:45:\"account_dropdown_background_custom_et-desktop\";s:7:\"#ffffff\";s:33:\"account_dropdown_color_et-desktop\";s:7:\"#222222\";s:36:\"account_content_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"1px\";s:11:\"padding-top\";s:4:\"30px\";s:13:\"padding-right\";s:4:\"30px\";s:14:\"padding-bottom\";s:4:\"30px\";s:12:\"padding-left\";s:4:\"30px\";}s:33:\"account_content_border_et-desktop\";s:5:\"solid\";s:46:\"account_content_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:14:\"header_widget1\";s:13:\"custom-area-1\";s:14:\"header_widget2\";s:13:\"custom-area-2\";s:11:\"html_block1\";s:0:\"\";s:20:\"html_block1_sections\";b:1;s:19:\"html_block1_section\";s:2:\"25\";s:11:\"html_block2\";s:311:\"<div class=\"flex header-track-order\"><a class=\"currentColor flex-inline align-items-center\" style=\"font-weight: bold;font-size: 16px\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/track-order/\"><i class=\"et-icon et-time et_b-icon\" style=\"font-size: 1.7em\"></i><span>Track Order</span></a></div>\";s:20:\"html_block2_sections\";b:0;s:19:\"html_block2_section\";s:3:\"112\";s:11:\"html_block3\";s:0:\"\";s:20:\"html_block3_sections\";b:0;s:19:\"html_block3_section\";s:0:\"\";s:18:\"promo_text_package\";a:4:{i:0;a:5:{s:4:\"text\";s:36:\"+1 (310) 777 8808, +1 (310) 888 7708\";s:4:\"icon\";s:13:\"et_icon-phone\";s:13:\"icon_position\";s:6:\"before\";s:10:\"link_title\";s:0:\"\";s:4:\"link\";s:0:\"\";}i:1;a:5:{s:4:\"text\";s:32:\"Take 30% off when you spend $120\";s:4:\"icon\";s:16:\"et_icon-delivery\";s:13:\"icon_position\";s:6:\"before\";s:10:\"link_title\";s:7:\"Go shop\";s:4:\"link\";s:1:\"#\";}i:2;a:5:{s:4:\"text\";s:47:\"Add anything you want via XStore Header builder\";s:4:\"icon\";s:14:\"et_icon-coupon\";s:13:\"icon_position\";s:6:\"before\";s:10:\"link_title\";s:9:\"Read more\";s:4:\"link\";s:1:\"#\";}i:3;a:5:{s:4:\"text\";s:45:\"Free 2-days standard shipping on orders $255+\";s:4:\"icon\";s:14:\"et_icon-coupon\";s:13:\"icon_position\";s:6:\"before\";s:10:\"link_title\";s:11:\"Custom link\";s:4:\"link\";s:1:\"#\";}}s:30:\"promo_text_autoplay_et-desktop\";b:1;s:27:\"promo_text_speed_et-desktop\";s:1:\"4\";s:27:\"promo_text_delay_et-desktop\";s:1:\"2\";s:32:\"promo_text_navigation_et-desktop\";b:1;s:34:\"promo_text_close_button_et-desktop\";b:0;s:41:\"promo_text_close_button_action_et-desktop\";b:0;s:28:\"promo_text_height_et-desktop\";s:2:\"30\";s:39:\"promo_text_background_custom_et-desktop\";s:13:\"rgba(0,0,0,0)\";s:27:\"promo_text_color_et-desktop\";s:7:\"#ffffff\";s:22:\"button_text_et-desktop\";s:14:\"Sale! 30% OFF!\";s:22:\"button_link_et-desktop\";s:1:\"4\";s:29:\"button_custom_link_et-desktop\";s:1:\"#\";s:23:\"button_fonts_et-desktop\";a:5:{s:14:\"text-transform\";s:4:\"none\";s:11:\"font-backup\";s:0:\"\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:22:\"button_zoom_et-desktop\";d:1;s:31:\"button_content_align_et-desktop\";s:3:\"end\";s:35:\"button_background_custom_et-desktop\";s:7:\"#ffffff\";s:31:\"button_border_radius_et-desktop\";s:1:\"4\";s:27:\"button_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"2px\";s:18:\"border-right-width\";s:3:\"2px\";s:19:\"border-bottom-width\";s:3:\"2px\";s:17:\"border-left-width\";s:3:\"2px\";s:11:\"padding-top\";s:3:\"7px\";s:13:\"padding-right\";s:4:\"12px\";s:14:\"padding-bottom\";s:3:\"5px\";s:12:\"padding-left\";s:4:\"12px\";}s:24:\"button_border_et-desktop\";s:5:\"solid\";s:37:\"button_border_color_custom_et-desktop\";s:7:\"#489c33\";s:24:\"button_target_et-desktop\";b:0;s:27:\"button_no_follow_et-desktop\";b:1;s:30:\"newsletter_shown_on_et-desktop\";s:9:\"mouse_out\";s:27:\"newsletter_delay_et-desktop\";s:5:\"10000\";s:26:\"newsletter_icon_et-desktop\";s:4:\"none\";s:32:\"newsletter_label_show_et-desktop\";b:0;s:27:\"newsletter_label_et-desktop\";s:10:\"Newsletter\";s:27:\"newsletter_title_et-desktop\";s:5:\"Title\";s:29:\"newsletter_content_et-desktop\";s:174:\"You can add any HTML here (admin -&gt; Theme Options -&gt; Header builder -&gt; Newsletter).\nWe suggest you create a static block and use it by turning on the settings below.\";s:30:\"newsletter_sections_et-desktop\";b:1;s:29:\"newsletter_section_et-desktop\";s:4:\"3759\";s:39:\"newsletter_content_alignment_et-desktop\";s:6:\"center\";s:32:\"newsletter_background_et-desktop\";a:6:{s:16:\"background-color\";s:19:\"rgba(255,255,255,0)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:50:\"newsletter_background_et-desktop[background-color]\";N;s:31:\"newsletter_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:28:\"newsletter_border_et-desktop\";s:5:\"solid\";s:41:\"newsletter_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:24:\"contacts_icon_et-desktop\";s:4:\"left\";s:29:\"contacts_direction_et-desktop\";s:3:\"hor\";s:27:\"contacts_package_et-desktop\";a:1:{i:0;a:3:{s:13:\"contact_title\";s:5:\"Phone\";s:16:\"contact_subtitle\";s:36:\"+1 (310) 777 8808, +1 (310) 888 7708\";s:12:\"contact_icon\";s:13:\"et_icon-phone\";}}s:29:\"contacts_alignment_et-desktop\";s:6:\"center\";s:28:\"contact_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:4:\"10px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:4:\"10px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:25:\"contact_border_et-desktop\";s:5:\"solid\";s:38:\"contact_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:30:\"header_socials_type_et-desktop\";s:5:\"type1\";s:33:\"header_socials_package_et-desktop\";a:6:{i:0;a:3:{s:11:\"social_name\";s:8:\"Facebook\";s:10:\"social_url\";s:1:\"#\";s:11:\"social_icon\";s:16:\"et_icon-facebook\";}i:1;a:3:{s:11:\"social_name\";s:7:\"Youtube\";s:10:\"social_url\";s:1:\"#\";s:11:\"social_icon\";s:15:\"et_icon-youtube\";}i:2;a:3:{s:11:\"social_name\";s:7:\"Twitter\";s:10:\"social_url\";s:1:\"#\";s:11:\"social_icon\";s:15:\"et_icon-twitter\";}i:3;a:3:{s:11:\"social_name\";s:9:\"Instagram\";s:10:\"social_url\";s:1:\"#\";s:11:\"social_icon\";s:17:\"et_icon-instagram\";}i:4;a:3:{s:11:\"social_name\";s:8:\"Whatssap\";s:10:\"social_url\";s:1:\"#\";s:11:\"social_icon\";s:16:\"et_icon-whatsapp\";}i:5;a:3:{s:11:\"social_name\";s:7:\"Tik-tok\";s:10:\"social_url\";s:1:\"#\";s:11:\"social_icon\";s:15:\"et_icon-tik-tok\";}}s:43:\"header_socials_content_alignment_et-desktop\";s:5:\"start\";s:39:\"header_socials_elements_zoom_et-desktop\";s:3:\"100\";s:42:\"header_socials_elements_spacing_et-desktop\";s:1:\"7\";s:32:\"header_socials_target_et-desktop\";b:0;s:35:\"header_socials_no_follow_et-desktop\";b:1;s:22:\"search_type_et-desktop\";s:5:\"input\";s:22:\"search_ajax_et-desktop\";b:1;s:24:\"search_by_sku_et-desktop\";b:0;s:26:\"search_category_et-desktop\";b:1;s:37:\"search_all_categories_text_et-desktop\";s:14:\"All categories\";s:29:\"search_placeholder_et-desktop\";s:27:\"What are you looking for...\";s:31:\"search_limit_results_et-desktop\";s:1:\"3\";s:27:\"search_icon_zoom_et-desktop\";d:1.3000000000000000444089209850062616169452667236328125;s:35:\"search_content_alignment_et-desktop\";s:6:\"center\";s:23:\"search_width_et-desktop\";s:3:\"100\";s:24:\"search_height_et-desktop\";s:2:\"42\";s:31:\"search_border_radius_et-desktop\";s:3:\"100\";s:23:\"search_color_et-desktop\";s:7:\"#888888\";s:42:\"search_button_background_custom_et-desktop\";s:7:\"#ffffff\";s:30:\"search_button_color_et-desktop\";s:7:\"#333333\";s:33:\"search_input_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:0:\"\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:0:\"\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:4:\"10px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:4:\"20px\";}s:30:\"search_input_border_et-desktop\";s:5:\"solid\";s:43:\"search_input_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:32:\"search_icon_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:4:\"10px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:4:\"10px\";s:12:\"padding-left\";s:3:\"0px\";}s:29:\"search_icon_border_et-desktop\";s:5:\"solid\";s:42:\"search_icon_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:22:\"search_zoom_et-desktop\";s:3:\"100\";s:34:\"search_content_position_et-desktop\";s:5:\"right\";s:41:\"search_content_position_custom_et-desktop\";s:1:\"0\";s:35:\"search_content_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"1px\";s:18:\"border-right-width\";s:3:\"1px\";s:19:\"border-bottom-width\";s:3:\"1px\";s:17:\"border-left-width\";s:3:\"1px\";s:11:\"padding-top\";s:4:\"10px\";s:13:\"padding-right\";s:4:\"20px\";s:14:\"padding-bottom\";s:4:\"10px\";s:12:\"padding-left\";s:4:\"20px\";}s:32:\"search_content_border_et-desktop\";s:5:\"solid\";s:45:\"search_content_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:25:\"wishlist_style_et-desktop\";s:5:\"type1\";s:24:\"wishlist_icon_et-desktop\";s:5:\"type1\";s:29:\"wishlist_icon_zoom_et-desktop\";d:1.9000000000000001332267629550187848508358001708984375;s:25:\"wishlist_label_et-desktop\";b:0;s:32:\"wishlist_label_custom_et-desktop\";s:8:\"Wishlist\";s:32:\"wishlist_content_type_et-desktop\";s:10:\"off_canvas\";s:16:\"wishlist_link_to\";s:12:\"wishlist_url\";s:19:\"wishlist_custom_url\";s:1:\"#\";s:25:\"mini-wishlist-items-count\";s:1:\"3\";s:28:\"wishlist_quantity_et-desktop\";b:1;s:33:\"wishlist_quantity_size_et-desktop\";d:0.6999999999999999555910790149937383830547332763671875;s:53:\"wishlist_quantity_active_background_custom_et-desktop\";s:7:\"#f3e500\";s:41:\"wishlist_quantity_active_color_et-desktop\";s:7:\"#222222\";s:37:\"wishlist_content_alignment_et-desktop\";s:5:\"start\";s:30:\"wishlist_background_et-desktop\";s:7:\"current\";s:37:\"wishlist_background_custom_et-desktop\";s:7:\"#ffffff\";s:25:\"wishlist_color_et-desktop\";s:7:\"#000000\";s:33:\"wishlist_border_radius_et-desktop\";s:1:\"0\";s:29:\"wishlist_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:4:\"10px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:4:\"10px\";s:12:\"padding-left\";s:3:\"0px\";}s:26:\"wishlist_border_et-desktop\";s:5:\"solid\";s:39:\"wishlist_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:24:\"wishlist_zoom_et-desktop\";s:3:\"100\";s:37:\"wishlist_dropdown_position_et-desktop\";s:6:\"custom\";s:44:\"wishlist_dropdown_position_custom_et-desktop\";s:4:\"-120\";s:46:\"wishlist_dropdown_background_custom_et-desktop\";s:7:\"#ffffff\";s:36:\"wishlist_content_position_et-desktop\";s:5:\"right\";s:37:\"wishlist_content_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"1px\";s:11:\"padding-top\";s:4:\"30px\";s:13:\"padding-right\";s:4:\"30px\";s:14:\"padding-bottom\";s:4:\"30px\";s:12:\"padding-left\";s:4:\"30px\";}s:34:\"wishlist_content_border_et-desktop\";s:5:\"solid\";s:47:\"wishlist_content_border_color_custom_et-desktop\";s:7:\"#e1e1e1\";s:31:\"top_header_background_et-mobile\";a:6:{s:16:\"background-color\";s:7:\"#e95d2a\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:32:\"main_header_background_et-mobile\";a:6:{s:16:\"background-color\";s:7:\"#e95d2a\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:34:\"bottom_header_background_et-mobile\";a:6:{s:16:\"background-color\";s:7:\"#e95d2a\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:38:\"top_header_sticky_background_et-mobile\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:39:\"main_header_sticky_background_et-mobile\";a:6:{s:16:\"background-color\";s:7:\"#e95d2a\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:41:\"bottom_header_sticky_background_et-mobile\";a:6:{s:16:\"background-color\";s:7:\"#e95d2a\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:28:\"connect_block_mobile_package\";a:1:{i:0;a:6:{s:2:\"id\";s:13:\"element-vfzhX\";s:4:\"type\";s:10:\"horizontal\";s:9:\"separator\";s:5:\"false\";s:5:\"align\";s:3:\"end\";s:7:\"spacing\";s:1:\"6\";s:4:\"data\";s:69:\"{\"cart\":{\"index\":2},\"mobile_menu\":{\"index\":3},\"wishlist\":{\"index\":1}}\";}}s:30:\"mobile_panel_package_et-mobile\";a:5:{i:0;a:7:{s:7:\"element\";s:4:\"home\";s:4:\"icon\";s:12:\"et_icon-home\";s:11:\"icon_custom\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"is_active\";b:0;s:4:\"link\";s:0:\"\";s:11:\"custom_link\";s:0:\"\";}i:1;a:7:{s:7:\"element\";s:4:\"shop\";s:4:\"icon\";s:12:\"et_icon-shop\";s:11:\"icon_custom\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"is_active\";b:0;s:4:\"link\";s:0:\"\";s:11:\"custom_link\";s:0:\"\";}i:2;a:7:{s:7:\"element\";s:6:\"custom\";s:4:\"icon\";s:13:\"et_icon-phone\";s:11:\"icon_custom\";s:0:\"\";s:4:\"text\";s:7:\"Call us\";s:9:\"is_active\";b:0;s:4:\"link\";s:3:\"367\";s:11:\"custom_link\";s:0:\"\";}i:3;a:7:{s:7:\"element\";s:6:\"custom\";s:4:\"icon\";s:16:\"et_icon-delivery\";s:11:\"icon_custom\";s:0:\"\";s:4:\"text\";s:8:\"Delivery\";s:9:\"is_active\";b:0;s:4:\"link\";s:3:\"517\";s:11:\"custom_link\";s:0:\"\";}i:4;a:7:{s:7:\"element\";s:11:\"more_toggle\";s:4:\"icon\";s:12:\"et_icon-more\";s:11:\"icon_custom\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"is_active\";b:1;s:4:\"link\";s:0:\"\";s:11:\"custom_link\";s:0:\"\";}}s:33:\"mobile_panel_background_et-mobile\";a:6:{s:16:\"background-color\";s:7:\"#e95d2a\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:13:\"breadcrumb_bg\";a:6:{s:16:\"background-color\";s:7:\"#f5f5f5\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:14:\"footer_columns\";s:1:\"1\";s:11:\"footer_demo\";b:0;s:25:\"footer_widgets_open_close\";b:0;s:12:\"footer-links\";a:3:{s:7:\"regular\";s:0:\"\";s:5:\"hover\";s:0:\"\";s:6:\"active\";s:0:\"\";}s:15:\"footer_bg_color\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:16:\"copyrights-links\";a:3:{s:7:\"regular\";s:0:\"\";s:5:\"hover\";s:0:\"\";s:6:\"active\";s:0:\"\";}s:19:\"copyrights_bg_color\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:14:\"background_img\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:16:\"light_buttons_bg\";a:2:{s:7:\"regular\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:19:\"light_buttons_color\";a:3:{s:7:\"regular\";s:0:\"\";s:5:\"hover\";s:0:\"\";s:6:\"active\";s:0:\"\";}s:26:\"light_buttons_border_color\";a:2:{s:7:\"regular\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:19:\"bordered_buttons_bg\";a:2:{s:7:\"regular\";s:7:\"#ffffff\";s:5:\"hover\";s:7:\"#222222\";}s:22:\"bordered_buttons_color\";a:3:{s:7:\"regular\";s:7:\"#222222\";s:5:\"hover\";s:7:\"#ffffff\";s:6:\"active\";s:7:\"#ffffff\";}s:29:\"bordered_buttons_border_color\";a:2:{s:7:\"regular\";s:7:\"#222222\";s:5:\"hover\";s:7:\"#222222\";}s:15:\"dark_buttons_bg\";a:2:{s:7:\"regular\";s:7:\"#222222\";s:5:\"hover\";s:18:\"rgba(34,34,34,0.8)\";}s:18:\"dark_buttons_color\";a:3:{s:7:\"regular\";s:7:\"#ffffff\";s:5:\"hover\";s:7:\"#ffffff\";s:6:\"active\";s:7:\"#ffffff\";}s:25:\"dark_buttons_border_color\";a:2:{s:7:\"regular\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:17:\"active_buttons_bg\";a:2:{s:7:\"regular\";s:7:\"#e95d2a\";s:5:\"hover\";s:19:\"rgba(233,93,42,0.8)\";}s:20:\"active_buttons_color\";a:3:{s:7:\"regular\";s:7:\"#ffffff\";s:5:\"hover\";s:7:\"#ffffff\";s:6:\"active\";s:7:\"#ffffff\";}s:27:\"active_buttons_border_color\";a:2:{s:7:\"regular\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:20:\"product_stock_colors\";a:3:{s:5:\"step1\";s:7:\"#2e7d32\";s:5:\"step2\";s:7:\"#f57f17\";s:5:\"step3\";s:7:\"#c62828\";}s:13:\"swatch_border\";a:2:{s:7:\"regular\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:30:\"images_loading_type_et-desktop\";s:7:\"default\";s:8:\"fa_icons\";b:1;s:13:\"disable_emoji\";b:1;s:20:\"disable_wp_block_css\";b:1;s:41:\"product_breadcrumbs_background_et-desktop\";a:6:{s:16:\"background-color\";s:19:\"rgba(255,255,255,0)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:36:\"connect_block_product_single_package\";a:0:{}s:37:\"connect_block_product_archive_package\";a:0:{}s:5:\"sfont\";a:10:{s:11:\"font-family\";s:6:\"Roboto\";s:7:\"variant\";s:7:\"regular\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#666666\";s:14:\"text-transform\";s:0:\"\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:8:\"headings\";a:9:{s:11:\"font-family\";s:6:\"Roboto\";s:7:\"variant\";s:3:\"500\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:7:\"#222222\";s:14:\"text-transform\";s:0:\"\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:500;s:10:\"font-style\";s:6:\"normal\";}s:19:\"paragraph_font_size\";s:2:\"16\";s:21:\"paragraph_line_height\";d:1.600000000000000088817841970012523233890533447265625;s:20:\"logo_width_et-mobile\";s:3:\"120\";s:24:\"logo_box_model_et-mobile\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:21:\"header_presets_select\";s:19:\"header-niche-market\";s:27:\"top_header_height_et-mobile\";s:2:\"30\";s:28:\"main_header_height_et-mobile\";s:2:\"43\";s:27:\"main_header_color_et-mobile\";s:7:\"#ffffff\";s:30:\"bottom_header_height_et-mobile\";s:2:\"46\";s:28:\"bottom_header_zoom_et-mobile\";s:3:\"100\";s:30:\"bottom_header_sticky_et-mobile\";b:1;s:34:\"main_header_sticky_color_et-mobile\";s:7:\"#ffffff\";s:35:\"menu_item_dots_separator_et-desktop\";s:4:\"2059\";s:37:\"menu_2_item_dots_separator_et-desktop\";s:5:\"\\2022\";s:31:\"mobile_menu_icon_zoom_et-mobile\";d:1.9000000000000001332267629550187848508358001708984375;s:31:\"mobile_menu_box_model_et-mobile\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:24:\"cart_icon_zoom_et-mobile\";d:1.8000000000000000444089209850062616169452667236328125;s:33:\"cart_quantity_position_et-desktop\";s:3:\"top\";s:36:\"cart_quantity_proportions_et-desktop\";d:1.600000000000000088817841970012523233890533447265625;s:24:\"cart_box_model_et-mobile\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:37:\"wishlist_quantity_position_et-desktop\";s:3:\"top\";s:40:\"wishlist_quantity_proportions_et-desktop\";d:1.70000000000000017763568394002504646778106689453125;s:28:\"wishlist_box_model_et-mobile\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:27:\"account_box_model_et-mobile\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:21:\"search_type_et-mobile\";s:5:\"input\";s:33:\"search_results_content_et-desktop\";a:3:{i:0;s:8:\"products\";i:1;s:5:\"posts\";i:2;s:5:\"pages\";}s:26:\"search_icon_zoom_et-mobile\";d:1.399999999999999911182158029987476766109466552734375;s:23:\"search_height_et-mobile\";s:2:\"32\";s:30:\"search_border_radius_et-mobile\";s:1:\"4\";s:32:\"search_input_box_model_et-mobile\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:0:\"\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:0:\"\";s:16:\"border-top-width\";s:3:\"1px\";s:18:\"border-right-width\";s:3:\"1px\";s:19:\"border-bottom-width\";s:3:\"1px\";s:17:\"border-left-width\";s:3:\"1px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:4:\"10px\";}s:31:\"search_icon_box_model_et-mobile\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:34:\"search_content_box_model_et-mobile\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"1px\";s:18:\"border-right-width\";s:3:\"1px\";s:19:\"border-bottom-width\";s:3:\"1px\";s:17:\"border-left-width\";s:3:\"1px\";s:11:\"padding-top\";s:4:\"10px\";s:13:\"padding-right\";s:4:\"10px\";s:14:\"padding-bottom\";s:4:\"10px\";s:12:\"padding-left\";s:4:\"10px\";}s:34:\"contacts_separator_type_et-desktop\";s:5:\"\\2059\";s:42:\"newsletter_content_width_height_et-desktop\";s:6:\"custom\";s:49:\"newsletter_content_width_height_custom_et-desktop\";a:2:{s:5:\"width\";s:5:\"840px\";s:6:\"height\";s:5:\"530px\";}s:27:\"newsletter_color_et-desktop\";s:7:\"#222222\";s:41:\"button_background_hover_custom_et-desktop\";s:7:\"#489c33\";s:29:\"button_hover_color_et-desktop\";s:7:\"#ffffff\";s:26:\"header_mobile_top_elements\";s:2:\"{}\";s:27:\"header_mobile_main_elements\";s:152:\"{\"element-uDC7u\":{\"size\":\"8\",\"index\":\"1\",\"offset\":\"0\",\"element\":\"logo\"},\"element-vfzhX\":{\"size\":\"4\",\"index\":\"9\",\"offset\":\"0\",\"element\":\"connect_block\"}}\";s:29:\"header_mobile_bottom_elements\";s:75:\"{\"element-tVgrM\":{\"size\":\"12\",\"index\":\"1\",\"offset\":\"0\",\"element\":\"search\"}}\";s:12:\"blog_sidebar\";s:7:\"without\";s:10:\"site_width\";s:4:\"1430\";s:31:\"booster_progress_bar_et-desktop\";b:1;s:14:\"footer_padding\";a:4:{s:11:\"padding-top\";s:1:\"0\";s:13:\"padding-right\";s:0:\"\";s:14:\"padding-bottom\";s:1:\"0\";s:12:\"padding-left\";s:0:\"\";}s:19:\"footer_border_width\";i:0;s:19:\"footer_border_style\";s:4:\"none\";s:18:\"portfolio_projects\";b:0;s:10:\"bold_icons\";b:1;s:38:\"cart_content_quantity_input_et-desktop\";b:1;s:39:\"search_category_fancy_select_et-desktop\";b:1;s:32:\"search_ajax_with_tabs_et-desktop\";b:1;s:11:\"menu_arrows\";b:0;s:39:\"secondary_menu_content_fonts_et-desktop\";a:7:{s:11:\"font-family\";s:6:\"Roboto\";s:7:\"variant\";s:3:\"500\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:10:\"capitalize\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:500;s:10:\"font-style\";s:6:\"normal\";}s:24:\"cart_special_breadcrumbs\";b:1;s:17:\"breadcrumb_effect\";s:4:\"none\";s:19:\"bc_breadcrumbs_font\";a:10:{s:11:\"font-family\";s:6:\"Roboto\";s:7:\"variant\";s:3:\"500\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:0:\"\";s:5:\"color\";s:7:\"#888888\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:500;s:10:\"font-style\";s:6:\"normal\";}s:13:\"bc_title_font\";a:10:{s:11:\"font-family\";s:6:\"Roboto\";s:7:\"variant\";s:3:\"500\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:0:\"\";s:5:\"color\";s:7:\"#888888\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:500;s:10:\"font-style\";s:6:\"normal\";}s:18:\"return_to_previous\";b:0;s:14:\"bc_return_font\";a:10:{s:11:\"font-family\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:5:\"color\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:0;s:10:\"font-style\";s:0:\"\";}s:18:\"breadcrumb_padding\";a:4:{s:11:\"padding-top\";s:4:\"15px\";s:13:\"padding-right\";s:0:\"\";s:14:\"padding-bottom\";s:4:\"14px\";s:12:\"padding-left\";s:0:\"\";}s:9:\"activecol\";s:7:\"#e95d2a\";s:20:\"active_buttons_fonts\";a:5:{s:14:\"text-transform\";s:10:\"capitalize\";s:11:\"font-backup\";s:0:\"\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:22:\"bordered_buttons_fonts\";a:5:{s:14:\"text-transform\";s:10:\"capitalize\";s:11:\"font-backup\";s:0:\"\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:18:\"dark_buttons_fonts\";a:5:{s:14:\"text-transform\";s:10:\"capitalize\";s:11:\"font-backup\";s:0:\"\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:19:\"light_buttons_fonts\";a:5:{s:14:\"text-transform\";s:10:\"capitalize\";s:11:\"font-backup\";s:0:\"\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:29:\"bordered_buttons_border_width\";a:4:{s:10:\"border-top\";s:3:\"2px\";s:12:\"border-right\";s:3:\"2px\";s:13:\"border-bottom\";s:3:\"2px\";s:11:\"border-left\";s:3:\"2px\";}s:35:\"bordered_buttons_border_width_hover\";a:4:{s:10:\"border-top\";s:3:\"2px\";s:12:\"border-right\";s:3:\"2px\";s:13:\"border-bottom\";s:3:\"2px\";s:11:\"border-left\";s:3:\"2px\";}s:14:\"single_sidebar\";s:5:\"right\";s:28:\"sticky_added_to_cart_message\";b:0;s:29:\"sticky_add_to_cart_et-desktop\";b:1;s:17:\"show_single_stock\";b:0;s:19:\"product_page_brands\";b:0;s:10:\"show_brand\";b:0;s:11:\"blog_layout\";s:4:\"grid\";s:12:\"blog_columns\";s:1:\"3\";s:12:\"blog_masonry\";b:0;s:23:\"ajax_product_pagination\";b:0;s:25:\"ajax_added_product_notify\";b:0;s:22:\"sidebar_widgets_scroll\";b:1;s:22:\"sidebar_widgets_height\";s:3:\"410\";s:19:\"ajax_product_filter\";b:1;s:25:\"top_header_zoom_et-mobile\";s:3:\"100\";s:26:\"main_header_zoom_et-mobile\";s:3:\"100\";s:34:\"top_header_sticky_height_et-mobile\";s:2:\"60\";s:35:\"main_header_sticky_height_et-mobile\";s:2:\"40\";s:37:\"bottom_header_sticky_height_et-mobile\";s:2:\"48\";s:37:\"header_vertical_logo_width_et-desktop\";s:3:\"320\";s:41:\"header_vertical_menu_icon_zoom_et-desktop\";d:1;s:32:\"header_vertical_width_et-desktop\";s:2:\"90\";s:39:\"header_vertical_content_zoom_et-desktop\";s:3:\"100\";s:43:\"header_vertical_elements_spacing_et-desktop\";s:2:\"10\";s:19:\"menu_zoom_et-mobile\";s:3:\"100\";s:21:\"menu_2_zoom_et-mobile\";s:3:\"100\";s:36:\"secondary_menu_more_items_link_after\";s:1:\"7\";s:19:\"cart_zoom_et-mobile\";s:3:\"100\";s:28:\"wishlist_icon_zoom_et-mobile\";d:1.8000000000000000444089209850062616169452667236328125;s:23:\"wishlist_zoom_et-mobile\";s:3:\"100\";s:27:\"account_icon_zoom_et-mobile\";d:1.399999999999999911182158029987476766109466552734375;s:34:\"search_ajax_min_symbols_et-desktop\";s:1:\"3\";s:22:\"search_width_et-mobile\";s:3:\"100\";s:21:\"search_zoom_et-mobile\";s:3:\"100\";s:38:\"header_socials_elements_zoom_et-mobile\";s:3:\"100\";s:41:\"header_socials_elements_spacing_et-mobile\";s:1:\"5\";s:17:\"custom_css_global\";s:4113:\"/* Site preloader */\nbody > .et-loader {\n    background-color: rgba(255,255,255,.75);\n}\n\nbody > .et-loader .et-loader-img {\n    max-width: 140px;\n}\n\n.et-preloader-on .template-container {\n    filter: blur(2px);\n}\n/* Menu item labels */\n.menu-label-sale > a .label-text {\n    background-color: #f3e500;\n    color: #222222;\n}\n.menu-label-sale > a .label-text:before {\n    border-right-color: #f3e500;\n}\n\n/* Breadcrumbs */\n.cart-checkout-nav {\n    font-size: 24px;\n}\n\n/* Track order in header */\n.header-track-order{\n		white-space: nowrap;\n}\n\n/* Header shadow */\n.header-bottom-wrapper {\n    box-shadow: 0px 0px 5px 2px rgba(0,0,0,.15);\n}\n\n/* Menu full width */\n.header-bottom .et_b_header-menu .menu .menu-item-has-children {\n    position: static;\n}\n.header-bottom .et_b_header-menu .menu .menu-item-has-children .nav-sublist-dropdown {\n    width: 100% !important;\n    left: 0 !important;\n    right: 0 !important;\n		margin: 0 !important;\n}\n\n/* Breadcrumbs */\n.page-heading {\n		    box-shadow: 0 -2px 5px 0px rgba(0,0,0,.04) inset;\n}\n\n/* Button size */\n.button, .btn, input[type=\"submit\"], input[type=\"button\"], form button, form #qna-ask-input button,\n.btn-checkout, .btn-view-wishlist,\n.et_element .btn-checkout, .et_element .mini-cart-buttons .wc-forward:not(.btn-checkout), .et_element .btn-view-wishlist {\n		font-size: 100%;\n}\n\n/* Tags */\n.tagcloud a {\n    background: #F0F0F0;\n    border-color: #F0F0F0;\n    color: #999999;\n}\n\n/* Sidebar */\n.sidebar {\n    --space-between-widgets: 40px;\n}\n\n/* Shop */\n.products-loop .product,\n.products-slider.second-initialized .product-slide {\n		transition: all .2s ease-in-out;\n}\n.single-product-builder .products-slider .product-details {\n    padding-bottom: 15px;\n}\n.products-slider {\n    padding: 15px;\n}\n.products-loop .product:hover,\n.carousel-area .product-slide:hover{\n		box-shadow:0 0 10px 3px rgba(0,0,0,.1);\n		z-index:2;\n		transform:translateY(-5px) scale(1.007);\n		border-radius:5px;\n		background-color: #fff;\n}\n.products-loop .type-product{\n		padding-top:15px;\n}\n.products-loop .content-product{\n		margin-bottom:15px\n}\n.content-product .products-page-cats a {\n    font-size: 15px;\n}\n.product-view-default .footer-product .show-quickly {\n		border: 2px solid #e95d2a;\n    color: #e95d2a;\n    border-radius: 5px;\n    padding: 7px;\n}\n.product-view-default .footer-product .show-quickly:hover {\n		color: #e95d2a;\n}\n\n/* Product view mask3 */\n.product-view-mask3 .footer-product > *, .product-view-mask3 .footer-product .button, .product-view-mask3 .footer-product .add_to_wishlist.button {\n    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);\n}\n\n.wcmp_vendor_banner_template.template1 .img_div img {\n    max-width: 100px;\n    max-height: 100px;\n}\n.vendor_description {\n    padding: 40px 30px;\n}\n\n/* Single product */\n.woocommerce-tabs .wc-tab .product-vendor h2 {\n		display: none;\n}\n\n/* Hover underline for links */\n.et-menu-list .subitem-title-holder a,\n.et-slider-button-underline-hover .slide-button,\n.banner-button-underline-hover .banner-button,\n.el-button-underline-hover .elementor-button-text{\n    position: relative;\n    display: inline-block;\n}\n\n.et-menu-list .subitem-title-holder a:before,\n.et-slider-button-underline-hover .slide-button:before,\n.banner-button-underline-hover .banner-button:before,\n.el-button-underline-hover .elementor-button-text:before {\n    content: \'\';\n    height: 2px;\n    width: 0;\n    right: 0;\n    position: absolute;\n    transition: width .2s ease-in-out;\n    bottom: -4px;\n    background: var(--et_active-color, currentColor);\n}\n\n.et-menu-list .subitem-title-holder a:before,\n.et-slider-button-underline-hover .slide-button:before {\n		bottom: 0;\n}\n\n.et-menu-list .subitem-title-holder a:hover:before,\n.et-slider-button-underline-hover .slide-button:hover:before,\n.banner-button-underline-hover .banner-button:hover:before,\n.el-button-underline-hover .elementor-button-text:hover:before {\n    width: 100%;\n    right: auto;\n}\n\n/* Vendor description */\n.vendor_description_background .description_data {\n    display: none;\n}\n\n\n/* Mobile panel */\n.et-mobile-panel .with-dot > a .et_b-icon:before {\n    background-color: #f3e500;\n}\n\n\";s:10:\"post_share\";b:0;s:15:\"blog_categories\";b:0;s:14:\"excerpt_length\";s:2:\"20\";s:22:\"excerpt_length_sliders\";s:2:\"20\";s:13:\"views_counter\";b:0;s:21:\"blog_pagination_align\";s:6:\"center\";s:25:\"blog_pagination_prev_next\";b:1;s:15:\"brands_location\";s:13:\"under_content\";s:22:\"thumbs_slider_vertical\";s:8:\"vertical\";s:15:\"upsell_location\";s:13:\"after_content\";s:11:\"share_icons\";b:0;s:13:\"single_layout\";s:7:\"default\";s:13:\"tabs_location\";s:13:\"after_content\";s:36:\"product_breadcrumbs_fonts_et-desktop\";a:6:{s:11:\"font-family\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:14:\"text-transform\";s:7:\"inherit\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:0;s:10:\"font-style\";s:0:\"\";}s:55:\"product_breadcrumbs_return_to_previous_fonts_et-desktop\";a:6:{s:11:\"font-family\";s:7:\"inherit\";s:7:\"variant\";s:0:\"\";s:14:\"text-transform\";s:7:\"inherit\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:0;s:10:\"font-style\";s:0:\"\";}s:50:\"product_breadcrumbs_product_title_fonts_et-desktop\";a:7:{s:11:\"font-family\";s:7:\"inherit\";s:7:\"variant\";s:0:\"\";s:5:\"color\";s:4:\"#555\";s:14:\"text-transform\";s:7:\"inherit\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:0;s:10:\"font-style\";s:0:\"\";}s:23:\"product_single_elements\";s:1425:\"{\"element-oCMF7\":{\"title\":\"Section1\",\"width\":\"100\",\"index\":1,\"align\":\"start\",\"sticky\":\"false\",\"data\":{\"element-lpYyv\":{\"element\":\"etheme_woocommerce_template_woocommerce_breadcrumb\",\"index\":0}}},\"element-raHwF\":{\"title\":\"Section2\",\"width\":\"47\",\"index\":2,\"align\":\"start\",\"sticky\":\"false\",\"data\":{\"element-5P3vr\":{\"element\":\"etheme_product_single_custom_html_01\",\"index\":1},\"sA6vX\":{\"element\":\"etheme_woocommerce_show_product_images\",\"index\":0},\"element-nqMoH\":{\"element\":\"etheme_woocommerce_output_cross_sells_products\",\"index\":2}}},\"element-TFML4\":{\"title\":\"Section3\",\"width\":\"53\",\"index\":3,\"align\":\"start\",\"sticky\":\"element-raHwF\",\"data\":{\"pcrn2\":{\"element\":\"etheme_woocommerce_template_single_price\",\"index\":4},\"DBsjn\":{\"element\":\"etheme_woocommerce_template_single_excerpt\",\"index\":5},\"ZhZAb\":{\"element\":\"etheme_woocommerce_template_single_rating\",\"index\":1},\"su2ri\":{\"element\":\"etheme_woocommerce_template_single_title\",\"index\":0},\"oXjuP\":{\"element\":\"etheme_woocommerce_template_single_add_to_cart\",\"index\":6},\"4XneW\":{\"element\":\"etheme_woocommerce_template_single_meta\",\"index\":2},\"element-3e6Lo\":{\"element\":\"etheme_woocommerce_template_single_sharing\",\"index\":3}}},\"element-fgcNP\":{\"title\":\"Section4\",\"width\":\"100\",\"index\":4,\"align\":\"start\",\"sticky\":\"false\",\"data\":{\"BJZsk\":{\"element\":\"etheme_woocommerce_output_product_data_tabs\",\"index\":0},\"DEted\":{\"element\":\"etheme_woocommerce_output_related_products\",\"index\":1}}}}\";s:35:\"product_breadcrumbs_mode_et-desktop\";s:7:\"default\";s:36:\"product_breadcrumbs_style_et-desktop\";s:7:\"inherit\";s:35:\"product_breadcrumbs_zoom_et-desktop\";s:3:\"100\";s:36:\"product_breadcrumbs_color_et-desktop\";s:7:\"#888888\";s:40:\"product_breadcrumbs_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:4:\"auto\";s:13:\"margin-bottom\";s:4:\"25px\";s:11:\"margin-left\";s:4:\"auto\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:4:\"15px\";s:13:\"padding-right\";s:4:\"20px\";s:14:\"padding-bottom\";s:4:\"15px\";s:12:\"padding-left\";s:4:\"20px\";}s:61:\"single_product_widget_area_1_title_size_proportion_et-desktop\";d:1;s:54:\"single_product_widget_area_1_widget_spacing_et-desktop\";s:2:\"60\";s:31:\"product_gallery_type_et-desktop\";s:24:\"thumbnails_bottom_inside\";s:35:\"product_gallery_lightbox_et-desktop\";b:1;s:26:\"product_gallery_arrow_size\";s:2:\"50\";s:34:\"product_sale_label_type_et-desktop\";s:4:\"none\";s:36:\"product_gallery_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:4:\"20px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:30:\"product_title_fonts_et-desktop\";a:7:{s:11:\"font-family\";s:6:\"Roboto\";s:7:\"variant\";s:3:\"500\";s:5:\"color\";s:4:\"#222\";s:14:\"text-transform\";s:4:\"none\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:500;s:10:\"font-style\";s:6:\"normal\";}s:35:\"product_title_proportion_et-desktop\";d:1.75;s:35:\"product_price_proportion_et-desktop\";d:1.5500000000000000444089209850062616169452667236328125;s:42:\"product_price_sale_color_custom_et-desktop\";s:7:\"#e95d2a\";s:37:\"product_price_color_custom_et-desktop\";s:7:\"#b1b1b1\";s:41:\"product_short_description_zoom_et-desktop\";s:3:\"104\";s:37:\"product_short_color_custom_et-desktop\";s:7:\"#888888\";s:33:\"product_quantity_style_et-desktop\";s:6:\"square\";s:38:\"product_cart_form_direction_et-desktop\";s:3:\"row\";s:38:\"product_add_to_cart_spacing_et-desktop\";s:2:\"10\";s:11:\"buy_now_btn\";b:1;s:35:\"product_add_to_cart_size_et-desktop\";d:1.100000000000000088817841970012523233890533447265625;s:40:\"product_add_to_cart_min_width_et-desktop\";s:3:\"180\";s:37:\"product_add_to_cart_radius_et-desktop\";s:1:\"0\";s:41:\"product_add_to_cart_min_height_et-desktop\";s:2:\"39\";s:47:\"product_cart_background_custom_hover_et-desktop\";s:7:\"#e95d2a\";s:38:\"product_wishlist_proportion_et-desktop\";d:1.1500000000000001332267629550187848508358001708984375;s:37:\"product_compare_proportion_et-desktop\";d:1.1500000000000001332267629550187848508358001708984375;s:28:\"product_meta_zoom_et-desktop\";s:3:\"100\";s:33:\"product_meta_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"5px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:4:\"10px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:28:\"product_tabs_type_et-desktop\";s:7:\"folders\";s:40:\"product_tabs_navigation_align_et-desktop\";s:5:\"start\";s:33:\"product_tabs_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:4:\"40px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:30:\"product_tabs_height_et-desktop\";s:3:\"278\";s:45:\"product_tabs_custom_tab_01_content_et-desktop\";s:0:\"\";s:40:\"product_tabs_navigation_fonts_et-desktop\";a:5:{s:14:\"text-transform\";s:10:\"capitalize\";s:11:\"font-backup\";s:0:\"\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:39:\"product_tabs_navigation_size_et-desktop\";s:3:\"103\";s:42:\"product_tabs_navigation_spacing_et-desktop\";s:1:\"0\";s:35:\"single_product_html_block1_sections\";b:1;s:34:\"single_product_html_block1_section\";s:3:\"627\";s:18:\"sale_icon_bg_color\";s:7:\"#e95d2a\";s:14:\"sale_icon_size\";s:8:\"3.50x1.8\";s:14:\"sale_br_radius\";s:1:\"0\";s:28:\"product_page_smart_addtocart\";b:1;s:12:\"product_view\";s:7:\"default\";s:17:\"star-rating-color\";s:7:\"#fbbf37\";s:22:\"product_page_switchers\";a:5:{i:0;s:24:\"product_page_productname\";i:1;s:17:\"product_page_cats\";i:2;s:18:\"product_page_price\";i:3;s:22:\"product_page_addtocart\";i:4;s:26:\"product_page_productrating\";}s:23:\"quick_view_content_type\";s:10:\"off_canvas\";s:11:\"top_toolbar\";b:1;s:36:\"products_related_per_view_et-desktop\";s:1:\"5\";s:32:\"products_related_type_et-desktop\";s:6:\"slider\";s:38:\"products_related_sale_label_et-desktop\";b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1607685032;s:4:\"data\";a:18:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:21:\"etheme-recent-posts-2\";}s:12:\"main-sidebar\";a:3:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-3\";i:2;s:11:\"tag_cloud-3\";}s:17:\"languages-sidebar\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:13:\"top-bar-right\";a:0:{}s:14:\"mobile-sidebar\";a:0:{}s:9:\"top-panel\";a:0:{}s:13:\"header-banner\";a:0:{}s:12:\"shop-sidebar\";a:7:{i:0;s:25:\"dc_product_vendors_list-2\";i:1;s:32:\"woocommerce_product_categories-2\";i:2;s:17:\"et_price_filter-2\";i:3;s:26:\"dc-vendor-store-location-2\";i:4;s:22:\"dc-vendor-quick-info-2\";i:5;s:31:\"woocommerce_product_tag_cloud-2\";i:6;s:21:\"etheme-static-block-4\";}s:20:\"shop-filters-sidebar\";a:0:{}s:19:\"shop-after-products\";a:0:{}s:14:\"single-sidebar\";a:1:{i:0;s:21:\"etheme-static-block-3\";}s:9:\"cart-area\";a:0:{}s:9:\"prefooter\";a:0:{}s:8:\"footer-1\";a:1:{i:0;s:21:\"etheme-static-block-2\";}s:17:\"footer-copyrights\";a:0:{}s:18:\"footer-copyrights2\";a:0:{}s:13:\"custom-area-1\";a:1:{i:0;s:10:\"nav_menu-2\";}s:13:\"custom-area-2\";a:1:{i:0;s:10:\"nav_menu-3\";}}}s:22:\"mobile_panel_et-mobile\";b:1;s:34:\"mobile_panel_more_toggle_menu_term\";s:2:\"16\";s:29:\"mobile_panel_height_et-mobile\";s:2:\"60\";s:36:\"mobile_panel_elements_zoom_et-mobile\";s:2:\"80\";s:30:\"secondary_menu_more_items_link\";b:1;s:30:\"stretch_add_to_cart_et-desktop\";b:1;s:9:\"view_mode\";s:5:\"smart\";s:22:\"view_mode_smart_active\";s:1:\"5\";s:33:\"categories_view_mode_smart_active\";s:1:\"5\";s:29:\"brands_view_mode_smart_active\";s:1:\"5\";s:22:\"header_banner_position\";s:3:\"top\";s:39:\"products_related_title_align_et-desktop\";s:6:\"center\";s:39:\"products_related_title_sizes_et-desktop\";s:6:\"custom\";s:47:\"products_related_title_margin_bottom_et-desktop\";s:2:\"20\";s:27:\"products_related_arrow_size\";s:2:\"50\";s:45:\"products_related_title_line_height_et-desktop\";d:1.5;s:36:\"products_related_cols_gap_et-desktop\";s:2:\"10\";s:37:\"products_related_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:4:\"50px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:5:\"-40px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:49:\"products_related_title_size_proportion_et-desktop\";d:1.70000000000000017763568394002504646778106689453125;s:41:\"product_wishlist_border_radius_et-desktop\";s:1:\"0\";s:37:\"product_wishlist_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"5px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:4:\"10px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"0px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:23:\"button_color_et-desktop\";s:7:\"#489c33\";s:45:\"menu_item_arrow_hover_color_custom_et-desktop\";s:7:\"#ffffff\";s:17:\"product_img_hover\";s:7:\"disable\";s:19:\"product_title_limit\";s:2:\"15\";s:34:\"product_price_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:4:\"25px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:4:\"10px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"1px\";s:18:\"border-right-width\";s:3:\"0px\";s:19:\"border-bottom-width\";s:3:\"0px\";s:17:\"border-left-width\";s:3:\"0px\";s:11:\"padding-top\";s:4:\"20px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";}s:20:\"blog_page_banner_pos\";s:1:\"3\";s:16:\"blog_page_banner\";s:114:\"<h2 class=\"align-center\" style=\"padding: 35px 0px 53px 0px;font-size: 30px;font-weight: bold\">Blog &amp; News</h2>\";s:18:\"custom_css_desktop\";s:543:\"/* Single product */\n.woocommerce-product-gallery.images-wrapper,\n.thumbnails-list .swiper-slide a{\n    border: 2px solid #E1E1E1;\n}\n\n.thumbnails-list .swiper-slide {\n		padding: 5px;\n}\n\n.thumbnails-list {\n		justify-content: center;\n		padding-top: 5px;\n}\n\n.thumbnails-list .swiper-slide.active-thumbnail a {\n    border-color: #e95d2a;\n}\n\n\n/* Single post - sidebar */\n.sidebar .widget_categories {\n    border: 3px solid #E95D2A;\n    padding: 30px;\n}\n\n/* single post related */\n.related-posts {\n    border: 2px solid #ebebeb;\n    padding: 30px;\n}\";s:39:\"cart_content_linked_products_et-desktop\";b:1;s:44:\"cart_content_linked_products_type_et-desktop\";s:10:\"cross-sell\";s:21:\"product_tabs_sortable\";a:5:{i:0;s:11:\"description\";i:1;s:22:\"additional_information\";i:2;s:16:\"et_custom_tab_01\";i:3;s:16:\"et_custom_tab_02\";i:4;s:20:\"single_custom_tab_01\";}s:26:\"product_reviews_et-desktop\";b:1;s:37:\"product_gallery_thumbnails_et-desktop\";b:1;s:34:\"product_gallery_spacing_et-desktop\";s:2:\"10\";s:35:\"products_cross_sell_type_et-desktop\";s:4:\"grid\";s:30:\"products_cross_sell_arrow_size\";s:2:\"50\";s:42:\"products_cross_sell_title_sizes_et-desktop\";s:6:\"custom\";s:52:\"products_cross_sell_title_size_proportion_et-desktop\";d:1;s:48:\"products_cross_sell_title_line_height_et-desktop\";d:1.5;s:39:\"products_cross_sell_per_view_et-desktop\";s:1:\"3\";s:50:\"products_cross_sell_title_margin_bottom_et-desktop\";s:1:\"7\";s:36:\"products_cross_sell_limit_et-desktop\";s:1:\"3\";s:13:\"google_app_id\";s:0:\"\";s:17:\"google_app_secret\";s:0:\"\";s:15:\"facebook_app_id\";s:0:\"\";s:19:\"facebook_app_secret\";s:0:\"\";s:33:\"booster_progress_price_et-desktop\";s:4:\"1350\";s:38:\"single_product_sidebar_mode_et-desktop\";s:7:\"default\";s:33:\"single_product_sidebar_et-desktop\";s:5:\"right\";s:40:\"single_product_sidebar_sticky_et-desktop\";b:1;s:44:\"products_cross_sells_product_view_et-desktop\";s:7:\"inherit\";s:49:\"product_breadcrumbs_return_to_previous_et-desktop\";b:1;s:40:\"products_cross_sell_box_model_et-desktop\";a:12:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:4:\"30px\";s:11:\"margin-left\";s:3:\"0px\";s:16:\"border-top-width\";s:3:\"2px\";s:18:\"border-right-width\";s:3:\"2px\";s:19:\"border-bottom-width\";s:3:\"2px\";s:17:\"border-left-width\";s:3:\"2px\";s:11:\"padding-top\";s:4:\"10px\";s:13:\"padding-right\";s:4:\"15px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:4:\"15px\";}s:37:\"products_cross_sell_border_et-desktop\";s:6:\"dashed\";s:50:\"products_cross_sell_border_color_custom_et-desktop\";s:7:\"#e95d2a\";s:31:\"product_sharing_type_et-desktop\";s:5:\"type1\";s:32:\"product_socials_label_et-desktop\";b:1;s:40:\"product_sharing_elements_zoom_et-desktop\";s:2:\"90\";s:44:\"product_sharing_content_alignment_et-desktop\";s:5:\"start\";s:45:\"product_sharing_title_color_custom_et-desktop\";s:7:\"#222222\";s:39:\"product_sharing_color_custom_et-desktop\";s:7:\"#888888\";s:43:\"product_sharing_label_proportion_et-desktop\";d:1.100000000000000088817841970012523233890533447265625;s:34:\"product_sharing_package_et-desktop\";a:8:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:6:\"tumblr\";i:3;s:8:\"linkedin\";i:4;s:5:\"houzz\";i:5;s:2:\"vk\";i:6;s:9:\"pinterest\";i:7;s:8:\"whatsapp\";}s:23:\"product_bage_banner_pos\";s:1:\"3\";s:19:\"product_bage_banner\";s:28:\"<div>[block id=\"2801\"]</div>\";s:14:\"site_preloader\";b:0;s:13:\"preloader_img\";a:4:{s:2:\"id\";i:2889;s:3:\"url\";s:108:\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/site-loader.gif\";s:5:\"width\";i:256;s:6:\"height\";i:256;}s:30:\"ajax_product_filter_scroll_top\";b:1;s:35:\"products_upsell_per_view_et-desktop\";s:1:\"4\";s:20:\"slider_arrows_colors\";s:6:\"custom\";s:44:\"cart_products_cross_sell_per_view_et-desktop\";s:1:\"6\";s:41:\"cart_products_cross_sell_limit_et-desktop\";s:1:\"9\";s:28:\"mobile_panel_color_et-mobile\";s:7:\"#ffffff\";s:20:\"logo_align_et-mobile\";s:5:\"start\";s:18:\"sidebar_for_mobile\";s:10:\"off_canvas\";s:22:\"load_wc_cart_fragments\";b:1;s:47:\"mobile_panel_active_background_custom_et-mobile\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:41:\"request_quote_popup_background_et-desktop\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";}s:40:\"cart_content_view_cart_button_et-desktop\";b:1;s:30:\"ajax_added_product_notify_type\";s:5:\"popup\";s:10:\"menu_cache\";b:0;s:9:\"cssjs_ver\";b:1;s:17:\"disable_block_css\";b:1;s:18:\"menu_dropdown_ajax\";b:0;s:15:\"mobile_scalable\";b:1;s:17:\"custom_css_tablet\";s:0:\"\";s:22:\"custom_css_wide_mobile\";s:0:\"\";s:17:\"custom_css_mobile\";s:0:\"\";s:24:\"product_archive_elements\";s:0:\"\";s:25:\"header_vertical_menu_term\";s:2:\"81\";s:18:\"custom_css_post_id\";i:-1;s:28:\"main_header_sticky_et-mobile\";b:0;s:45:\"header_vertical_menu_content_fonts_et-desktop\";a:6:{s:11:\"font-family\";s:0:\"\";s:14:\"text-transform\";s:7:\"inherit\";s:11:\"font-backup\";s:0:\"\";s:7:\"variant\";s:0:\"\";s:11:\"font-weight\";i:0;s:10:\"font-style\";s:0:\"\";}s:11:\"dark_styles\";b:0;s:18:\"mobile_menu_2_term\";s:2:\"95\";s:39:\"mobile_menu_content_alignment_et-mobile\";s:5:\"start\";s:11:\"main_layout\";s:4:\"wide\";s:7:\"socials\";a:1:{i:0;s:14:\"share_whatsapp\";}s:48:\"product_cart_buy_now_background_color_et-desktop\";s:7:\"#050505\";s:20:\"product_meta_content\";a:2:{i:0;s:3:\"sku\";i:1;s:4:\"tags\";}s:12:\"grid_sidebar\";s:4:\"left\";s:43:\"product_cart_buy_now_color_hover_et-desktop\";s:7:\"#ededed\";s:20:\"mobile_menu_one_page\";b:0;s:30:\"button_content_align_et-mobile\";s:6:\"center\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(515, 'kirki_downloaded_font_files', 'a:25:{s:68:\"https://fonts.gstatic.com/s/lato/v22/S6uyw4BMUTPHjxAwWCWtFCfQ7A.woff\";s:91:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/lato/S6uyw4BMUTPHjxAwWCWtFCfQ7A.woff\";s:65:\"https://fonts.gstatic.com/s/lato/v22/S6uyw4BMUTPHjx4wWCWtFCc.woff\";s:88:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/lato/S6uyw4BMUTPHjx4wWCWtFCc.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff\";s:95:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff\";s:95:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff\";s:95:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff\";s:95:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff\";s:95:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff\";s:95:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff\";s:70:\"https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff\";s:93:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff\";s:76:\"https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fCRc-AMP6lbBP.woff\";s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCRc-AMP6lbBP.woff\";s:76:\"https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fABc-AMP6lbBP.woff\";s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fABc-AMP6lbBP.woff\";s:76:\"https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fCBc-AMP6lbBP.woff\";s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCBc-AMP6lbBP.woff\";s:76:\"https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBxc-AMP6lbBP.woff\";s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBxc-AMP6lbBP.woff\";s:76:\"https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fCxc-AMP6lbBP.woff\";s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCxc-AMP6lbBP.woff\";s:76:\"https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff\";s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff\";s:74:\"https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff\";s:97:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff\";s:76:\"https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCRc-AMP6lbBP.woff\";s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCRc-AMP6lbBP.woff\";s:76:\"https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfABc-AMP6lbBP.woff\";s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfABc-AMP6lbBP.woff\";s:76:\"https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCBc-AMP6lbBP.woff\";s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCBc-AMP6lbBP.woff\";s:76:\"https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBxc-AMP6lbBP.woff\";s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBxc-AMP6lbBP.woff\";s:76:\"https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCxc-AMP6lbBP.woff\";s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCxc-AMP6lbBP.woff\";s:76:\"https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff\";s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff\";s:74:\"https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff\";s:97:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff\";s:68:\"https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjxAwWCWtFCfQ7A.woff\";s:91:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/lato/S6uyw4BMUTPHjxAwWCWtFCfQ7A.woff\";s:65:\"https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wWCWtFCc.woff\";s:88:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/lato/S6uyw4BMUTPHjx4wWCWtFCc.woff\";}', 'yes'),
(516, 'xstore_kirki_css_version', '1652343805028', 'yes'),
(517, 'elementor_active_kit', '12', 'yes'),
(521, 'elementor_version', '3.27.5', 'yes'),
(522, 'elementor_install_history', 'a:9:{s:5:\"3.5.1\";i:1652274424;s:5:\"3.6.1\";i:1649066663;s:5:\"3.6.2\";i:1649413667;s:5:\"3.6.5\";i:1652274425;s:6:\"3.12.1\";i:1680546273;s:6:\"3.23.4\";i:1725247404;s:6:\"3.24.7\";i:1729278757;s:7:\"3.25.11\";i:1736890810;s:6:\"3.27.5\";i:1748390681;}', 'yes'),
(523, 'elementor_events_db_version', '1.0.0', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(526, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:3:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:14:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";}}}s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}s:9:\"templates\";a:796:{i:0;a:16:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:16:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:16:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:16:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:16:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:16:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:16:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:16:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:16:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:16:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:16:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:16:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:16:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:16:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:16:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:16:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:16:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:16:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:16:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:16:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:16:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:16:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:16:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:16:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:16:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:16:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:16:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:16:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:16:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:16:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:16:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:16:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:16:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:16:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:16:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:16:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:16:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:16:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:16:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:16:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:16:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:16:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:16:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:16:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:16:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:16:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:16:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:16:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:16:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:16:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:16:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:16:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:16:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:16:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:16:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:16:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:16:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:16:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:16:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:16:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:16:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:16:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:16:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:16:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:16:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:16:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:16:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:16:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:16:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:16:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:16:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:16:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:16:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:16:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:16:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:16:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:16:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:16:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:16:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:16:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:16:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:16:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:16:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:16:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:16:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:16:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:16:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:16:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:16:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:16:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:16:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:16:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:16:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:16:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:16:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:16:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:16:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:16:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:16:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:16:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:16:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:16:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:16:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:16:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:16:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:16:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:16:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:16:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:16:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:16:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:16:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:16:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:16:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:16:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:16:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:16:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:16:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:16:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:16:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:16:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:16:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:16:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:16:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:16:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:16:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:16:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:16:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:16:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:16:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:16:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:16:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:16:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:16:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:16:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:16:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/skincare-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:16:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:16:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:16:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:16:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/lp/dot-nft/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:16:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:16:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:16:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:16:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:16:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:144;a:16:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"online shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:16:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:16:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:16:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:16:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:16:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/interior-design-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:16:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:16:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:55:\"Fly-In | Team Details Popup | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:16:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:16:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:154;a:16:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:52:\"Full Screen | Menu Popup | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:155;a:16:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:51:\"Classic | Discount Popup | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:16:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:50:\"Hello Bar | CTA Popup | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:16:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:45:\"Classic | Discount Popup | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:16:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:51:\"Bottom Bar | Discount Popup | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:16:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:38:\"Hello Bar | Menu Popup | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:16:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:43:\"Full Screen | Booking Popup | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:16:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:16:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:40:\"Classic | Discount Popup | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:16:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:40:\"Slide-In | Contact Popup | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:16:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:165;a:16:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:35:\"Classic | Cta Popup | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:16:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:46:\"Bottom Bar | Contact Popup | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:16:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:38:\"Fly-In | Contact Popup | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:168;a:16:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:37:\"Classic |  Login Popup | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:169;a:16:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:42:\"Full Screen | Login Popup | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:16:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:34:\"Classic | Login Popup | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:16:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:37:\"Classic | Login Popup | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:172;a:16:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:46:\"Classic |  Login Popup | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:16:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:16:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:42:\"Fly-In | Contact Popup | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:16:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:42:\"Fly-In | Cta Popup | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:176;a:16:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:16:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:43:\"Full Screen | Contact Popup | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:16:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:45:\"Classic | Contact | Support  Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:179;a:16:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:16:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:16:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:16:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:16:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:16:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:16:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:186;a:16:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:187;a:16:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:16:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:16:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/lp/nails-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:190;a:16:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/music-festival-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:191;a:16:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:16:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:16:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:16:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:16:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:16:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:16:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/photographer-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"project\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:198;a:16:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:16:{s:4:\"tmpl\";i:1204;s:2:\"id\";i:20208;s:5:\"title\";s:49:\"Alternative Medicine Acupuncture &#8211; Business\";s:9:\"thumbnail\";s:112:\"https://library.elementor.com/wp-content/uploads/2021/10/Alternative-Medicine-Acupuncture-Business-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633880557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/alternative-medicine-acupuncture-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:47:\"[\"Health\",\"Landing Pages\",\"medical\",\"Services\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:200;a:16:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/restaurant-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:201;a:16:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:16:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:16:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:204;a:16:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/law-firm-services-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:205;a:16:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:206;a:16:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:16:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:208;a:16:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/photographer-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Gallery\",\"Photography\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:209;a:16:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:210;a:16:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:16:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:212;a:16:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/architecture-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"creative portfolio\",\"portfolio\",\"Project\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:213;a:16:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:16:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:215;a:16:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:216;a:16:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:217;a:16:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"online shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:218;a:16:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/3d-designer-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"creative portfolio\",\"Design\",\"Designer\",\"portfolio\",\"Project\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:219;a:16:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:16:{s:4:\"tmpl\";i:1215;s:2:\"id\";i:20556;s:5:\"title\";s:41:\"Faroe Islands Trip Planner &#8211; Travel\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Faroe-Islands-Trip-Planner-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634026480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/faroe-islands-trip-planner-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:26:\"[\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:221;a:16:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/business-consulting-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:16:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:223;a:16:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"interior design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:224;a:16:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/conference-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:37:\"[\"Conference\",\"Contact\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:16:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:226;a:16:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/construction-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:16:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:228;a:16:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:229;a:16:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:230;a:16:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/contact-plants-store/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:16:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"online shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:232;a:16:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:16:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:234;a:16:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:235;a:16:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dental-care-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:16:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:237;a:16:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:238;a:16:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"medical\",\"Online\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:16:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:240;a:16:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:241;a:16:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/time-management-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:242;a:16:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/exhibition-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"creative portfolio\",\"Exhibition\",\"Gallery\",\"portfolio\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:243;a:16:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:244;a:16:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:245;a:16:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:246;a:16:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/hotel-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Contact\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:16:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:16:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/lp/conference-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:249;a:16:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/insurance-company-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:16:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:251;a:16:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:16:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:253;a:16:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:16:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/interior-designer-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:16:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:256;a:16:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:16:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/online-training-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:258;a:16:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:259;a:16:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/lp/car-wash-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:16:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/packing-moving-company-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"moving\",\"Storge\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:261;a:16:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:262;a:16:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:16:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/restaurant-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:46:\"[\"Contact\",\"Food\",\"form\",\"Google Maps\",\"Info\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:16:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/design-school-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:16:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:266;a:16:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:16:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/spa-beauty-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:16:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:269;a:16:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:16:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/travel-agency-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:16:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:16:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:273;a:16:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:274;a:16:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:16:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:16:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:277;a:16:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:16:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:16:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:280;a:16:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:16:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:16:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:16:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:16:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:285;a:16:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:286;a:16:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:16:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:16:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/birthday-party-invitation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:289;a:16:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/beauty-salon-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:16:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:16:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:16:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/beauty-salon-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:16:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:16:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:16:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:16:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/online-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:16:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:16:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/beauty-salon-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:16:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:16:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:16:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/beauty-salon-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:16:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:16:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:16:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/travel-blog-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:16:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:16:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:16:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-blog-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:16:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:16:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:16:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-blog-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:16:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:16:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:16:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/dance-studio-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:16:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:16:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:16:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/dance-studio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:16:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:318;a:16:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:16:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:16:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:321;a:16:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:16:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/dance-studio-schedule/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:16:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:324;a:16:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:16:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:16:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty salon\",\"Hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:16:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:16:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:16:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:16:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/lp/webinar-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:16:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/psychologist-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:16:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:16:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:16:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/psychologist-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:16:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:16:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:16:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/psychologist-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:16:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:16:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:16:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/psychologist-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:341;a:16:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:16:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:16:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/psychologist-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:344;a:16:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:16:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:346;a:16:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/flooring-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:16:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/moving-company-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:16:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:16:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/flooring-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:350;a:16:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;a:16:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:352;a:16:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/flooring-company-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:16:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:16:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:355;a:16:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:16:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/flooring-company-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:16:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:16:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:16:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/flooring-company-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:16:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"interior design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:361;a:16:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:16:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:16:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:364;a:16:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:365;a:16:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:16:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:46:\"Aesthetic Clinic &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:16:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:368;a:16:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:16:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:370;a:16:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:16:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:16:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/online-store-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"online shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:16:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"online shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:374;a:16:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:375;a:16:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:16:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:16:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:378;a:16:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:379;a:16:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:16:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/open-week-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:16:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:16:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:16:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:16:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:385;a:16:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:16:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:16:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:388;a:16:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:16:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:16:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:391;a:16:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:16:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:16:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:16:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:16:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:16:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:397;a:16:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:16:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:16:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:16:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/barbershop-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:16:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:16:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:16:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/barbershop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:16:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/lp/insurance-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:16:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:16:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/barbershop-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:16:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:408;a:16:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:16:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/barbershop-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:16:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:16:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:16:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/barbershop-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:16:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:16:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:415;a:16:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/online-course-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:16:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:16:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:16:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/online-course-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:16:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:420;a:16:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:421;a:16:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/online-course-course-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:16:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:423;a:16:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:424;a:16:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/online-course-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:16:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:426;a:16:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:427;a:16:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/interior-design-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:428;a:16:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:429;a:16:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:430;a:16:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/interior-design-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:16:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:432;a:16:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:16:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/interior-design-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:16:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:16:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:16:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/interior-design-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:16:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:16:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:439;a:16:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/photography-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:16:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:441;a:16:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/photography-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:16:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:16:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/photography-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:16:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:445;a:16:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/photography-wildlife/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:16:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:447;a:16:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:16:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:16:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:16:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:16:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/photography-nature/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:16:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:453;a:16:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:16:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:455;a:16:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:16:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:16:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/photography-pets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:16:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;a:16:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/photography-bw-portraits/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:16:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:16:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:16:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:463;a:16:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/magazine-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:16:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:465;a:16:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:466;a:16:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:467;a:16:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:16:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:469;a:16:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:16:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:16:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-testimonials/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:16:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:473;a:16:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/travel-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:16:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:475;a:16:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/travel-faq/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:16:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-contact-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:477;a:16:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:16:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:16:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:16:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:481;a:16:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:16:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:16:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:16:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:16:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:16:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:16:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:488;a:16:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:16:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:490;a:16:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:491;a:16:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:16:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:493;a:16:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:16:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:495;a:16:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:16:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:497;a:16:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:16:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:499;a:16:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:16:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:16:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:16:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:16:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:16:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:16:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:506;a:16:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:16:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:508;a:16:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:16:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:16:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:511;a:16:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:512;a:16:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:513;a:16:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:514;a:16:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:16:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:516;a:16:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:16:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:518;a:16:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:16:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:520;a:16:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:16:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:522;a:16:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:16:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:524;a:16:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:16:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:99:\"https://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:526;a:16:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:16:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:528;a:16:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:16:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:16:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:16:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:16:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:533;a:16:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:534;a:16:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:16:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:536;a:16:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:16:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:16:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:16:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:16:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:16:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:16:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:543;a:16:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:544;a:16:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:545;a:16:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:16:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:16:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:16:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:16:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:16:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:16:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:552;a:16:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:16:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:554;a:16:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:16:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:556;a:16:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:16:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:16:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:16:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:16:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:16:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:16:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:16:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:16:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:16:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:16:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:16:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:16:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:16:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:16:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:571;a:16:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;a:16:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:16:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:16:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:16:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:16:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:16:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:16:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:16:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:16:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:16:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:16:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:16:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:16:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:16:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:16:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:587;a:16:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:16:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:589;a:16:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:16:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:16:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:592;a:16:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:16:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:594;a:16:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:16:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:596;a:16:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:597;a:16:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:16:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:16:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"interior design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:16:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"interior design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:16:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:16:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:16:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"interior design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:16:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:16:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:16:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:16:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:16:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:16:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:16:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:16:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:16:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:16:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:614;a:16:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:16:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:616;a:16:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:16:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:16:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:619;a:16:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/magazine-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:16:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:621;a:16:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:16:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:623;a:16:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-search/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:624;a:16:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:16:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:16:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:16:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:16:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:16:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/online-course-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:16:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:16:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:16:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:16:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:16:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/photography-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:16:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:16:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:16:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:16:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:16:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:16:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"Footer\",\"portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:16:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:16:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:16:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"Header\",\"portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:16:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:16:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:16:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:16:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:16:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:649;a:16:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:16:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:16:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:16:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:16:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:16:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:655;a:16:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:656;a:16:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:657;a:16:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:658;a:16:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:16:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:16:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:16:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:662;a:16:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:663;a:16:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:664;a:16:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:16:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:16:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:16:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:16:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:16:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:16:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:16:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:16:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:16:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:16:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:16:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:676;a:16:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:16:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:16:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:16:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:16:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:16:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:682;a:16:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:683;a:16:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:684;a:16:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:685;a:16:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:16:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:16:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:688;a:16:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:16:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:16:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:16:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:692;a:16:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:693;a:16:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:694;a:16:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:695;a:16:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:696;a:16:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:697;a:16:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:698;a:16:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:699;a:16:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:700;a:16:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:701;a:16:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:702;a:16:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:703;a:16:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:704;a:16:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:705;a:16:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:706;a:16:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:707;a:16:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:708;a:16:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:709;a:16:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:16:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:16:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:16:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:16:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:16:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:715;a:16:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:716;a:16:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:717;a:16:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:718;a:16:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:719;a:16:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:720;a:16:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:721;a:16:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:722;a:16:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:723;a:16:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:724;a:16:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:725;a:16:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:726;a:16:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:727;a:16:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:16:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:16:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:16:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:16:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:16:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:16:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:16:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:16:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:16:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:737;a:16:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:16:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:16:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:740;a:16:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:16:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:16:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:16:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:16:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:16:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:746;a:16:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:16:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:748;a:16:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:749;a:16:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:353;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:750;a:16:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:16:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:355;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:16:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:16:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:357;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:754;a:16:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:16:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:359;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:756;a:16:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:757;a:16:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:361;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:16:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:16:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:363;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:16:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:364;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:16:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:16:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:366;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:16:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:764;a:16:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:368;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:765;a:16:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:16:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:370;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:16:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:16:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:16:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:373;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:770;a:16:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:374;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:16:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:16:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:773;a:16:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:377;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:774;a:16:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:378;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:16:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:16:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:777;a:16:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:381;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:778;a:16:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:382;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:779;a:16:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:780;a:16:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:16:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:385;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:16:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:16:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/travel-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:16:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:785;a:16:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:786;a:16:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:787;a:16:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:788;a:16:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:789;a:16:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:790;a:16:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:16:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:792;a:16:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:16:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:794;a:16:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:16:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(527, 'elementor_remote_info_feed_data', 'a:5:{i:0;a:5:{s:5:\"title\";s:46:\"NFT 101: A Beginner’s Guide for Web Creators\";s:7:\"excerpt\";s:298:\"NFTs have taken the world by storm, providing web designers with fresh opportunities to earn money and distribute their work to larger audiences around the globe. In this article, we\'ll break down what NFTs are and how to use them practically (plus, a sneak peek at our new NFT landing page kits!).\";s:7:\"created\";i:1651578283;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:114:\"https://elementor.com/blog/nft-web-design/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:29:\"What Is Inclusive Web Design?\";s:7:\"excerpt\";s:297:\"When designing a website, it is important to keep in mind that not all users interact with it in the same way. Using inclusive design will help you remove bias and assumptions from your website and ensure that users will not feel excluded. Keep reading to learn how to master this modern approach.\";s:7:\"created\";i:1651142542;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:120:\"https://elementor.com/blog/inclusive-web-design/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:55:\"How To Grow Your Business Using Elementor Cloud Website\";s:7:\"excerpt\";s:313:\"In our ‘Community Talks’ event, four leading web creators held a panel discussion with practical tips on how you can incorporate Elementor Cloud Website into your business model to earn more. Uncover low-hanging fruit opportunities and learn to hunt down new avenues for business with Elementor Cloud Website.\";s:7:\"created\";i:1651067671;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:155:\"https://elementor.com/blog/how-to-grow-your-business-using-elementor-cloud-website/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:59:\"Word-of-Mouth Marketing: How To Build a Successful Strategy\";s:7:\"excerpt\";s:337:\"One of the most effective marketing strategies is word-of-mouth. Think about it: would you rather listen to a random guy on an infomercial or a direct recommendation from your business mentor? In this article, we’ll dive into what word-of-mouth marketing actually means and how you can successfully leverage it for your business today.\";s:7:\"created\";i:1650978196;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:123:\"https://elementor.com/blog/word-of-mouth-marketing/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:88:\"More From Elementor 3.6 — Enhanced Import/Export and Rearrange Global Fonts and Colors\";s:7:\"excerpt\";s:251:\"In addition to the Flexbox Containers experiment, Elementor 3.6 also includes additions to the Import/Export tool and the ability to customize the order of your Global Fonts and Colors. These updates allow you to improve and accelerate your workflow. \";s:7:\"created\";i:1650456753;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:164:\"https://elementor.com/blog/introducing-enhanced-import-export-rearrange-global-fonts-colors/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'no'),
(530, 'elementor_log', 'a:43:{s:32:\"0c35aff4daf3b4e5d1d65c89e64ddcbf\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-05-11 13:07:05\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-05-11 13:07:05\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"b8cbff457e1bc00a4329c6ff7c8e19bb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-05-11 13:07:05\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-05-11 13:07:05\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"4e0a1a6583f7553e3adc2315e13a1f37\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-05-11 13:07:05\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.5.1\";s:2:\"to\";s:5:\"3.6.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-05-11 13:07:05\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.5.1\";s:2:\"to\";s:5:\"3.6.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"255d92db6880a55cfe3dd266d0af5cc8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-03 18:24:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.5\";s:2:\"to\";s:6:\"3.12.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-03 18:24:32\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.5\";s:2:\"to\";s:6:\"3.12.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"f88936f784a25e5a313c0668a12470f2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-03 18:24:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-03 18:24:32\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"0aafbc2cd2e1f781de95993b08cd40d6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-03 18:24:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-03 18:24:32\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"7c5844d488fd7bd2ced65ea14cc5e11c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-03 18:24:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-03 18:24:32\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"ae5661e3b68339060e80c388321246f3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-03 18:24:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:87:\"Elementor Pro/Upgrades - _v_3_7_2_woocommerce_rename_related_to_related_products Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-03 18:24:32\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:87:\"Elementor Pro/Upgrades - _v_3_7_2_woocommerce_rename_related_to_related_products Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"5428be023923eda250432d56a4a33cc5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-03 18:24:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:89:\"Elementor Pro/Upgrades - _v_3_7_2_woocommerce_rename_related_to_related_products Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-03 18:24:33\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:89:\"Elementor Pro/Upgrades - _v_3_7_2_woocommerce_rename_related_to_related_products Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"5caeb5761908f7f2dc006a2f3edb9cdf\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-03 18:24:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.6.2\";s:2:\"to\";s:6:\"3.12.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-03 18:24:33\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.6.2\";s:2:\"to\";s:6:\"3.12.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e2956f2168cc235470dc2df444eb29b3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-03 18:24:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.6.2\";s:2:\"to\";s:6:\"3.12.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-03 18:24:33\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.6.2\";s:2:\"to\";s:6:\"3.12.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"a988a10167e057a588af6c8c3dd188fa\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-03 18:24:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-03 18:24:33\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"3c4e047639dd68d98dea93dd41039e97\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-03 18:24:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-03 18:24:33\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"d68725b68a67cea235eba49fbef11af6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-03 18:24:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-03 18:24:33\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"f8881ad9f9666fe7edc46750471c50f5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-03 18:24:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:63:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-03 18:24:33\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:63:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"052e230e8e7bb86b0f82308ea716c03f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-03 18:24:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:65:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-03 18:24:33\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:65:\"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"81776ec0dce32fcd2e133a7aecf5e0cc\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-03 18:24:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.5\";s:2:\"to\";s:6:\"3.12.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-03 18:24:33\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.5\";s:2:\"to\";s:6:\"3.12.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"8d1efa9863e3630ab48127ffe7660729\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-02 03:23:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.12.1\";s:2:\"to\";s:6:\"3.23.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-02 03:23:22\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.12.1\";s:2:\"to\";s:6:\"3.23.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"6189ed6142347a92729e3c8df047be73\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-02 03:23:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-02 03:23:23\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"9beb7c00fa73fbbb8929fa25829efbcd\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-02 03:23:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-02 03:23:23\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"1dc3c9b574f71523297751e16dea5cc9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-02 03:23:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-02 03:23:23\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"c809699b24417e7af944b45d5e0214c4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-02 03:23:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:55:\"Elementor/Upgrades - _v_3_16_0_container_updates Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-02 03:23:23\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:55:\"Elementor/Upgrades - _v_3_16_0_container_updates Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"e4b1d44ab4a856a36ec411c9516cd4f2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-02 03:23:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:57:\"Elementor/Upgrades - _v_3_16_0_container_updates Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-02 03:23:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:57:\"Elementor/Upgrades - _v_3_16_0_container_updates Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"25d69ee32ed09b850261da2f86ad2a26\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-02 03:23:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:59:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-02 03:23:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:59:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"a71471781ddebfc8562ff5dc6dbc45c9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-02 03:23:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:61:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-02 03:23:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:61:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"3de2ff125ca21438e47883fd0152534c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-02 03:23:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.12.1\";s:2:\"to\";s:6:\"3.23.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-02 03:23:24\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.12.1\";s:2:\"to\";s:6:\"3.23.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"db557e1b2d66c35fbbd13f08a11e9d6f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-18 19:12:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-18 19:12:37\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"cf1488b2c3be51d02b4d3cce5223a72d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-18 19:12:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-18 19:12:37\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"aee593a370624fa029bd8ab933c5b93f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-18 19:12:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-18 19:12:37\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"dbd7f0c1c50060db452613134d9956f2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-18 19:12:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.23.4\";s:2:\"to\";s:6:\"3.24.7\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-18 19:12:37\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.23.4\";s:2:\"to\";s:6:\"3.24.7\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"655ecb4eedf82d2351ca9e56cc72800d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-18 19:12:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.23.4\";s:2:\"to\";s:6:\"3.24.7\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-18 19:12:37\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.23.4\";s:2:\"to\";s:6:\"3.24.7\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"7b053e38693bc261718dedb45bc518ab\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-14 21:40:09\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.7\";s:2:\"to\";s:7:\"3.25.11\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-14 21:40:09\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.7\";s:2:\"to\";s:7:\"3.25.11\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"020b7e1994806aeeccbac90db4398d53\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-14 21:40:10\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-14 21:40:10\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"1754214bfbc0c08f0d3c7d6158807d83\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-14 21:40:10\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-14 21:40:10\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"1ff79201a5c57d8f46f11b64d336409d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-14 21:40:10\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-14 21:40:10\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"fc31f8732809b2f45cd7437e0f3a8cdd\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-01-14 21:40:10\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.7\";s:2:\"to\";s:7:\"3.25.11\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-01-14 21:40:10\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.7\";s:2:\"to\";s:7:\"3.25.11\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"702b382aa83bfc62bd5b44edfd0eda66\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-05-28 00:04:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:7:\"3.25.11\";s:2:\"to\";s:6:\"3.27.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-28 00:04:36\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:7:\"3.25.11\";s:2:\"to\";s:6:\"3.27.5\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"cd706b80dcf80894d31b0851e335cef0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-05-28 00:04:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-28 00:04:41\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"c0acb5fb0e5725929b9fe610fb3779aa\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-05-28 00:04:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-28 00:04:41\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"2c1ad9ef540c527303d21da653e4f5bd\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-05-28 00:04:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-28 00:04:41\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"24bcab91fd9ec7988cd2211ff6b1e011\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-05-28 00:04:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:37:\"Elementor/Upgrades - _v_3_26_0 Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-28 00:04:41\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:37:\"Elementor/Upgrades - _v_3_26_0 Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"06e3a13044dc65822bc6094b62d03b05\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-05-28 00:04:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:39:\"Elementor/Upgrades - _v_3_26_0 Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-28 00:04:41\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:39:\"Elementor/Upgrades - _v_3_26_0 Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"fff71aa40e731ecd126a3736078f9f95\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-05-28 00:04:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:7:\"3.25.11\";s:2:\"to\";s:6:\"3.27.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-28 00:04:41\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:7:\"3.25.11\";s:2:\"to\";s:6:\"3.27.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}}', 'off'),
(531, '_elementor_installed_time', '1648639617', 'yes'),
(532, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"6.0.6\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1648639622;s:7:\"version\";s:5:\"5.5.6\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(536, 'widget_mc4wp_form_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(538, 'mc4wp_version', '4.8.7', 'yes'),
(539, 'mc4wp_flash_messages', 'a:0:{}', 'no'),
(540, 'etheme_single_product_builder', '1', 'yes'),
(541, '_transient_shipping-transient-version', '1648800712', 'yes'),
(551, 'etheme_custom_sidebars', 'a:4:{i:0;s:30:\"8theme sidebar - custom-area-1\";i:1;s:30:\"8theme sidebar - custom-area-2\";i:2;s:30:\"8theme sidebar - custom-area-1\";i:3;s:30:\"8theme sidebar - custom-area-2\";}', 'yes'),
(552, 'widget_etheme-recent-posts', 'a:2:{i:3;a:7:{s:5:\"title\";s:12:\"Latest posts\";s:6:\"number\";i:5;s:6:\"slider\";s:0:\"\";s:9:\"post_type\";s:4:\"post\";s:5:\"query\";s:6:\"recent\";s:5:\"image\";i:1;s:9:\"auto_play\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(553, 'widget_etheme-static-block', 'a:5:{i:18;a:2:{s:5:\"title\";s:0:\"\";s:8:\"block_id\";s:4:\"1001\";}i:19;a:2:{s:5:\"title\";s:0:\"\";s:8:\"block_id\";s:4:\"2965\";}i:20;a:2:{s:5:\"title\";s:0:\"\";s:8:\"block_id\";s:2:\"48\";}s:12:\"_multiwidget\";i:1;i:8;a:2:{s:5:\"title\";s:0:\"\";s:8:\"block_id\";s:2:\"25\";}}', 'yes'),
(554, 'widget_dc_product_vendors_list', 'a:1:{i:10;a:1:{s:5:\"title\";s:12:\"Vendors List\";}}', 'yes'),
(555, 'widget_dc-vendor-store-location', 'a:1:{i:15;a:1:{s:5:\"title\";s:14:\"Store Location\";}}', 'yes'),
(556, 'widget_dc-vendor-quick-info', 'a:1:{i:16;a:9:{s:5:\"title\";s:19:\"Contact with Seller\";s:11:\"description\";s:42:\"Do you need more information? Write to us!\";s:16:\"hide_from_guests\";b:0;s:23:\"enable_google_recaptcha\";b:0;s:21:\"google_recaptcha_type\";s:2:\"v2\";s:20:\"recaptcha_v2_scripts\";s:108:\"                                                                                                            \";s:20:\"recaptcha_v3_sitekey\";s:0:\"\";s:22:\"recaptcha_v3_secretkey\";s:0:\"\";s:12:\"submit_label\";s:12:\"Send message\";}}', 'yes'),
(557, '_transient_product_query-transient-version', '1652431537', 'yes'),
(558, 'wp_calendar_block_has_published_posts', '1', 'yes'),
(572, '_transient_product-transient-version', '1652343779', 'yes'),
(597, 'portfolio_category_children', 'a:0:{}', 'yes'),
(601, 'etheme_header_builder', '1', 'yes'),
(602, 'elementor_global_image_lightbox', '', 'yes'),
(609, 'elementor_scheme_color', 'a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}', 'yes'),
(610, 'elementor_scheme_color-picker', 'a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}', 'yes'),
(611, 'elementor_scheme_typography', 'a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}', 'yes'),
(612, 'etheme_current_version', '{\"name\":\"niche-market02\",\"status\":\"installed\",\"verified\":true}', 'yes'),
(622, 'widget_etheme-about-author', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(623, 'widget_etheme-featured-posts', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(624, 'widget_etheme-menu', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(625, 'widget_etheme-posts-tabs', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(626, 'widget_etheme-qr-code', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(627, 'widget_etheme-recent-comments', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(628, 'widget_etheme-search', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(629, 'widget_etheme-socials', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(630, 'widget_recent-comments', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(631, 'widget_recent-posts', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(699, 'woocommerce_marketplace_suggestions', 'a:2:{s:11:\"suggestions\";a:27:{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: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:12;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:13;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:20:\"WooCommerce Payments\";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:54:\"https://woocommerce.com/products/woocommerce-payments/\";}i:14;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:15;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:16;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:17;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:18;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:19;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:20;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:21;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:22;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:23;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:24;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:25;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:26;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:1652179890;}', 'no'),
(700, 'woocommerce_task_list_tracked_completed_tasks', 'a:6:{i:0;s:13:\"store_details\";i:1;s:8:\"products\";i:2;s:8:\"payments\";i:3;s:3:\"tax\";i:4;s:8:\"purchase\";i:5;s:14:\"store_creation\";}', 'yes'),
(701, 'woocommerce_task_list_completed_lists', 'a:2:{i:0;s:8:\"extended\";i:1;s:19:\"extended_two_column\";}', 'yes'),
(762, '_transient_health-check-site-status-result', '{\"good\":16,\"recommended\":7,\"critical\":1}', 'yes'),
(1066, 'woocommerce_task_list_prompt_shown', '1', 'yes'),
(1067, 'woocommerce_task_list_welcome_modal_dismissed', 'yes', 'yes'),
(1604, 'elementor_allow_tracking', 'no', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1720, 'et_studio_data', 'a:2:{s:7:\"filters\";a:18:{s:3:\"all\";a:2:{s:5:\"title\";s:3:\"All\";s:5:\"count\";i:555;}s:4:\"blog\";a:2:{s:5:\"title\";s:4:\"blog\";s:5:\"count\";i:13;}s:8:\"contacts\";a:2:{s:5:\"title\";s:8:\"contacts\";s:5:\"count\";i:51;}s:4:\"dark\";a:2:{s:5:\"title\";s:4:\"dark\";s:5:\"count\";i:21;}s:14:\"pricing tables\";a:2:{s:5:\"title\";s:14:\"pricing tables\";s:5:\"count\";i:10;}s:7:\"banners\";a:2:{s:5:\"title\";s:7:\"banners\";s:5:\"count\";i:46;}s:4:\"team\";a:2:{s:5:\"title\";s:4:\"team\";s:5:\"count\";i:15;}s:19:\"icon boxes/services\";a:2:{s:5:\"title\";s:19:\"icon boxes/services\";s:5:\"count\";i:56;}s:11:\"newsletters\";a:2:{s:5:\"title\";s:11:\"newsletters\";s:5:\"count\";i:5;}s:6:\"brands\";a:2:{s:5:\"title\";s:6:\"brands\";s:5:\"count\";i:7;}s:7:\"sliders\";a:2:{s:5:\"title\";s:7:\"sliders\";s:5:\"count\";i:18;}s:12:\"testimonials\";a:2:{s:5:\"title\";s:12:\"testimonials\";s:5:\"count\";i:17;}s:9:\"eCommerce\";a:2:{s:5:\"title\";s:9:\"eCommerce\";s:5:\"count\";i:80;}s:4:\"grid\";a:2:{s:5:\"title\";s:4:\"grid\";s:5:\"count\";i:29;}s:6:\"footer\";a:2:{s:5:\"title\";s:6:\"footer\";s:5:\"count\";i:46;}s:5:\"about\";a:2:{s:5:\"title\";s:5:\"about\";s:5:\"count\";i:154;}s:5:\"video\";a:2:{s:5:\"title\";s:5:\"video\";s:5:\"count\";i:4;}s:9:\"mega menu\";a:2:{s:5:\"title\";s:9:\"mega menu\";s:5:\"count\";i:29;}}s:9:\"templates\";a:556:{i:0;a:10:{s:11:\"template_id\";s:29:\"minimal-electronics_footer_01\";s:2:\"id\";i:555;s:6:\"folder\";s:19:\"minimal-electronics\";s:5:\"title\";s:42:\"minimal-electronics footer static block 01\";s:10:\"created_at\";s:19:\"2022-01-02 10:05:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:69:\"http://8theme.com/import/xstore-studio/minimal-electronics_footer_01/\";s:9:\"thumbnail\";s:114:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-electronics/minimal-electronics_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:19:\"minimal-electronics\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:1;a:10:{s:11:\"template_id\";s:34:\"minimal-electronics_track_order_01\";s:2:\"id\";i:554;s:6:\"folder\";s:19:\"minimal-electronics\";s:5:\"title\";s:41:\"minimal-electronics track order section 1\";s:10:\"created_at\";s:19:\"2022-01-02 10:04:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:74:\"http://8theme.com/import/xstore-studio/minimal-electronics_track_order_01/\";s:9:\"thumbnail\";s:119:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-electronics/minimal-electronics_track_order_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:19:\"minimal-electronics\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:2;a:10:{s:11:\"template_id\";s:33:\"minimal-electronics_contact_us_01\";s:2:\"id\";i:553;s:6:\"folder\";s:19:\"minimal-electronics\";s:5:\"title\";s:40:\"minimal-electronics contact us section 1\";s:10:\"created_at\";s:19:\"2022-01-02 10:03:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:73:\"http://8theme.com/import/xstore-studio/minimal-electronics_contact_us_01/\";s:9:\"thumbnail\";s:118:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-electronics/minimal-electronics_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:19:\"minimal-electronics\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:3;a:10:{s:11:\"template_id\";s:31:\"minimal-electronics_about_us_04\";s:2:\"id\";i:552;s:6:\"folder\";s:19:\"minimal-electronics\";s:5:\"title\";s:38:\"minimal-electronics about us section 4\";s:10:\"created_at\";s:19:\"2022-01-02 10:02:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:71:\"http://8theme.com/import/xstore-studio/minimal-electronics_about_us_04/\";s:9:\"thumbnail\";s:116:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-electronics/minimal-electronics_about_us_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:19:\"minimal-electronics\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:4;a:10:{s:11:\"template_id\";s:31:\"minimal-electronics_about_us_03\";s:2:\"id\";i:551;s:6:\"folder\";s:19:\"minimal-electronics\";s:5:\"title\";s:38:\"minimal-electronics about us section 3\";s:10:\"created_at\";s:19:\"2022-01-02 10:02:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:71:\"http://8theme.com/import/xstore-studio/minimal-electronics_about_us_03/\";s:9:\"thumbnail\";s:116:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-electronics/minimal-electronics_about_us_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:19:\"minimal-electronics\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:5;a:10:{s:11:\"template_id\";s:31:\"minimal-electronics_about_us_02\";s:2:\"id\";i:550;s:6:\"folder\";s:19:\"minimal-electronics\";s:5:\"title\";s:38:\"minimal-electronics about us section 2\";s:10:\"created_at\";s:19:\"2022-01-02 10:02:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:71:\"http://8theme.com/import/xstore-studio/minimal-electronics_about_us_02/\";s:9:\"thumbnail\";s:116:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-electronics/minimal-electronics_about_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:19:\"minimal-electronics\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:6;a:10:{s:11:\"template_id\";s:31:\"minimal-electronics_about_us_01\";s:2:\"id\";i:549;s:6:\"folder\";s:19:\"minimal-electronics\";s:5:\"title\";s:38:\"minimal-electronics about us section 1\";s:10:\"created_at\";s:19:\"2022-01-02 10:02:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:71:\"http://8theme.com/import/xstore-studio/minimal-electronics_about_us_01/\";s:9:\"thumbnail\";s:116:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-electronics/minimal-electronics_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:19:\"minimal-electronics\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:7;a:10:{s:11:\"template_id\";s:27:\"minimal-electronics_home_05\";s:2:\"id\";i:548;s:6:\"folder\";s:19:\"minimal-electronics\";s:5:\"title\";s:34:\"minimal-electronics home section 5\";s:10:\"created_at\";s:19:\"2022-01-02 10:01:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/minimal-electronics_home_05/\";s:9:\"thumbnail\";s:112:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-electronics/minimal-electronics_home_05.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:19:\"minimal-electronics\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:8;a:10:{s:11:\"template_id\";s:27:\"minimal-electronics_home_04\";s:2:\"id\";i:547;s:6:\"folder\";s:19:\"minimal-electronics\";s:5:\"title\";s:34:\"minimal-electronics home section 4\";s:10:\"created_at\";s:19:\"2022-01-02 10:01:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/minimal-electronics_home_04/\";s:9:\"thumbnail\";s:112:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-electronics/minimal-electronics_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:19:\"minimal-electronics\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:9;a:10:{s:11:\"template_id\";s:27:\"minimal-electronics_home_03\";s:2:\"id\";i:546;s:6:\"folder\";s:19:\"minimal-electronics\";s:5:\"title\";s:34:\"minimal-electronics home section 3\";s:10:\"created_at\";s:19:\"2022-01-02 10:01:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/minimal-electronics_home_03/\";s:9:\"thumbnail\";s:112:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-electronics/minimal-electronics_home_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:19:\"minimal-electronics\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:10;a:10:{s:11:\"template_id\";s:27:\"minimal-electronics_home_02\";s:2:\"id\";i:545;s:6:\"folder\";s:19:\"minimal-electronics\";s:5:\"title\";s:34:\"minimal-electronics home section 2\";s:10:\"created_at\";s:19:\"2022-01-02 10:01:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/minimal-electronics_home_02/\";s:9:\"thumbnail\";s:112:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-electronics/minimal-electronics_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:19:\"minimal-electronics\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:11;a:10:{s:11:\"template_id\";s:27:\"minimal-electronics_home_01\";s:2:\"id\";i:544;s:6:\"folder\";s:19:\"minimal-electronics\";s:5:\"title\";s:34:\"minimal-electronics home section 1\";s:10:\"created_at\";s:19:\"2022-01-02 10:01:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/minimal-electronics_home_01/\";s:9:\"thumbnail\";s:112:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-electronics/minimal-electronics_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:19:\"minimal-electronics\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:12;a:10:{s:11:\"template_id\";s:18:\"sneakers_footer_01\";s:2:\"id\";i:543;s:6:\"folder\";s:8:\"sneakers\";s:5:\"title\";s:28:\"sneakers footer static block\";s:10:\"created_at\";s:19:\"2021-05-11 12:04:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"http://8theme.com/import/xstore-studio/sneakers_footer_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sneakers/sneakers_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"sneakers\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:13;a:10:{s:11:\"template_id\";s:22:\"sneakers_contact_us_01\";s:2:\"id\";i:542;s:6:\"folder\";s:8:\"sneakers\";s:5:\"title\";s:29:\"sneakers contact us section 1\";s:10:\"created_at\";s:19:\"2021-05-11 12:03:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/sneakers_contact_us_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sneakers/sneakers_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"sneakers\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:14;a:10:{s:11:\"template_id\";s:20:\"sneakers_about_us_03\";s:2:\"id\";i:541;s:6:\"folder\";s:8:\"sneakers\";s:5:\"title\";s:27:\"sneakers about us section 3\";s:10:\"created_at\";s:19:\"2021-05-11 12:02:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"http://8theme.com/import/xstore-studio/sneakers_about_us_03/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sneakers/sneakers_about_us_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"sneakers\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:15;a:10:{s:11:\"template_id\";s:20:\"sneakers_about_us_02\";s:2:\"id\";i:540;s:6:\"folder\";s:8:\"sneakers\";s:5:\"title\";s:27:\"sneakers about us section 2\";s:10:\"created_at\";s:19:\"2021-05-11 12:02:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"http://8theme.com/import/xstore-studio/sneakers_about_us_02/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sneakers/sneakers_about_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"sneakers\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:16;a:10:{s:11:\"template_id\";s:20:\"sneakers_about_us_01\";s:2:\"id\";i:539;s:6:\"folder\";s:8:\"sneakers\";s:5:\"title\";s:27:\"sneakers about us section 1\";s:10:\"created_at\";s:19:\"2021-05-11 12:02:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"http://8theme.com/import/xstore-studio/sneakers_about_us_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sneakers/sneakers_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"sneakers\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:17;a:10:{s:11:\"template_id\";s:16:\"sneakers_home_07\";s:2:\"id\";i:538;s:6:\"folder\";s:8:\"sneakers\";s:5:\"title\";s:23:\"sneakers home section 7\";s:10:\"created_at\";s:19:\"2021-05-11 12:01:07\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"http://8theme.com/import/xstore-studio/sneakers_home_07/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sneakers/sneakers_home_07.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"sneakers\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:18;a:10:{s:11:\"template_id\";s:16:\"sneakers_home_06\";s:2:\"id\";i:537;s:6:\"folder\";s:8:\"sneakers\";s:5:\"title\";s:23:\"sneakers home section 6\";s:10:\"created_at\";s:19:\"2021-05-11 12:01:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"http://8theme.com/import/xstore-studio/sneakers_home_06/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sneakers/sneakers_home_06.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:8:\"sneakers\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"home\";i:2;s:9:\"eCommerce\";}}i:19;a:10:{s:11:\"template_id\";s:16:\"sneakers_home_05\";s:2:\"id\";i:536;s:6:\"folder\";s:8:\"sneakers\";s:5:\"title\";s:23:\"sneakers home section 5\";s:10:\"created_at\";s:19:\"2021-05-11 12:01:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"http://8theme.com/import/xstore-studio/sneakers_home_05/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sneakers/sneakers_home_05.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"sneakers\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:20;a:10:{s:11:\"template_id\";s:16:\"sneakers_home_04\";s:2:\"id\";i:535;s:6:\"folder\";s:8:\"sneakers\";s:5:\"title\";s:23:\"sneakers home section 4\";s:10:\"created_at\";s:19:\"2021-05-11 12:01:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"http://8theme.com/import/xstore-studio/sneakers_home_04/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sneakers/sneakers_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"sneakers\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:21;a:10:{s:11:\"template_id\";s:16:\"sneakers_home_03\";s:2:\"id\";i:534;s:6:\"folder\";s:8:\"sneakers\";s:5:\"title\";s:23:\"sneakers home section 3\";s:10:\"created_at\";s:19:\"2021-05-11 12:01:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"http://8theme.com/import/xstore-studio/sneakers_home_03/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sneakers/sneakers_home_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"sneakers\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:22;a:10:{s:11:\"template_id\";s:16:\"sneakers_home_02\";s:2:\"id\";i:533;s:6:\"folder\";s:8:\"sneakers\";s:5:\"title\";s:23:\"sneakers home section 2\";s:10:\"created_at\";s:19:\"2021-05-11 12:01:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"http://8theme.com/import/xstore-studio/sneakers_home_02/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sneakers/sneakers_home_02.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:8:\"sneakers\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"home\";i:2;s:9:\"eCommerce\";}}i:23;a:10:{s:11:\"template_id\";s:16:\"sneakers_home_01\";s:2:\"id\";i:532;s:6:\"folder\";s:8:\"sneakers\";s:5:\"title\";s:23:\"sneakers home section 1\";s:10:\"created_at\";s:19:\"2021-05-11 12:01:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"http://8theme.com/import/xstore-studio/sneakers_home_01/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sneakers/sneakers_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"sneakers\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:24;a:10:{s:11:\"template_id\";s:24:\"barbershop_contact_us_01\";s:2:\"id\";i:531;s:6:\"folder\";s:10:\"barbershop\";s:5:\"title\";s:31:\"barbershop contact us section 1\";s:10:\"created_at\";s:19:\"2021-05-11 10:41:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"http://8theme.com/import/xstore-studio/barbershop_contact_us_01/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/barbershop/barbershop_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:10:\"barbershop\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:25;a:10:{s:11:\"template_id\";s:18:\"barbershop_home_05\";s:2:\"id\";i:530;s:6:\"folder\";s:10:\"barbershop\";s:5:\"title\";s:25:\"barbershop home section 5\";s:10:\"created_at\";s:19:\"2021-05-11 10:40:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"http://8theme.com/import/xstore-studio/barbershop_home_05/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/barbershop/barbershop_home_05.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:10:\"barbershop\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:26;a:10:{s:11:\"template_id\";s:18:\"barbershop_home_04\";s:2:\"id\";i:529;s:6:\"folder\";s:10:\"barbershop\";s:5:\"title\";s:25:\"barbershop home section 4\";s:10:\"created_at\";s:19:\"2021-05-11 10:40:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"http://8theme.com/import/xstore-studio/barbershop_home_04/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/barbershop/barbershop_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:10:\"barbershop\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:27;a:10:{s:11:\"template_id\";s:18:\"barbershop_home_03\";s:2:\"id\";i:528;s:6:\"folder\";s:10:\"barbershop\";s:5:\"title\";s:25:\"barbershop home section 3\";s:10:\"created_at\";s:19:\"2021-05-11 10:40:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"http://8theme.com/import/xstore-studio/barbershop_home_03/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/barbershop/barbershop_home_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:10:\"barbershop\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:28;a:10:{s:11:\"template_id\";s:18:\"barbershop_home_02\";s:2:\"id\";i:527;s:6:\"folder\";s:10:\"barbershop\";s:5:\"title\";s:25:\"barbershop home section 2\";s:10:\"created_at\";s:19:\"2021-05-11 10:40:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"http://8theme.com/import/xstore-studio/barbershop_home_02/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/barbershop/barbershop_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:10:\"barbershop\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:29;a:10:{s:11:\"template_id\";s:18:\"barbershop_home_01\";s:2:\"id\";i:526;s:6:\"folder\";s:10:\"barbershop\";s:5:\"title\";s:25:\"barbershop home section 1\";s:10:\"created_at\";s:19:\"2021-05-11 10:40:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"http://8theme.com/import/xstore-studio/barbershop_home_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/barbershop/barbershop_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:10:\"barbershop\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:30;a:10:{s:11:\"template_id\";s:23:\"cosmetics_contact_us_01\";s:2:\"id\";i:525;s:6:\"folder\";s:9:\"cosmetics\";s:5:\"title\";s:30:\"cosmetics contact us section 1\";s:10:\"created_at\";s:19:\"2021-05-11 10:29:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/cosmetics_contact_us_01/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/cosmetics/cosmetics_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"cosmetics\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:31;a:10:{s:11:\"template_id\";s:21:\"cosmetics_about_us_01\";s:2:\"id\";i:524;s:6:\"folder\";s:9:\"cosmetics\";s:5:\"title\";s:28:\"cosmetics about us section 1\";s:10:\"created_at\";s:19:\"2021-05-11 10:29:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"http://8theme.com/import/xstore-studio/cosmetics_about_us_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/cosmetics/cosmetics_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"cosmetics\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:32;a:10:{s:11:\"template_id\";s:17:\"cosmetics_home_01\";s:2:\"id\";i:523;s:6:\"folder\";s:9:\"cosmetics\";s:5:\"title\";s:24:\"cosmetics home section 1\";s:10:\"created_at\";s:19:\"2021-05-11 10:29:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/cosmetics_home_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/cosmetics/cosmetics_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"cosmetics\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:33;a:10:{s:11:\"template_id\";s:19:\"corporate_footer_01\";s:2:\"id\";i:522;s:6:\"folder\";s:9:\"corporate\";s:5:\"title\";s:22:\"corporate footer block\";s:10:\"created_at\";s:19:\"2021-05-11 10:24:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/corporate_footer_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/corporate/corporate_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"corporate\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:34;a:10:{s:11:\"template_id\";s:17:\"corporate_team_02\";s:2:\"id\";i:521;s:6:\"folder\";s:9:\"corporate\";s:5:\"title\";s:24:\"corporate team section 2\";s:10:\"created_at\";s:19:\"2021-05-11 10:23:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/corporate_team_02/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/corporate/corporate_team_02.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"corporate\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:35;a:10:{s:11:\"template_id\";s:17:\"corporate_team_01\";s:2:\"id\";i:520;s:6:\"folder\";s:9:\"corporate\";s:5:\"title\";s:24:\"corporate team section 1\";s:10:\"created_at\";s:19:\"2021-05-11 10:23:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/corporate_team_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/corporate/corporate_team_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"corporate\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:36;a:10:{s:11:\"template_id\";s:21:\"corporate_services_01\";s:2:\"id\";i:519;s:6:\"folder\";s:9:\"corporate\";s:5:\"title\";s:28:\"corporate services section 1\";s:10:\"created_at\";s:19:\"2021-05-11 10:22:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"http://8theme.com/import/xstore-studio/corporate_services_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/corporate/corporate_services_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"corporate\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:37;a:10:{s:11:\"template_id\";s:25:\"corporate_certificates_01\";s:2:\"id\";i:518;s:6:\"folder\";s:9:\"corporate\";s:5:\"title\";s:32:\"corporate certificates section 1\";s:10:\"created_at\";s:19:\"2021-05-11 10:21:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/corporate_certificates_01/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/corporate/corporate_certificates_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"corporate\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:38;a:10:{s:11:\"template_id\";s:17:\"corporate_home_05\";s:2:\"id\";i:517;s:6:\"folder\";s:9:\"corporate\";s:5:\"title\";s:24:\"corporate home section 5\";s:10:\"created_at\";s:19:\"2021-05-11 10:20:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/corporate_home_05/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/corporate/corporate_home_05.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"corporate\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:39;a:10:{s:11:\"template_id\";s:17:\"corporate_home_04\";s:2:\"id\";i:516;s:6:\"folder\";s:9:\"corporate\";s:5:\"title\";s:24:\"corporate home section 4\";s:10:\"created_at\";s:19:\"2021-05-11 10:20:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/corporate_home_04/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/corporate/corporate_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"corporate\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:40;a:10:{s:11:\"template_id\";s:17:\"corporate_home_03\";s:2:\"id\";i:515;s:6:\"folder\";s:9:\"corporate\";s:5:\"title\";s:24:\"corporate home section 3\";s:10:\"created_at\";s:19:\"2021-05-11 10:20:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/corporate_home_03/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/corporate/corporate_home_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"corporate\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:41;a:10:{s:11:\"template_id\";s:17:\"corporate_home_02\";s:2:\"id\";i:514;s:6:\"folder\";s:9:\"corporate\";s:5:\"title\";s:24:\"corporate home section 2\";s:10:\"created_at\";s:19:\"2021-05-11 10:20:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/corporate_home_02/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/corporate/corporate_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"corporate\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:42;a:10:{s:11:\"template_id\";s:17:\"corporate_home_01\";s:2:\"id\";i:513;s:6:\"folder\";s:9:\"corporate\";s:5:\"title\";s:24:\"corporate home section 1\";s:10:\"created_at\";s:19:\"2021-05-11 10:20:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/corporate_home_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/corporate/corporate_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"corporate\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:43;a:10:{s:11:\"template_id\";s:15:\"sushi_footer_01\";s:2:\"id\";i:512;s:6:\"folder\";s:5:\"sushi\";s:5:\"title\";s:18:\"sushi footer block\";s:10:\"created_at\";s:19:\"2021-05-11 10:15:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"http://8theme.com/import/xstore-studio/sushi_footer_01/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sushi/sushi_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"sushi\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:44;a:10:{s:11:\"template_id\";s:18:\"sushi_prefooter_01\";s:2:\"id\";i:511;s:6:\"folder\";s:5:\"sushi\";s:5:\"title\";s:21:\"sushi prefooter block\";s:10:\"created_at\";s:19:\"2021-05-11 10:14:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"http://8theme.com/import/xstore-studio/sushi_prefooter_01/\";s:9:\"thumbnail\";s:89:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sushi/sushi_prefooter_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"sushi\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:45;a:10:{s:11:\"template_id\";s:20:\"sushi_information_01\";s:2:\"id\";i:510;s:6:\"folder\";s:5:\"sushi\";s:5:\"title\";s:27:\"sushi information section 1\";s:10:\"created_at\";s:19:\"2021-05-11 10:13:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"http://8theme.com/import/xstore-studio/sushi_information_01/\";s:9:\"thumbnail\";s:91:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sushi/sushi_information_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"sushi\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:46;a:10:{s:11:\"template_id\";s:19:\"sushi_contact_us_01\";s:2:\"id\";i:509;s:6:\"folder\";s:5:\"sushi\";s:5:\"title\";s:26:\"sushi contact us section 1\";s:10:\"created_at\";s:19:\"2021-05-11 10:12:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/sushi_contact_us_01/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sushi/sushi_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"sushi\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:47;a:10:{s:11:\"template_id\";s:17:\"sushi_about_us_01\";s:2:\"id\";i:508;s:6:\"folder\";s:5:\"sushi\";s:5:\"title\";s:24:\"sushi about us section 1\";s:10:\"created_at\";s:19:\"2021-05-11 10:11:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/sushi_about_us_01/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sushi/sushi_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"sushi\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:48;a:10:{s:11:\"template_id\";s:13:\"sushi_home_04\";s:2:\"id\";i:507;s:6:\"folder\";s:5:\"sushi\";s:5:\"title\";s:20:\"sushi home section 4\";s:10:\"created_at\";s:19:\"2021-05-11 10:10:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"http://8theme.com/import/xstore-studio/sushi_home_04/\";s:9:\"thumbnail\";s:84:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sushi/sushi_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"sushi\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:49;a:10:{s:11:\"template_id\";s:13:\"sushi_home_03\";s:2:\"id\";i:506;s:6:\"folder\";s:5:\"sushi\";s:5:\"title\";s:20:\"sushi home section 3\";s:10:\"created_at\";s:19:\"2021-05-11 10:10:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"http://8theme.com/import/xstore-studio/sushi_home_03/\";s:9:\"thumbnail\";s:84:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sushi/sushi_home_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"sushi\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:50;a:10:{s:11:\"template_id\";s:13:\"sushi_home_02\";s:2:\"id\";i:505;s:6:\"folder\";s:5:\"sushi\";s:5:\"title\";s:20:\"sushi home section 2\";s:10:\"created_at\";s:19:\"2021-05-11 10:10:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"http://8theme.com/import/xstore-studio/sushi_home_02/\";s:9:\"thumbnail\";s:84:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sushi/sushi_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"sushi\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:51;a:10:{s:11:\"template_id\";s:13:\"sushi_home_01\";s:2:\"id\";i:504;s:6:\"folder\";s:5:\"sushi\";s:5:\"title\";s:20:\"sushi home section 1\";s:10:\"created_at\";s:19:\"2021-05-11 10:10:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"http://8theme.com/import/xstore-studio/sushi_home_01/\";s:9:\"thumbnail\";s:84:\"https://8theme.com/import/xstore-studio/studio/images/blocks/sushi/sushi_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"sushi\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:52;a:10:{s:11:\"template_id\";s:21:\"organic_contact_us_01\";s:2:\"id\";i:503;s:6:\"folder\";s:7:\"organic\";s:5:\"title\";s:28:\"organic contact us section 1\";s:10:\"created_at\";s:19:\"2021-05-11 10:02:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"http://8theme.com/import/xstore-studio/organic_contact_us_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic/organic_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"organic\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:53;a:10:{s:11:\"template_id\";s:19:\"organic_about_us_02\";s:2:\"id\";i:502;s:6:\"folder\";s:7:\"organic\";s:5:\"title\";s:26:\"organic about us section 2\";s:10:\"created_at\";s:19:\"2021-05-11 10:01:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/organic_about_us_02/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic/organic_about_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"organic\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:54;a:10:{s:11:\"template_id\";s:19:\"organic_about_us_01\";s:2:\"id\";i:501;s:6:\"folder\";s:7:\"organic\";s:5:\"title\";s:26:\"organic about us section 1\";s:10:\"created_at\";s:19:\"2021-05-11 10:01:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/organic_about_us_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic/organic_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"organic\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:55;a:10:{s:11:\"template_id\";s:15:\"organic_home_04\";s:2:\"id\";i:500;s:6:\"folder\";s:7:\"organic\";s:5:\"title\";s:22:\"organic home section 4\";s:10:\"created_at\";s:19:\"2021-05-11 10:00:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"http://8theme.com/import/xstore-studio/organic_home_04/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic/organic_home_04.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:7:\"organic\";i:2;s:4:\"home\";i:3;s:12:\"testimonials\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"home\";i:2;s:12:\"testimonials\";}}i:56;a:10:{s:11:\"template_id\";s:15:\"organic_home_03\";s:2:\"id\";i:499;s:6:\"folder\";s:7:\"organic\";s:5:\"title\";s:22:\"organic home section 3\";s:10:\"created_at\";s:19:\"2021-05-11 10:00:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"http://8theme.com/import/xstore-studio/organic_home_03/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic/organic_home_03.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:7:\"organic\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"home\";i:2;s:9:\"eCommerce\";}}i:57;a:10:{s:11:\"template_id\";s:15:\"organic_home_02\";s:2:\"id\";i:498;s:6:\"folder\";s:7:\"organic\";s:5:\"title\";s:22:\"organic home section 2\";s:10:\"created_at\";s:19:\"2021-05-11 10:00:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"http://8theme.com/import/xstore-studio/organic_home_02/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic/organic_home_02.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:7:\"organic\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"home\";i:2;s:9:\"eCommerce\";}}i:58;a:10:{s:11:\"template_id\";s:15:\"organic_home_01\";s:2:\"id\";i:497;s:6:\"folder\";s:7:\"organic\";s:5:\"title\";s:22:\"organic home section 1\";s:10:\"created_at\";s:19:\"2021-05-11 10:00:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"http://8theme.com/import/xstore-studio/organic_home_01/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic/organic_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"organic\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:59;a:10:{s:11:\"template_id\";s:27:\"digital-marketing_footer_01\";s:2:\"id\";i:496;s:6:\"folder\";s:17:\"digital-marketing\";s:5:\"title\";s:30:\"digital-marketing footer block\";s:10:\"created_at\";s:19:\"2021-04-11 10:03:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/digital-marketing_footer_01/\";s:9:\"thumbnail\";s:110:\"https://8theme.com/import/xstore-studio/studio/images/blocks/digital-marketing/digital-marketing_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"digital-marketing\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:60;a:10:{s:11:\"template_id\";s:31:\"digital-marketing_contact_us_02\";s:2:\"id\";i:495;s:6:\"folder\";s:17:\"digital-marketing\";s:5:\"title\";s:36:\"digital-marketing about us section 2\";s:10:\"created_at\";s:19:\"2021-04-11 10:02:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:71:\"http://8theme.com/import/xstore-studio/digital-marketing_contact_us_02/\";s:9:\"thumbnail\";s:114:\"https://8theme.com/import/xstore-studio/studio/images/blocks/digital-marketing/digital-marketing_contact_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"digital-marketing\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:61;a:10:{s:11:\"template_id\";s:31:\"digital-marketing_contact_us_01\";s:2:\"id\";i:494;s:6:\"folder\";s:17:\"digital-marketing\";s:5:\"title\";s:38:\"digital-marketing contact us section 1\";s:10:\"created_at\";s:19:\"2021-04-11 10:02:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:71:\"http://8theme.com/import/xstore-studio/digital-marketing_contact_us_01/\";s:9:\"thumbnail\";s:114:\"https://8theme.com/import/xstore-studio/studio/images/blocks/digital-marketing/digital-marketing_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"digital-marketing\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:62;a:10:{s:11:\"template_id\";s:29:\"digital-marketing_about_us_04\";s:2:\"id\";i:493;s:6:\"folder\";s:17:\"digital-marketing\";s:5:\"title\";s:36:\"digital-marketing about us section 4\";s:10:\"created_at\";s:19:\"2021-04-11 10:01:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:69:\"http://8theme.com/import/xstore-studio/digital-marketing_about_us_04/\";s:9:\"thumbnail\";s:112:\"https://8theme.com/import/xstore-studio/studio/images/blocks/digital-marketing/digital-marketing_about_us_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"digital-marketing\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:63;a:10:{s:11:\"template_id\";s:29:\"digital-marketing_about_us_03\";s:2:\"id\";i:492;s:6:\"folder\";s:17:\"digital-marketing\";s:5:\"title\";s:36:\"digital-marketing about us section 3\";s:10:\"created_at\";s:19:\"2021-04-11 10:01:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:69:\"http://8theme.com/import/xstore-studio/digital-marketing_about_us_03/\";s:9:\"thumbnail\";s:112:\"https://8theme.com/import/xstore-studio/studio/images/blocks/digital-marketing/digital-marketing_about_us_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"digital-marketing\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:64;a:10:{s:11:\"template_id\";s:29:\"digital-marketing_about_us_02\";s:2:\"id\";i:491;s:6:\"folder\";s:17:\"digital-marketing\";s:5:\"title\";s:36:\"digital-marketing about us section 2\";s:10:\"created_at\";s:19:\"2021-04-11 10:01:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:69:\"http://8theme.com/import/xstore-studio/digital-marketing_about_us_02/\";s:9:\"thumbnail\";s:112:\"https://8theme.com/import/xstore-studio/studio/images/blocks/digital-marketing/digital-marketing_about_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"digital-marketing\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:65;a:10:{s:11:\"template_id\";s:29:\"digital-marketing_about_us_01\";s:2:\"id\";i:490;s:6:\"folder\";s:17:\"digital-marketing\";s:5:\"title\";s:36:\"digital-marketing about us section 1\";s:10:\"created_at\";s:19:\"2021-04-11 10:01:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:69:\"http://8theme.com/import/xstore-studio/digital-marketing_about_us_01/\";s:9:\"thumbnail\";s:112:\"https://8theme.com/import/xstore-studio/studio/images/blocks/digital-marketing/digital-marketing_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"digital-marketing\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:66;a:10:{s:11:\"template_id\";s:25:\"digital-marketing_home_08\";s:2:\"id\";i:489;s:6:\"folder\";s:17:\"digital-marketing\";s:5:\"title\";s:32:\"digital-marketing home section 8\";s:10:\"created_at\";s:19:\"2021-04-11 10:00:08\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/digital-marketing_home_08/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/digital-marketing/digital-marketing_home_08.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"digital-marketing\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:67;a:10:{s:11:\"template_id\";s:25:\"digital-marketing_home_07\";s:2:\"id\";i:488;s:6:\"folder\";s:17:\"digital-marketing\";s:5:\"title\";s:32:\"digital-marketing home section 7\";s:10:\"created_at\";s:19:\"2021-04-11 10:00:07\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/digital-marketing_home_07/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/digital-marketing/digital-marketing_home_07.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"digital-marketing\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:68;a:10:{s:11:\"template_id\";s:25:\"digital-marketing_home_06\";s:2:\"id\";i:487;s:6:\"folder\";s:17:\"digital-marketing\";s:5:\"title\";s:32:\"digital-marketing home section 6\";s:10:\"created_at\";s:19:\"2021-04-11 10:00:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/digital-marketing_home_06/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/digital-marketing/digital-marketing_home_06.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"digital-marketing\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:69;a:10:{s:11:\"template_id\";s:25:\"digital-marketing_home_05\";s:2:\"id\";i:486;s:6:\"folder\";s:17:\"digital-marketing\";s:5:\"title\";s:32:\"digital-marketing home section 5\";s:10:\"created_at\";s:19:\"2021-04-11 10:00:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/digital-marketing_home_05/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/digital-marketing/digital-marketing_home_05.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"digital-marketing\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:70;a:10:{s:11:\"template_id\";s:25:\"digital-marketing_home_04\";s:2:\"id\";i:485;s:6:\"folder\";s:17:\"digital-marketing\";s:5:\"title\";s:32:\"digital-marketing home section 4\";s:10:\"created_at\";s:19:\"2021-04-11 10:00:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/digital-marketing_home_04/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/digital-marketing/digital-marketing_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"digital-marketing\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:71;a:10:{s:11:\"template_id\";s:25:\"digital-marketing_home_03\";s:2:\"id\";i:484;s:6:\"folder\";s:17:\"digital-marketing\";s:5:\"title\";s:32:\"digital-marketing home section 3\";s:10:\"created_at\";s:19:\"2021-04-11 10:00:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/digital-marketing_home_03/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/digital-marketing/digital-marketing_home_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"digital-marketing\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:72;a:10:{s:11:\"template_id\";s:25:\"digital-marketing_home_02\";s:2:\"id\";i:483;s:6:\"folder\";s:17:\"digital-marketing\";s:5:\"title\";s:32:\"digital-marketing home section 2\";s:10:\"created_at\";s:19:\"2021-04-11 10:00:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/digital-marketing_home_02/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/digital-marketing/digital-marketing_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"digital-marketing\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:73;a:10:{s:11:\"template_id\";s:25:\"digital-marketing_home_01\";s:2:\"id\";i:482;s:6:\"folder\";s:17:\"digital-marketing\";s:5:\"title\";s:32:\"digital-marketing home section 1\";s:10:\"created_at\";s:19:\"2021-04-11 10:00:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/digital-marketing_home_01/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/digital-marketing/digital-marketing_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"digital-marketing\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:74;a:10:{s:11:\"template_id\";s:24:\"online-courses_footer_01\";s:2:\"id\";i:481;s:6:\"folder\";s:14:\"online-courses\";s:5:\"title\";s:27:\"online-courses footer block\";s:10:\"created_at\";s:19:\"2021-03-11 10:03:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"http://8theme.com/import/xstore-studio/online-courses_footer_01/\";s:9:\"thumbnail\";s:104:\"https://8theme.com/import/xstore-studio/studio/images/blocks/online-courses/online-courses_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"online-courses\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:75;a:10:{s:11:\"template_id\";s:28:\"online-courses_contact_us_02\";s:2:\"id\";i:480;s:6:\"folder\";s:14:\"online-courses\";s:5:\"title\";s:35:\"online-courses contact us section 2\";s:10:\"created_at\";s:19:\"2021-03-11 10:02:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:68:\"http://8theme.com/import/xstore-studio/online-courses_contact_us_02/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/online-courses/online-courses_contact_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"online-courses\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:76;a:10:{s:11:\"template_id\";s:28:\"online-courses_contact_us_01\";s:2:\"id\";i:479;s:6:\"folder\";s:14:\"online-courses\";s:5:\"title\";s:35:\"online-courses contact us section 1\";s:10:\"created_at\";s:19:\"2021-03-11 10:02:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:68:\"http://8theme.com/import/xstore-studio/online-courses_contact_us_01/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/online-courses/online-courses_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"online-courses\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:77;a:10:{s:11:\"template_id\";s:26:\"online-courses_about_us_03\";s:2:\"id\";i:478;s:6:\"folder\";s:14:\"online-courses\";s:5:\"title\";s:33:\"online-courses about us section 3\";s:10:\"created_at\";s:19:\"2021-03-11 10:01:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"http://8theme.com/import/xstore-studio/online-courses_about_us_03/\";s:9:\"thumbnail\";s:106:\"https://8theme.com/import/xstore-studio/studio/images/blocks/online-courses/online-courses_about_us_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"online-courses\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:78;a:10:{s:11:\"template_id\";s:26:\"online-courses_about_us_02\";s:2:\"id\";i:477;s:6:\"folder\";s:14:\"online-courses\";s:5:\"title\";s:33:\"online-courses about us section 2\";s:10:\"created_at\";s:19:\"2021-03-11 10:01:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"http://8theme.com/import/xstore-studio/online-courses_about_us_02/\";s:9:\"thumbnail\";s:106:\"https://8theme.com/import/xstore-studio/studio/images/blocks/online-courses/online-courses_about_us_02.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"online-courses\";i:2;s:5:\"about\";i:3;s:12:\"testimonials\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:12:\"testimonials\";}}i:79;a:10:{s:11:\"template_id\";s:26:\"online-courses_about_us_01\";s:2:\"id\";i:476;s:6:\"folder\";s:14:\"online-courses\";s:5:\"title\";s:33:\"online-courses about us section 1\";s:10:\"created_at\";s:19:\"2021-03-11 10:01:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"http://8theme.com/import/xstore-studio/online-courses_about_us_01/\";s:9:\"thumbnail\";s:106:\"https://8theme.com/import/xstore-studio/studio/images/blocks/online-courses/online-courses_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"online-courses\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:80;a:10:{s:11:\"template_id\";s:22:\"online-courses_home_05\";s:2:\"id\";i:475;s:6:\"folder\";s:14:\"online-courses\";s:5:\"title\";s:29:\"online-courses home section 5\";s:10:\"created_at\";s:19:\"2021-03-11 10:00:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/online-courses_home_05/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/online-courses/online-courses_home_05.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"online-courses\";i:2;s:4:\"home\";i:3;s:12:\"testimonials\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"home\";i:2;s:12:\"testimonials\";}}i:81;a:10:{s:11:\"template_id\";s:22:\"online-courses_home_04\";s:2:\"id\";i:474;s:6:\"folder\";s:14:\"online-courses\";s:5:\"title\";s:29:\"online-courses home section 4\";s:10:\"created_at\";s:19:\"2021-03-11 10:00:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/online-courses_home_04/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/online-courses/online-courses_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"online-courses\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:82;a:10:{s:11:\"template_id\";s:22:\"online-courses_home_03\";s:2:\"id\";i:473;s:6:\"folder\";s:14:\"online-courses\";s:5:\"title\";s:29:\"online-courses home section 3\";s:10:\"created_at\";s:19:\"2021-03-11 10:00:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/online-courses_home_03/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/online-courses/online-courses_home_03.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"online-courses\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"home\";i:2;s:9:\"eCommerce\";}}i:83;a:10:{s:11:\"template_id\";s:22:\"online-courses_home_02\";s:2:\"id\";i:472;s:6:\"folder\";s:14:\"online-courses\";s:5:\"title\";s:29:\"online-courses home section 2\";s:10:\"created_at\";s:19:\"2021-03-11 10:00:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/online-courses_home_02/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/online-courses/online-courses_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"online-courses\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:84;a:10:{s:11:\"template_id\";s:22:\"online-courses_home_01\";s:2:\"id\";i:471;s:6:\"folder\";s:14:\"online-courses\";s:5:\"title\";s:29:\"online-courses home section 1\";s:10:\"created_at\";s:19:\"2021-03-11 10:00:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/online-courses_home_01/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/online-courses/online-courses_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"online-courses\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:85;a:10:{s:11:\"template_id\";s:21:\"greenenergy_footer_01\";s:2:\"id\";i:470;s:6:\"folder\";s:11:\"greenenergy\";s:5:\"title\";s:24:\"greenenergy footer block\";s:10:\"created_at\";s:19:\"2021-03-10 10:03:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"http://8theme.com/import/xstore-studio/greenenergy_footer_01/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/greenenergy/greenenergy_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"greenenergy\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:86;a:10:{s:11:\"template_id\";s:25:\"greenenergy_contact_us_01\";s:2:\"id\";i:469;s:6:\"folder\";s:11:\"greenenergy\";s:5:\"title\";s:32:\"greenenergy contact us section 1\";s:10:\"created_at\";s:19:\"2021-03-10 10:02:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/greenenergy_contact_us_01/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/greenenergy/greenenergy_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"greenenergy\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:87;a:10:{s:11:\"template_id\";s:23:\"greenenergy_about_us_06\";s:2:\"id\";i:468;s:6:\"folder\";s:11:\"greenenergy\";s:5:\"title\";s:30:\"greenenergy about us section 6\";s:10:\"created_at\";s:19:\"2021-03-10 10:01:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/greenenergy_about_us_06/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/greenenergy/greenenergy_about_us_06.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"greenenergy\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:88;a:10:{s:11:\"template_id\";s:23:\"greenenergy_about_us_05\";s:2:\"id\";i:467;s:6:\"folder\";s:11:\"greenenergy\";s:5:\"title\";s:30:\"greenenergy about us section 5\";s:10:\"created_at\";s:19:\"2021-03-10 10:01:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/greenenergy_about_us_05/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/greenenergy/greenenergy_about_us_05.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"greenenergy\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:89;a:10:{s:11:\"template_id\";s:23:\"greenenergy_about_us_04\";s:2:\"id\";i:466;s:6:\"folder\";s:11:\"greenenergy\";s:5:\"title\";s:30:\"greenenergy about us section 4\";s:10:\"created_at\";s:19:\"2021-03-10 10:01:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/greenenergy_about_us_04/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/greenenergy/greenenergy_about_us_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"greenenergy\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:90;a:10:{s:11:\"template_id\";s:23:\"greenenergy_about_us_03\";s:2:\"id\";i:465;s:6:\"folder\";s:11:\"greenenergy\";s:5:\"title\";s:30:\"greenenergy about us section 3\";s:10:\"created_at\";s:19:\"2021-03-10 10:01:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/greenenergy_about_us_03/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/greenenergy/greenenergy_about_us_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"greenenergy\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:91;a:10:{s:11:\"template_id\";s:23:\"greenenergy_about_us_02\";s:2:\"id\";i:464;s:6:\"folder\";s:11:\"greenenergy\";s:5:\"title\";s:30:\"greenenergy about us section 2\";s:10:\"created_at\";s:19:\"2021-03-10 10:01:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/greenenergy_about_us_02/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/greenenergy/greenenergy_about_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"greenenergy\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:92;a:10:{s:11:\"template_id\";s:23:\"greenenergy_about_us_01\";s:2:\"id\";i:463;s:6:\"folder\";s:11:\"greenenergy\";s:5:\"title\";s:30:\"greenenergy about us section 1\";s:10:\"created_at\";s:19:\"2021-03-10 10:01:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/greenenergy_about_us_01/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/greenenergy/greenenergy_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"greenenergy\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:93;a:10:{s:11:\"template_id\";s:19:\"greenenergy_home_07\";s:2:\"id\";i:462;s:6:\"folder\";s:11:\"greenenergy\";s:5:\"title\";s:26:\"greenenergy home section 7\";s:10:\"created_at\";s:19:\"2021-03-10 10:00:07\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/greenenergy_home_07/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/greenenergy/greenenergy_home_07.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:11:\"greenenergy\";i:2;s:4:\"home\";i:3;s:4:\"blog\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"home\";i:2;s:4:\"blog\";}}i:94;a:10:{s:11:\"template_id\";s:19:\"greenenergy_home_06\";s:2:\"id\";i:461;s:6:\"folder\";s:11:\"greenenergy\";s:5:\"title\";s:26:\"greenenergy home section 6\";s:10:\"created_at\";s:19:\"2021-03-10 10:00:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/greenenergy_home_06/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/greenenergy/greenenergy_home_06.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:11:\"greenenergy\";i:2;s:4:\"home\";i:3;s:8:\"contacts\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"home\";i:2;s:8:\"contacts\";}}i:95;a:10:{s:11:\"template_id\";s:19:\"greenenergy_home_05\";s:2:\"id\";i:460;s:6:\"folder\";s:11:\"greenenergy\";s:5:\"title\";s:26:\"greenenergy home section 5\";s:10:\"created_at\";s:19:\"2021-03-10 10:00:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/greenenergy_home_05/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/greenenergy/greenenergy_home_05.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:11:\"greenenergy\";i:2;s:4:\"home\";i:3;s:14:\"pricing tables\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"home\";i:2;s:14:\"pricing tables\";}}i:96;a:10:{s:11:\"template_id\";s:19:\"greenenergy_home_04\";s:2:\"id\";i:459;s:6:\"folder\";s:11:\"greenenergy\";s:5:\"title\";s:26:\"greenenergy home section 4\";s:10:\"created_at\";s:19:\"2021-03-10 10:00:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/greenenergy_home_04/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/greenenergy/greenenergy_home_04.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:11:\"greenenergy\";i:2;s:4:\"home\";i:3;s:12:\"testimonials\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"home\";i:2;s:12:\"testimonials\";}}i:97;a:10:{s:11:\"template_id\";s:19:\"greenenergy_home_03\";s:2:\"id\";i:458;s:6:\"folder\";s:11:\"greenenergy\";s:5:\"title\";s:26:\"greenenergy home section 3\";s:10:\"created_at\";s:19:\"2021-03-10 10:00:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/greenenergy_home_03/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/greenenergy/greenenergy_home_03.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:11:\"greenenergy\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"home\";i:2;s:9:\"eCommerce\";}}i:98;a:10:{s:11:\"template_id\";s:19:\"greenenergy_home_02\";s:2:\"id\";i:457;s:6:\"folder\";s:11:\"greenenergy\";s:5:\"title\";s:26:\"greenenergy home section 2\";s:10:\"created_at\";s:19:\"2021-03-10 10:00:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/greenenergy_home_02/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/greenenergy/greenenergy_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"greenenergy\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:99;a:10:{s:11:\"template_id\";s:19:\"greenenergy_home_01\";s:2:\"id\";i:456;s:6:\"folder\";s:11:\"greenenergy\";s:5:\"title\";s:26:\"greenenergy home section 1\";s:10:\"created_at\";s:19:\"2021-03-10 10:00:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/greenenergy_home_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/greenenergy/greenenergy_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"greenenergy\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"home\";}}i:100;a:10:{s:11:\"template_id\";s:25:\"minimal-fashion_footer_01\";s:2:\"id\";i:455;s:6:\"folder\";s:15:\"minimal-fashion\";s:5:\"title\";s:28:\"minimal-fashion footer block\";s:10:\"created_at\";s:19:\"2021-03-09 10:04:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/minimal-fashion_footer_01/\";s:9:\"thumbnail\";s:106:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion/minimal-fashion_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:15:\"minimal-fashion\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:101;a:10:{s:11:\"template_id\";s:33:\"minimal-fashion_delivery_rules_01\";s:2:\"id\";i:454;s:6:\"folder\";s:15:\"minimal-fashion\";s:5:\"title\";s:40:\"minimal-fashion delivery rules section 1\";s:10:\"created_at\";s:19:\"2021-03-09 10:03:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:73:\"http://8theme.com/import/xstore-studio/minimal-fashion_delivery_rules_01/\";s:9:\"thumbnail\";s:114:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion/minimal-fashion_delivery_rules_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:15:\"minimal-fashion\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:102;a:10:{s:11:\"template_id\";s:29:\"minimal-fashion_contact_us_01\";s:2:\"id\";i:453;s:6:\"folder\";s:15:\"minimal-fashion\";s:5:\"title\";s:36:\"minimal-fashion contact us section 1\";s:10:\"created_at\";s:19:\"2021-03-09 10:02:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:69:\"http://8theme.com/import/xstore-studio/minimal-fashion_contact_us_01/\";s:9:\"thumbnail\";s:110:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion/minimal-fashion_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:15:\"minimal-fashion\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:103;a:10:{s:11:\"template_id\";s:27:\"minimal-fashion_about_us_03\";s:2:\"id\";i:452;s:6:\"folder\";s:15:\"minimal-fashion\";s:5:\"title\";s:34:\"minimal-fashion about us section 3\";s:10:\"created_at\";s:19:\"2021-03-09 10:01:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/minimal-fashion_about_us_03/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion/minimal-fashion_about_us_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:15:\"minimal-fashion\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:104;a:10:{s:11:\"template_id\";s:27:\"minimal-fashion_about_us_02\";s:2:\"id\";i:451;s:6:\"folder\";s:15:\"minimal-fashion\";s:5:\"title\";s:34:\"minimal-fashion about us section 2\";s:10:\"created_at\";s:19:\"2021-03-09 10:01:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/minimal-fashion_about_us_02/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion/minimal-fashion_about_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:15:\"minimal-fashion\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:105;a:10:{s:11:\"template_id\";s:27:\"minimal-fashion_about_us_01\";s:2:\"id\";i:450;s:6:\"folder\";s:15:\"minimal-fashion\";s:5:\"title\";s:34:\"minimal-fashion about us section 1\";s:10:\"created_at\";s:19:\"2021-03-09 10:01:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/minimal-fashion_about_us_01/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion/minimal-fashion_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:15:\"minimal-fashion\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:106;a:10:{s:11:\"template_id\";s:23:\"minimal-fashion_home_06\";s:2:\"id\";i:449;s:6:\"folder\";s:15:\"minimal-fashion\";s:5:\"title\";s:30:\"minimal-fashion home section 6\";s:10:\"created_at\";s:19:\"2021-03-09 10:00:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/minimal-fashion_home_06/\";s:9:\"thumbnail\";s:104:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion/minimal-fashion_home_06.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:15:\"minimal-fashion\";i:2;s:4:\"home\";i:3;s:4:\"blog\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"blog\";}}i:107;a:10:{s:11:\"template_id\";s:23:\"minimal-fashion_home_05\";s:2:\"id\";i:448;s:6:\"folder\";s:15:\"minimal-fashion\";s:5:\"title\";s:30:\"minimal-fashion home section 5\";s:10:\"created_at\";s:19:\"2021-03-09 10:00:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/minimal-fashion_home_05/\";s:9:\"thumbnail\";s:104:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion/minimal-fashion_home_05.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:15:\"minimal-fashion\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:108;a:10:{s:11:\"template_id\";s:23:\"minimal-fashion_home_04\";s:2:\"id\";i:447;s:6:\"folder\";s:15:\"minimal-fashion\";s:5:\"title\";s:30:\"minimal-fashion home section 4\";s:10:\"created_at\";s:19:\"2021-03-09 10:00:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/minimal-fashion_home_04/\";s:9:\"thumbnail\";s:104:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion/minimal-fashion_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:15:\"minimal-fashion\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:109;a:10:{s:11:\"template_id\";s:23:\"minimal-fashion_home_03\";s:2:\"id\";i:446;s:6:\"folder\";s:15:\"minimal-fashion\";s:5:\"title\";s:30:\"minimal-fashion home section 3\";s:10:\"created_at\";s:19:\"2021-03-09 10:00:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/minimal-fashion_home_03/\";s:9:\"thumbnail\";s:104:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion/minimal-fashion_home_03.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:15:\"minimal-fashion\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";}}i:110;a:10:{s:11:\"template_id\";s:23:\"minimal-fashion_home_02\";s:2:\"id\";i:445;s:6:\"folder\";s:15:\"minimal-fashion\";s:5:\"title\";s:30:\"minimal-fashion home section 2\";s:10:\"created_at\";s:19:\"2021-03-09 10:00:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/minimal-fashion_home_02/\";s:9:\"thumbnail\";s:104:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion/minimal-fashion_home_02.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:15:\"minimal-fashion\";i:2;s:4:\"home\";i:3;s:7:\"banners\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:7:\"banners\";}}i:111;a:10:{s:11:\"template_id\";s:23:\"minimal-fashion_home_01\";s:2:\"id\";i:444;s:6:\"folder\";s:15:\"minimal-fashion\";s:5:\"title\";s:30:\"minimal-fashion home section 1\";s:10:\"created_at\";s:19:\"2021-03-09 10:00:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/minimal-fashion_home_01/\";s:9:\"thumbnail\";s:104:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion/minimal-fashion_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:15:\"minimal-fashion\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:112;a:10:{s:11:\"template_id\";s:27:\"minimal-fashion02_footer_01\";s:2:\"id\";i:443;s:6:\"folder\";s:17:\"minimal-fashion02\";s:5:\"title\";s:30:\"minimal-fashion02 footer block\";s:10:\"created_at\";s:19:\"2021-03-08 10:04:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/minimal-fashion02_footer_01/\";s:9:\"thumbnail\";s:110:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion02/minimal-fashion02_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"minimal-fashion02\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:113;a:10:{s:11:\"template_id\";s:32:\"minimal-fashion02_track_order_01\";s:2:\"id\";i:442;s:6:\"folder\";s:17:\"minimal-fashion02\";s:5:\"title\";s:39:\"minimal-fashion02 track order section 1\";s:10:\"created_at\";s:19:\"2021-03-08 10:03:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:72:\"http://8theme.com/import/xstore-studio/minimal-fashion02_track_order_01/\";s:9:\"thumbnail\";s:115:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion02/minimal-fashion02_track_order_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:17:\"minimal-fashion02\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:114;a:10:{s:11:\"template_id\";s:31:\"minimal-fashion02_contact_us_02\";s:2:\"id\";i:441;s:6:\"folder\";s:17:\"minimal-fashion02\";s:5:\"title\";s:38:\"minimal-fashion02 contact us section 2\";s:10:\"created_at\";s:19:\"2021-03-08 10:02:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:71:\"http://8theme.com/import/xstore-studio/minimal-fashion02_contact_us_02/\";s:9:\"thumbnail\";s:114:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion02/minimal-fashion02_contact_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"minimal-fashion02\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:115;a:10:{s:11:\"template_id\";s:31:\"minimal-fashion02_contact_us_01\";s:2:\"id\";i:440;s:6:\"folder\";s:17:\"minimal-fashion02\";s:5:\"title\";s:38:\"minimal-fashion02 contact us section 1\";s:10:\"created_at\";s:19:\"2021-03-08 10:02:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:71:\"http://8theme.com/import/xstore-studio/minimal-fashion02_contact_us_01/\";s:9:\"thumbnail\";s:114:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion02/minimal-fashion02_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"minimal-fashion02\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:116;a:10:{s:11:\"template_id\";s:29:\"minimal-fashion02_about_us_03\";s:2:\"id\";i:439;s:6:\"folder\";s:17:\"minimal-fashion02\";s:5:\"title\";s:36:\"minimal-fashion02 about us section 3\";s:10:\"created_at\";s:19:\"2021-03-08 10:01:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:69:\"http://8theme.com/import/xstore-studio/minimal-fashion02_about_us_03/\";s:9:\"thumbnail\";s:112:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion02/minimal-fashion02_about_us_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"minimal-fashion02\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:117;a:10:{s:11:\"template_id\";s:29:\"minimal-fashion02_about_us_02\";s:2:\"id\";i:438;s:6:\"folder\";s:17:\"minimal-fashion02\";s:5:\"title\";s:36:\"minimal-fashion02 about us section 2\";s:10:\"created_at\";s:19:\"2021-03-08 10:01:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:69:\"http://8theme.com/import/xstore-studio/minimal-fashion02_about_us_02/\";s:9:\"thumbnail\";s:112:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion02/minimal-fashion02_about_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"minimal-fashion02\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:118;a:10:{s:11:\"template_id\";s:29:\"minimal-fashion02_about_us_01\";s:2:\"id\";i:437;s:6:\"folder\";s:17:\"minimal-fashion02\";s:5:\"title\";s:36:\"minimal-fashion02 about us section 1\";s:10:\"created_at\";s:19:\"2021-03-08 10:01:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:69:\"http://8theme.com/import/xstore-studio/minimal-fashion02_about_us_01/\";s:9:\"thumbnail\";s:112:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion02/minimal-fashion02_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"minimal-fashion02\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:119;a:10:{s:11:\"template_id\";s:25:\"minimal-fashion02_home_07\";s:2:\"id\";i:436;s:6:\"folder\";s:17:\"minimal-fashion02\";s:5:\"title\";s:32:\"minimal-fashion02 home section 7\";s:10:\"created_at\";s:19:\"2021-03-08 10:00:07\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/minimal-fashion02_home_07/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion02/minimal-fashion02_home_07.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"minimal-fashion02\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:120;a:10:{s:11:\"template_id\";s:25:\"minimal-fashion02_home_06\";s:2:\"id\";i:435;s:6:\"folder\";s:17:\"minimal-fashion02\";s:5:\"title\";s:32:\"minimal-fashion02 home section 6\";s:10:\"created_at\";s:19:\"2021-03-08 10:00:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/minimal-fashion02_home_06/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion02/minimal-fashion02_home_06.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:17:\"minimal-fashion02\";i:2;s:4:\"home\";i:3;s:12:\"testimonials\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:12:\"testimonials\";}}i:121;a:10:{s:11:\"template_id\";s:25:\"minimal-fashion02_home_05\";s:2:\"id\";i:434;s:6:\"folder\";s:17:\"minimal-fashion02\";s:5:\"title\";s:32:\"minimal-fashion02 home section 5\";s:10:\"created_at\";s:19:\"2021-03-08 10:00:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/minimal-fashion02_home_05/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion02/minimal-fashion02_home_05.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:17:\"minimal-fashion02\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";}}i:122;a:10:{s:11:\"template_id\";s:25:\"minimal-fashion02_home_04\";s:2:\"id\";i:433;s:6:\"folder\";s:17:\"minimal-fashion02\";s:5:\"title\";s:32:\"minimal-fashion02 home section 4\";s:10:\"created_at\";s:19:\"2021-03-08 10:00:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/minimal-fashion02_home_04/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion02/minimal-fashion02_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"minimal-fashion02\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:123;a:10:{s:11:\"template_id\";s:25:\"minimal-fashion02_home_03\";s:2:\"id\";i:432;s:6:\"folder\";s:17:\"minimal-fashion02\";s:5:\"title\";s:32:\"minimal-fashion02 home section 3\";s:10:\"created_at\";s:19:\"2021-03-08 10:00:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/minimal-fashion02_home_03/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion02/minimal-fashion02_home_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"minimal-fashion02\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:124;a:10:{s:11:\"template_id\";s:25:\"minimal-fashion02_home_02\";s:2:\"id\";i:431;s:6:\"folder\";s:17:\"minimal-fashion02\";s:5:\"title\";s:32:\"minimal-fashion02 home section 2\";s:10:\"created_at\";s:19:\"2021-03-08 10:00:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/minimal-fashion02_home_02/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion02/minimal-fashion02_home_02.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:17:\"minimal-fashion02\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";}}i:125;a:10:{s:11:\"template_id\";s:25:\"minimal-fashion02_home_01\";s:2:\"id\";i:430;s:6:\"folder\";s:17:\"minimal-fashion02\";s:5:\"title\";s:32:\"minimal-fashion02 home section 1\";s:10:\"created_at\";s:19:\"2021-03-08 10:00:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/minimal-fashion02_home_01/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal-fashion02/minimal-fashion02_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:17:\"minimal-fashion02\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:126;a:10:{s:11:\"template_id\";s:25:\"electron02_track_order_01\";s:2:\"id\";i:429;s:6:\"folder\";s:10:\"electron02\";s:5:\"title\";s:32:\"electron02 track order section 1\";s:10:\"created_at\";s:19:\"2021-03-07 11:04:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/electron02_track_order_01/\";s:9:\"thumbnail\";s:101:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron02/electron02_track_order_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:10:\"electron02\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:127;a:10:{s:11:\"template_id\";s:20:\"electron02_footer_01\";s:2:\"id\";i:428;s:6:\"folder\";s:10:\"electron02\";s:5:\"title\";s:30:\"electron02 footer static block\";s:10:\"created_at\";s:19:\"2021-03-07 11:03:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"http://8theme.com/import/xstore-studio/electron02_footer_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron02/electron02_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:10:\"electron02\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:128;a:10:{s:11:\"template_id\";s:24:\"electron02_contact_us_01\";s:2:\"id\";i:427;s:6:\"folder\";s:10:\"electron02\";s:5:\"title\";s:31:\"electron02 contact us section 1\";s:10:\"created_at\";s:19:\"2021-03-07 11:02:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"http://8theme.com/import/xstore-studio/electron02_contact_us_01/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron02/electron02_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:10:\"electron02\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:129;a:10:{s:11:\"template_id\";s:22:\"electron02_about_us_01\";s:2:\"id\";i:426;s:6:\"folder\";s:10:\"electron02\";s:5:\"title\";s:29:\"electron02 about us section 1\";s:10:\"created_at\";s:19:\"2021-03-07 11:01:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/electron02_about_us_01/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron02/electron02_about_us_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:10:\"electron02\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:130;a:10:{s:11:\"template_id\";s:18:\"electron02_home_05\";s:2:\"id\";i:425;s:6:\"folder\";s:10:\"electron02\";s:5:\"title\";s:25:\"electron02 home section 5\";s:10:\"created_at\";s:19:\"2021-03-07 11:00:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"http://8theme.com/import/xstore-studio/electron02_home_05/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron02/electron02_home_05.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:10:\"electron02\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";}}i:131;a:10:{s:11:\"template_id\";s:18:\"electron02_home_04\";s:2:\"id\";i:424;s:6:\"folder\";s:10:\"electron02\";s:5:\"title\";s:25:\"electron02 home section 4\";s:10:\"created_at\";s:19:\"2021-03-07 11:00:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"http://8theme.com/import/xstore-studio/electron02_home_04/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron02/electron02_home_04.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:10:\"electron02\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";}}i:132;a:10:{s:11:\"template_id\";s:18:\"electron02_home_03\";s:2:\"id\";i:423;s:6:\"folder\";s:10:\"electron02\";s:5:\"title\";s:25:\"electron02 home section 3\";s:10:\"created_at\";s:19:\"2021-03-07 11:00:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"http://8theme.com/import/xstore-studio/electron02_home_03/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron02/electron02_home_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:10:\"electron02\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:133;a:10:{s:11:\"template_id\";s:18:\"electron02_home_02\";s:2:\"id\";i:422;s:6:\"folder\";s:10:\"electron02\";s:5:\"title\";s:25:\"electron02 home section 2\";s:10:\"created_at\";s:19:\"2021-03-07 11:00:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"http://8theme.com/import/xstore-studio/electron02_home_02/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron02/electron02_home_02.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:10:\"electron02\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";}}i:134;a:10:{s:11:\"template_id\";s:18:\"electron02_home_01\";s:2:\"id\";i:421;s:6:\"folder\";s:10:\"electron02\";s:5:\"title\";s:25:\"electron02 home section 1\";s:10:\"created_at\";s:19:\"2021-03-07 11:00:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"http://8theme.com/import/xstore-studio/electron02_home_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron02/electron02_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:10:\"electron02\";i:2;s:4:\"home\";i:3;s:7:\"sliders\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:7:\"sliders\";}}i:135;a:10:{s:11:\"template_id\";s:21:\"real-estate_footer_01\";s:2:\"id\";i:420;s:6:\"folder\";s:11:\"real-estate\";s:5:\"title\";s:31:\"real-estate footer static block\";s:10:\"created_at\";s:19:\"2021-03-06 11:02:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"http://8theme.com/import/xstore-studio/real-estate_footer_01/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/real-estate/real-estate_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"real-estate\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:136;a:10:{s:11:\"template_id\";s:25:\"real-estate_contact_us_06\";s:2:\"id\";i:419;s:6:\"folder\";s:11:\"real-estate\";s:5:\"title\";s:32:\"real-estate contact us section 1\";s:10:\"created_at\";s:19:\"2021-03-06 11:02:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"http://8theme.com/import/xstore-studio/real-estate_contact_us_01/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/real-estate/real-estate_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"real-estate\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:137;a:10:{s:11:\"template_id\";s:23:\"real-estate_about_us_06\";s:2:\"id\";i:418;s:6:\"folder\";s:11:\"real-estate\";s:5:\"title\";s:30:\"real-estate about us section 6\";s:10:\"created_at\";s:19:\"2021-03-06 11:01:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/real-estate_about_us_06/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/real-estate/real-estate_about_us_06.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"real-estate\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:138;a:10:{s:11:\"template_id\";s:23:\"real-estate_about_us_05\";s:2:\"id\";i:417;s:6:\"folder\";s:11:\"real-estate\";s:5:\"title\";s:30:\"real-estate about us section 5\";s:10:\"created_at\";s:19:\"2021-03-06 11:01:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/real-estate_about_us_05/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/real-estate/real-estate_about_us_05.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"real-estate\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:139;a:10:{s:11:\"template_id\";s:23:\"real-estate_about_us_04\";s:2:\"id\";i:416;s:6:\"folder\";s:11:\"real-estate\";s:5:\"title\";s:30:\"real-estate about us section 4\";s:10:\"created_at\";s:19:\"2021-03-06 11:01:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/real-estate_about_us_04/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/real-estate/real-estate_about_us_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"real-estate\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:140;a:10:{s:11:\"template_id\";s:23:\"real-estate_about_us_03\";s:2:\"id\";i:415;s:6:\"folder\";s:11:\"real-estate\";s:5:\"title\";s:30:\"real-estate about us section 3\";s:10:\"created_at\";s:19:\"2021-03-06 11:01:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/real-estate_about_us_03/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/real-estate/real-estate_about_us_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"real-estate\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:141;a:10:{s:11:\"template_id\";s:23:\"real-estate_about_us_02\";s:2:\"id\";i:414;s:6:\"folder\";s:11:\"real-estate\";s:5:\"title\";s:30:\"real-estate about us section 2\";s:10:\"created_at\";s:19:\"2021-03-06 11:01:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/real-estate_about_us_02/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/real-estate/real-estate_about_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"real-estate\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:142;a:10:{s:11:\"template_id\";s:23:\"real-estate_about_us_01\";s:2:\"id\";i:413;s:6:\"folder\";s:11:\"real-estate\";s:5:\"title\";s:30:\"real-estate about us section 1\";s:10:\"created_at\";s:19:\"2021-03-06 11:01:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/real-estate_about_us_01/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/real-estate/real-estate_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"real-estate\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:143;a:10:{s:11:\"template_id\";s:19:\"real-estate_home_10\";s:2:\"id\";i:412;s:6:\"folder\";s:11:\"real-estate\";s:5:\"title\";s:27:\"real-estate home section 10\";s:10:\"created_at\";s:19:\"2021-03-06 11:00:10\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/real-estate_home_10/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/real-estate/real-estate_home_10.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:11:\"real-estate\";i:2;s:4:\"home\";i:3;s:4:\"blog\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"blog\";}}i:144;a:10:{s:11:\"template_id\";s:19:\"real-estate_home_09\";s:2:\"id\";i:411;s:6:\"folder\";s:11:\"real-estate\";s:5:\"title\";s:26:\"real-estate home section 9\";s:10:\"created_at\";s:19:\"2021-03-06 11:00:09\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/real-estate_home_09/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/real-estate/real-estate_home_09.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"real-estate\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:145;a:10:{s:11:\"template_id\";s:19:\"real-estate_home_08\";s:2:\"id\";i:410;s:6:\"folder\";s:11:\"real-estate\";s:5:\"title\";s:26:\"real-estate home section 8\";s:10:\"created_at\";s:19:\"2021-03-06 11:00:08\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/real-estate_home_08/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/real-estate/real-estate_home_08.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:11:\"real-estate\";i:2;s:4:\"home\";i:3;s:12:\"testimonials\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:12:\"testimonials\";}}i:146;a:10:{s:11:\"template_id\";s:19:\"real-estate_home_07\";s:2:\"id\";i:409;s:6:\"folder\";s:11:\"real-estate\";s:5:\"title\";s:26:\"real-estate home section 7\";s:10:\"created_at\";s:19:\"2021-03-06 11:00:07\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/real-estate_home_07/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/real-estate/real-estate_home_07.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:11:\"real-estate\";i:2;s:4:\"home\";i:3;s:4:\"team\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"team\";}}i:147;a:10:{s:11:\"template_id\";s:19:\"real-estate_home_06\";s:2:\"id\";i:408;s:6:\"folder\";s:11:\"real-estate\";s:5:\"title\";s:26:\"real-estate home section 6\";s:10:\"created_at\";s:19:\"2021-03-06 11:00:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/real-estate_home_06/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/real-estate/real-estate_home_06.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"real-estate\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:148;a:10:{s:11:\"template_id\";s:19:\"real-estate_home_05\";s:2:\"id\";i:407;s:6:\"folder\";s:11:\"real-estate\";s:5:\"title\";s:26:\"real-estate home section 5\";s:10:\"created_at\";s:19:\"2021-03-06 11:00:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/real-estate_home_05/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/real-estate/real-estate_home_05.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:11:\"real-estate\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";}}i:149;a:10:{s:11:\"template_id\";s:19:\"real-estate_home_04\";s:2:\"id\";i:406;s:6:\"folder\";s:11:\"real-estate\";s:5:\"title\";s:26:\"real-estate home section 4\";s:10:\"created_at\";s:19:\"2021-03-06 11:00:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/real-estate_home_04/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/real-estate/real-estate_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"real-estate\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:150;a:10:{s:11:\"template_id\";s:19:\"real-estate_home_03\";s:2:\"id\";i:405;s:6:\"folder\";s:11:\"real-estate\";s:5:\"title\";s:26:\"real-estate home section 3\";s:10:\"created_at\";s:19:\"2021-03-06 11:00:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/real-estate_home_03/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/real-estate/real-estate_home_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"real-estate\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:151;a:10:{s:11:\"template_id\";s:19:\"real-estate_home_02\";s:2:\"id\";i:404;s:6:\"folder\";s:11:\"real-estate\";s:5:\"title\";s:26:\"real-estate home section 2\";s:10:\"created_at\";s:19:\"2021-03-06 11:00:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/real-estate_home_02/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/real-estate/real-estate_home_02.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:11:\"real-estate\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";}}i:152;a:10:{s:11:\"template_id\";s:19:\"real-estate_home_01\";s:2:\"id\";i:403;s:6:\"folder\";s:11:\"real-estate\";s:5:\"title\";s:26:\"real-estate home section 1\";s:10:\"created_at\";s:19:\"2021-03-06 11:00:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/real-estate_home_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/real-estate/real-estate_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:11:\"real-estate\";i:2;s:4:\"home\";i:3;s:7:\"sliders\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:7:\"sliders\";}}i:153;a:10:{s:11:\"template_id\";s:19:\"headphone_footer_01\";s:2:\"id\";i:402;s:6:\"folder\";s:9:\"headphone\";s:5:\"title\";s:31:\"headphone footer static block 1\";s:10:\"created_at\";s:19:\"2021-02-05 10:13:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"http://8theme.com/import/xstore-studio/headphone_footer_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/headphone/headphone_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"headphone\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:154;a:10:{s:11:\"template_id\";s:22:\"headphone_prefooter_01\";s:2:\"id\";i:401;s:6:\"folder\";s:9:\"headphone\";s:5:\"title\";s:34:\"headphone prefooter static block 1\";s:10:\"created_at\";s:19:\"2021-02-05 10:12:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/headphone_prefooter_01/\";s:9:\"thumbnail\";s:97:\"https://8theme.com/import/xstore-studio/studio/images/blocks/headphone/headphone_prefooter_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"headphone\";i:2;s:9:\"prefooter\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:155;a:10:{s:11:\"template_id\";s:24:\"headphone_track_order_01\";s:2:\"id\";i:400;s:6:\"folder\";s:9:\"headphone\";s:5:\"title\";s:31:\"headphone track order section 1\";s:10:\"created_at\";s:19:\"2021-02-05 10:11:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"http://8theme.com/import/xstore-studio/headphone_track_order_01/\";s:9:\"thumbnail\";s:99:\"https://8theme.com/import/xstore-studio/studio/images/blocks/headphone/headphone_track_order_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"headphone\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:156;a:10:{s:11:\"template_id\";s:23:\"headphone_contact_us_01\";s:2:\"id\";i:399;s:6:\"folder\";s:9:\"headphone\";s:5:\"title\";s:30:\"headphone contact us section 1\";s:10:\"created_at\";s:19:\"2021-02-05 10:10:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"http://8theme.com/import/xstore-studio/headphone_contact_us_01/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/headphone/headphone_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"headphone\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:157;a:10:{s:11:\"template_id\";s:17:\"headphone_home_10\";s:2:\"id\";i:398;s:6:\"folder\";s:9:\"headphone\";s:5:\"title\";s:25:\"headphone home section 10\";s:10:\"created_at\";s:19:\"2021-02-05 10:00:10\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/headphone_home_10/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/headphone/headphone_home_10.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:9:\"headphone\";i:2;s:4:\"home\";i:3;s:12:\"testimonials\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:12:\"testimonials\";}}i:158;a:10:{s:11:\"template_id\";s:17:\"headphone_home_09\";s:2:\"id\";i:397;s:6:\"folder\";s:9:\"headphone\";s:5:\"title\";s:24:\"headphone home section 9\";s:10:\"created_at\";s:19:\"2021-02-05 10:00:09\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/headphone_home_09/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/headphone/headphone_home_09.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"headphone\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:159;a:10:{s:11:\"template_id\";s:17:\"headphone_home_08\";s:2:\"id\";i:396;s:6:\"folder\";s:9:\"headphone\";s:5:\"title\";s:24:\"headphone home section 8\";s:10:\"created_at\";s:19:\"2021-02-05 10:00:08\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/headphone_home_08/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/headphone/headphone_home_08.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"headphone\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:160;a:10:{s:11:\"template_id\";s:17:\"headphone_home_07\";s:2:\"id\";i:395;s:6:\"folder\";s:9:\"headphone\";s:5:\"title\";s:24:\"headphone home section 7\";s:10:\"created_at\";s:19:\"2021-02-05 10:00:07\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/headphone_home_07/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/headphone/headphone_home_07.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"headphone\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:161;a:10:{s:11:\"template_id\";s:17:\"headphone_home_06\";s:2:\"id\";i:394;s:6:\"folder\";s:9:\"headphone\";s:5:\"title\";s:24:\"headphone home section 6\";s:10:\"created_at\";s:19:\"2021-02-05 10:00:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/headphone_home_06/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/headphone/headphone_home_06.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"headphone\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:162;a:10:{s:11:\"template_id\";s:17:\"headphone_home_05\";s:2:\"id\";i:393;s:6:\"folder\";s:9:\"headphone\";s:5:\"title\";s:24:\"headphone home section 5\";s:10:\"created_at\";s:19:\"2021-02-05 10:00:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/headphone_home_05/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/headphone/headphone_home_05.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"headphone\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:163;a:10:{s:11:\"template_id\";s:17:\"headphone_home_04\";s:2:\"id\";i:392;s:6:\"folder\";s:9:\"headphone\";s:5:\"title\";s:24:\"headphone home section 4\";s:10:\"created_at\";s:19:\"2021-02-05 10:00:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/headphone_home_04/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/headphone/headphone_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"headphone\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:164;a:10:{s:11:\"template_id\";s:17:\"headphone_home_03\";s:2:\"id\";i:391;s:6:\"folder\";s:9:\"headphone\";s:5:\"title\";s:24:\"headphone home section 3\";s:10:\"created_at\";s:19:\"2021-02-05 10:00:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/headphone_home_03/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/headphone/headphone_home_03.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:9:\"headphone\";i:2;s:4:\"home\";i:3;s:5:\"video\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:165;a:10:{s:11:\"template_id\";s:17:\"headphone_home_02\";s:2:\"id\";i:390;s:6:\"folder\";s:9:\"headphone\";s:5:\"title\";s:24:\"headphone home section 2\";s:10:\"created_at\";s:19:\"2021-02-05 10:00:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/headphone_home_02/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/headphone/headphone_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"headphone\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:166;a:10:{s:11:\"template_id\";s:17:\"headphone_home_01\";s:2:\"id\";i:389;s:6:\"folder\";s:9:\"headphone\";s:5:\"title\";s:24:\"headphone home section 1\";s:10:\"created_at\";s:19:\"2021-02-05 10:00:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"http://8theme.com/import/xstore-studio/headphone_home_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/headphone/headphone_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:9:\"headphone\";i:2;s:4:\"home\";i:3;s:9:\"countdown\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"countdown\";}}i:167;a:10:{s:11:\"template_id\";s:24:\"niche-market03_footer_01\";s:2:\"id\";i:388;s:6:\"folder\";s:14:\"niche-market03\";s:5:\"title\";s:36:\"niche-market03 footer static block 1\";s:10:\"created_at\";s:19:\"2021-02-04 09:07:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"http://8theme.com/import/xstore-studio/niche-market03_footer_01/\";s:9:\"thumbnail\";s:104:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market03/niche-market03_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market03\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:168;a:10:{s:11:\"template_id\";s:27:\"niche-market03_prefooter_01\";s:2:\"id\";i:387;s:6:\"folder\";s:14:\"niche-market03\";s:5:\"title\";s:39:\"niche-market03 prefooter static block 1\";s:10:\"created_at\";s:19:\"2021-02-04 09:06:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/niche-market03_prefooter_01/\";s:9:\"thumbnail\";s:107:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market03/niche-market03_prefooter_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:14:\"niche-market03\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:169;a:10:{s:11:\"template_id\";s:29:\"niche-market03_shop_banner_01\";s:2:\"id\";i:386;s:6:\"folder\";s:14:\"niche-market03\";s:5:\"title\";s:41:\"niche-market03 shop banner static block 1\";s:10:\"created_at\";s:19:\"2021-02-04 09:05:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:69:\"http://8theme.com/import/xstore-studio/niche-market03_shop_banner_01/\";s:9:\"thumbnail\";s:109:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market03/niche-market03_shop_banner_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:14:\"niche-market03\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:170;a:10:{s:11:\"template_id\";s:27:\"niche-market03_menu_item_03\";s:2:\"id\";i:385;s:6:\"folder\";s:14:\"niche-market03\";s:5:\"title\";s:39:\"niche-market03 mega menu static block 3\";s:10:\"created_at\";s:19:\"2021-02-04 09:04:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/niche-market03_menu_item_03/\";s:9:\"thumbnail\";s:107:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market03/niche-market03_menu_item_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market03\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:171;a:10:{s:11:\"template_id\";s:27:\"niche-market03_menu_item_02\";s:2:\"id\";i:384;s:6:\"folder\";s:14:\"niche-market03\";s:5:\"title\";s:39:\"niche-market03 mega menu static block 2\";s:10:\"created_at\";s:19:\"2021-02-04 09:04:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/niche-market03_menu_item_02/\";s:9:\"thumbnail\";s:107:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market03/niche-market03_menu_item_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market03\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:172;a:10:{s:11:\"template_id\";s:27:\"niche-market03_menu_item_01\";s:2:\"id\";i:383;s:6:\"folder\";s:14:\"niche-market03\";s:5:\"title\";s:39:\"niche-market03 mega menu static block 1\";s:10:\"created_at\";s:19:\"2021-02-04 09:04:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/niche-market03_menu_item_01/\";s:9:\"thumbnail\";s:107:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market03/niche-market03_menu_item_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market03\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:173;a:10:{s:11:\"template_id\";s:28:\"niche-market03_categories_01\";s:2:\"id\";i:382;s:6:\"folder\";s:14:\"niche-market03\";s:5:\"title\";s:35:\"niche-market03 categories section 1\";s:10:\"created_at\";s:19:\"2021-02-04 09:03:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:68:\"http://8theme.com/import/xstore-studio/niche-market03_categories_01/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market03/niche-market03_categories_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:14:\"niche-market03\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:174;a:10:{s:11:\"template_id\";s:26:\"niche-market03_about_us_05\";s:2:\"id\";i:381;s:6:\"folder\";s:14:\"niche-market03\";s:5:\"title\";s:33:\"niche-market03 about us section 5\";s:10:\"created_at\";s:19:\"2021-02-04 09:02:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"http://8theme.com/import/xstore-studio/niche-market03_about_us_05/\";s:9:\"thumbnail\";s:106:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market03/niche-market03_about_us_05.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market03\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:175;a:10:{s:11:\"template_id\";s:26:\"niche-market03_about_us_04\";s:2:\"id\";i:380;s:6:\"folder\";s:14:\"niche-market03\";s:5:\"title\";s:33:\"niche-market03 about us section 4\";s:10:\"created_at\";s:19:\"2021-02-04 09:02:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"http://8theme.com/import/xstore-studio/niche-market03_about_us_04/\";s:9:\"thumbnail\";s:106:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market03/niche-market03_about_us_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market03\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:176;a:10:{s:11:\"template_id\";s:26:\"niche-market03_about_us_03\";s:2:\"id\";i:379;s:6:\"folder\";s:14:\"niche-market03\";s:5:\"title\";s:33:\"niche-market03 about us section 3\";s:10:\"created_at\";s:19:\"2021-02-04 09:02:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"http://8theme.com/import/xstore-studio/niche-market03_about_us_03/\";s:9:\"thumbnail\";s:106:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market03/niche-market03_about_us_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market03\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:177;a:10:{s:11:\"template_id\";s:26:\"niche-market03_about_us_02\";s:2:\"id\";i:378;s:6:\"folder\";s:14:\"niche-market03\";s:5:\"title\";s:33:\"niche-market03 about us section 2\";s:10:\"created_at\";s:19:\"2021-02-04 09:02:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"http://8theme.com/import/xstore-studio/niche-market03_about_us_02/\";s:9:\"thumbnail\";s:106:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market03/niche-market03_about_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market03\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:178;a:10:{s:11:\"template_id\";s:26:\"niche-market03_about_us_01\";s:2:\"id\";i:377;s:6:\"folder\";s:14:\"niche-market03\";s:5:\"title\";s:33:\"niche-market03 about us section 1\";s:10:\"created_at\";s:19:\"2021-02-04 09:02:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"http://8theme.com/import/xstore-studio/niche-market03_about_us_01/\";s:9:\"thumbnail\";s:106:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market03/niche-market03_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market03\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:179;a:10:{s:11:\"template_id\";s:28:\"niche-market03_contact_us_01\";s:2:\"id\";i:376;s:6:\"folder\";s:14:\"niche-market03\";s:5:\"title\";s:35:\"niche-market03 contact us section 1\";s:10:\"created_at\";s:19:\"2021-02-04 09:01:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:68:\"http://8theme.com/import/xstore-studio/niche-market03_contact_us_01/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market03/niche-market03_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market03\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:180;a:10:{s:11:\"template_id\";s:22:\"niche-market03_home_05\";s:2:\"id\";i:375;s:6:\"folder\";s:14:\"niche-market03\";s:5:\"title\";s:29:\"niche-market03 home section 5\";s:10:\"created_at\";s:19:\"2021-02-04 09:00:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/niche-market03_home_05/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market03/niche-market03_home_05.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"niche-market03\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";}}i:181;a:10:{s:11:\"template_id\";s:22:\"niche-market03_home_04\";s:2:\"id\";i:374;s:6:\"folder\";s:14:\"niche-market03\";s:5:\"title\";s:29:\"niche-market03 home section 4\";s:10:\"created_at\";s:19:\"2021-02-04 09:00:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/niche-market03_home_04/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market03/niche-market03_home_04.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"niche-market03\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";}}i:182;a:10:{s:11:\"template_id\";s:22:\"niche-market03_home_03\";s:2:\"id\";i:373;s:6:\"folder\";s:14:\"niche-market03\";s:5:\"title\";s:29:\"niche-market03 home section 3\";s:10:\"created_at\";s:19:\"2021-02-04 09:00:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/niche-market03_home_03/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market03/niche-market03_home_03.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"niche-market03\";i:2;s:4:\"home\";i:3;s:7:\"banners\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:7:\"banners\";}}i:183;a:10:{s:11:\"template_id\";s:22:\"niche-market03_home_02\";s:2:\"id\";i:372;s:6:\"folder\";s:14:\"niche-market03\";s:5:\"title\";s:29:\"niche-market03 home section 2\";s:10:\"created_at\";s:19:\"2021-02-04 09:00:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/niche-market03_home_02/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market03/niche-market03_home_02.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"niche-market03\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";}}i:184;a:10:{s:11:\"template_id\";s:22:\"niche-market03_home_01\";s:2:\"id\";i:371;s:6:\"folder\";s:14:\"niche-market03\";s:5:\"title\";s:29:\"niche-market03 home section 1\";s:10:\"created_at\";s:19:\"2021-02-04 09:00:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/niche-market03_home_01/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market03/niche-market03_home_01.jpg\";s:4:\"tags\";a:5:{i:0;s:3:\"all\";i:1;s:14:\"niche-market03\";i:2;s:4:\"home\";i:3;s:7:\"sliders\";i:4;s:9:\"eCommerce\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"sliders\";i:2;s:9:\"eCommerce\";}}i:185;a:10:{s:11:\"template_id\";s:16:\"mobile_footer_01\";s:2:\"id\";i:370;s:6:\"folder\";s:6:\"mobile\";s:5:\"title\";s:28:\"mobile footer static block 1\";s:10:\"created_at\";s:19:\"2021-02-03 09:00:07\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"http://8theme.com/import/xstore-studio/mobile_footer_01/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/mobile/mobile_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:6:\"mobile\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:186;a:10:{s:11:\"template_id\";s:14:\"mobile_home_06\";s:2:\"id\";i:369;s:6:\"folder\";s:6:\"mobile\";s:5:\"title\";s:21:\"mobile home section 6\";s:10:\"created_at\";s:19:\"2021-02-03 09:00:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"http://8theme.com/import/xstore-studio/mobile_home_06/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/mobile/mobile_home_06.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:6:\"mobile\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:187;a:10:{s:11:\"template_id\";s:14:\"mobile_home_05\";s:2:\"id\";i:368;s:6:\"folder\";s:6:\"mobile\";s:5:\"title\";s:21:\"mobile home section 5\";s:10:\"created_at\";s:19:\"2021-02-03 09:00:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"http://8theme.com/import/xstore-studio/mobile_home_05/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/mobile/mobile_home_05.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:6:\"mobile\";i:2;s:4:\"home\";i:3;s:4:\"blog\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"blog\";}}i:188;a:10:{s:11:\"template_id\";s:14:\"mobile_home_04\";s:2:\"id\";i:367;s:6:\"folder\";s:6:\"mobile\";s:5:\"title\";s:21:\"mobile home section 4\";s:10:\"created_at\";s:19:\"2021-02-03 09:00:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"http://8theme.com/import/xstore-studio/mobile_home_04/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/mobile/mobile_home_04.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:6:\"mobile\";i:2;s:4:\"home\";i:3;s:4:\"team\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"team\";}}i:189;a:10:{s:11:\"template_id\";s:14:\"mobile_home_03\";s:2:\"id\";i:366;s:6:\"folder\";s:6:\"mobile\";s:5:\"title\";s:21:\"mobile home section 3\";s:10:\"created_at\";s:19:\"2021-02-03 09:00:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"http://8theme.com/import/xstore-studio/mobile_home_03/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/mobile/mobile_home_03.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:6:\"mobile\";i:2;s:4:\"home\";i:3;s:14:\"pricing tables\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:14:\"pricing tables\";}}i:190;a:10:{s:11:\"template_id\";s:14:\"mobile_home_02\";s:2:\"id\";i:365;s:6:\"folder\";s:6:\"mobile\";s:5:\"title\";s:21:\"mobile home section 2\";s:10:\"created_at\";s:19:\"2021-02-03 09:00:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"http://8theme.com/import/xstore-studio/mobile_home_02/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/mobile/mobile_home_02.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:6:\"mobile\";i:2;s:4:\"home\";i:3;s:5:\"video\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:191;a:10:{s:11:\"template_id\";s:14:\"mobile_home_01\";s:2:\"id\";i:364;s:6:\"folder\";s:6:\"mobile\";s:5:\"title\";s:21:\"mobile home section 1\";s:10:\"created_at\";s:19:\"2021-02-03 09:00:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"http://8theme.com/import/xstore-studio/mobile_home_01/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/mobile/mobile_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:6:\"mobile\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:192;a:10:{s:11:\"template_id\";s:29:\"niche-market02_track_order_01\";s:2:\"id\";i:363;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:26:\"niche-market02 track order\";s:10:\"created_at\";s:19:\"2021-02-02 12:30:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:69:\"http://8theme.com/import/xstore-studio/niche-market02_track_order_01/\";s:9:\"thumbnail\";s:109:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_track_order_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:193;a:10:{s:11:\"template_id\";s:29:\"niche-market02_shop_banner_01\";s:2:\"id\";i:362;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:39:\"niche-market02 shop banner static block\";s:10:\"created_at\";s:19:\"2021-02-02 12:00:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:69:\"http://8theme.com/import/xstore-studio/niche-market02_shop_banner_01/\";s:9:\"thumbnail\";s:109:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_shop_banner_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:194;a:10:{s:11:\"template_id\";s:27:\"niche-market02_menu_item_11\";s:2:\"id\";i:361;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:35:\"niche-market02 menu static block 11\";s:10:\"created_at\";s:19:\"2021-02-02 11:30:08\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/niche-market02_menu_item_11/\";s:9:\"thumbnail\";s:107:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_menu_item_11.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:195;a:10:{s:11:\"template_id\";s:27:\"niche-market02_menu_item_10\";s:2:\"id\";i:360;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:35:\"niche-market02 menu static block 10\";s:10:\"created_at\";s:19:\"2021-02-02 11:30:07\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/niche-market02_menu_item_10/\";s:9:\"thumbnail\";s:107:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_menu_item_10.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:196;a:10:{s:11:\"template_id\";s:27:\"niche-market02_menu_item_07\";s:2:\"id\";i:359;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:34:\"niche-market02 menu static block 7\";s:10:\"created_at\";s:19:\"2021-02-02 11:30:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/niche-market02_menu_item_07/\";s:9:\"thumbnail\";s:107:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_menu_item_07.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:197;a:10:{s:11:\"template_id\";s:27:\"niche-market02_menu_item_06\";s:2:\"id\";i:358;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:34:\"niche-market02 menu static block 6\";s:10:\"created_at\";s:19:\"2021-02-02 11:30:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/niche-market02_menu_item_06/\";s:9:\"thumbnail\";s:107:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_menu_item_06.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:198;a:10:{s:11:\"template_id\";s:27:\"niche-market02_menu_item_05\";s:2:\"id\";i:357;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:34:\"niche-market02 menu static block 5\";s:10:\"created_at\";s:19:\"2021-02-02 11:30:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/niche-market02_menu_item_05/\";s:9:\"thumbnail\";s:107:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_menu_item_05.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:199;a:10:{s:11:\"template_id\";s:27:\"niche-market02_menu_item_04\";s:2:\"id\";i:356;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:34:\"niche-market02 menu static block 4\";s:10:\"created_at\";s:19:\"2021-02-02 11:30:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/niche-market02_menu_item_04/\";s:9:\"thumbnail\";s:107:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_menu_item_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:200;a:10:{s:11:\"template_id\";s:27:\"niche-market02_menu_item_03\";s:2:\"id\";i:355;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:34:\"niche-market02 menu static block 3\";s:10:\"created_at\";s:19:\"2021-02-02 11:30:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/niche-market02_menu_item_03/\";s:9:\"thumbnail\";s:107:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_menu_item_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:201;a:10:{s:11:\"template_id\";s:27:\"niche-market02_menu_item_01\";s:2:\"id\";i:354;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:34:\"niche-market02 menu static block 1\";s:10:\"created_at\";s:19:\"2021-02-02 11:30:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"http://8theme.com/import/xstore-studio/niche-market02_menu_item_01/\";s:9:\"thumbnail\";s:107:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_menu_item_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:202;a:10:{s:11:\"template_id\";s:24:\"niche-market02_footer_01\";s:2:\"id\";i:353;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:34:\"niche-market02 footer static block\";s:10:\"created_at\";s:19:\"2021-02-02 11:00:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"http://8theme.com/import/xstore-studio/niche-market02_footer_01/\";s:9:\"thumbnail\";s:104:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:203;a:10:{s:11:\"template_id\";s:28:\"niche-market02_contact_us_01\";s:2:\"id\";i:352;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:35:\"niche-market02 contact us section 1\";s:10:\"created_at\";s:19:\"2021-02-02 10:30:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:68:\"http://8theme.com/import/xstore-studio/niche-market02_contact_us_01/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:204;a:10:{s:11:\"template_id\";s:22:\"niche-market02_faqs_01\";s:2:\"id\";i:351;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:29:\"niche-market02 faqs section 1\";s:10:\"created_at\";s:19:\"2021-02-02 10:00:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/niche-market02_faqs_01/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_faqs_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:205;a:10:{s:11:\"template_id\";s:26:\"niche-market02_about_us_06\";s:2:\"id\";i:350;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:33:\"niche-market02 about us section 6\";s:10:\"created_at\";s:19:\"2021-02-02 09:30:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"http://8theme.com/import/xstore-studio/niche-market02_about_us_06/\";s:9:\"thumbnail\";s:106:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_about_us_06.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:5:\"about\";i:3;s:4:\"team\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:4:\"team\";}}i:206;a:10:{s:11:\"template_id\";s:26:\"niche-market02_about_us_05\";s:2:\"id\";i:349;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:33:\"niche-market02 about us section 5\";s:10:\"created_at\";s:19:\"2021-02-02 09:30:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"http://8theme.com/import/xstore-studio/niche-market02_about_us_05/\";s:9:\"thumbnail\";s:106:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_about_us_05.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:207;a:10:{s:11:\"template_id\";s:26:\"niche-market02_about_us_04\";s:2:\"id\";i:348;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:33:\"niche-market02 about us section 4\";s:10:\"created_at\";s:19:\"2021-02-02 09:30:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"http://8theme.com/import/xstore-studio/niche-market02_about_us_04/\";s:9:\"thumbnail\";s:106:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_about_us_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:208;a:10:{s:11:\"template_id\";s:26:\"niche-market02_about_us_03\";s:2:\"id\";i:347;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:33:\"niche-market02 about us section 3\";s:10:\"created_at\";s:19:\"2021-02-02 09:30:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"http://8theme.com/import/xstore-studio/niche-market02_about_us_03/\";s:9:\"thumbnail\";s:106:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_about_us_03.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:5:\"about\";i:3;s:21:\"icon boxes + services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:21:\"icon boxes + services\";}}i:209;a:10:{s:11:\"template_id\";s:26:\"niche-market02_about_us_02\";s:2:\"id\";i:346;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:33:\"niche-market02 about us section 2\";s:10:\"created_at\";s:19:\"2021-02-02 09:30:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"http://8theme.com/import/xstore-studio/niche-market02_about_us_02/\";s:9:\"thumbnail\";s:106:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_about_us_02.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:5:\"about\";i:3;s:21:\"icon boxes + services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:21:\"icon boxes + services\";}}i:210;a:10:{s:11:\"template_id\";s:26:\"niche-market02_about_us_01\";s:2:\"id\";i:345;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:33:\"niche-market02 about us section 1\";s:10:\"created_at\";s:19:\"2021-02-02 09:30:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"http://8theme.com/import/xstore-studio/niche-market02_about_us_01/\";s:9:\"thumbnail\";s:106:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_about_us_01.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:5:\"about\";i:3;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:211;a:10:{s:11:\"template_id\";s:22:\"niche-market02_home_08\";s:2:\"id\";i:344;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:29:\"niche-market02 home section 8\";s:10:\"created_at\";s:19:\"2021-02-02 09:00:08\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/niche-market02_home_08/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_home_08.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:4:\"home\";i:3;s:4:\"blog\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"blog\";}}i:212;a:10:{s:11:\"template_id\";s:22:\"niche-market02_home_07\";s:2:\"id\";i:343;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:29:\"niche-market02 home section 7\";s:10:\"created_at\";s:19:\"2021-02-02 09:00:07\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/niche-market02_home_07/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_home_07.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";}}i:213;a:10:{s:11:\"template_id\";s:22:\"niche-market02_home_06\";s:2:\"id\";i:342;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:29:\"niche-market02 home section 6\";s:10:\"created_at\";s:19:\"2021-02-02 09:00:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/niche-market02_home_06/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_home_06.jpg\";s:4:\"tags\";a:5:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";i:4;s:7:\"banners\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";i:2;s:7:\"banners\";}}i:214;a:10:{s:11:\"template_id\";s:22:\"niche-market02_home_05\";s:2:\"id\";i:341;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:29:\"niche-market02 home section 5\";s:10:\"created_at\";s:19:\"2021-02-02 09:00:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/niche-market02_home_05/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_home_05.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";}}i:215;a:10:{s:11:\"template_id\";s:22:\"niche-market02_home_04\";s:2:\"id\";i:340;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:29:\"niche-market02 home section 4\";s:10:\"created_at\";s:19:\"2021-02-02 09:00:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/niche-market02_home_04/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_home_04.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:4:\"home\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";}}i:216;a:10:{s:11:\"template_id\";s:22:\"niche-market02_home_03\";s:2:\"id\";i:339;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:29:\"niche-market02 home section 3\";s:10:\"created_at\";s:19:\"2021-02-02 09:00:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/niche-market02_home_03/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_home_03.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:4:\"home\";i:3;s:7:\"banners\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:7:\"banners\";}}i:217;a:10:{s:11:\"template_id\";s:22:\"niche-market02_home_02\";s:2:\"id\";i:338;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:29:\"niche-market02 home section 2\";s:10:\"created_at\";s:19:\"2021-02-02 09:00:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/niche-market02_home_02/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_home_02.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:4:\"home\";i:3;s:21:\"icon boxes + services\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:21:\"icon boxes + services\";}}i:218;a:10:{s:11:\"template_id\";s:22:\"niche-market02_home_01\";s:2:\"id\";i:337;s:6:\"folder\";s:14:\"niche-market02\";s:5:\"title\";s:29:\"niche-market02 home section 1\";s:10:\"created_at\";s:19:\"2021-02-02 09:00:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"http://8theme.com/import/xstore-studio/niche-market02_home_01/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market02/niche-market02_home_01.jpg\";s:4:\"tags\";a:5:{i:0;s:3:\"all\";i:1;s:14:\"niche-market02\";i:2;s:4:\"home\";i:3;s:7:\"sliders\";i:4;s:9:\"eCommerce\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"sliders\";i:2;s:9:\"eCommerce\";}}i:219;a:10:{s:11:\"template_id\";s:26:\"marseille03_track_order_01\";s:2:\"id\";i:336;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:33:\"marseille03 track order section 1\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"https://8theme.com/import/xstore-studio/marseille03_track_order_01/\";s:9:\"thumbnail\";s:103:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_track_order_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";}}i:220;a:10:{s:11:\"template_id\";s:30:\"marseille03_shop_categories_01\";s:2:\"id\";i:335;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:40:\"marseille03 shop categories static block\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:38\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:71:\"https://8theme.com/import/xstore-studio/marseille03_shop_categories_01/\";s:9:\"thumbnail\";s:107:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_shop_categories_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:7:\"banners\";}}i:221;a:10:{s:11:\"template_id\";s:42:\"marseille03_single_product_static_block_01\";s:2:\"id\";i:334;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:39:\"marseille03 single product static block\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:38\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:83:\"https://8theme.com/import/xstore-studio/marseille03_single_product_static_block_01/\";s:9:\"thumbnail\";s:119:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_single_product_static_block_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";}}i:222;a:10:{s:11:\"template_id\";s:25:\"marseille03_newsletter_01\";s:2:\"id\";i:333;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:35:\"marseille03 newsletter static block\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:37\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"https://8theme.com/import/xstore-studio/marseille03_newsletter_01/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_newsletter_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:11:\"newsletters\";}}i:223;a:10:{s:11:\"template_id\";s:24:\"marseille03_menu_item_05\";s:2:\"id\";i:332;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:31:\"marseille03 menu static block 5\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"https://8theme.com/import/xstore-studio/marseille03_menu_item_05/\";s:9:\"thumbnail\";s:101:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_menu_item_05.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:224;a:10:{s:11:\"template_id\";s:24:\"marseille03_menu_item_04\";s:2:\"id\";i:331;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:31:\"marseille03 menu static block 4\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:35\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"https://8theme.com/import/xstore-studio/marseille03_menu_item_04/\";s:9:\"thumbnail\";s:101:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_menu_item_04.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:225;a:10:{s:11:\"template_id\";s:24:\"marseille03_menu_item_03\";s:2:\"id\";i:330;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:31:\"marseille03 menu static block 3\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"https://8theme.com/import/xstore-studio/marseille03_menu_item_03/\";s:9:\"thumbnail\";s:101:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_menu_item_03.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:226;a:10:{s:11:\"template_id\";s:24:\"marseille03_menu_item_02\";s:2:\"id\";i:329;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:31:\"marseille03 menu static block 2\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:33\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"https://8theme.com/import/xstore-studio/marseille03_menu_item_02/\";s:9:\"thumbnail\";s:101:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_menu_item_02.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:227;a:10:{s:11:\"template_id\";s:24:\"marseille03_menu_item_01\";s:2:\"id\";i:328;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:31:\"marseille03 menu static block 1\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:32\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"https://8theme.com/import/xstore-studio/marseille03_menu_item_01/\";s:9:\"thumbnail\";s:101:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_menu_item_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:228;a:10:{s:11:\"template_id\";s:24:\"marseille03_prefooter_01\";s:2:\"id\";i:327;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:34:\"marseille03 prefooter static block\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:31\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"https://8theme.com/import/xstore-studio/marseille03_prefooter_01/\";s:9:\"thumbnail\";s:101:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_prefooter_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:229;a:10:{s:11:\"template_id\";s:21:\"marseille03_footer_01\";s:2:\"id\";i:326;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:31:\"marseille03 footer static block\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:30\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/marseille03_footer_01/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_footer_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:230;a:10:{s:11:\"template_id\";s:23:\"marseille03_delivery_01\";s:2:\"id\";i:325;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:30:\"marseille03 delivery section 1\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:29\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"https://8theme.com/import/xstore-studio/marseille03_delivery_01/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_delivery_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:231;a:10:{s:11:\"template_id\";s:25:\"marseille03_contact_us_01\";s:2:\"id\";i:324;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:32:\"marseille03 contact us section 1\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:28\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"https://8theme.com/import/xstore-studio/marseille03_contact_us_01/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:232;a:10:{s:11:\"template_id\";s:23:\"marseille03_about_us_01\";s:2:\"id\";i:323;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:30:\"marseille03 about us section 1\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:27\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"https://8theme.com/import/xstore-studio/marseille03_about_us_01/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:233;a:10:{s:11:\"template_id\";s:19:\"marseille03_home_06\";s:2:\"id\";i:322;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:26:\"marseille03 home section 6\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:26\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/marseille03_home_06/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_home_06.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:234;a:10:{s:11:\"template_id\";s:19:\"marseille03_home_05\";s:2:\"id\";i:321;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:26:\"marseille03 home section 5\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:25\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/marseille03_home_05/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_home_05.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:235;a:10:{s:11:\"template_id\";s:19:\"marseille03_home_04\";s:2:\"id\";i:320;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:26:\"marseille03 home section 4\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:24\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/marseille03_home_04/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:236;a:10:{s:11:\"template_id\";s:19:\"marseille03_home_03\";s:2:\"id\";i:319;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:26:\"marseille03 home section 3\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:23\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/marseille03_home_03/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_home_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:237;a:10:{s:11:\"template_id\";s:19:\"marseille03_home_02\";s:2:\"id\";i:318;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:26:\"marseille03 home section 2\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:22\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/marseille03_home_02/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:238;a:10:{s:11:\"template_id\";s:19:\"marseille03_home_01\";s:2:\"id\";i:317;s:6:\"folder\";s:11:\"marseille03\";s:5:\"title\";s:26:\"marseille03 home section 1\";s:10:\"created_at\";s:19:\"2020-04-12 10:51:21\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/marseille03_home_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille03/marseille03_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:11:\"marseille03\";i:2;s:4:\"home\";i:3;s:7:\"sliders\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:7:\"sliders\";}}i:239;a:10:{s:11:\"template_id\";s:19:\"medical02_footer_01\";s:2:\"id\";i:316;s:6:\"folder\";s:9:\"medical02\";s:5:\"title\";s:31:\"medical02 footer static block 1\";s:10:\"created_at\";s:19:\"2020-04-11 10:51:52\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/medical02_footer_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/medical02/medical02_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"medical02\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:240;a:10:{s:11:\"template_id\";s:21:\"medical02_about_us_04\";s:2:\"id\";i:315;s:6:\"folder\";s:9:\"medical02\";s:5:\"title\";s:28:\"medical02 about us section 4\";s:10:\"created_at\";s:19:\"2020-04-11 10:51:51\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/medical02_about_us_04/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/medical02/medical02_about_us_04.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:9:\"medical02\";i:2;s:5:\"about\";i:3;s:12:\"testimonials\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:12:\"testimonials\";}}i:241;a:10:{s:11:\"template_id\";s:21:\"medical02_about_us_03\";s:2:\"id\";i:314;s:6:\"folder\";s:9:\"medical02\";s:5:\"title\";s:28:\"medical02 about us section 3\";s:10:\"created_at\";s:19:\"2020-04-11 10:51:50\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/medical02_about_us_03/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/medical02/medical02_about_us_03.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:9:\"medical02\";i:2;s:5:\"about\";i:3;s:4:\"team\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:4:\"team\";}}i:242;a:10:{s:11:\"template_id\";s:21:\"medical02_about_us_02\";s:2:\"id\";i:313;s:6:\"folder\";s:9:\"medical02\";s:5:\"title\";s:28:\"medical02 about us section 2\";s:10:\"created_at\";s:19:\"2020-04-11 10:51:49\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/medical02_about_us_02/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/medical02/medical02_about_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"medical02\";i:2;s:5:\"about\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:21:\"icon boxes + services\";}}i:243;a:10:{s:11:\"template_id\";s:21:\"medical02_about_us_01\";s:2:\"id\";i:312;s:6:\"folder\";s:9:\"medical02\";s:5:\"title\";s:28:\"medical02 about us section 1\";s:10:\"created_at\";s:19:\"2020-04-11 10:51:48\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/medical02_about_us_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/medical02/medical02_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"medical02\";i:2;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:244;a:10:{s:11:\"template_id\";s:23:\"medical02_contact_us_01\";s:2:\"id\";i:311;s:6:\"folder\";s:9:\"medical02\";s:5:\"title\";s:30:\"medical02 contact us section 1\";s:10:\"created_at\";s:19:\"2020-04-11 10:51:47\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"https://8theme.com/import/xstore-studio/medical02_contact_us_01/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/medical02/medical02_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"medical02\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:245;a:10:{s:11:\"template_id\";s:17:\"medical02_home_06\";s:2:\"id\";i:310;s:6:\"folder\";s:9:\"medical02\";s:5:\"title\";s:24:\"medical02 home section 6\";s:10:\"created_at\";s:19:\"2020-04-11 10:51:46\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/medical02_home_06/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/medical02/medical02_home_06.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:9:\"medical02\";i:2;s:4:\"home\";i:3;s:4:\"blog\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"blog\";}}i:246;a:10:{s:11:\"template_id\";s:17:\"medical02_home_05\";s:2:\"id\";i:309;s:6:\"folder\";s:9:\"medical02\";s:5:\"title\";s:24:\"medical02 home section 5\";s:10:\"created_at\";s:19:\"2020-04-11 10:51:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/medical02_home_05/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/medical02/medical02_home_05.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:9:\"medical02\";i:2;s:4:\"home\";i:3;s:12:\"testimonials\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:12:\"testimonials\";}}i:247;a:10:{s:11:\"template_id\";s:17:\"medical02_home_04\";s:2:\"id\";i:308;s:6:\"folder\";s:9:\"medical02\";s:5:\"title\";s:24:\"medical02 home section 4\";s:10:\"created_at\";s:19:\"2020-04-11 10:51:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/medical02_home_04/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/medical02/medical02_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"medical02\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:248;a:10:{s:11:\"template_id\";s:17:\"medical02_home_03\";s:2:\"id\";i:307;s:6:\"folder\";s:9:\"medical02\";s:5:\"title\";s:24:\"medical02 home section 3\";s:10:\"created_at\";s:19:\"2020-04-11 10:51:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/medical02_home_03/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/medical02/medical02_home_03.jpg\";s:4:\"tags\";a:5:{i:0;s:3:\"all\";i:1;s:9:\"medical02\";i:2;s:4:\"home\";i:3;s:7:\"sliders\";i:4;s:9:\"eCommerce\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"sliders\";i:2;s:9:\"eCommerce\";}}i:249;a:10:{s:11:\"template_id\";s:17:\"medical02_home_02\";s:2:\"id\";i:306;s:6:\"folder\";s:9:\"medical02\";s:5:\"title\";s:24:\"medical02 home section 2\";s:10:\"created_at\";s:19:\"2020-04-11 10:51:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/medical02_home_02/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/medical02/medical02_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"medical02\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:21:\"icon boxes + services\";}}i:250;a:10:{s:11:\"template_id\";s:17:\"medical02_home_01\";s:2:\"id\";i:305;s:6:\"folder\";s:9:\"medical02\";s:5:\"title\";s:24:\"medical02 home section 1\";s:10:\"created_at\";s:19:\"2020-04-11 10:51:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/medical02_home_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/medical02/medical02_home_01.jpg\";s:4:\"tags\";a:5:{i:0;s:3:\"all\";i:1;s:9:\"medical02\";i:2;s:4:\"home\";i:3;s:5:\"image\";i:4;s:4:\"text\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:251;a:10:{s:11:\"template_id\";s:16:\"coffee_footer_01\";s:2:\"id\";i:304;s:6:\"folder\";s:6:\"coffee\";s:5:\"title\";s:28:\"coffee footer static block 1\";s:10:\"created_at\";s:19:\"2020-04-07 09:51:50\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/coffee_footer_01/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/coffee/coffee_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:6:\"coffee\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:252;a:10:{s:11:\"template_id\";s:20:\"coffee_contact_us_01\";s:2:\"id\";i:303;s:6:\"folder\";s:6:\"coffee\";s:5:\"title\";s:27:\"coffee contact us section 1\";s:10:\"created_at\";s:19:\"2020-04-07 09:51:49\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/coffee_contact_us_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/coffee/coffee_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:6:\"coffee\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:253;a:10:{s:11:\"template_id\";s:18:\"coffee_about_us_04\";s:2:\"id\";i:302;s:6:\"folder\";s:6:\"coffee\";s:5:\"title\";s:25:\"coffee about us section 4\";s:10:\"created_at\";s:19:\"2020-04-07 09:51:48\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/coffee_about_us_04/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/coffee/coffee_about_us_04.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:6:\"coffee\";i:2;s:5:\"about\";i:3;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:254;a:10:{s:11:\"template_id\";s:18:\"coffee_about_us_03\";s:2:\"id\";i:301;s:6:\"folder\";s:6:\"coffee\";s:5:\"title\";s:25:\"coffee about us section 3\";s:10:\"created_at\";s:19:\"2020-04-07 09:51:47\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/coffee_about_us_03/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/coffee/coffee_about_us_03.jpg\";s:4:\"tags\";a:5:{i:0;s:3:\"all\";i:1;s:6:\"coffee\";i:2;s:5:\"about\";i:3;s:5:\"image\";i:4;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:255;a:10:{s:11:\"template_id\";s:18:\"coffee_about_us_02\";s:2:\"id\";i:300;s:6:\"folder\";s:6:\"coffee\";s:5:\"title\";s:25:\"coffee about us section 2\";s:10:\"created_at\";s:19:\"2020-04-07 09:51:46\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/coffee_about_us_02/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/coffee/coffee_about_us_02.jpg\";s:4:\"tags\";a:5:{i:0;s:3:\"all\";i:1;s:6:\"coffee\";i:2;s:5:\"about\";i:3;s:5:\"image\";i:4;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:256;a:10:{s:11:\"template_id\";s:18:\"coffee_about_us_01\";s:2:\"id\";i:299;s:6:\"folder\";s:6:\"coffee\";s:5:\"title\";s:25:\"coffee about us section 1\";s:10:\"created_at\";s:19:\"2020-04-07 09:51:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/coffee_about_us_01/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/coffee/coffee_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:6:\"coffee\";i:2;s:5:\"about\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:19:\"icon boxes/services\";}}i:257;a:10:{s:11:\"template_id\";s:14:\"coffee_home_06\";s:2:\"id\";i:298;s:6:\"folder\";s:6:\"coffee\";s:5:\"title\";s:21:\"coffee home section 6\";s:10:\"created_at\";s:19:\"2020-04-07 09:51:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://8theme.com/import/xstore-studio/coffee_home_06/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/coffee/coffee_home_06.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:6:\"coffee\";i:2;s:4:\"home\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:11:\"newsletters\";}}i:258;a:10:{s:11:\"template_id\";s:14:\"coffee_home_05\";s:2:\"id\";i:297;s:6:\"folder\";s:6:\"coffee\";s:5:\"title\";s:21:\"coffee home section 5\";s:10:\"created_at\";s:19:\"2020-04-07 09:51:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://8theme.com/import/xstore-studio/coffee_home_05/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/coffee/coffee_home_05.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:6:\"coffee\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:259;a:10:{s:11:\"template_id\";s:14:\"coffee_home_04\";s:2:\"id\";i:296;s:6:\"folder\";s:6:\"coffee\";s:5:\"title\";s:21:\"coffee home section 4\";s:10:\"created_at\";s:19:\"2020-04-07 09:51:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://8theme.com/import/xstore-studio/coffee_home_04/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/coffee/coffee_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:6:\"coffee\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:260;a:10:{s:11:\"template_id\";s:14:\"coffee_home_02\";s:2:\"id\";i:295;s:6:\"folder\";s:6:\"coffee\";s:5:\"title\";s:21:\"coffee home section 2\";s:10:\"created_at\";s:19:\"2020-04-07 09:51:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://8theme.com/import/xstore-studio/coffee_home_02/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/coffee/coffee_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:6:\"coffee\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:261;a:10:{s:11:\"template_id\";s:14:\"coffee_home_01\";s:2:\"id\";i:294;s:6:\"folder\";s:6:\"coffee\";s:5:\"title\";s:21:\"coffee home section 1\";s:10:\"created_at\";s:19:\"2020-04-07 09:51:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://8theme.com/import/xstore-studio/coffee_home_01/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/coffee/coffee_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:6:\"coffee\";i:2;s:4:\"home\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:262;a:10:{s:11:\"template_id\";s:25:\"default_mega_menu_item_02\";s:2:\"id\";i:293;s:6:\"folder\";s:7:\"default\";s:5:\"title\";s:37:\"default mega menu item static block 2\";s:10:\"created_at\";s:19:\"2020-04-06 09:51:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"https://8theme.com/import/xstore-studio/default_mega_menu_item_02/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/default/default_mega_menu_item_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"default\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:263;a:10:{s:11:\"template_id\";s:25:\"default_mega_menu_item_01\";s:2:\"id\";i:292;s:6:\"folder\";s:7:\"default\";s:5:\"title\";s:37:\"default mega menu item static block 1\";s:10:\"created_at\";s:19:\"2020-04-06 09:51:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"https://8theme.com/import/xstore-studio/default_mega_menu_item_01/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/default/default_mega_menu_item_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"default\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:264;a:10:{s:11:\"template_id\";s:34:\"default_after_the_products_info_01\";s:2:\"id\";i:291;s:6:\"folder\";s:7:\"default\";s:5:\"title\";s:44:\"default after the products info static block\";s:10:\"created_at\";s:19:\"2020-04-06 09:51:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:75:\"https://8theme.com/import/xstore-studio/default_after_the_products_info_01/\";s:9:\"thumbnail\";s:107:\"https://8theme.com/import/xstore-studio/studio/images/blocks/default/default_after_the_products_info_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:7:\"default\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:265;a:10:{s:11:\"template_id\";s:23:\"default_team_members_01\";s:2:\"id\";i:290;s:6:\"folder\";s:7:\"default\";s:5:\"title\";s:35:\"default team members page section 1\";s:10:\"created_at\";s:19:\"2020-04-06 09:50:50\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"https://8theme.com/import/xstore-studio/default_team_members_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/default/default_team_members_01.jpg\";s:4:\"tags\";a:3:{i:0;s:7:\"default\";i:1;s:4:\"team\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"team\";i:2;s:14:\"call to action\";}}i:266;a:10:{s:11:\"template_id\";s:32:\"default_parallax_presentation_01\";s:2:\"id\";i:289;s:6:\"folder\";s:7:\"default\";s:5:\"title\";s:44:\"default parallax presentation page section 1\";s:10:\"created_at\";s:19:\"2020-04-06 09:50:49\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:73:\"https://8theme.com/import/xstore-studio/default_parallax_presentation_01/\";s:9:\"thumbnail\";s:105:\"https://8theme.com/import/xstore-studio/studio/images/blocks/default/default_parallax_presentation_01.jpg\";s:4:\"tags\";a:3:{i:0;s:7:\"default\";i:1;s:5:\"about\";i:2;s:4:\"grid\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:4:\"grid\";}}i:267;a:10:{s:11:\"template_id\";s:21:\"default_our_office_01\";s:2:\"id\";i:288;s:6:\"folder\";s:7:\"default\";s:5:\"title\";s:33:\"default our office page section 1\";s:10:\"created_at\";s:19:\"2020-04-06 09:50:48\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/default_our_office_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/default/default_our_office_01.jpg\";s:4:\"tags\";a:4:{i:0;s:7:\"default\";i:1;s:5:\"texts\";i:2;s:5:\"about\";i:3;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}}i:268;a:10:{s:11:\"template_id\";s:25:\"default_modern_precess_02\";s:2:\"id\";i:287;s:6:\"folder\";s:7:\"default\";s:5:\"title\";s:37:\"default modern precess page section 2\";s:10:\"created_at\";s:19:\"2020-04-06 09:50:47\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"https://8theme.com/import/xstore-studio/default_modern_precess_02/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/default/default_modern_precess_02.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"default\";i:1;s:11:\"newsletters\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:11:\"newsletters\";}}i:269;a:10:{s:11:\"template_id\";s:25:\"default_modern_precess_01\";s:2:\"id\";i:286;s:6:\"folder\";s:7:\"default\";s:5:\"title\";s:37:\"default modern precess page section 1\";s:10:\"created_at\";s:19:\"2020-04-06 09:50:46\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"https://8theme.com/import/xstore-studio/default_modern_precess_01/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/default/default_modern_precess_01.jpg\";s:4:\"tags\";a:4:{i:0;s:7:\"default\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";i:3;s:4:\"grid\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";i:3;s:4:\"grid\";}}i:270;a:10:{s:11:\"template_id\";s:23:\"default_contact_us_2_01\";s:2:\"id\";i:285;s:6:\"folder\";s:7:\"default\";s:5:\"title\";s:35:\"default contact us page 2 section 1\";s:10:\"created_at\";s:19:\"2020-04-06 09:50:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"https://8theme.com/import/xstore-studio/default_contact_us_2_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/default/default_contact_us_2_01.jpg\";s:4:\"tags\";a:4:{i:0;s:7:\"default\";i:1;s:8:\"contacts\";i:2;s:10:\"icon boxes\";i:3;s:8:\"services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";i:2;s:19:\"icon boxes/services\";}}i:271;a:10:{s:11:\"template_id\";s:21:\"default_contact_us_01\";s:2:\"id\";i:284;s:6:\"folder\";s:7:\"default\";s:5:\"title\";s:33:\"default contact us page section 1\";s:10:\"created_at\";s:19:\"2020-04-06 09:50:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/default_contact_us_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/default/default_contact_us_01.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"default\";i:1;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:272;a:10:{s:11:\"template_id\";s:21:\"default_about_us_2_01\";s:2:\"id\";i:283;s:6:\"folder\";s:7:\"default\";s:5:\"title\";s:33:\"default about us page 2 section 1\";s:10:\"created_at\";s:19:\"2020-04-06 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/default_about_us_2_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/default/default_about_us_2_01.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"default\";i:1;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:273;a:10:{s:11:\"template_id\";s:19:\"default_about_us_02\";s:2:\"id\";i:282;s:6:\"folder\";s:7:\"default\";s:5:\"title\";s:31:\"default about us page section 2\";s:10:\"created_at\";s:19:\"2020-04-06 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/default_about_us_02/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/default/default_about_us_02.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"default\";i:1;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:274;a:10:{s:11:\"template_id\";s:19:\"default_about_us_01\";s:2:\"id\";i:281;s:6:\"folder\";s:7:\"default\";s:5:\"title\";s:31:\"default about us page section 1\";s:10:\"created_at\";s:19:\"2020-04-06 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/default_about_us_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/default/default_about_us_01.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"default\";i:1;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:275;a:10:{s:11:\"template_id\";s:15:\"default_home_02\";s:2:\"id\";i:280;s:6:\"folder\";s:7:\"default\";s:5:\"title\";s:22:\"default home section 2\";s:10:\"created_at\";s:19:\"2020-04-06 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/default_home_02/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/default/default_home_02.jpg\";s:4:\"tags\";a:5:{i:0;s:3:\"all\";i:1;s:7:\"default\";i:2;s:9:\"eCommerce\";i:3;s:4:\"grid\";i:4;s:8:\"products\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";i:2;s:4:\"grid\";}}i:276;a:10:{s:11:\"template_id\";s:15:\"default_home_01\";s:2:\"id\";i:279;s:6:\"folder\";s:7:\"default\";s:5:\"title\";s:22:\"default home section 1\";s:10:\"created_at\";s:19:\"2020-04-06 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/default_home_01/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/default/default_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:7:\"default\";i:1;s:7:\"banners\";i:2;s:14:\"call to action\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:14:\"call to action\";i:3;s:9:\"eCommerce\";}}i:277;a:10:{s:11:\"template_id\";s:25:\"ecotransport_prefooter_01\";s:2:\"id\";i:278;s:6:\"folder\";s:12:\"ecotransport\";s:5:\"title\";s:37:\"ecotransport prefooter static block 1\";s:10:\"created_at\";s:19:\"2020-04-05 09:51:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"https://8theme.com/import/xstore-studio/ecotransport_prefooter_01/\";s:9:\"thumbnail\";s:103:\"https://8theme.com/import/xstore-studio/studio/images/blocks/ecotransport/ecotransport_prefooter_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:12:\"ecotransport\";i:2;s:9:\"prefooter\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:278;a:10:{s:11:\"template_id\";s:20:\"ecotransport_home_07\";s:2:\"id\";i:277;s:6:\"folder\";s:12:\"ecotransport\";s:5:\"title\";s:27:\"ecotransport home section 7\";s:10:\"created_at\";s:19:\"2020-04-05 09:50:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/ecotransport_home_07/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/ecotransport/ecotransport_home_07.jpg\";s:4:\"tags\";a:2:{i:0;s:12:\"ecotransport\";i:1;s:8:\"contacts\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:12:\"ecotransport\";i:2;s:8:\"contacts\";i:3;s:19:\"icon boxes/services\";}}i:279;a:10:{s:11:\"template_id\";s:20:\"ecotransport_home_06\";s:2:\"id\";i:276;s:6:\"folder\";s:12:\"ecotransport\";s:5:\"title\";s:27:\"ecotransport home section 6\";s:10:\"created_at\";s:19:\"2020-04-05 09:50:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/ecotransport_home_06/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/ecotransport/ecotransport_home_06.jpg\";s:4:\"tags\";a:3:{i:0;s:12:\"ecotransport\";i:1;s:4:\"blog\";i:2;s:5:\"posts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"blog\";}}i:280;a:10:{s:11:\"template_id\";s:20:\"ecotransport_home_05\";s:2:\"id\";i:275;s:6:\"folder\";s:12:\"ecotransport\";s:5:\"title\";s:27:\"ecotransport home section 5\";s:10:\"created_at\";s:19:\"2020-04-05 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/ecotransport_home_05/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/ecotransport/ecotransport_home_05.jpg\";s:4:\"tags\";a:3:{i:0;s:12:\"ecotransport\";i:1;s:14:\"call to action\";i:2;s:5:\"about\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";i:2;s:5:\"about\";}}i:281;a:10:{s:11:\"template_id\";s:20:\"ecotransport_home_04\";s:2:\"id\";i:274;s:6:\"folder\";s:12:\"ecotransport\";s:5:\"title\";s:27:\"ecotransport home section 4\";s:10:\"created_at\";s:19:\"2020-04-05 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/ecotransport_home_04/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/ecotransport/ecotransport_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:12:\"ecotransport\";i:1;s:13:\"pricing table\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:13:\"pricing table\";i:2;s:14:\"call to action\";}}i:282;a:10:{s:11:\"template_id\";s:20:\"ecotransport_home_03\";s:2:\"id\";i:273;s:6:\"folder\";s:12:\"ecotransport\";s:5:\"title\";s:27:\"ecotransport home section 3\";s:10:\"created_at\";s:19:\"2020-04-05 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/ecotransport_home_03/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/ecotransport/ecotransport_home_03.jpg\";s:4:\"tags\";a:4:{i:0;s:12:\"ecotransport\";i:1;s:5:\"image\";i:2;s:4:\"text\";i:3;s:14:\"call to action\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";}}i:283;a:10:{s:11:\"template_id\";s:20:\"ecotransport_home_02\";s:2:\"id\";i:272;s:6:\"folder\";s:12:\"ecotransport\";s:5:\"title\";s:27:\"ecotransport home section 2\";s:10:\"created_at\";s:19:\"2020-04-05 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/ecotransport_home_02/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/ecotransport/ecotransport_home_02.jpg\";s:4:\"tags\";a:4:{i:0;s:12:\"ecotransport\";i:1;s:5:\"about\";i:2;s:10:\"icon boxes\";i:3;s:8:\"services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:19:\"icon boxes/services\";}}i:284;a:10:{s:11:\"template_id\";s:20:\"ecotransport_home_01\";s:2:\"id\";i:271;s:6:\"folder\";s:12:\"ecotransport\";s:5:\"title\";s:27:\"ecotransport home section 1\";s:10:\"created_at\";s:19:\"2020-04-05 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/ecotransport_home_01/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/ecotransport/ecotransport_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:12:\"ecotransport\";i:1;s:10:\"icon boxes\";i:2;s:8:\"services\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";}}i:285;a:10:{s:11:\"template_id\";s:27:\"eco-scooter_pricing_page_01\";s:2:\"id\";i:270;s:6:\"folder\";s:11:\"eco-scooter\";s:5:\"title\";s:34:\"eco-scooter pricing page section 1\";s:10:\"created_at\";s:19:\"2020-04-04 09:50:48\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:68:\"https://8theme.com/import/xstore-studio/eco-scooter_pricing_page_01/\";s:9:\"thumbnail\";s:104:\"https://8theme.com/import/xstore-studio/studio/images/blocks/eco-scooter/eco-scooter_pricing_page_01.jpg\";s:4:\"tags\";a:3:{i:0;s:11:\"eco-scooter\";i:1;s:13:\"pricing table\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"pricing tables\";i:2;s:14:\"call to action\";}}i:286;a:10:{s:11:\"template_id\";s:25:\"eco-scooter_contact_us_01\";s:2:\"id\";i:269;s:6:\"folder\";s:11:\"eco-scooter\";s:5:\"title\";s:37:\"eco-scooter contact us page section 1\";s:10:\"created_at\";s:19:\"2020-04-04 09:50:47\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"https://8theme.com/import/xstore-studio/eco-scooter_contact_us_01/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/eco-scooter/eco-scooter_contact_us_01.jpg\";s:4:\"tags\";a:4:{i:0;s:11:\"eco-scooter\";i:1;s:8:\"contacts\";i:2;s:10:\"icon boxes\";i:3;s:8:\"services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";i:2;s:19:\"icon boxes/services\";}}i:287;a:10:{s:11:\"template_id\";s:19:\"eco-scooter_home_08\";s:2:\"id\";i:268;s:6:\"folder\";s:11:\"eco-scooter\";s:5:\"title\";s:26:\"eco-scooter home section 8\";s:10:\"created_at\";s:19:\"2020-04-04 09:50:46\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/eco-scooter_home_08/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/eco-scooter/eco-scooter_home_08.jpg\";s:4:\"tags\";a:2:{i:0;s:11:\"eco-scooter\";i:1;s:12:\"testimonials\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:12:\"testimonials\";}}i:288;a:10:{s:11:\"template_id\";s:19:\"eco-scooter_home_07\";s:2:\"id\";i:267;s:6:\"folder\";s:11:\"eco-scooter\";s:5:\"title\";s:26:\"eco-scooter home section 7\";s:10:\"created_at\";s:19:\"2020-04-04 09:50:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/eco-scooter_home_07/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/eco-scooter/eco-scooter_home_07.jpg\";s:4:\"tags\";a:2:{i:0;s:11:\"eco-scooter\";i:1;s:14:\"pricing tables\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:14:\"pricing tables\";}}i:289;a:10:{s:11:\"template_id\";s:19:\"eco-scooter_home_06\";s:2:\"id\";i:266;s:6:\"folder\";s:11:\"eco-scooter\";s:5:\"title\";s:26:\"eco-scooter home section 6\";s:10:\"created_at\";s:19:\"2020-04-04 09:50:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/eco-scooter_home_06/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/eco-scooter/eco-scooter_home_06.jpg\";s:4:\"tags\";a:5:{i:0;s:11:\"eco-scooter\";i:1;s:5:\"about\";i:2;s:10:\"icon boxes\";i:3;s:8:\"services\";i:4;s:14:\"call to action\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:19:\"icon boxes/services\";i:3;s:14:\"call to action\";}}i:290;a:10:{s:11:\"template_id\";s:19:\"eco-scooter_home_05\";s:2:\"id\";i:265;s:6:\"folder\";s:11:\"eco-scooter\";s:5:\"title\";s:26:\"eco-scooter home section 5\";s:10:\"created_at\";s:19:\"2020-04-04 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/eco-scooter_home_05/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/eco-scooter/eco-scooter_home_05.jpg\";s:4:\"tags\";a:4:{i:0;s:11:\"eco-scooter\";i:1;s:5:\"about\";i:2;s:10:\"icon boxes\";i:3;s:8:\"services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:19:\"icon boxes/services\";}}i:291;a:10:{s:11:\"template_id\";s:19:\"eco-scooter_home_04\";s:2:\"id\";i:264;s:6:\"folder\";s:11:\"eco-scooter\";s:5:\"title\";s:26:\"eco-scooter home section 4\";s:10:\"created_at\";s:19:\"2020-04-04 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/eco-scooter_home_04/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/eco-scooter/eco-scooter_home_04.jpg\";s:4:\"tags\";a:4:{i:0;s:11:\"eco-scooter\";i:1;s:5:\"about\";i:2;s:10:\"icon boxes\";i:3;s:8:\"services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:19:\"icon boxes/services\";}}i:292;a:10:{s:11:\"template_id\";s:19:\"eco-scooter_home_03\";s:2:\"id\";i:263;s:6:\"folder\";s:11:\"eco-scooter\";s:5:\"title\";s:26:\"eco-scooter home section 3\";s:10:\"created_at\";s:19:\"2020-04-04 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/eco-scooter_home_03/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/eco-scooter/eco-scooter_home_03.jpg\";s:4:\"tags\";a:3:{i:0;s:11:\"eco-scooter\";i:1;s:5:\"about\";i:2;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:293;a:10:{s:11:\"template_id\";s:19:\"eco-scooter_home_02\";s:2:\"id\";i:262;s:6:\"folder\";s:11:\"eco-scooter\";s:5:\"title\";s:26:\"eco-scooter home section 2\";s:10:\"created_at\";s:19:\"2020-04-04 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/eco-scooter_home_02/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/eco-scooter/eco-scooter_home_02.jpg\";s:4:\"tags\";a:6:{i:0;s:11:\"eco-scooter\";i:1;s:4:\"text\";i:2;s:5:\"image\";i:3;s:10:\"icon boxes\";i:4;s:8:\"services\";i:5;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";i:2;s:19:\"icon boxes/services\";}}i:294;a:10:{s:11:\"template_id\";s:19:\"eco-scooter_home_01\";s:2:\"id\";i:261;s:6:\"folder\";s:11:\"eco-scooter\";s:5:\"title\";s:26:\"eco-scooter home section 1\";s:10:\"created_at\";s:19:\"2020-04-04 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/eco-scooter_home_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/eco-scooter/eco-scooter_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:11:\"eco-scooter\";i:1;s:4:\"text\";i:2;s:5:\"image\";i:3;s:14:\"call to action\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";}}i:295;a:10:{s:11:\"template_id\";s:22:\"niche-market_footer_01\";s:2:\"id\";i:260;s:6:\"folder\";s:12:\"niche-market\";s:5:\"title\";s:34:\"niche-market footer static block 1\";s:10:\"created_at\";s:19:\"2020-04-03 09:51:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"https://8theme.com/import/xstore-studio/niche-market_footer_01/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market/niche-market_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:12:\"niche-market\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:296;a:10:{s:11:\"template_id\";s:30:\"niche-market_mega_menu_item_04\";s:2:\"id\";i:259;s:6:\"folder\";s:12:\"niche-market\";s:5:\"title\";s:42:\"niche-market mega menu item static block 4\";s:10:\"created_at\";s:19:\"2020-04-03 09:51:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:71:\"https://8theme.com/import/xstore-studio/niche-market_mega_menu_item_04/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market/niche-market_mega_menu_item_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:12:\"niche-market\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:297;a:10:{s:11:\"template_id\";s:30:\"niche-market_mega_menu_item_03\";s:2:\"id\";i:258;s:6:\"folder\";s:12:\"niche-market\";s:5:\"title\";s:42:\"niche-market mega menu item static block 3\";s:10:\"created_at\";s:19:\"2020-04-03 09:51:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:71:\"https://8theme.com/import/xstore-studio/niche-market_mega_menu_item_03/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market/niche-market_mega_menu_item_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:12:\"niche-market\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:298;a:10:{s:11:\"template_id\";s:30:\"niche-market_mega_menu_item_02\";s:2:\"id\";i:257;s:6:\"folder\";s:12:\"niche-market\";s:5:\"title\";s:42:\"niche-market mega menu item static block 2\";s:10:\"created_at\";s:19:\"2020-04-03 09:51:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:71:\"https://8theme.com/import/xstore-studio/niche-market_mega_menu_item_02/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market/niche-market_mega_menu_item_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:12:\"niche-market\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:299;a:10:{s:11:\"template_id\";s:30:\"niche-market_mega_menu_item_01\";s:2:\"id\";i:256;s:6:\"folder\";s:12:\"niche-market\";s:5:\"title\";s:42:\"niche-market mega menu item static block 1\";s:10:\"created_at\";s:19:\"2020-04-03 09:51:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:71:\"https://8theme.com/import/xstore-studio/niche-market_mega_menu_item_01/\";s:9:\"thumbnail\";s:108:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market/niche-market_mega_menu_item_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:12:\"niche-market\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:300;a:10:{s:11:\"template_id\";s:26:\"niche-market_contact_us_01\";s:2:\"id\";i:255;s:6:\"folder\";s:12:\"niche-market\";s:5:\"title\";s:38:\"niche-market contact us page section 1\";s:10:\"created_at\";s:19:\"2020-04-03 09:50:49\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"https://8theme.com/import/xstore-studio/niche-market_contact_us_01/\";s:9:\"thumbnail\";s:104:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market/niche-market_contact_us_01.jpg\";s:4:\"tags\";a:4:{i:0;s:12:\"niche-market\";i:1;s:8:\"contacts\";i:2;s:10:\"icon boxes\";i:3;s:8:\"services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";i:2;s:19:\"icon boxes/services\";}}i:301;a:10:{s:11:\"template_id\";s:24:\"niche-market_about_us_03\";s:2:\"id\";i:254;s:6:\"folder\";s:12:\"niche-market\";s:5:\"title\";s:36:\"niche-market about us page section 3\";s:10:\"created_at\";s:19:\"2020-04-03 09:50:49\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"https://8theme.com/import/xstore-studio/niche-market_about_us_03/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market/niche-market_about_us_03.jpg\";s:4:\"tags\";a:4:{i:0;s:12:\"niche-market\";i:1;s:5:\"about\";i:2;s:5:\"image\";i:3;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:302;a:10:{s:11:\"template_id\";s:24:\"niche-market_about_us_02\";s:2:\"id\";i:253;s:6:\"folder\";s:12:\"niche-market\";s:5:\"title\";s:36:\"niche-market about us page section 2\";s:10:\"created_at\";s:19:\"2020-04-03 09:50:48\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"https://8theme.com/import/xstore-studio/niche-market_about_us_02/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market/niche-market_about_us_02.jpg\";s:4:\"tags\";a:4:{i:0;s:12:\"niche-market\";i:1;s:5:\"about\";i:2;s:5:\"image\";i:3;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:303;a:10:{s:11:\"template_id\";s:24:\"niche-market_about_us_01\";s:2:\"id\";i:252;s:6:\"folder\";s:12:\"niche-market\";s:5:\"title\";s:36:\"niche-market about us page section 1\";s:10:\"created_at\";s:19:\"2020-04-03 09:50:47\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"https://8theme.com/import/xstore-studio/niche-market_about_us_01/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market/niche-market_about_us_01.jpg\";s:4:\"tags\";a:4:{i:0;s:12:\"niche-market\";i:1;s:10:\"icon boxes\";i:2;s:8:\"services\";i:3;s:5:\"about\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";i:2;s:5:\"about\";}}i:304;a:10:{s:11:\"template_id\";s:20:\"niche-market_home_08\";s:2:\"id\";i:251;s:6:\"folder\";s:12:\"niche-market\";s:5:\"title\";s:27:\"niche-market home section 8\";s:10:\"created_at\";s:19:\"2020-04-03 09:50:46\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/niche-market_home_08/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market/niche-market_home_08.jpg\";s:4:\"tags\";a:3:{i:0;s:12:\"niche-market\";i:1;s:7:\"banners\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:14:\"call to action\";}}i:305;a:10:{s:11:\"template_id\";s:20:\"niche-market_home_07\";s:2:\"id\";i:250;s:6:\"folder\";s:12:\"niche-market\";s:5:\"title\";s:27:\"niche-market home section 7\";s:10:\"created_at\";s:19:\"2020-04-03 09:50:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/niche-market_home_07/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market/niche-market_home_07.jpg\";s:4:\"tags\";a:4:{i:0;s:12:\"niche-market\";i:1;s:9:\"eCommerce\";i:2;s:4:\"grid\";i:3;s:8:\"products\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";i:2;s:4:\"grid\";}}i:306;a:10:{s:11:\"template_id\";s:20:\"niche-market_home_06\";s:2:\"id\";i:249;s:6:\"folder\";s:12:\"niche-market\";s:5:\"title\";s:27:\"niche-market home section 6\";s:10:\"created_at\";s:19:\"2020-04-03 09:50:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/niche-market_home_06/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market/niche-market_home_06.jpg\";s:4:\"tags\";a:4:{i:0;s:12:\"niche-market\";i:1;s:7:\"banners\";i:2;s:9:\"eCommerce\";i:3;s:14:\"call to action\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:9:\"eCommerce\";i:3;s:14:\"call to action\";}}i:307;a:10:{s:11:\"template_id\";s:20:\"niche-market_home_05\";s:2:\"id\";i:248;s:6:\"folder\";s:12:\"niche-market\";s:5:\"title\";s:27:\"niche-market home section 5\";s:10:\"created_at\";s:19:\"2020-04-03 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/niche-market_home_05/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market/niche-market_home_05.jpg\";s:4:\"tags\";a:4:{i:0;s:12:\"niche-market\";i:1;s:9:\"eCommerce\";i:2;s:8:\"products\";i:3;s:4:\"grid\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";i:2;s:4:\"grid\";}}i:308;a:10:{s:11:\"template_id\";s:20:\"niche-market_home_04\";s:2:\"id\";i:247;s:6:\"folder\";s:12:\"niche-market\";s:5:\"title\";s:27:\"niche-market home section 4\";s:10:\"created_at\";s:19:\"2020-04-03 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/niche-market_home_04/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market/niche-market_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:12:\"niche-market\";i:1;s:7:\"banners\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:14:\"call to action\";}}i:309;a:10:{s:11:\"template_id\";s:20:\"niche-market_home_03\";s:2:\"id\";i:246;s:6:\"folder\";s:12:\"niche-market\";s:5:\"title\";s:27:\"niche-market home section 3\";s:10:\"created_at\";s:19:\"2020-04-03 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/niche-market_home_03/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market/niche-market_home_03.jpg\";s:4:\"tags\";a:5:{i:0;s:12:\"niche-market\";i:1;s:9:\"eCommerce\";i:2;s:8:\"products\";i:3;s:7:\"sliders\";i:4;s:7:\"banners\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";i:2;s:7:\"sliders\";i:3;s:7:\"banners\";}}i:310;a:10:{s:11:\"template_id\";s:20:\"niche-market_home_02\";s:2:\"id\";i:245;s:6:\"folder\";s:12:\"niche-market\";s:5:\"title\";s:27:\"niche-market home section 2\";s:10:\"created_at\";s:19:\"2020-04-03 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/niche-market_home_02/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market/niche-market_home_02.jpg\";s:4:\"tags\";a:4:{i:0;s:12:\"niche-market\";i:1;s:9:\"eCommerce\";i:2;s:10:\"categories\";i:3;s:7:\"banners\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";i:2;s:7:\"banners\";}}i:311;a:10:{s:11:\"template_id\";s:20:\"niche-market_home_01\";s:2:\"id\";i:244;s:6:\"folder\";s:12:\"niche-market\";s:5:\"title\";s:27:\"niche-market home section 1\";s:10:\"created_at\";s:19:\"2020-04-03 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/niche-market_home_01/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/niche-market/niche-market_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:12:\"niche-market\";i:1;s:7:\"sliders\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"sliders\";i:2;s:14:\"call to action\";}}i:312;a:10:{s:11:\"template_id\";s:15:\"decor_footer_01\";s:2:\"id\";i:243;s:6:\"folder\";s:5:\"decor\";s:5:\"title\";s:27:\"decor footer static block 1\";s:10:\"created_at\";s:19:\"2020-04-02 09:51:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/decor_footer_01/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/decor/decor_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"decor\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:313;a:10:{s:11:\"template_id\";s:20:\"decor_blog_banner_01\";s:2:\"id\";i:242;s:6:\"folder\";s:5:\"decor\";s:5:\"title\";s:30:\"decor blog banner static block\";s:10:\"created_at\";s:19:\"2020-04-02 09:51:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/decor_blog_banner_01/\";s:9:\"thumbnail\";s:91:\"https://8theme.com/import/xstore-studio/studio/images/blocks/decor/decor_blog_banner_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"decor\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:314;a:10:{s:11:\"template_id\";s:20:\"decor_shop_banner_01\";s:2:\"id\";i:241;s:6:\"folder\";s:5:\"decor\";s:5:\"title\";s:30:\"decor shop banner static block\";s:10:\"created_at\";s:19:\"2020-04-02 09:51:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/decor_shop_banner_01/\";s:9:\"thumbnail\";s:91:\"https://8theme.com/import/xstore-studio/studio/images/blocks/decor/decor_shop_banner_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"decor\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:315;a:10:{s:11:\"template_id\";s:19:\"decor_contact_us_01\";s:2:\"id\";i:240;s:6:\"folder\";s:5:\"decor\";s:5:\"title\";s:29:\"decor about us page section 1\";s:10:\"created_at\";s:19:\"2020-04-02 09:50:49\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/decor_contact_us_01/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/decor/decor_contact_us_01.jpg\";s:4:\"tags\";a:4:{i:0;s:5:\"decor\";i:1;s:8:\"contacts\";i:2;s:10:\"icon boxes\";i:3;s:8:\"services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";i:2;s:19:\"icon boxes/services\";}}i:316;a:10:{s:11:\"template_id\";s:17:\"decor_about_us_04\";s:2:\"id\";i:239;s:6:\"folder\";s:5:\"decor\";s:5:\"title\";s:29:\"decor about us page section 4\";s:10:\"created_at\";s:19:\"2020-04-02 09:50:48\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/decor_about_us_04/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/decor/decor_about_us_04.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"decor\";i:1;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:317;a:10:{s:11:\"template_id\";s:17:\"decor_about_us_03\";s:2:\"id\";i:238;s:6:\"folder\";s:5:\"decor\";s:5:\"title\";s:29:\"decor about us page section 3\";s:10:\"created_at\";s:19:\"2020-04-02 09:50:47\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/decor_about_us_03/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/decor/decor_about_us_03.jpg\";s:4:\"tags\";a:4:{i:0;s:5:\"decor\";i:1;s:5:\"about\";i:2;s:4:\"text\";i:3;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}}i:318;a:10:{s:11:\"template_id\";s:17:\"decor_about_us_02\";s:2:\"id\";i:237;s:6:\"folder\";s:5:\"decor\";s:5:\"title\";s:29:\"decor about us page section 2\";s:10:\"created_at\";s:19:\"2020-04-02 09:50:46\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/decor_about_us_02/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/decor/decor_about_us_02.jpg\";s:4:\"tags\";a:6:{i:0;s:5:\"decor\";i:1;s:5:\"about\";i:2;s:5:\"image\";i:3;s:4:\"text\";i:4;s:10:\"icon boxes\";i:5;s:8:\"services\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:19:\"icon boxes/services\";i:3;s:14:\"call to action\";}}i:319;a:10:{s:11:\"template_id\";s:17:\"decor_about_us_01\";s:2:\"id\";i:236;s:6:\"folder\";s:5:\"decor\";s:5:\"title\";s:29:\"decor about us page section 1\";s:10:\"created_at\";s:19:\"2020-04-02 09:50:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/decor_about_us_01/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/decor/decor_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:5:\"decor\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";i:3;s:9:\"eCommerce\";}}i:320;a:10:{s:11:\"template_id\";s:13:\"decor_home_06\";s:2:\"id\";i:235;s:6:\"folder\";s:5:\"decor\";s:5:\"title\";s:20:\"decor home section 6\";s:10:\"created_at\";s:19:\"2020-04-02 09:50:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://8theme.com/import/xstore-studio/decor_home_06/\";s:9:\"thumbnail\";s:84:\"https://8theme.com/import/xstore-studio/studio/images/blocks/decor/decor_home_06.jpg\";s:4:\"tags\";a:3:{i:0;s:5:\"decor\";i:1;s:4:\"blog\";i:2;s:5:\"posts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"blog\";}}i:321;a:10:{s:11:\"template_id\";s:13:\"decor_home_05\";s:2:\"id\";i:234;s:6:\"folder\";s:5:\"decor\";s:5:\"title\";s:20:\"decor home section 5\";s:10:\"created_at\";s:19:\"2020-04-02 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://8theme.com/import/xstore-studio/decor_home_05/\";s:9:\"thumbnail\";s:84:\"https://8theme.com/import/xstore-studio/studio/images/blocks/decor/decor_home_05.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"decor\";i:1;s:7:\"banners\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:7:\"banners\";}}i:322;a:10:{s:11:\"template_id\";s:13:\"decor_home_04\";s:2:\"id\";i:233;s:6:\"folder\";s:5:\"decor\";s:5:\"title\";s:20:\"decor home section 4\";s:10:\"created_at\";s:19:\"2020-04-02 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://8theme.com/import/xstore-studio/decor_home_04/\";s:9:\"thumbnail\";s:84:\"https://8theme.com/import/xstore-studio/studio/images/blocks/decor/decor_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:5:\"decor\";i:1;s:9:\"eCommerce\";i:2;s:8:\"products\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";i:2;s:4:\"grid\";}}i:323;a:10:{s:11:\"template_id\";s:13:\"decor_home_03\";s:2:\"id\";i:232;s:6:\"folder\";s:5:\"decor\";s:5:\"title\";s:20:\"decor home section 3\";s:10:\"created_at\";s:19:\"2020-04-02 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://8theme.com/import/xstore-studio/decor_home_03/\";s:9:\"thumbnail\";s:84:\"https://8theme.com/import/xstore-studio/studio/images/blocks/decor/decor_home_03.jpg\";s:4:\"tags\";a:5:{i:0;s:5:\"decor\";i:1;s:7:\"banners\";i:2;s:4:\"grid\";i:3;s:9:\"eCommerce\";i:4;s:14:\"call to action\";}s:4:\"cats\";a:5:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:4:\"grid\";i:3;s:9:\"eCommerce\";i:4;s:14:\"call to action\";}}i:324;a:10:{s:11:\"template_id\";s:13:\"decor_home_02\";s:2:\"id\";i:231;s:6:\"folder\";s:5:\"decor\";s:5:\"title\";s:20:\"decor home section 2\";s:10:\"created_at\";s:19:\"2020-04-02 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://8theme.com/import/xstore-studio/decor_home_02/\";s:9:\"thumbnail\";s:84:\"https://8theme.com/import/xstore-studio/studio/images/blocks/decor/decor_home_02.jpg\";s:4:\"tags\";a:5:{i:0;s:5:\"decor\";i:1;s:7:\"banners\";i:2;s:4:\"grid\";i:3;s:9:\"eCommerce\";i:4;s:10:\"categories\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:4:\"grid\";i:3;s:9:\"eCommerce\";}}i:325;a:10:{s:11:\"template_id\";s:13:\"decor_home_01\";s:2:\"id\";i:230;s:6:\"folder\";s:5:\"decor\";s:5:\"title\";s:20:\"decor home section 1\";s:10:\"created_at\";s:19:\"2020-04-02 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://8theme.com/import/xstore-studio/decor_home_01/\";s:9:\"thumbnail\";s:84:\"https://8theme.com/import/xstore-studio/studio/images/blocks/decor/decor_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:5:\"decor\";i:1;s:14:\"call to action\";i:2;s:4:\"grid\";i:3;s:7:\"banners\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";i:2;s:4:\"grid\";i:3;s:7:\"banners\";}}i:326;a:10:{s:11:\"template_id\";s:28:\"minimalist-outfits_footer_01\";s:2:\"id\";i:229;s:6:\"folder\";s:18:\"minimalist-outfits\";s:5:\"title\";s:40:\"minimalist-outfits footer static block 1\";s:10:\"created_at\";s:19:\"2020-04-01 09:51:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:69:\"https://8theme.com/import/xstore-studio/minimalist-outfits_footer_01/\";s:9:\"thumbnail\";s:112:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimalist-outfits/minimalist-outfits_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:18:\"minimalist outfits\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:327;a:10:{s:11:\"template_id\";s:33:\"minimalist-outfits_shop_banner_01\";s:2:\"id\";i:228;s:6:\"folder\";s:18:\"minimalist-outfits\";s:5:\"title\";s:43:\"minimalist-outfits shop banner static block\";s:10:\"created_at\";s:19:\"2020-04-01 09:51:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:74:\"https://8theme.com/import/xstore-studio/minimalist-outfits_shop_banner_01/\";s:9:\"thumbnail\";s:117:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimalist-outfits/minimalist-outfits_shop_banner_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:18:\"minimalist outfits\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:328;a:10:{s:11:\"template_id\";s:32:\"minimalist-outfits_contact_us_02\";s:2:\"id\";i:227;s:6:\"folder\";s:18:\"minimalist-outfits\";s:5:\"title\";s:44:\"minimalist-outfits contact us page section 2\";s:10:\"created_at\";s:19:\"2020-04-01 09:50:48\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:73:\"https://8theme.com/import/xstore-studio/minimalist-outfits_contact_us_02/\";s:9:\"thumbnail\";s:116:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimalist-outfits/minimalist-outfits_contact_us_02.jpg\";s:4:\"tags\";a:6:{i:0;s:3:\"all\";i:1;s:18:\"minimalist outfits\";i:2;s:8:\"contacts\";i:3;s:10:\"icon boxes\";i:4;s:8:\"services\";i:5;s:14:\"call to action\";}s:4:\"cats\";a:5:{i:0;s:3:\"all\";i:1;s:18:\"minimalist outfits\";i:2;s:8:\"contacts\";i:3;s:19:\"icon boxes/services\";i:4;s:14:\"call to action\";}}i:329;a:10:{s:11:\"template_id\";s:32:\"minimalist-outfits_contact_us_01\";s:2:\"id\";i:226;s:6:\"folder\";s:18:\"minimalist-outfits\";s:5:\"title\";s:44:\"minimalist-outfits contact us page section 1\";s:10:\"created_at\";s:19:\"2020-04-01 09:50:47\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:73:\"https://8theme.com/import/xstore-studio/minimalist-outfits_contact_us_01/\";s:9:\"thumbnail\";s:116:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimalist-outfits/minimalist-outfits_contact_us_01.jpg\";s:4:\"tags\";a:5:{i:0;s:3:\"all\";i:1;s:18:\"minimalist outfits\";i:2;s:8:\"contacts\";i:3;s:10:\"icon boxes\";i:4;s:8:\"services\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:18:\"minimalist outfits\";i:2;s:8:\"contacts\";i:3;s:19:\"icon boxes/services\";}}i:330;a:10:{s:11:\"template_id\";s:30:\"minimalist-outfits_about_us_04\";s:2:\"id\";i:225;s:6:\"folder\";s:18:\"minimalist-outfits\";s:5:\"title\";s:42:\"minimalist-outfits about us page section 4\";s:10:\"created_at\";s:19:\"2020-04-01 09:50:46\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:71:\"https://8theme.com/import/xstore-studio/minimalist-outfits_about_us_04/\";s:9:\"thumbnail\";s:114:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimalist-outfits/minimalist-outfits_about_us_04.jpg\";s:4:\"tags\";a:3:{i:0;s:18:\"minimalist outfits\";i:1;s:5:\"about\";i:2;s:12:\"testimonials\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:12:\"testimonials\";}}i:331;a:10:{s:11:\"template_id\";s:30:\"minimalist-outfits_about_us_03\";s:2:\"id\";i:224;s:6:\"folder\";s:18:\"minimalist-outfits\";s:5:\"title\";s:42:\"minimalist-outfits about us page section 3\";s:10:\"created_at\";s:19:\"2020-04-01 09:50:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:71:\"https://8theme.com/import/xstore-studio/minimalist-outfits_about_us_03/\";s:9:\"thumbnail\";s:114:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimalist-outfits/minimalist-outfits_about_us_03.jpg\";s:4:\"tags\";a:4:{i:0;s:18:\"minimalist outfits\";i:1;s:5:\"about\";i:2;s:5:\"image\";i:3;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:332;a:10:{s:11:\"template_id\";s:30:\"minimalist-outfits_about_us_02\";s:2:\"id\";i:223;s:6:\"folder\";s:18:\"minimalist-outfits\";s:5:\"title\";s:42:\"minimalist-outfits about us page section 2\";s:10:\"created_at\";s:19:\"2020-04-01 09:50:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:71:\"https://8theme.com/import/xstore-studio/minimalist-outfits_about_us_02/\";s:9:\"thumbnail\";s:114:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimalist-outfits/minimalist-outfits_about_us_02.jpg\";s:4:\"tags\";a:4:{i:0;s:18:\"minimalist outfits\";i:1;s:5:\"about\";i:2;s:10:\"icon boxes\";i:3;s:8:\"services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:19:\"icon boxes/services\";}}i:333;a:10:{s:11:\"template_id\";s:30:\"minimalist-outfits_about_us_01\";s:2:\"id\";i:222;s:6:\"folder\";s:18:\"minimalist-outfits\";s:5:\"title\";s:42:\"minimalist-outfits about us page section 1\";s:10:\"created_at\";s:19:\"2020-04-01 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:71:\"https://8theme.com/import/xstore-studio/minimalist-outfits_about_us_01/\";s:9:\"thumbnail\";s:114:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimalist-outfits/minimalist-outfits_about_us_01.jpg\";s:4:\"tags\";a:2:{i:0;s:18:\"minimalist outfits\";i:1;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:334;a:10:{s:11:\"template_id\";s:26:\"minimalist-outfits_home_04\";s:2:\"id\";i:221;s:6:\"folder\";s:18:\"minimalist-outfits\";s:5:\"title\";s:33:\"minimalist-outfits home section 4\";s:10:\"created_at\";s:19:\"2020-04-01 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"https://8theme.com/import/xstore-studio/minimalist-outfits_home_04/\";s:9:\"thumbnail\";s:110:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimalist-outfits/minimalist-outfits_home_04.jpg\";s:4:\"tags\";a:4:{i:0;s:18:\"minimalist-outfits\";i:1;s:9:\"eCommerce\";i:2;s:4:\"grid\";i:3;s:8:\"products\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";i:2;s:4:\"grid\";}}i:335;a:10:{s:11:\"template_id\";s:26:\"minimalist-outfits_home_03\";s:2:\"id\";i:220;s:6:\"folder\";s:18:\"minimalist-outfits\";s:5:\"title\";s:33:\"minimalist-outfits home section 3\";s:10:\"created_at\";s:19:\"2020-04-01 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"https://8theme.com/import/xstore-studio/minimalist-outfits_home_03/\";s:9:\"thumbnail\";s:110:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimalist-outfits/minimalist-outfits_home_03.jpg\";s:4:\"tags\";a:3:{i:0;s:18:\"minimalist-outfits\";i:1;s:5:\"image\";i:2;s:4:\"dark\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";i:2;s:9:\"eCommerce\";i:3;s:4:\"dark\";}}i:336;a:10:{s:11:\"template_id\";s:26:\"minimalist-outfits_home_02\";s:2:\"id\";i:219;s:6:\"folder\";s:18:\"minimalist-outfits\";s:5:\"title\";s:33:\"minimalist-outfits home section 2\";s:10:\"created_at\";s:19:\"2020-04-01 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"https://8theme.com/import/xstore-studio/minimalist-outfits_home_02/\";s:9:\"thumbnail\";s:110:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimalist-outfits/minimalist-outfits_home_02.jpg\";s:4:\"tags\";a:2:{i:0;s:18:\"minimalist-outfits\";i:1;s:5:\"image\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";i:2;s:9:\"eCommerce\";}}i:337;a:10:{s:11:\"template_id\";s:26:\"minimalist-outfits_home_01\";s:2:\"id\";i:218;s:6:\"folder\";s:18:\"minimalist-outfits\";s:5:\"title\";s:33:\"minimalist-outfits home section 1\";s:10:\"created_at\";s:19:\"2020-04-01 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"https://8theme.com/import/xstore-studio/minimalist-outfits_home_01/\";s:9:\"thumbnail\";s:110:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimalist-outfits/minimalist-outfits_home_01.jpg\";s:4:\"tags\";a:2:{i:0;s:18:\"minimalist-outfits\";i:1;s:5:\"image\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";i:2;s:9:\"eCommerce\";}}i:338;a:10:{s:11:\"template_id\";s:17:\"fashion_footer_01\";s:2:\"id\";i:217;s:6:\"folder\";s:7:\"fashion\";s:5:\"title\";s:29:\"fashion footer static block 1\";s:10:\"created_at\";s:19:\"2020-03-29 09:51:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/fashion_footer_01/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/fashion/fashion_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"fashion\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:339;a:10:{s:11:\"template_id\";s:21:\"fashion_contact_us_01\";s:2:\"id\";i:216;s:6:\"folder\";s:7:\"fashion\";s:5:\"title\";s:33:\"fashion contact us page section 1\";s:10:\"created_at\";s:19:\"2020-03-29 09:50:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/fashion_contact_us_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/fashion/fashion_contact_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:7:\"fashion\";i:1;s:8:\"contacts\";i:2;s:3:\"map\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:340;a:10:{s:11:\"template_id\";s:19:\"fashion_about_us_03\";s:2:\"id\";i:215;s:6:\"folder\";s:7:\"fashion\";s:5:\"title\";s:31:\"fashion about us page section 3\";s:10:\"created_at\";s:19:\"2020-03-29 09:50:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/fashion_about_us_03/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/fashion/fashion_about_us_03.jpg\";s:4:\"tags\";a:3:{i:0;s:7:\"fashion\";i:1;s:5:\"about\";i:2;s:12:\"testimonials\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:12:\"testimonials\";}}i:341;a:10:{s:11:\"template_id\";s:19:\"fashion_about_us_02\";s:2:\"id\";i:214;s:6:\"folder\";s:7:\"fashion\";s:5:\"title\";s:31:\"fashion about us page section 2\";s:10:\"created_at\";s:19:\"2020-03-29 09:50:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/fashion_about_us_02/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/fashion/fashion_about_us_02.jpg\";s:4:\"tags\";a:5:{i:0;s:7:\"fashion\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";i:3;s:10:\"icon boxes\";i:4;s:8:\"services\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";i:3;s:19:\"icon boxes/services\";}}i:342;a:10:{s:11:\"template_id\";s:19:\"fashion_about_us_01\";s:2:\"id\";i:213;s:6:\"folder\";s:7:\"fashion\";s:5:\"title\";s:31:\"fashion about us page section 1\";s:10:\"created_at\";s:19:\"2020-03-29 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/fashion_about_us_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/fashion/fashion_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"fashion\";i:2;s:5:\"about\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"fashion\";i:2;s:5:\"about\";}}i:343;a:10:{s:11:\"template_id\";s:15:\"fashion_home_04\";s:2:\"id\";i:212;s:6:\"folder\";s:7:\"fashion\";s:5:\"title\";s:22:\"fashion home section 4\";s:10:\"created_at\";s:19:\"2020-03-29 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/fashion_home_04/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/fashion/fashion_home_04.jpg\";s:4:\"tags\";a:5:{i:0;s:7:\"fashion\";i:1;s:14:\"call to action\";i:2;s:7:\"banners\";i:3;s:9:\"eCommerce\";i:4;s:8:\"products\";}s:4:\"cats\";a:5:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";i:2;s:7:\"banners\";i:3;s:9:\"eCommerce\";i:4;s:4:\"grid\";}}i:344;a:10:{s:11:\"template_id\";s:15:\"fashion_home_03\";s:2:\"id\";i:211;s:6:\"folder\";s:7:\"fashion\";s:5:\"title\";s:22:\"fashion home section 3\";s:10:\"created_at\";s:19:\"2020-03-29 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/fashion_home_03/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/fashion/fashion_home_03.jpg\";s:4:\"tags\";a:4:{i:0;s:7:\"fashion\";i:1;s:14:\"call to action\";i:2;s:7:\"banners\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";i:2;s:7:\"banners\";i:3;s:9:\"eCommerce\";}}i:345;a:10:{s:11:\"template_id\";s:15:\"fashion_home_02\";s:2:\"id\";i:210;s:6:\"folder\";s:7:\"fashion\";s:5:\"title\";s:22:\"fashion home section 2\";s:10:\"created_at\";s:19:\"2020-03-29 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/fashion_home_02/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/fashion/fashion_home_02.jpg\";s:4:\"tags\";a:6:{i:0;s:7:\"fashion\";i:1;s:14:\"call to action\";i:2;s:7:\"banners\";i:3;s:9:\"eCommerce\";i:4;s:4:\"grid\";i:5;s:6:\"images\";}s:4:\"cats\";a:5:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";i:2;s:7:\"banners\";i:3;s:9:\"eCommerce\";i:4;s:4:\"grid\";}}i:346;a:10:{s:11:\"template_id\";s:15:\"fashion_home_01\";s:2:\"id\";i:209;s:6:\"folder\";s:7:\"fashion\";s:5:\"title\";s:22:\"fashion home section 1\";s:10:\"created_at\";s:19:\"2020-03-29 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/fashion_home_01/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/fashion/fashion_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:7:\"fashion\";i:1;s:14:\"call to action\";i:2;s:7:\"banners\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";i:2;s:7:\"banners\";i:3;s:9:\"eCommerce\";}}i:347;a:10:{s:11:\"template_id\";s:18:\"lingerie_footer_01\";s:2:\"id\";i:208;s:6:\"folder\";s:8:\"lingerie\";s:5:\"title\";s:28:\"lingerie footer static block\";s:10:\"created_at\";s:19:\"2020-03-28 09:51:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/lingerie_footer_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/lingerie/lingerie_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"lingerie\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:348;a:10:{s:11:\"template_id\";s:22:\"lingerie_contact_us_01\";s:2:\"id\";i:207;s:6:\"folder\";s:8:\"lingerie\";s:5:\"title\";s:27:\"lingerie about us section 1\";s:10:\"created_at\";s:19:\"2020-03-28 09:50:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"https://8theme.com/import/xstore-studio/lingerie_contact_us_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/lingerie/lingerie_contact_us_01.jpg\";s:4:\"tags\";a:4:{i:0;s:8:\"lingerie\";i:1;s:4:\"dark\";i:2;s:8:\"contacts\";i:3;s:3:\"map\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"dark\";i:2;s:8:\"contacts\";}}i:349;a:10:{s:11:\"template_id\";s:20:\"lingerie_about_us_01\";s:2:\"id\";i:206;s:6:\"folder\";s:8:\"lingerie\";s:5:\"title\";s:27:\"lingerie about us section 1\";s:10:\"created_at\";s:19:\"2020-03-28 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/lingerie_about_us_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/lingerie/lingerie_about_us_01.jpg\";s:4:\"tags\";a:5:{i:0;s:8:\"lingerie\";i:1;s:4:\"dark\";i:2;s:5:\"about\";i:3;s:4:\"text\";i:4;s:8:\"contacts\";}s:4:\"cats\";a:5:{i:0;s:3:\"all\";i:1;s:4:\"dark\";i:2;s:5:\"about\";i:3;s:19:\"icon boxes/services\";i:4;s:8:\"contacts\";}}i:350;a:10:{s:11:\"template_id\";s:16:\"lingerie_home_04\";s:2:\"id\";i:205;s:6:\"folder\";s:8:\"lingerie\";s:5:\"title\";s:23:\"lingerie home section 4\";s:10:\"created_at\";s:19:\"2020-03-28 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/lingerie_home_04/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/lingerie/lingerie_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"lingerie\";i:1;s:4:\"dark\";i:2;s:7:\"banners\";}s:4:\"cats\";a:5:{i:0;s:3:\"all\";i:1;s:4:\"dark\";i:2;s:7:\"banners\";i:3;s:14:\"call to action\";i:4;s:4:\"grid\";}}i:351;a:10:{s:11:\"template_id\";s:16:\"lingerie_home_03\";s:2:\"id\";i:204;s:6:\"folder\";s:8:\"lingerie\";s:5:\"title\";s:23:\"lingerie home section 3\";s:10:\"created_at\";s:19:\"2020-03-28 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/lingerie_home_03/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/lingerie/lingerie_home_03.jpg\";s:4:\"tags\";a:4:{i:0;s:8:\"lingerie\";i:1;s:4:\"dark\";i:2;s:9:\"eCommerce\";i:3;s:8:\"products\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"dark\";i:2;s:9:\"eCommerce\";}}i:352;a:10:{s:11:\"template_id\";s:16:\"lingerie_home_02\";s:2:\"id\";i:203;s:6:\"folder\";s:8:\"lingerie\";s:5:\"title\";s:23:\"lingerie home section 2\";s:10:\"created_at\";s:19:\"2020-03-28 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/lingerie_home_02/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/lingerie/lingerie_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"lingerie\";i:1;s:4:\"dark\";i:2;s:7:\"banners\";}s:4:\"cats\";a:5:{i:0;s:3:\"all\";i:1;s:4:\"dark\";i:2;s:7:\"banners\";i:3;s:14:\"call to action\";i:4;s:9:\"eCommerce\";}}i:353;a:10:{s:11:\"template_id\";s:16:\"lingerie_home_01\";s:2:\"id\";i:202;s:6:\"folder\";s:8:\"lingerie\";s:5:\"title\";s:23:\"lingerie home section 1\";s:10:\"created_at\";s:19:\"2020-03-28 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/lingerie_home_01/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/lingerie/lingerie_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"lingerie\";i:1;s:7:\"sliders\";i:2;s:4:\"dark\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:7:\"sliders\";i:2;s:4:\"dark\";i:3;s:14:\"call to action\";}}i:354;a:10:{s:11:\"template_id\";s:20:\"babyland01_footer_01\";s:2:\"id\";i:201;s:6:\"folder\";s:10:\"babyland01\";s:5:\"title\";s:32:\"babyland01 footer static block 1\";s:10:\"created_at\";s:19:\"2020-03-27 09:51:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/babyland01_footer_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/babyland01/babyland01_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:10:\"babyland01\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:355;a:10:{s:11:\"template_id\";s:26:\"babyland01_shop_banners_01\";s:2:\"id\";i:200;s:6:\"folder\";s:10:\"babyland01\";s:5:\"title\";s:36:\"babyland01 shop banners static block\";s:10:\"created_at\";s:19:\"2020-03-27 09:51:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"https://8theme.com/import/xstore-studio/babyland01_shop_banners_01/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/babyland01/babyland01_shop_banners_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:10:\"babyland01\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:356;a:10:{s:11:\"template_id\";s:22:\"babyland01_about_us_02\";s:2:\"id\";i:199;s:6:\"folder\";s:10:\"babyland01\";s:5:\"title\";s:34:\"babyland01 about us page section 2\";s:10:\"created_at\";s:19:\"2020-03-27 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"https://8theme.com/import/xstore-studio/babyland01_about_us_02/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/babyland01/babyland01_about_us_02.jpg\";s:4:\"tags\";a:2:{i:0;s:10:\"babyland01\";i:1;s:4:\"team\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"team\";}}i:357;a:10:{s:11:\"template_id\";s:22:\"babyland01_about_us_01\";s:2:\"id\";i:198;s:6:\"folder\";s:10:\"babyland01\";s:5:\"title\";s:34:\"babyland01 about us page section 1\";s:10:\"created_at\";s:19:\"2020-03-27 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"https://8theme.com/import/xstore-studio/babyland01_about_us_01/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/babyland01/babyland01_about_us_01.jpg\";s:4:\"tags\";a:4:{i:0;s:10:\"babyland01\";i:1;s:5:\"about\";i:2;s:6:\"images\";i:3;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:358;a:10:{s:11:\"template_id\";s:18:\"babyland01_home_03\";s:2:\"id\";i:197;s:6:\"folder\";s:10:\"babyland01\";s:5:\"title\";s:25:\"babyland01 home section 3\";s:10:\"created_at\";s:19:\"2020-03-27 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/babyland01_home_03/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/babyland01/babyland01_home_03.jpg\";s:4:\"tags\";a:3:{i:0;s:10:\"babyland01\";i:1;s:7:\"banners\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:14:\"call to action\";}}i:359;a:10:{s:11:\"template_id\";s:18:\"babyland01_home_02\";s:2:\"id\";i:196;s:6:\"folder\";s:10:\"babyland01\";s:5:\"title\";s:25:\"babyland01 home section 2\";s:10:\"created_at\";s:19:\"2020-03-27 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/babyland01_home_02/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/babyland01/babyland01_home_02.jpg\";s:4:\"tags\";a:5:{i:0;s:3:\"all\";i:1;s:10:\"babyland01\";i:2;s:9:\"eCommerce\";i:3;s:7:\"sidebar\";i:4;s:7:\"banners\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";i:2;s:7:\"banners\";i:3;s:14:\"call to action\";}}i:360;a:10:{s:11:\"template_id\";s:18:\"babyland01_home_01\";s:2:\"id\";i:195;s:6:\"folder\";s:10:\"babyland01\";s:5:\"title\";s:25:\"babyland01 home section 1\";s:10:\"created_at\";s:19:\"2020-03-27 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/babyland01_home_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/babyland01/babyland01_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:10:\"babyland01\";i:1;s:7:\"sliders\";i:2;s:14:\"call to action\";i:3;s:9:\"eCommerce\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:7:\"sliders\";i:2;s:14:\"call to action\";i:3;s:9:\"eCommerce\";}}i:361;a:10:{s:11:\"template_id\";s:19:\"organic02_footer_01\";s:2:\"id\";i:194;s:6:\"folder\";s:9:\"organic02\";s:5:\"title\";s:29:\"organic02 footer static block\";s:10:\"created_at\";s:19:\"2020-03-26 09:51:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/organic02_footer_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic02/organic02_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"organic02\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:362;a:10:{s:11:\"template_id\";s:23:\"organic02_contact_us_01\";s:2:\"id\";i:193;s:6:\"folder\";s:9:\"organic02\";s:5:\"title\";s:35:\"organic02 contact us page section 1\";s:10:\"created_at\";s:19:\"2020-03-26 09:50:46\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"https://8theme.com/import/xstore-studio/organic02_contact_us_01/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic02/organic02_contact_us_01.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"organic02\";i:1;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:363;a:10:{s:11:\"template_id\";s:21:\"organic02_about_us_01\";s:2:\"id\";i:192;s:6:\"folder\";s:9:\"organic02\";s:5:\"title\";s:33:\"organic02 about us page section 1\";s:10:\"created_at\";s:19:\"2020-03-26 09:50:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/organic02_about_us_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic02/organic02_about_us_01.jpg\";s:4:\"tags\";a:4:{i:0;s:9:\"organic02\";i:1;s:5:\"about\";i:2;s:5:\"image\";i:3;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:364;a:10:{s:11:\"template_id\";s:17:\"organic02_home_06\";s:2:\"id\";i:191;s:6:\"folder\";s:9:\"organic02\";s:5:\"title\";s:24:\"organic02 home section 6\";s:10:\"created_at\";s:19:\"2020-03-26 09:50:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/organic02_home_06/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic02/organic02_home_06.jpg\";s:4:\"tags\";a:4:{i:0;s:9:\"organic02\";i:1;s:10:\"icon boxes\";i:2;s:8:\"services\";i:3;s:5:\"about\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";i:2;s:5:\"about\";}}i:365;a:10:{s:11:\"template_id\";s:17:\"organic02_home_05\";s:2:\"id\";i:190;s:6:\"folder\";s:9:\"organic02\";s:5:\"title\";s:24:\"organic02 home section 5\";s:10:\"created_at\";s:19:\"2020-03-26 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/organic02_home_05/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic02/organic02_home_05.jpg\";s:4:\"tags\";a:4:{i:0;s:9:\"organic02\";i:1;s:5:\"about\";i:2;s:7:\"banners\";i:3;s:5:\"icons\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:19:\"icon boxes/services\";}}i:366;a:10:{s:11:\"template_id\";s:17:\"organic02_home_04\";s:2:\"id\";i:189;s:6:\"folder\";s:9:\"organic02\";s:5:\"title\";s:24:\"organic02 home section 4\";s:10:\"created_at\";s:19:\"2020-03-26 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/organic02_home_04/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic02/organic02_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:9:\"organic02\";i:1;s:9:\"eCommerce\";i:2;s:8:\"products\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";}}i:367;a:10:{s:11:\"template_id\";s:17:\"organic02_home_03\";s:2:\"id\";i:188;s:6:\"folder\";s:9:\"organic02\";s:5:\"title\";s:24:\"organic02 home section 3\";s:10:\"created_at\";s:19:\"2020-03-26 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/organic02_home_03/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic02/organic02_home_03.jpg\";s:4:\"tags\";a:4:{i:0;s:9:\"organic02\";i:1;s:9:\"eCommerce\";i:2;s:4:\"grid\";i:3;s:8:\"products\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";i:2;s:4:\"grid\";}}i:368;a:10:{s:11:\"template_id\";s:17:\"organic02_home_02\";s:2:\"id\";i:187;s:6:\"folder\";s:9:\"organic02\";s:5:\"title\";s:24:\"organic02 home section 2\";s:10:\"created_at\";s:19:\"2020-03-26 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/organic02_home_02/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic02/organic02_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:9:\"organic02\";i:1;s:6:\"banner\";i:2;s:5:\"image\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:14:\"call to action\";i:3;s:9:\"eCommerce\";}}i:369;a:10:{s:11:\"template_id\";s:17:\"organic02_home_01\";s:2:\"id\";i:186;s:6:\"folder\";s:9:\"organic02\";s:5:\"title\";s:24:\"organic02 home section 1\";s:10:\"created_at\";s:19:\"2020-03-26 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/organic02_home_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic02/organic02_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:9:\"organic02\";i:1;s:6:\"slider\";i:2;s:9:\"eCommerce\";i:3;s:14:\"call to action\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:7:\"sliders\";i:2;s:9:\"eCommerce\";i:3;s:14:\"call to action\";}}i:370;a:10:{s:11:\"template_id\";s:32:\"organic01_secondary_menu_item_03\";s:2:\"id\";i:185;s:6:\"folder\";s:9:\"organic01\";s:5:\"title\";s:44:\"organic01 secondary menu item static block 3\";s:10:\"created_at\";s:19:\"2020-03-25 09:51:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:73:\"https://8theme.com/import/xstore-studio/organic01_secondary_menu_item_03/\";s:9:\"thumbnail\";s:107:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic01/organic01_secondary_menu_item_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"organic01\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:371;a:10:{s:11:\"template_id\";s:32:\"organic01_secondary_menu_item_02\";s:2:\"id\";i:184;s:6:\"folder\";s:9:\"organic01\";s:5:\"title\";s:44:\"organic01 secondary menu item static block 2\";s:10:\"created_at\";s:19:\"2020-03-25 09:51:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:73:\"https://8theme.com/import/xstore-studio/organic01_secondary_menu_item_02/\";s:9:\"thumbnail\";s:107:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic01/organic01_secondary_menu_item_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"organic01\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:372;a:10:{s:11:\"template_id\";s:32:\"organic01_secondary_menu_item_01\";s:2:\"id\";i:183;s:6:\"folder\";s:9:\"organic01\";s:5:\"title\";s:44:\"organic01 secondary menu item static block 1\";s:10:\"created_at\";s:19:\"2020-03-25 09:51:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:73:\"https://8theme.com/import/xstore-studio/organic01_secondary_menu_item_01/\";s:9:\"thumbnail\";s:107:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic01/organic01_secondary_menu_item_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"organic01\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:373;a:10:{s:11:\"template_id\";s:19:\"organic01_footer_01\";s:2:\"id\";i:182;s:6:\"folder\";s:9:\"organic01\";s:5:\"title\";s:29:\"organic01 footer static block\";s:10:\"created_at\";s:19:\"2020-03-25 09:51:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/organic01_footer_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic01/organic01_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"organic01\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:374;a:10:{s:11:\"template_id\";s:27:\"organic01_delivery_price_01\";s:2:\"id\";i:181;s:6:\"folder\";s:9:\"organic01\";s:5:\"title\";s:39:\"organic01 delivery price page section 1\";s:10:\"created_at\";s:19:\"2020-03-25 09:50:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:68:\"https://8theme.com/import/xstore-studio/organic01_delivery_price_01/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic01/organic01_delivery_price_01.jpg\";s:4:\"tags\";a:4:{i:0;s:9:\"organic01\";i:1;s:5:\"about\";i:2;s:5:\"image\";i:3;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:375;a:10:{s:11:\"template_id\";s:23:\"organic01_contact_us_01\";s:2:\"id\";i:180;s:6:\"folder\";s:9:\"organic01\";s:5:\"title\";s:35:\"organic01 contact us page section 1\";s:10:\"created_at\";s:19:\"2020-03-25 09:50:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"https://8theme.com/import/xstore-studio/organic01_contact_us_01/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic01/organic01_contact_us_01.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"organic01\";i:1;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:376;a:10:{s:11:\"template_id\";s:21:\"organic01_about_us_01\";s:2:\"id\";i:179;s:6:\"folder\";s:9:\"organic01\";s:5:\"title\";s:33:\"organic01 about us page section 1\";s:10:\"created_at\";s:19:\"2020-03-25 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/organic01_about_us_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic01/organic01_about_us_01.jpg\";s:4:\"tags\";a:4:{i:0;s:9:\"organic01\";i:1;s:4:\"team\";i:2;s:5:\"about\";i:3;s:4:\"text\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"team\";i:2;s:5:\"about\";}}i:377;a:10:{s:11:\"template_id\";s:17:\"organic01_home_04\";s:2:\"id\";i:178;s:6:\"folder\";s:9:\"organic01\";s:5:\"title\";s:24:\"organic01 home section 4\";s:10:\"created_at\";s:19:\"2020-03-25 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/organic01_home_04/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic01/organic01_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:9:\"organic01\";i:1;s:9:\"eCommerce\";i:2;s:7:\"banners\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";i:2;s:7:\"banners\";}}i:378;a:10:{s:11:\"template_id\";s:17:\"organic01_home_03\";s:2:\"id\";i:177;s:6:\"folder\";s:9:\"organic01\";s:5:\"title\";s:24:\"organic01 home section 3\";s:10:\"created_at\";s:19:\"2020-03-25 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/organic01_home_03/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic01/organic01_home_03.jpg\";s:4:\"tags\";a:5:{i:0;s:9:\"organic01\";i:1;s:9:\"eCommerce\";i:2;s:7:\"banners\";i:3;s:12:\"testimonials\";i:4;s:4:\"grid\";}s:4:\"cats\";a:5:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";i:2;s:7:\"banners\";i:3;s:12:\"testimonials\";i:4;s:4:\"grid\";}}i:379;a:10:{s:11:\"template_id\";s:17:\"organic01_home_02\";s:2:\"id\";i:176;s:6:\"folder\";s:9:\"organic01\";s:5:\"title\";s:24:\"organic01 home section 2\";s:10:\"created_at\";s:19:\"2020-03-25 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/organic01_home_02/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic01/organic01_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:9:\"organic01\";i:1;s:10:\"icon boxes\";i:2;s:8:\"services\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";}}i:380;a:10:{s:11:\"template_id\";s:17:\"organic01_home_01\";s:2:\"id\";i:175;s:6:\"folder\";s:9:\"organic01\";s:5:\"title\";s:24:\"organic01 home section 1\";s:10:\"created_at\";s:19:\"2020-03-25 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/organic01_home_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/organic01/organic01_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:9:\"organic01\";i:1;s:6:\"slider\";i:2;s:9:\"eCommerce\";i:3;s:14:\"call to action\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:7:\"sliders\";i:2;s:9:\"eCommerce\";i:3;s:14:\"call to action\";}}i:381;a:10:{s:11:\"template_id\";s:45:\"electron01_shop_banners_below_the_products_01\";s:2:\"id\";i:174;s:6:\"folder\";s:10:\"electron01\";s:5:\"title\";s:57:\"electron01 shop banners below the products static block 1\";s:10:\"created_at\";s:19:\"2020-03-24 09:51:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:86:\"https://8theme.com/import/xstore-studio/electron01_shop_banners_below_the_products_01/\";s:9:\"thumbnail\";s:121:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron01/electron01_shop_banners_below_the_products_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:10:\"electron01\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:382;a:10:{s:11:\"template_id\";s:33:\"electron01_secondary_menu_item_04\";s:2:\"id\";i:173;s:6:\"folder\";s:10:\"electron01\";s:5:\"title\";s:35:\"electron01 mega menu static block 4\";s:10:\"created_at\";s:19:\"2020-03-24 09:51:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:74:\"https://8theme.com/import/xstore-studio/electron01_secondary_menu_item_04/\";s:9:\"thumbnail\";s:109:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron01/electron01_secondary_menu_item_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:10:\"electron01\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:383;a:10:{s:11:\"template_id\";s:33:\"electron01_secondary_menu_item_03\";s:2:\"id\";i:172;s:6:\"folder\";s:10:\"electron01\";s:5:\"title\";s:35:\"electron01 mega menu static block 3\";s:10:\"created_at\";s:19:\"2020-03-24 09:51:35\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:74:\"https://8theme.com/import/xstore-studio/electron01_secondary_menu_item_03/\";s:9:\"thumbnail\";s:109:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron01/electron01_secondary_menu_item_03.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:10:\"electron01\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:384;a:10:{s:11:\"template_id\";s:33:\"electron01_secondary_menu_item_02\";s:2:\"id\";i:171;s:6:\"folder\";s:10:\"electron01\";s:5:\"title\";s:35:\"electron01 mega menu static block 2\";s:10:\"created_at\";s:19:\"2020-03-24 09:51:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:74:\"https://8theme.com/import/xstore-studio/electron01_secondary_menu_item_02/\";s:9:\"thumbnail\";s:109:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron01/electron01_secondary_menu_item_02.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:10:\"electron01\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:385;a:10:{s:11:\"template_id\";s:33:\"electron01_secondary_menu_item_01\";s:2:\"id\";i:170;s:6:\"folder\";s:10:\"electron01\";s:5:\"title\";s:35:\"electron01 mega menu static block 1\";s:10:\"created_at\";s:19:\"2020-03-24 09:51:33\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:74:\"https://8theme.com/import/xstore-studio/electron01_secondary_menu_item_01/\";s:9:\"thumbnail\";s:109:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron01/electron01_secondary_menu_item_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:10:\"electron01\";i:2;s:9:\"mega menu\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"mega menu\";}}i:386;a:10:{s:11:\"template_id\";s:20:\"electron01_footer_01\";s:2:\"id\";i:169;s:6:\"folder\";s:10:\"electron01\";s:5:\"title\";s:33:\"electron01 prefooter static block\";s:10:\"created_at\";s:19:\"2020-03-24 09:51:32\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/electron01_footer_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron01/electron01_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:10:\"electron01\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:387;a:10:{s:11:\"template_id\";s:23:\"electron01_prefooter_01\";s:2:\"id\";i:168;s:6:\"folder\";s:10:\"electron01\";s:5:\"title\";s:33:\"electron01 prefooter static block\";s:10:\"created_at\";s:19:\"2020-03-24 09:51:31\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"https://8theme.com/import/xstore-studio/electron01_prefooter_01/\";s:9:\"thumbnail\";s:99:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron01/electron01_prefooter_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:10:\"electron01\";i:2;s:9:\"prefooter\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:388;a:10:{s:11:\"template_id\";s:28:\"electron01_delivery_rules_01\";s:2:\"id\";i:167;s:6:\"folder\";s:10:\"electron01\";s:5:\"title\";s:40:\"electron01 delivery rules page section 1\";s:10:\"created_at\";s:19:\"2020-03-24 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:69:\"https://8theme.com/import/xstore-studio/electron01_delivery_rules_01/\";s:9:\"thumbnail\";s:104:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron01/electron01_delivery_rules_01.jpg\";s:4:\"tags\";a:2:{i:0;s:10:\"electron01\";i:1;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:389;a:10:{s:11:\"template_id\";s:18:\"electron01_home_04\";s:2:\"id\";i:166;s:6:\"folder\";s:10:\"electron01\";s:5:\"title\";s:25:\"electron01 home section 4\";s:10:\"created_at\";s:19:\"2020-03-24 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/electron01_home_04/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron01/electron01_home_04.jpg\";s:4:\"tags\";a:2:{i:0;s:10:\"electron01\";i:1;s:7:\"banners\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:9:\"eCommerce\";}}i:390;a:10:{s:11:\"template_id\";s:18:\"electron01_home_03\";s:2:\"id\";i:165;s:6:\"folder\";s:10:\"electron01\";s:5:\"title\";s:25:\"electron01 home section 3\";s:10:\"created_at\";s:19:\"2020-03-24 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/electron01_home_03/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron01/electron01_home_03.jpg\";s:4:\"tags\";a:2:{i:0;s:10:\"electron01\";i:1;s:7:\"banners\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:9:\"eCommerce\";}}i:391;a:10:{s:11:\"template_id\";s:18:\"electron01_home_02\";s:2:\"id\";i:164;s:6:\"folder\";s:10:\"electron01\";s:5:\"title\";s:25:\"electron01 home section 2\";s:10:\"created_at\";s:19:\"2020-03-24 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/electron01_home_02/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron01/electron01_home_02.jpg\";s:4:\"tags\";a:5:{i:0;s:3:\"all\";i:1;s:10:\"electron01\";i:2;s:9:\"eCommerce\";i:3;s:10:\"icon boxes\";i:4;s:8:\"services\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:10:\"electron01\";i:2;s:9:\"eCommerce\";i:3;s:19:\"icon boxes/services\";}}i:392;a:10:{s:11:\"template_id\";s:18:\"electron01_home_01\";s:2:\"id\";i:163;s:6:\"folder\";s:10:\"electron01\";s:5:\"title\";s:25:\"electron01 home section 1\";s:10:\"created_at\";s:19:\"2020-03-24 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/electron01_home_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/electron01/electron01_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:10:\"electron01\";i:1;s:6:\"slider\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:7:\"sliders\";i:2;s:14:\"call to action\";i:3;s:9:\"eCommerce\";}}i:393;a:10:{s:11:\"template_id\";s:21:\"marseille02_footer_01\";s:2:\"id\";i:162;s:6:\"folder\";s:11:\"marseille02\";s:5:\"title\";s:31:\"marseille02 footer static block\";s:10:\"created_at\";s:19:\"2020-03-23 09:51:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/marseille02_footer_01/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille02/marseille02_footer_01.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:11:\"marseille02\";i:2;s:6:\"footer\";i:3;s:4:\"dark\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:6:\"footer\";i:2;s:4:\"dark\";}}i:394;a:10:{s:11:\"template_id\";s:23:\"marseille02_about_us_01\";s:2:\"id\";i:161;s:6:\"folder\";s:11:\"marseille02\";s:5:\"title\";s:35:\"marseille02 about us page section 1\";s:10:\"created_at\";s:19:\"2020-03-23 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"https://8theme.com/import/xstore-studio/marseille02_about_us_01/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille02/marseille02_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:11:\"marseille02\";i:1;s:5:\"about\";i:2;s:4:\"team\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:4:\"team\";}}i:395;a:10:{s:11:\"template_id\";s:19:\"marseille02_home_02\";s:2:\"id\";i:160;s:6:\"folder\";s:11:\"marseille02\";s:5:\"title\";s:26:\"marseille02 home section 2\";s:10:\"created_at\";s:19:\"2020-03-23 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/marseille02_home_02/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille02/marseille02_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:11:\"marseille02\";i:1;s:7:\"banners\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:14:\"call to action\";i:3;s:9:\"eCommerce\";}}i:396;a:10:{s:11:\"template_id\";s:19:\"marseille02_home_01\";s:2:\"id\";i:159;s:6:\"folder\";s:11:\"marseille02\";s:5:\"title\";s:26:\"marseille02 home section 1\";s:10:\"created_at\";s:19:\"2020-03-23 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/marseille02_home_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille02/marseille02_home_01.jpg\";s:4:\"tags\";a:2:{i:0;s:11:\"marseille02\";i:1;s:6:\"slider\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"sliders\";i:2;s:7:\"banners\";}}i:397;a:10:{s:11:\"template_id\";s:21:\"marseille01_footer_01\";s:2:\"id\";i:158;s:6:\"folder\";s:11:\"marseille01\";s:5:\"title\";s:31:\"marseille01 footer static block\";s:10:\"created_at\";s:19:\"2020-03-22 09:51:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/marseille01_footer_01/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille01/marseille01_footer_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:11:\"marseille01\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:398;a:10:{s:11:\"template_id\";s:26:\"marseille01_shop_banner_01\";s:2:\"id\";i:157;s:6:\"folder\";s:11:\"marseille01\";s:5:\"title\";s:36:\"marseille01 shop banner static block\";s:10:\"created_at\";s:19:\"2020-03-22 09:51:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:67:\"https://8theme.com/import/xstore-studio/marseille01_shop_banner_01/\";s:9:\"thumbnail\";s:103:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille01/marseille01_shop_banner_01.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:11:\"marseille01\";}s:4:\"cats\";a:1:{i:0;s:3:\"all\";}}i:399;a:10:{s:11:\"template_id\";s:25:\"marseille01_contact_us_01\";s:2:\"id\";i:156;s:6:\"folder\";s:11:\"marseille01\";s:5:\"title\";s:37:\"marseille01 contact us page section 1\";s:10:\"created_at\";s:19:\"2020-03-22 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"https://8theme.com/import/xstore-studio/marseille01_contact_us_01/\";s:9:\"thumbnail\";s:102:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille01/marseille01_contact_us_01.jpg\";s:4:\"tags\";a:4:{i:0;s:11:\"marseille01\";i:1;s:8:\"contacts\";i:2;s:10:\"icon boxes\";i:3;s:8:\"services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";i:2;s:19:\"icon boxes/services\";}}i:400;a:10:{s:11:\"template_id\";s:23:\"marseille01_about_us_01\";s:2:\"id\";i:155;s:6:\"folder\";s:11:\"marseille01\";s:5:\"title\";s:35:\"marseille01 about us page section 1\";s:10:\"created_at\";s:19:\"2020-03-22 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"https://8theme.com/import/xstore-studio/marseille01_about_us_01/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille01/marseille01_about_us_01.jpg\";s:4:\"tags\";a:5:{i:0;s:11:\"marseille01\";i:1;s:5:\"about\";i:2;s:5:\"image\";i:3;s:10:\"icon boxes\";i:4;s:8:\"services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:19:\"icon boxes/services\";}}i:401;a:10:{s:11:\"template_id\";s:19:\"marseille01_home_02\";s:2:\"id\";i:154;s:6:\"folder\";s:11:\"marseille01\";s:5:\"title\";s:26:\"marseille01 home section 1\";s:10:\"created_at\";s:19:\"2020-03-22 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/marseille01_home_02/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille01/marseille01_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:11:\"marseille01\";i:1;s:7:\"banners\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:14:\"call to action\";i:3;s:9:\"eCommerce\";}}i:402;a:10:{s:11:\"template_id\";s:19:\"marseille01_home_01\";s:2:\"id\";i:153;s:6:\"folder\";s:11:\"marseille01\";s:5:\"title\";s:26:\"marseille01 home section 1\";s:10:\"created_at\";s:19:\"2020-03-22 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/marseille01_home_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/marseille01/marseille01_home_01.jpg\";s:4:\"tags\";a:2:{i:0;s:11:\"marseille01\";i:1;s:6:\"slider\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"sliders\";i:2;s:7:\"banners\";}}i:403;a:10:{s:11:\"template_id\";s:18:\"cleaning_footer_01\";s:2:\"id\";i:152;s:6:\"folder\";s:8:\"cleaning\";s:5:\"title\";s:28:\"cleaning footer static block\";s:10:\"created_at\";s:19:\"2020-03-21 09:51:48\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/cleaning_footer_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/cleaning/cleaning_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"cleaning\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:404;a:10:{s:11:\"template_id\";s:19:\"cleaning_booking_01\";s:2:\"id\";i:151;s:6:\"folder\";s:8:\"cleaning\";s:5:\"title\";s:31:\"cleaning booking page section 1\";s:10:\"created_at\";s:19:\"2020-03-21 09:50:48\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/cleaning_home_01/\";s:9:\"thumbnail\";s:93:\"https://8theme.com/import/xstore-studio/studio/images/blocks/cleaning/cleaning_booking_01.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"cleaning\";i:1;s:5:\"about\";i:2;s:3:\"FAQ\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}}i:405;a:10:{s:11:\"template_id\";s:20:\"cleaning_our_team_04\";s:2:\"id\";i:150;s:6:\"folder\";s:8:\"cleaning\";s:5:\"title\";s:32:\"cleaning our team page section 4\";s:10:\"created_at\";s:19:\"2020-03-21 09:50:47\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/cleaning_our_team_04/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/cleaning/cleaning_our_team_04.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"cleaning\";i:1;s:12:\"testimonials\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:12:\"testimonials\";}}i:406;a:10:{s:11:\"template_id\";s:20:\"cleaning_our_team_03\";s:2:\"id\";i:149;s:6:\"folder\";s:8:\"cleaning\";s:5:\"title\";s:32:\"cleaning our team page section 3\";s:10:\"created_at\";s:19:\"2020-03-21 09:50:46\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/cleaning_our_team_03/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/cleaning/cleaning_our_team_03.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"cleaning\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}}i:407;a:10:{s:11:\"template_id\";s:20:\"cleaning_our_team_02\";s:2:\"id\";i:148;s:6:\"folder\";s:8:\"cleaning\";s:5:\"title\";s:32:\"cleaning our team page section 2\";s:10:\"created_at\";s:19:\"2020-03-21 09:50:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/cleaning_our_team_02/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/cleaning/cleaning_our_team_02.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"cleaning\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}}i:408;a:10:{s:11:\"template_id\";s:20:\"cleaning_our_team_01\";s:2:\"id\";i:147;s:6:\"folder\";s:8:\"cleaning\";s:5:\"title\";s:32:\"cleaning our team page section 1\";s:10:\"created_at\";s:19:\"2020-03-21 09:50:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/cleaning_our_team_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/cleaning/cleaning_our_team_01.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"cleaning\";i:1;s:4:\"team\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"team\";}}i:409;a:10:{s:11:\"template_id\";s:16:\"cleaning_home_05\";s:2:\"id\";i:146;s:6:\"folder\";s:8:\"cleaning\";s:5:\"title\";s:23:\"cleaning home section 5\";s:10:\"created_at\";s:19:\"2020-03-21 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/cleaning_home_05/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/cleaning/cleaning_home_05.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"cleaning\";i:1;s:6:\"brands\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"brands\";}}i:410;a:10:{s:11:\"template_id\";s:16:\"cleaning_home_04\";s:2:\"id\";i:145;s:6:\"folder\";s:8:\"cleaning\";s:5:\"title\";s:23:\"cleaning home section 4\";s:10:\"created_at\";s:19:\"2020-03-21 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/cleaning_home_04/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/cleaning/cleaning_home_04.jpg\";s:4:\"tags\";a:4:{i:0;s:8:\"cleaning\";i:1;s:8:\"contacts\";i:2;s:10:\"icon boxes\";i:3;s:8:\"services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";i:2;s:19:\"icon boxes/services\";}}i:411;a:10:{s:11:\"template_id\";s:16:\"cleaning_home_03\";s:2:\"id\";i:144;s:6:\"folder\";s:8:\"cleaning\";s:5:\"title\";s:23:\"cleaning home section 3\";s:10:\"created_at\";s:19:\"2020-03-21 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/cleaning_home_03/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/cleaning/cleaning_home_03.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"cleaning\";i:1;s:14:\"pricing tables\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:14:\"pricing tables\";}}i:412;a:10:{s:11:\"template_id\";s:16:\"cleaning_home_02\";s:2:\"id\";i:143;s:6:\"folder\";s:8:\"cleaning\";s:5:\"title\";s:23:\"cleaning home section 2\";s:10:\"created_at\";s:19:\"2020-03-21 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/cleaning_home_02/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/cleaning/cleaning_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"cleaning\";i:1;s:10:\"icon boxes\";i:2;s:8:\"services\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";}}i:413;a:10:{s:11:\"template_id\";s:16:\"cleaning_home_01\";s:2:\"id\";i:142;s:6:\"folder\";s:8:\"cleaning\";s:5:\"title\";s:23:\"cleaning home section 1\";s:10:\"created_at\";s:19:\"2020-03-21 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/cleaning_home_01/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/cleaning/cleaning_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"cleaning\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}}i:414;a:10:{s:11:\"template_id\";s:18:\"delivery_footer_01\";s:2:\"id\";i:141;s:6:\"folder\";s:8:\"delivery\";s:5:\"title\";s:28:\"delivery footer static block\";s:10:\"created_at\";s:19:\"2020-03-20 09:51:50\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/delivery_footer_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/delivery/delivery_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"delivery\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:415;a:10:{s:11:\"template_id\";s:20:\"delivery_tracking_02\";s:2:\"id\";i:140;s:6:\"folder\";s:8:\"delivery\";s:5:\"title\";s:23:\"delivery home section 2\";s:10:\"created_at\";s:19:\"2020-03-20 09:50:50\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/delivery_tracking_02/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/delivery/delivery_tracking_02.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"delivery\";i:1;s:8:\"contacts\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";i:2;s:14:\"call to action\";}}i:416;a:10:{s:11:\"template_id\";s:20:\"delivery_tracking_01\";s:2:\"id\";i:139;s:6:\"folder\";s:8:\"delivery\";s:5:\"title\";s:23:\"delivery home section 1\";s:10:\"created_at\";s:19:\"2020-03-20 09:50:49\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/delivery_tracking_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/delivery/delivery_tracking_01.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"delivery\";i:1;s:10:\"icon boxes\";i:2;s:8:\"services\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";}}i:417;a:10:{s:11:\"template_id\";s:23:\"delivery_our_company_05\";s:2:\"id\";i:138;s:6:\"folder\";s:8:\"delivery\";s:5:\"title\";s:23:\"delivery home section 5\";s:10:\"created_at\";s:19:\"2020-03-20 09:50:48\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"https://8theme.com/import/xstore-studio/delivery_our_company_05/\";s:9:\"thumbnail\";s:97:\"https://8theme.com/import/xstore-studio/studio/images/blocks/delivery/delivery_our_company_05.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"delivery\";i:1;s:12:\"testimonials\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:12:\"testimonials\";}}i:418;a:10:{s:11:\"template_id\";s:23:\"delivery_our_company_04\";s:2:\"id\";i:137;s:6:\"folder\";s:8:\"delivery\";s:5:\"title\";s:23:\"delivery home section 4\";s:10:\"created_at\";s:19:\"2020-03-20 09:50:47\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"https://8theme.com/import/xstore-studio/delivery_our_company_04/\";s:9:\"thumbnail\";s:97:\"https://8theme.com/import/xstore-studio/studio/images/blocks/delivery/delivery_our_company_04.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"delivery\";i:1;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:419;a:10:{s:11:\"template_id\";s:23:\"delivery_our_company_03\";s:2:\"id\";i:136;s:6:\"folder\";s:8:\"delivery\";s:5:\"title\";s:23:\"delivery home section 3\";s:10:\"created_at\";s:19:\"2020-03-20 09:50:46\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"https://8theme.com/import/xstore-studio/delivery_our_company_03/\";s:9:\"thumbnail\";s:97:\"https://8theme.com/import/xstore-studio/studio/images/blocks/delivery/delivery_our_company_03.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"delivery\";i:1;s:4:\"team\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"team\";}}i:420;a:10:{s:11:\"template_id\";s:23:\"delivery_our_company_02\";s:2:\"id\";i:135;s:6:\"folder\";s:8:\"delivery\";s:5:\"title\";s:23:\"delivery home section 2\";s:10:\"created_at\";s:19:\"2020-03-20 09:50:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"https://8theme.com/import/xstore-studio/delivery_our_company_02/\";s:9:\"thumbnail\";s:97:\"https://8theme.com/import/xstore-studio/studio/images/blocks/delivery/delivery_our_company_02.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"delivery\";i:1;s:5:\"video\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"video\";}}i:421;a:10:{s:11:\"template_id\";s:23:\"delivery_our_company_01\";s:2:\"id\";i:134;s:6:\"folder\";s:8:\"delivery\";s:5:\"title\";s:23:\"delivery home section 1\";s:10:\"created_at\";s:19:\"2020-03-20 09:50:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"https://8theme.com/import/xstore-studio/delivery_our_company_01/\";s:9:\"thumbnail\";s:97:\"https://8theme.com/import/xstore-studio/studio/images/blocks/delivery/delivery_our_company_01.jpg\";s:4:\"tags\";a:4:{i:0;s:8:\"delivery\";i:1;s:5:\"about\";i:2;s:4:\"text\";i:3;s:5:\"image\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"grid\";i:2;s:5:\"about\";}}i:422;a:10:{s:11:\"template_id\";s:16:\"delivery_home_05\";s:2:\"id\";i:133;s:6:\"folder\";s:8:\"delivery\";s:5:\"title\";s:23:\"delivery home section 5\";s:10:\"created_at\";s:19:\"2020-03-20 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/delivery_home_05/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/delivery/delivery_home_05.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"delivery\";i:1;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:423;a:10:{s:11:\"template_id\";s:16:\"delivery_home_04\";s:2:\"id\";i:132;s:6:\"folder\";s:8:\"delivery\";s:5:\"title\";s:23:\"delivery home section 4\";s:10:\"created_at\";s:19:\"2020-03-20 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/delivery_home_04/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/delivery/delivery_home_04.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"delivery\";i:1;s:14:\"pricing tables\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:14:\"pricing tables\";}}i:424;a:10:{s:11:\"template_id\";s:16:\"delivery_home_03\";s:2:\"id\";i:131;s:6:\"folder\";s:8:\"delivery\";s:5:\"title\";s:23:\"delivery home section 3\";s:10:\"created_at\";s:19:\"2020-03-20 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/delivery_home_03/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/delivery/delivery_home_03.jpg\";s:4:\"tags\";a:4:{i:0;s:8:\"delivery\";i:1;s:10:\"icon boxes\";i:2;s:8:\"services\";i:3;s:5:\"texts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";}}i:425;a:10:{s:11:\"template_id\";s:16:\"delivery_home_02\";s:2:\"id\";i:130;s:6:\"folder\";s:8:\"delivery\";s:5:\"title\";s:23:\"delivery home section 2\";s:10:\"created_at\";s:19:\"2020-03-20 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/delivery_home_02/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/delivery/delivery_home_02.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"delivery\";i:1;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";i:2;s:5:\"about\";}}i:426;a:10:{s:11:\"template_id\";s:16:\"delivery_home_01\";s:2:\"id\";i:129;s:6:\"folder\";s:8:\"delivery\";s:5:\"title\";s:23:\"delivery home section 1\";s:10:\"created_at\";s:19:\"2020-03-20 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/delivery_home_01/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/delivery/delivery_home_01.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"delivery\";i:1;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";i:2;s:5:\"about\";}}i:427;a:10:{s:11:\"template_id\";s:20:\"furniture2_footer_01\";s:2:\"id\";i:128;s:6:\"folder\";s:10:\"furniture2\";s:5:\"title\";s:30:\"furniture2 footer static block\";s:10:\"created_at\";s:19:\"2020-03-19 09:51:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/furniture2_footer_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/furniture2/furniture2_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:10:\"furniture2\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:428;a:10:{s:11:\"template_id\";s:24:\"furniture2_contact_us_01\";s:2:\"id\";i:127;s:6:\"folder\";s:10:\"furniture2\";s:5:\"title\";s:36:\"furniture2 contact us page section 1\";s:10:\"created_at\";s:19:\"2020-03-19 09:50:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"https://8theme.com/import/xstore-studio/furniture2_contact_us_01/\";s:9:\"thumbnail\";s:100:\"https://8theme.com/import/xstore-studio/studio/images/blocks/furniture2/furniture2_contact_us_01.jpg\";s:4:\"tags\";a:4:{i:0;s:10:\"furniture2\";i:1;s:8:\"contacts\";i:2;s:10:\"icon boxes\";i:3;s:8:\"services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";i:2;s:8:\"contacts\";}}i:429;a:10:{s:11:\"template_id\";s:22:\"furniture2_about_us_03\";s:2:\"id\";i:126;s:6:\"folder\";s:10:\"furniture2\";s:5:\"title\";s:34:\"furniture2 about us page section 3\";s:10:\"created_at\";s:19:\"2020-03-19 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"https://8theme.com/import/xstore-studio/furniture2_about_us_03/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/furniture2/furniture2_about_us_03.jpg\";s:4:\"tags\";a:3:{i:0;s:10:\"furniture2\";i:1;s:10:\"icon boxes\";i:2;s:8:\"services\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";}}i:430;a:10:{s:11:\"template_id\";s:22:\"furniture2_about_us_02\";s:2:\"id\";i:125;s:6:\"folder\";s:10:\"furniture2\";s:5:\"title\";s:34:\"furniture2 about us page section 2\";s:10:\"created_at\";s:19:\"2020-03-19 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"https://8theme.com/import/xstore-studio/furniture2_about_us_02/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/furniture2/furniture2_about_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:10:\"furniture2\";i:1;s:5:\"about\";i:2;s:11:\"stores list\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:431;a:10:{s:11:\"template_id\";s:22:\"furniture2_about_us_01\";s:2:\"id\";i:124;s:6:\"folder\";s:10:\"furniture2\";s:5:\"title\";s:34:\"furniture2 about us page section 1\";s:10:\"created_at\";s:19:\"2020-03-19 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"https://8theme.com/import/xstore-studio/furniture2_about_us_01/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/furniture2/furniture2_about_us_01.jpg\";s:4:\"tags\";a:4:{i:0;s:10:\"furniture2\";i:1;s:5:\"about\";i:2;s:5:\"image\";i:3;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:432;a:10:{s:11:\"template_id\";s:18:\"furniture2_home_02\";s:2:\"id\";i:123;s:6:\"folder\";s:10:\"furniture2\";s:5:\"title\";s:25:\"furniture2 home section 2\";s:10:\"created_at\";s:19:\"2020-03-19 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/furniture2_home_02/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/furniture2/furniture2_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:10:\"furniture2\";i:1;s:14:\"call to action\";i:2;s:7:\"banners\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";i:2;s:7:\"banners\";}}i:433;a:10:{s:11:\"template_id\";s:18:\"furniture2_home_01\";s:2:\"id\";i:122;s:6:\"folder\";s:10:\"furniture2\";s:5:\"title\";s:25:\"furniture2 home section 1\";s:10:\"created_at\";s:19:\"2020-03-19 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/furniture2_home_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/furniture2/furniture2_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:10:\"furniture2\";i:1;s:7:\"banners\";i:2;s:9:\"eCommerce\";i:3;s:10:\"categories\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:9:\"eCommerce\";}}i:434;a:10:{s:11:\"template_id\";s:18:\"interior_footer_01\";s:2:\"id\";i:121;s:6:\"folder\";s:8:\"interior\";s:5:\"title\";s:28:\"interior footer static block\";s:10:\"created_at\";s:19:\"2020-03-18 09:51:47\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/interior_footer_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/interior/interior_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"interior\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:435;a:10:{s:11:\"template_id\";s:22:\"interior_categories_01\";s:2:\"id\";i:120;s:6:\"folder\";s:8:\"interior\";s:5:\"title\";s:34:\"interior categories page section 1\";s:10:\"created_at\";s:19:\"2020-03-18 09:50:47\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"https://8theme.com/import/xstore-studio/interior_categories_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/interior/interior_categories_01.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"interior\";i:1;s:9:\"eCommerce\";i:2;s:10:\"categories\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";}}i:436;a:10:{s:11:\"template_id\";s:20:\"interior_about_us_03\";s:2:\"id\";i:119;s:6:\"folder\";s:8:\"interior\";s:5:\"title\";s:32:\"interior about us page section 3\";s:10:\"created_at\";s:19:\"2020-03-18 09:50:46\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/interior_about_us_03/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/interior/interior_about_us_03.jpg\";s:4:\"tags\";a:4:{i:0;s:8:\"interior\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";i:3;s:4:\"grid\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";i:3;s:4:\"grid\";}}i:437;a:10:{s:11:\"template_id\";s:20:\"interior_about_us_02\";s:2:\"id\";i:118;s:6:\"folder\";s:8:\"interior\";s:5:\"title\";s:32:\"interior about us page section 2\";s:10:\"created_at\";s:19:\"2020-03-18 09:50:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/interior_about_us_02/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/interior/interior_about_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"interior\";i:1;s:5:\"about\";i:2;s:4:\"text\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:4:\"grid\";}}i:438;a:10:{s:11:\"template_id\";s:20:\"interior_about_us_01\";s:2:\"id\";i:117;s:6:\"folder\";s:8:\"interior\";s:5:\"title\";s:32:\"interior about us page section 1\";s:10:\"created_at\";s:19:\"2020-03-18 09:50:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/interior_about_us_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/interior/interior_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"interior\";i:1;s:5:\"about\";i:2;s:4:\"text\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:4:\"grid\";}}i:439;a:10:{s:11:\"template_id\";s:16:\"interior_home_05\";s:2:\"id\";i:116;s:6:\"folder\";s:8:\"interior\";s:5:\"title\";s:23:\"interior home section 5\";s:10:\"created_at\";s:19:\"2020-03-18 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/interior_home_05/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/interior/interior_home_05.jpg\";s:4:\"tags\";a:4:{i:0;s:8:\"interior\";i:1;s:8:\"contacts\";i:2;s:10:\"icon boxes\";i:3;s:8:\"services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";i:2;s:19:\"icon boxes/services\";}}i:440;a:10:{s:11:\"template_id\";s:16:\"interior_home_04\";s:2:\"id\";i:115;s:6:\"folder\";s:8:\"interior\";s:5:\"title\";s:23:\"interior home section 4\";s:10:\"created_at\";s:19:\"2020-03-18 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/interior_home_04/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/interior/interior_home_04.jpg\";s:4:\"tags\";a:5:{i:0;s:8:\"interior\";i:1;s:4:\"blog\";i:2;s:14:\"call to action\";i:3;s:4:\"grid\";i:4;s:5:\"posts\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:4:\"blog\";i:2;s:14:\"call to action\";i:3;s:4:\"grid\";}}i:441;a:10:{s:11:\"template_id\";s:16:\"interior_home_03\";s:2:\"id\";i:114;s:6:\"folder\";s:8:\"interior\";s:5:\"title\";s:23:\"interior home section 3\";s:10:\"created_at\";s:19:\"2020-03-18 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/interior_home_03/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/interior/interior_home_03.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"interior\";i:1;s:19:\"icon boxes/services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"interior\";i:2;s:19:\"icon boxes/services\";}}i:442;a:10:{s:11:\"template_id\";s:16:\"interior_home_02\";s:2:\"id\";i:113;s:6:\"folder\";s:8:\"interior\";s:5:\"title\";s:23:\"interior home section 2\";s:10:\"created_at\";s:19:\"2020-03-18 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/interior_home_02/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/interior/interior_home_02.jpg\";s:4:\"tags\";a:4:{i:0;s:8:\"interior\";i:1;s:9:\"eCommerce\";i:2;s:4:\"grid\";i:3;s:6:\"images\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:8:\"interior\";i:2;s:9:\"eCommerce\";i:3;s:4:\"grid\";}}i:443;a:10:{s:11:\"template_id\";s:16:\"interior_home_01\";s:2:\"id\";i:112;s:6:\"folder\";s:8:\"interior\";s:5:\"title\";s:23:\"interior home section 1\";s:10:\"created_at\";s:19:\"2020-03-18 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/interior_home_01/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/interior/interior_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:8:\"interior\";i:1;s:9:\"eCommerce\";i:2;s:4:\"grid\";i:3;s:6:\"images\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:8:\"interior\";i:2;s:9:\"eCommerce\";i:3;s:4:\"grid\";}}i:444;a:10:{s:11:\"template_id\";s:17:\"bicycle_footer_01\";s:2:\"id\";i:111;s:6:\"folder\";s:7:\"bicycle\";s:5:\"title\";s:27:\"bicycle footer static block\";s:10:\"created_at\";s:19:\"2020-03-17 09:51:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/bicycle_footer_01/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/bicycle/bicycle_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"bicycle\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:445;a:10:{s:11:\"template_id\";s:15:\"home_bicycle_05\";s:2:\"id\";i:110;s:6:\"folder\";s:7:\"bicycle\";s:5:\"title\";s:22:\"bicycle home section 5\";s:10:\"created_at\";s:19:\"2020-03-17 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/home_bicycle_05/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/bicycle/home_bicycle_05.jpg\";s:4:\"tags\";a:3:{i:0;s:7:\"bicycle\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}}i:446;a:10:{s:11:\"template_id\";s:15:\"home_bicycle_04\";s:2:\"id\";i:109;s:6:\"folder\";s:7:\"bicycle\";s:5:\"title\";s:22:\"bicycle home section 4\";s:10:\"created_at\";s:19:\"2020-03-17 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/home_bicycle_04/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/bicycle/home_bicycle_04.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"bicycle\";i:1;s:5:\"about\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:19:\"icon boxes/services\";}}i:447;a:10:{s:11:\"template_id\";s:15:\"home_bicycle_03\";s:2:\"id\";i:108;s:6:\"folder\";s:7:\"bicycle\";s:5:\"title\";s:22:\"bicycle home section 3\";s:10:\"created_at\";s:19:\"2020-03-17 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/home_bicycle_03/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/bicycle/home_bicycle_03.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"bicycle\";i:1;s:5:\"about\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"grid\";i:2;s:5:\"about\";}}i:448;a:10:{s:11:\"template_id\";s:15:\"home_bicycle_02\";s:2:\"id\";i:107;s:6:\"folder\";s:7:\"bicycle\";s:5:\"title\";s:22:\"bicycle home section 2\";s:10:\"created_at\";s:19:\"2020-03-17 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/home_bicycle_02/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/bicycle/home_bicycle_02.jpg\";s:4:\"tags\";a:3:{i:0;s:7:\"bicycle\";i:1;s:4:\"text\";i:2;s:5:\"image\";}s:4:\"cats\";a:3:{i:0;s:7:\"bicycle\";i:1;s:4:\"grid\";i:2;s:5:\"about\";}}i:449;a:10:{s:11:\"template_id\";s:15:\"home_bicycle_01\";s:2:\"id\";i:106;s:6:\"folder\";s:7:\"bicycle\";s:5:\"title\";s:22:\"bicycle home section 1\";s:10:\"created_at\";s:19:\"2020-03-17 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/home_bicycle_01/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/bicycle/home_bicycle_01.jpg\";s:4:\"tags\";a:5:{i:0;s:3:\"all\";i:1;s:7:\"bicycle\";i:2;s:7:\"banners\";i:3;s:14:\"call to action\";i:4;s:9:\"eCommerce\";}s:4:\"cats\";a:5:{i:0;s:3:\"all\";i:1;s:7:\"bicycle\";i:2;s:7:\"banners\";i:3;s:14:\"call to action\";i:4;s:9:\"eCommerce\";}}i:450;a:10:{s:11:\"template_id\";s:21:\"furniture_about_us_03\";s:2:\"id\";i:105;s:6:\"folder\";s:9:\"furniture\";s:5:\"title\";s:33:\"furniture about us page section 3\";s:10:\"created_at\";s:19:\"2020-03-16 09:50:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/furniture_about_us_03/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/furniture/furniture_about_us_03.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"furniture\";i:1;s:4:\"team\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"team\";}}i:451;a:10:{s:11:\"template_id\";s:21:\"furniture_about_us_02\";s:2:\"id\";i:104;s:6:\"folder\";s:9:\"furniture\";s:5:\"title\";s:33:\"furniture about us page section 2\";s:10:\"created_at\";s:19:\"2020-03-16 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/furniture_about_us_02/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/furniture/furniture_about_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:9:\"furniture\";i:1;s:5:\"about\";i:2;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:452;a:10:{s:11:\"template_id\";s:21:\"furniture_about_us_01\";s:2:\"id\";i:103;s:6:\"folder\";s:9:\"furniture\";s:5:\"title\";s:33:\"furniture about us page section 1\";s:10:\"created_at\";s:19:\"2020-03-16 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/furniture_about_us_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/furniture/furniture_about_us_01.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"furniture\";i:1;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:453;a:10:{s:11:\"template_id\";s:17:\"furniture_home_03\";s:2:\"id\";i:102;s:6:\"folder\";s:9:\"furniture\";s:5:\"title\";s:24:\"furniture home section 3\";s:10:\"created_at\";s:19:\"2020-03-16 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/furniture_home_03/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/furniture/furniture_home_03.jpg\";s:4:\"tags\";a:3:{i:0;s:9:\"furniture\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}}i:454;a:10:{s:11:\"template_id\";s:17:\"furniture_home_02\";s:2:\"id\";i:101;s:6:\"folder\";s:9:\"furniture\";s:5:\"title\";s:24:\"furniture home section 2\";s:10:\"created_at\";s:19:\"2020-03-16 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/furniture_home_02/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/furniture/furniture_home_02.jpg\";s:4:\"tags\";a:4:{i:0;s:9:\"furniture\";i:1;s:10:\"icon boxes\";i:2;s:8:\"services\";i:3;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";i:2;s:14:\"call to action\";}}i:455;a:10:{s:11:\"template_id\";s:17:\"furniture_home_01\";s:2:\"id\";i:100;s:6:\"folder\";s:9:\"furniture\";s:5:\"title\";s:24:\"furniture home section 1\";s:10:\"created_at\";s:19:\"2020-03-16 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/furniture_home_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/furniture/furniture_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:9:\"furniture\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}}i:456;a:10:{s:11:\"template_id\";s:20:\"engineer_about_us_01\";s:2:\"id\";i:99;s:6:\"folder\";s:8:\"engineer\";s:5:\"title\";s:32:\"engineer about us page section 1\";s:10:\"created_at\";s:20:\"2020-03-15 09:50:340\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/engineer_about_us_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/engineer/engineer_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"engineer\";i:1;s:5:\"about\";i:2;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:457;a:10:{s:11:\"template_id\";s:16:\"engineer_home_02\";s:2:\"id\";i:98;s:6:\"folder\";s:8:\"engineer\";s:5:\"title\";s:23:\"engineer home section 2\";s:10:\"created_at\";s:20:\"2020-03-15 09:50:340\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/engineer_home_02/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/engineer/engineer_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"engineer\";i:1;s:6:\"banner\";i:2;s:9:\"eCommerce\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:9:\"eCommerce\";}}i:458;a:10:{s:11:\"template_id\";s:16:\"engineer_home_01\";s:2:\"id\";i:97;s:6:\"folder\";s:8:\"engineer\";s:5:\"title\";s:23:\"engineer home section 1\";s:10:\"created_at\";s:19:\"2020-03-15 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/engineer_home_01/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/engineer/engineer_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:8:\"engineer\";i:1;s:7:\"banners\";i:2;s:9:\"eCommerce\";i:3;s:14:\"call to action\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:9:\"eCommerce\";i:3;s:14:\"call to action\";}}i:459;a:10:{s:11:\"template_id\";s:21:\"glasses_contact_us_01\";s:2:\"id\";i:96;s:6:\"folder\";s:7:\"glasses\";s:5:\"title\";s:33:\"glasses contact us page section 1\";s:10:\"created_at\";s:19:\"2020-03-14 09:50:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/glasses_contact_us_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/glasses/glasses_contact_us_01.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"glasses\";i:1;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:460;a:10:{s:11:\"template_id\";s:19:\"glasses_about_us_03\";s:2:\"id\";i:95;s:6:\"folder\";s:7:\"glasses\";s:5:\"title\";s:31:\"glasses about us page section 3\";s:10:\"created_at\";s:19:\"2020-03-14 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/glasses_about_us_03/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/glasses/glasses_about_us_03.jpg\";s:4:\"tags\";a:4:{i:0;s:7:\"glasses\";i:1;s:5:\"about\";i:2;s:10:\"icon boxes\";i:3;s:8:\"services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:19:\"icon boxes/services\";}}i:461;a:10:{s:11:\"template_id\";s:19:\"glasses_about_us_02\";s:2:\"id\";i:94;s:6:\"folder\";s:7:\"glasses\";s:5:\"title\";s:31:\"glasses about us page section 2\";s:10:\"created_at\";s:19:\"2020-03-14 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/glasses_about_us_02/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/glasses/glasses_about_us_02.jpg\";s:4:\"tags\";a:4:{i:0;s:7:\"glasses\";i:1;s:5:\"about\";i:2;s:5:\"image\";i:3;s:4:\"grid\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:4:\"grid\";}}i:462;a:10:{s:11:\"template_id\";s:19:\"glasses_about_us_01\";s:2:\"id\";i:93;s:6:\"folder\";s:7:\"glasses\";s:5:\"title\";s:31:\"glasses about us page section 1\";s:10:\"created_at\";s:19:\"2020-03-14 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/glasses_about_us_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/glasses/glasses_about_us_01.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"glasses\";i:1;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:463;a:10:{s:11:\"template_id\";s:15:\"glasses_home_02\";s:2:\"id\";i:92;s:6:\"folder\";s:7:\"glasses\";s:5:\"title\";s:22:\"glasses home section 2\";s:10:\"created_at\";s:19:\"2020-03-14 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/glasses_home_02/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/glasses/glasses_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:7:\"glasses\";i:1;s:9:\"eCommerce\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";i:2;s:14:\"call to action\";}}i:464;a:10:{s:11:\"template_id\";s:15:\"glasses_home_01\";s:2:\"id\";i:91;s:6:\"folder\";s:7:\"glasses\";s:5:\"title\";s:22:\"glasses home section 1\";s:10:\"created_at\";s:19:\"2020-03-14 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/glasses_home_01/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/glasses/glasses_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:7:\"glasses\";i:1;s:7:\"banners\";i:2;s:9:\"eCommerce\";i:3;s:14:\"call to action\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:9:\"eCommerce\";i:3;s:14:\"call to action\";}}i:465;a:10:{s:11:\"template_id\";s:14:\"kids_footer_01\";s:2:\"id\";i:90;s:6:\"folder\";s:4:\"kids\";s:5:\"title\";s:24:\"kids footer static block\";s:10:\"created_at\";s:19:\"2020-03-08 09:51:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://8theme.com/import/xstore-studio/kids_footer_01/\";s:9:\"thumbnail\";s:84:\"https://8theme.com/import/xstore-studio/studio/images/blocks/kids/kids_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"kids\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:466;a:10:{s:11:\"template_id\";s:16:\"kids_about_us_04\";s:2:\"id\";i:89;s:6:\"folder\";s:4:\"kids\";s:5:\"title\";s:28:\"kids about us page section 4\";s:10:\"created_at\";s:19:\"2020-03-08 09:50:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/kids_about_us_04/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/kids/kids_about_us_04.jpg\";s:4:\"tags\";a:2:{i:0;s:4:\"kids\";i:1;s:6:\"brands\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"brands\";}}i:467;a:10:{s:11:\"template_id\";s:16:\"kids_about_us_03\";s:2:\"id\";i:88;s:6:\"folder\";s:4:\"kids\";s:5:\"title\";s:28:\"kids about us page section 3\";s:10:\"created_at\";s:19:\"2020-03-08 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/kids_about_us_03/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/kids/kids_about_us_03.jpg\";s:4:\"tags\";a:4:{i:0;s:4:\"kids\";i:1;s:5:\"about\";i:2;s:4:\"text\";i:3;s:6:\"images\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:468;a:10:{s:11:\"template_id\";s:16:\"kids_about_us_02\";s:2:\"id\";i:87;s:6:\"folder\";s:4:\"kids\";s:5:\"title\";s:28:\"kids about us page section 2\";s:10:\"created_at\";s:19:\"2020-03-08 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/kids_about_us_02/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/kids/kids_about_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:4:\"kids\";i:1;s:5:\"about\";i:2;s:7:\"banners\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:19:\"icon boxes/services\";i:3;s:7:\"banners\";}}i:469;a:10:{s:11:\"template_id\";s:16:\"kids_about_us_01\";s:2:\"id\";i:86;s:6:\"folder\";s:4:\"kids\";s:5:\"title\";s:28:\"kids about us page section 1\";s:10:\"created_at\";s:19:\"2020-03-08 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/kids_about_us_01/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/kids/kids_about_us_01.jpg\";s:4:\"tags\";a:2:{i:0;s:4:\"kids\";i:1;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:470;a:10:{s:11:\"template_id\";s:12:\"kids_home_02\";s:2:\"id\";i:85;s:6:\"folder\";s:4:\"kids\";s:5:\"title\";s:19:\"kids home section 2\";s:10:\"created_at\";s:19:\"2020-03-08 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://8theme.com/import/xstore-studio/kids_home_02/\";s:9:\"thumbnail\";s:82:\"https://8theme.com/import/xstore-studio/studio/images/blocks/kids/kids_home_02.jpg\";s:4:\"tags\";a:2:{i:0;s:4:\"kids\";i:1;s:7:\"banners\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:9:\"eCommerce\";}}i:471;a:10:{s:11:\"template_id\";s:12:\"kids_home_01\";s:2:\"id\";i:84;s:6:\"folder\";s:4:\"kids\";s:5:\"title\";s:19:\"kids home section 1\";s:10:\"created_at\";s:19:\"2020-03-08 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://8theme.com/import/xstore-studio/kids_home_01/\";s:9:\"thumbnail\";s:82:\"https://8theme.com/import/xstore-studio/studio/images/blocks/kids/kids_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:4:\"kids\";i:1;s:4:\"icon\";i:2;s:10:\"icon boxes\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";}}i:472;a:10:{s:11:\"template_id\";s:21:\"drinks_our_history_02\";s:2:\"id\";i:83;s:6:\"folder\";s:6:\"drinks\";s:5:\"title\";s:33:\"drinks our history page section 2\";s:10:\"created_at\";s:19:\"2020-03-01 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/drinks_our_history_02/\";s:9:\"thumbnail\";s:93:\"https://8theme.com/import/xstore-studio/studio/images/blocks/drinks/drinks_our_history_02.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"drinks\";i:1;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:473;a:10:{s:11:\"template_id\";s:21:\"drinks_our_history_01\";s:2:\"id\";i:82;s:6:\"folder\";s:6:\"drinks\";s:5:\"title\";s:33:\"drinks our history page section 1\";s:10:\"created_at\";s:19:\"2020-03-01 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/drinks_our_history_01/\";s:9:\"thumbnail\";s:93:\"https://8theme.com/import/xstore-studio/studio/images/blocks/drinks/drinks_our_history_01.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"drinks\";i:1;s:5:\"about\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:6:\"brands\";}}i:474;a:10:{s:11:\"template_id\";s:14:\"drinks_home_02\";s:2:\"id\";i:81;s:6:\"folder\";s:6:\"drinks\";s:5:\"title\";s:21:\"drinks home section 2\";s:10:\"created_at\";s:19:\"2020-03-01 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://8theme.com/import/xstore-studio/drinks_home_02/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/drinks/drinks_home_02.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"drinks\";i:1;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";}}i:475;a:10:{s:11:\"template_id\";s:14:\"drinks_home_01\";s:2:\"id\";i:80;s:6:\"folder\";s:6:\"drinks\";s:5:\"title\";s:21:\"drinks home section 1\";s:10:\"created_at\";s:19:\"2020-03-01 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://8theme.com/import/xstore-studio/drinks_home_01/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/drinks/drinks_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:6:\"drinks\";i:1;s:5:\"about\";i:2;s:5:\"steps\";i:3;s:8:\"services\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";i:3;s:19:\"icon boxes/services\";}}i:476;a:10:{s:11:\"template_id\";s:16:\"bakery_footer_01\";s:2:\"id\";i:79;s:6:\"folder\";s:6:\"bakery\";s:5:\"title\";s:26:\"bakery footer static block\";s:10:\"created_at\";s:19:\"2020-02-28 09:51:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/bakery_footer_01/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/bakery/bakery_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:6:\"bakery\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:477;a:10:{s:11:\"template_id\";s:19:\"bakery_prefooter_01\";s:2:\"id\";i:78;s:6:\"folder\";s:6:\"bakery\";s:5:\"title\";s:22:\"bakery prefooter block\";s:10:\"created_at\";s:19:\"2020-02-28 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/bakery_prefooter_01/\";s:9:\"thumbnail\";s:91:\"https://8theme.com/import/xstore-studio/studio/images/blocks/bakery/bakery_prefooter_01.jpg\";s:4:\"tags\";a:6:{i:0;s:3:\"all\";i:1;s:6:\"bakery\";i:2;s:5:\"about\";i:3;s:6:\"footer\";i:4;s:9:\"prefooter\";i:5;s:4:\"text\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:6:\"footer\";i:2;s:5:\"about\";i:3;s:8:\"contacts\";}}i:478;a:10:{s:11:\"template_id\";s:18:\"bakery_about_us_01\";s:2:\"id\";i:77;s:6:\"folder\";s:6:\"bakery\";s:5:\"title\";s:30:\"bakery about us page section 1\";s:10:\"created_at\";s:19:\"2020-02-28 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/bakery_about_us_01/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/bakery/bakery_about_us_01.jpg\";s:4:\"tags\";a:4:{i:0;s:6:\"bakery\";i:1;s:5:\"about\";i:2;s:4:\"text\";i:3;s:5:\"image\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:479;a:10:{s:11:\"template_id\";s:14:\"bakery_home_02\";s:2:\"id\";i:76;s:6:\"folder\";s:6:\"bakery\";s:5:\"title\";s:21:\"bakery home section 2\";s:10:\"created_at\";s:19:\"2020-02-28 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://8theme.com/import/xstore-studio/bakery_home_02/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/bakery/bakery_home_02.jpg\";s:4:\"tags\";a:4:{i:0;s:6:\"bakery\";i:1;s:5:\"about\";i:2;s:4:\"text\";i:3;s:5:\"image\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:480;a:10:{s:11:\"template_id\";s:14:\"bakery_home_01\";s:2:\"id\";i:75;s:6:\"folder\";s:6:\"bakery\";s:5:\"title\";s:21:\"bakery home section 1\";s:10:\"created_at\";s:19:\"2020-02-28 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://8theme.com/import/xstore-studio/bakery_home_01/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/bakery/bakery_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:6:\"bakery\";i:1;s:5:\"about\";i:2;s:4:\"text\";i:3;s:8:\"services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:19:\"icon boxes/services\";}}i:481;a:10:{s:11:\"template_id\";s:21:\"hipster_contact_us_01\";s:2:\"id\";i:74;s:6:\"folder\";s:7:\"hipster\";s:5:\"title\";s:33:\"hipster contact us page section 1\";s:10:\"created_at\";s:19:\"2020-02-21 09:50:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/hipster_contact_us_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/hipster/hipster_contact_us_01.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"hipster\";i:1;s:8:\"contacts\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";i:2;s:19:\"icon boxes/services\";}}i:482;a:10:{s:11:\"template_id\";s:19:\"hipster_about_us_03\";s:2:\"id\";i:73;s:6:\"folder\";s:7:\"hipster\";s:5:\"title\";s:31:\"hipster about us page section 3\";s:10:\"created_at\";s:19:\"2020-02-21 09:50:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/hipster_about_us_03/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/hipster/hipster_about_us_03.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"hipster\";i:1;s:5:\"about\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:6:\"brands\";}}i:483;a:10:{s:11:\"template_id\";s:19:\"hipster_about_us_02\";s:2:\"id\";i:72;s:6:\"folder\";s:7:\"hipster\";s:5:\"title\";s:31:\"hipster about us page section 2\";s:10:\"created_at\";s:19:\"2020-02-21 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/hipster_about_us_02/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/hipster/hipster_about_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:7:\"hipster\";i:1;s:5:\"about\";i:2;s:4:\"dark\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:4:\"dark\";i:3;s:19:\"icon boxes/services\";}}i:484;a:10:{s:11:\"template_id\";s:19:\"hipster_about_us_01\";s:2:\"id\";i:71;s:6:\"folder\";s:7:\"hipster\";s:5:\"title\";s:31:\"hipster about us page section 1\";s:10:\"created_at\";s:19:\"2020-02-21 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/hipster_about_us_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/hipster/hipster_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:7:\"hipster\";i:1;s:5:\"about\";i:2;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:485;a:10:{s:11:\"template_id\";s:15:\"hipster_home_01\";s:2:\"id\";i:70;s:6:\"folder\";s:7:\"hipster\";s:5:\"title\";s:22:\"hipster home section 1\";s:10:\"created_at\";s:19:\"2020-02-21 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/hipster_home_01/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/hipster/hipster_home_01.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"hipster\";i:1;s:6:\"banner\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:9:\"eCommerce\";}}i:486;a:10:{s:11:\"template_id\";s:19:\"jewellery_footer_01\";s:2:\"id\";i:69;s:6:\"folder\";s:9:\"jewellery\";s:5:\"title\";s:29:\"jewellery footer static block\";s:10:\"created_at\";s:19:\"2020-02-14 09:51:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/jewellery_footer_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/jewellery/jewellery_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"jewellery\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:487;a:10:{s:11:\"template_id\";s:21:\"jewellery_about_us_01\";s:2:\"id\";i:68;s:6:\"folder\";s:9:\"jewellery\";s:5:\"title\";s:33:\"jewellery about us page section 1\";s:10:\"created_at\";s:19:\"2020-02-14 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/jewellery_about_us_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/jewellery/jewellery_about_us_01.jpg\";s:4:\"tags\";a:4:{i:0;s:9:\"jewellery\";i:1;s:5:\"about\";i:2;s:5:\"image\";i:3;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:488;a:10:{s:11:\"template_id\";s:17:\"jewellery_home_02\";s:2:\"id\";i:67;s:6:\"folder\";s:9:\"jewellery\";s:5:\"title\";s:24:\"jewellery home section 2\";s:10:\"created_at\";s:19:\"2020-02-14 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/jewellery_home_02/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/jewellery/jewellery_home_02.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"jewellery\";i:1;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:489;a:10:{s:11:\"template_id\";s:17:\"jewellery_home_01\";s:2:\"id\";i:66;s:6:\"folder\";s:9:\"jewellery\";s:5:\"title\";s:24:\"jewellery home section 1\";s:10:\"created_at\";s:19:\"2020-02-14 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/jewellery_home_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/jewellery/jewellery_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:9:\"jewellery\";i:1;s:6:\"banner\";i:2;s:9:\"eCommerce\";i:3;s:14:\"call to action\";}s:4:\"cats\";a:5:{i:0;s:3:\"all\";i:1;s:9:\"jewellery\";i:2;s:7:\"banners\";i:3;s:9:\"eCommerce\";i:4;s:14:\"call to action\";}}i:490;a:10:{s:11:\"template_id\";s:15:\"landing_home_07\";s:2:\"id\";i:65;s:6:\"folder\";s:7:\"landing\";s:5:\"title\";s:22:\"Landing home section 7\";s:10:\"created_at\";s:19:\"2020-01-01 10:50:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/landing_home_07/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/landing/landing_home_07.jpg\";s:4:\"tags\";a:3:{i:0;s:9:\"ecommerce\";i:1;s:7:\"landing\";i:2;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:491;a:10:{s:11:\"template_id\";s:15:\"landing_home_06\";s:2:\"id\";i:64;s:6:\"folder\";s:7:\"landing\";s:5:\"title\";s:22:\"Landing home section 6\";s:10:\"created_at\";s:19:\"2020-01-01 10:50:33\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/landing_home_06/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/landing/landing_home_06.jpg\";s:4:\"tags\";a:3:{i:0;s:9:\"ecommerce\";i:1;s:7:\"landing\";i:2;s:5:\"posts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"blog\";}}i:492;a:10:{s:11:\"template_id\";s:15:\"landing_home_05\";s:2:\"id\";i:63;s:6:\"folder\";s:7:\"landing\";s:5:\"title\";s:22:\"Landing home section 5\";s:10:\"created_at\";s:19:\"2020-01-01 10:50:33\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/landing_home_05/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/landing/landing_home_05.jpg\";s:4:\"tags\";a:4:{i:0;s:5:\"watch\";i:1;s:9:\"ecommerce\";i:2;s:7:\"landing\";i:3;s:8:\"products\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";}}i:493;a:10:{s:11:\"template_id\";s:15:\"landing_home_04\";s:2:\"id\";i:62;s:6:\"folder\";s:7:\"landing\";s:5:\"title\";s:22:\"Landing home section 4\";s:10:\"created_at\";s:19:\"2020-01-01 10:50:32\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/landing_home_04/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/landing/landing_home_04.jpg\";s:4:\"tags\";a:5:{i:0;s:5:\"watch\";i:1;s:9:\"ecommerce\";i:2;s:6:\"slider\";i:3;s:7:\"landing\";i:4;s:8:\"products\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";i:2;s:7:\"sliders\";}}i:494;a:10:{s:11:\"template_id\";s:15:\"landing_home_03\";s:2:\"id\";i:61;s:6:\"folder\";s:7:\"landing\";s:5:\"title\";s:22:\"Landing home section 3\";s:10:\"created_at\";s:19:\"2020-01-01 10:50:31\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/landing_home_03/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/landing/landing_home_03.jpg\";s:4:\"tags\";a:5:{i:0;s:8:\"business\";i:1;s:5:\"image\";i:2;s:9:\"ecommerce\";i:3;s:4:\"text\";i:4;s:7:\"landing\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";i:2;s:5:\"about\";}}i:495;a:10:{s:11:\"template_id\";s:15:\"landing_home_02\";s:2:\"id\";i:60;s:6:\"folder\";s:7:\"landing\";s:5:\"title\";s:22:\"Landing home section 2\";s:10:\"created_at\";s:19:\"2020-01-01 10:50:30\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/landing_home_02/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/landing/landing_home_02.jpg\";s:4:\"tags\";a:5:{i:0;s:8:\"business\";i:1;s:5:\"image\";i:2;s:9:\"ecommerce\";i:3;s:4:\"text\";i:4;s:7:\"landing\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";i:2;s:5:\"about\";}}i:496;a:10:{s:11:\"template_id\";s:15:\"landing_home_01\";s:2:\"id\";i:59;s:6:\"folder\";s:7:\"landing\";s:5:\"title\";s:22:\"Landing home section 1\";s:10:\"created_at\";s:19:\"2020-01-01 10:50:29\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/landing_home_01/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/landing/landing_home_01.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:7:\"landing\";i:2;s:5:\"image\";i:3;s:4:\"text\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:5:\"video\";i:2;s:5:\"about\";i:3;s:19:\"icon boxes/services\";}}i:497;a:10:{s:11:\"template_id\";s:24:\"finances_newsletter_2_01\";s:2:\"id\";i:58;s:6:\"folder\";s:8:\"finances\";s:5:\"title\";s:34:\"finances newsletter 2 static block\";s:10:\"created_at\";s:19:\"2020-01-28 09:51:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:65:\"https://8theme.com/import/xstore-studio/finances_newsletter_2_01/\";s:9:\"thumbnail\";s:98:\"https://8theme.com/import/xstore-studio/studio/images/blocks/finances/finances_newsletter_2_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"finances\";i:2;s:11:\"newsletters\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:6:\"footer\";i:2;s:11:\"newsletters\";}}i:498;a:10:{s:11:\"template_id\";s:22:\"finances_newsletter_01\";s:2:\"id\";i:57;s:6:\"folder\";s:8:\"finances\";s:5:\"title\";s:32:\"finances newsletter static block\";s:10:\"created_at\";s:19:\"2020-01-28 09:51:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"https://8theme.com/import/xstore-studio/finances_newsletter_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/finances/finances_newsletter_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"finances\";i:2;s:11:\"newsletters\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:11:\"newsletters\";}}i:499;a:10:{s:11:\"template_id\";s:18:\"finances_footer_01\";s:2:\"id\";i:56;s:6:\"folder\";s:8:\"finances\";s:5:\"title\";s:28:\"finances footer static block\";s:10:\"created_at\";s:19:\"2020-01-28 09:51:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/finances_footer_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/finances/finances_footer_01.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:8:\"finances\";i:2;s:6:\"footer\";i:3;s:4:\"dark\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:6:\"footer\";i:2;s:4:\"dark\";}}i:500;a:10:{s:11:\"template_id\";s:17:\"finances_offer_02\";s:2:\"id\";i:55;s:6:\"folder\";s:8:\"finances\";s:5:\"title\";s:24:\"finances offer section 2\";s:10:\"created_at\";s:19:\"2020-01-28 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/finances_offer_02/\";s:9:\"thumbnail\";s:91:\"https://8theme.com/import/xstore-studio/studio/images/blocks/finances/finances_offer_02.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"finances\";i:1;s:14:\"pricing tables\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:14:\"pricing tables\";}}i:501;a:10:{s:11:\"template_id\";s:17:\"finances_offer_01\";s:2:\"id\";i:54;s:6:\"folder\";s:8:\"finances\";s:5:\"title\";s:24:\"finances offer section 1\";s:10:\"created_at\";s:19:\"2020-01-28 09:50:38\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/finances_offer_01/\";s:9:\"thumbnail\";s:91:\"https://8theme.com/import/xstore-studio/studio/images/blocks/finances/finances_offer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"finances\";i:1;s:5:\"about\";i:2;s:5:\"texts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:502;a:10:{s:11:\"template_id\";s:20:\"finances_about_us_03\";s:2:\"id\";i:53;s:6:\"folder\";s:8:\"finances\";s:5:\"title\";s:27:\"finances about us section 3\";s:10:\"created_at\";s:19:\"2020-01-28 09:50:37\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/finances_about_us_03/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/finances/finances_about_us_03.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"finances\";i:1;s:6:\"brands\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:6:\"brands\";i:2;s:14:\"call to action\";}}i:503;a:10:{s:11:\"template_id\";s:20:\"finances_about_us_02\";s:2:\"id\";i:52;s:6:\"folder\";s:8:\"finances\";s:5:\"title\";s:27:\"finances about us section 2\";s:10:\"created_at\";s:19:\"2020-01-28 09:50:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/finances_about_us_02/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/finances/finances_about_us_02.jpg\";s:4:\"tags\";a:5:{i:0;s:8:\"finances\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";i:3;s:10:\"icon boxes\";i:4;s:8:\"services\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:19:\"icon boxes/services\";i:3;s:14:\"call to action\";}}i:504;a:10:{s:11:\"template_id\";s:20:\"finances_about_us_01\";s:2:\"id\";i:51;s:6:\"folder\";s:8:\"finances\";s:5:\"title\";s:27:\"finances about us section 1\";s:10:\"created_at\";s:19:\"2020-01-28 09:50:35\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/finances_about_us_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/finances/finances_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"finances\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}}i:505;a:10:{s:11:\"template_id\";s:16:\"finances_home_06\";s:2:\"id\";i:50;s:6:\"folder\";s:8:\"finances\";s:5:\"title\";s:23:\"finances home section 6\";s:10:\"created_at\";s:19:\"2020-01-28 09:50:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/finances_home_06/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/finances/finances_home_06.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"finances\";i:1;s:4:\"blog\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"blog\";}}i:506;a:10:{s:11:\"template_id\";s:16:\"finances_home_05\";s:2:\"id\";i:49;s:6:\"folder\";s:8:\"finances\";s:5:\"title\";s:23:\"finances home section 5\";s:10:\"created_at\";s:19:\"2020-01-28 09:50:33\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/finances_home_05/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/finances/finances_home_05.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"finances\";i:1;s:12:\"testimonials\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:12:\"testimonials\";}}i:507;a:10:{s:11:\"template_id\";s:16:\"finances_home_04\";s:2:\"id\";i:48;s:6:\"folder\";s:8:\"finances\";s:5:\"title\";s:23:\"finances home section 4\";s:10:\"created_at\";s:19:\"2020-01-28 09:50:32\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/finances_home_04/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/finances/finances_home_04.jpg\";s:4:\"tags\";a:4:{i:0;s:8:\"finances\";i:1;s:5:\"image\";i:2;s:4:\"text\";i:3;s:12:\"progress bar\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}}i:508;a:10:{s:11:\"template_id\";s:16:\"finances_home_03\";s:2:\"id\";i:47;s:6:\"folder\";s:8:\"finances\";s:5:\"title\";s:23:\"finances home section 3\";s:10:\"created_at\";s:19:\"2020-01-28 09:50:31\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/finances_home_03/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/finances/finances_home_03.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"finances\";i:1;s:5:\"about\";i:2;s:5:\"texts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:509;a:10:{s:11:\"template_id\";s:16:\"finances_home_02\";s:2:\"id\";i:46;s:6:\"folder\";s:8:\"finances\";s:5:\"title\";s:23:\"finances home section 2\";s:10:\"created_at\";s:19:\"2020-01-28 09:50:30\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/finances_home_02/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/finances/finances_home_02.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"finances\";i:1;s:14:\"pricing tables\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:14:\"pricing tables\";}}i:510;a:10:{s:11:\"template_id\";s:16:\"finances_home_01\";s:2:\"id\";i:45;s:6:\"folder\";s:8:\"finances\";s:5:\"title\";s:23:\"finances home section 1\";s:10:\"created_at\";s:19:\"2020-01-28 09:50:29\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/finances_home_01/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/finances/finances_home_01.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"finances\";i:1;s:19:\"icon boxes/services\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";}}i:511;a:10:{s:11:\"template_id\";s:16:\"lawyer_footer_01\";s:2:\"id\";i:44;s:6:\"folder\";s:6:\"lawyer\";s:5:\"title\";s:26:\"lawyer footer static block\";s:10:\"created_at\";s:19:\"2020-01-21 09:51:37\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/lawyer_footer_01/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/lawyer/lawyer_footer_01.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:6:\"lawyer\";i:2;s:6:\"footer\";i:3;s:4:\"dark\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:6:\"footer\";i:2;s:4:\"dark\";}}i:512;a:10:{s:11:\"template_id\";s:14:\"lawyer_team_02\";s:2:\"id\";i:43;s:6:\"folder\";s:6:\"lawyer\";s:5:\"title\";s:21:\"lawyer team section 2\";s:10:\"created_at\";s:19:\"2020-01-21 09:50:37\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://8theme.com/import/xstore-studio/lawyer_team_02/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/lawyer/lawyer_team_02.jpg\";s:4:\"tags\";a:4:{i:0;s:6:\"lawyer\";i:1;s:4:\"team\";i:2;s:4:\"dark\";i:3;s:14:\"call to action\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:4:\"team\";i:2;s:4:\"dark\";i:3;s:14:\"call to action\";}}i:513;a:10:{s:11:\"template_id\";s:18:\"lawyer_services_02\";s:2:\"id\";i:42;s:6:\"folder\";s:6:\"lawyer\";s:5:\"title\";s:25:\"lawyer services section 2\";s:10:\"created_at\";s:19:\"2020-01-21 09:50:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/lawyer_services_02/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/lawyer/lawyer_services_02.jpg\";s:4:\"tags\";a:3:{i:0;s:6:\"lawyer\";i:1;s:8:\"contacts\";i:2;s:4:\"dark\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";i:2;s:4:\"dark\";i:3;s:14:\"call to action\";}}i:514;a:10:{s:11:\"template_id\";s:18:\"lawyer_services_01\";s:2:\"id\";i:41;s:6:\"folder\";s:6:\"lawyer\";s:5:\"title\";s:25:\"lawyer services section 1\";s:10:\"created_at\";s:19:\"2020-01-21 09:50:35\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/lawyer_services_01/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/lawyer/lawyer_services_01.jpg\";s:4:\"tags\";a:3:{i:0;s:6:\"lawyer\";i:1;s:4:\"dark\";i:2;s:5:\"texts\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"dark\";i:2;s:5:\"about\";}}i:515;a:10:{s:11:\"template_id\";s:18:\"lawyer_about_us_02\";s:2:\"id\";i:40;s:6:\"folder\";s:6:\"lawyer\";s:5:\"title\";s:25:\"lawyer about us section 1\";s:10:\"created_at\";s:19:\"2020-01-21 09:50:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/lawyer_about_us_02/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/lawyer/lawyer_about_us_02.jpg\";s:4:\"tags\";a:4:{i:0;s:6:\"lawyer\";i:1;s:5:\"about\";i:2;s:4:\"text\";i:3;s:4:\"dark\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:4:\"dark\";}}i:516;a:10:{s:11:\"template_id\";s:18:\"lawyer_about_us_01\";s:2:\"id\";i:39;s:6:\"folder\";s:6:\"lawyer\";s:5:\"title\";s:25:\"lawyer about us section 1\";s:10:\"created_at\";s:19:\"2020-01-21 09:50:33\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/lawyer_about_us_01/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/lawyer/lawyer_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:6:\"lawyer\";i:1;s:5:\"about\";i:2;s:4:\"dark\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:4:\"dark\";}}i:517;a:10:{s:11:\"template_id\";s:14:\"lawyer_home_04\";s:2:\"id\";i:38;s:6:\"folder\";s:6:\"lawyer\";s:5:\"title\";s:21:\"lawyer home section 4\";s:10:\"created_at\";s:19:\"2020-01-21 09:50:32\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://8theme.com/import/xstore-studio/lawyer_home_04/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/lawyer/lawyer_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:6:\"lawyer\";i:1;s:4:\"blog\";i:2;s:4:\"dark\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"blog\";i:2;s:4:\"dark\";}}i:518;a:10:{s:11:\"template_id\";s:14:\"lawyer_home_03\";s:2:\"id\";i:37;s:6:\"folder\";s:6:\"lawyer\";s:5:\"title\";s:21:\"lawyer home section 3\";s:10:\"created_at\";s:19:\"2020-01-21 09:50:31\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://8theme.com/import/xstore-studio/lawyer_home_03/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/lawyer/lawyer_home_03.jpg\";s:4:\"tags\";a:3:{i:0;s:6:\"lawyer\";i:1;s:8:\"contacts\";i:2;s:4:\"dark\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";i:2;s:4:\"dark\";}}i:519;a:10:{s:11:\"template_id\";s:14:\"lawyer_home_02\";s:2:\"id\";i:36;s:6:\"folder\";s:6:\"lawyer\";s:5:\"title\";s:21:\"lawyer home section 2\";s:10:\"created_at\";s:19:\"2020-01-21 09:50:30\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://8theme.com/import/xstore-studio/lawyer_home_02/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/lawyer/lawyer_home_02.jpg\";s:4:\"tags\";a:4:{i:0;s:6:\"lawyer\";i:1;s:4:\"team\";i:2;s:4:\"grid\";i:3;s:4:\"dark\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:4:\"team\";i:2;s:4:\"grid\";i:3;s:4:\"dark\";}}i:520;a:10:{s:11:\"template_id\";s:14:\"lawyer_home_01\";s:2:\"id\";i:35;s:6:\"folder\";s:6:\"lawyer\";s:5:\"title\";s:21:\"lawyer home section 1\";s:10:\"created_at\";s:19:\"2020-01-21 09:50:29\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://8theme.com/import/xstore-studio/lawyer_home_01/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/lawyer/lawyer_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:6:\"lawyer\";i:1;s:4:\"dark\";i:2;s:14:\"pricing tables\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"pricing tables\";i:2;s:4:\"dark\";}}i:521;a:10:{s:11:\"template_id\";s:17:\"minimal_footer_01\";s:2:\"id\";i:34;s:6:\"folder\";s:7:\"minimal\";s:5:\"title\";s:27:\"minimal footer static block\";s:10:\"created_at\";s:19:\"2020-01-14 09:51:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/minimal_footer_01/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal/minimal_footer_01.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:7:\"minimal\";i:2;s:6:\"footer\";i:3;s:4:\"dark\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:6:\"footer\";i:2;s:4:\"dark\";}}i:522;a:10:{s:11:\"template_id\";s:19:\"minimal_lookbook_01\";s:2:\"id\";i:33;s:6:\"folder\";s:7:\"minimal\";s:5:\"title\";s:26:\"minimal lookbook section 1\";s:10:\"created_at\";s:19:\"2020-01-14 09:50:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/minimal_lookbook_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal/minimal_lookbook_01.jpg\";s:4:\"tags\";a:5:{i:0;s:7:\"minimal\";i:1;s:7:\"banners\";i:2;s:4:\"grid\";i:3;s:9:\"eCommerce\";i:4;s:14:\"call to action\";}s:4:\"cats\";a:5:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:4:\"grid\";i:3;s:9:\"eCommerce\";i:4;s:14:\"call to action\";}}i:523;a:10:{s:11:\"template_id\";s:23:\"minimal_contact_page_01\";s:2:\"id\";i:32;s:6:\"folder\";s:7:\"minimal\";s:5:\"title\";s:28:\"minimal contact us section 1\";s:10:\"created_at\";s:19:\"2020-01-14 09:50:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"https://8theme.com/import/xstore-studio/minimal_contact_page_01/\";s:9:\"thumbnail\";s:96:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal/minimal_contact_page_01.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"minimal\";i:1;s:8:\"contacts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:524;a:10:{s:11:\"template_id\";s:19:\"minimal_about_us_05\";s:2:\"id\";i:31;s:6:\"folder\";s:7:\"minimal\";s:5:\"title\";s:26:\"minimal about us section 5\";s:10:\"created_at\";s:19:\"2020-01-14 09:50:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/minimal_about_us_05/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal/minimal_about_us_05.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"minimal\";i:1;s:6:\"brands\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"brands\";}}i:525;a:10:{s:11:\"template_id\";s:19:\"minimal_about_us_04\";s:2:\"id\";i:30;s:6:\"folder\";s:7:\"minimal\";s:5:\"title\";s:26:\"minimal about us section 4\";s:10:\"created_at\";s:19:\"2020-01-14 09:50:35\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/minimal_about_us_04/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal/minimal_about_us_04.jpg\";s:4:\"tags\";a:4:{i:0;s:7:\"minimal\";i:1;s:5:\"about\";i:2;s:5:\"baner\";i:3;s:14:\"call to action\";}s:4:\"cats\";a:5:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:7:\"banners\";i:3;s:14:\"call to action\";i:4;s:9:\"eCommerce\";}}i:526;a:10:{s:11:\"template_id\";s:19:\"minimal_about_us_03\";s:2:\"id\";i:29;s:6:\"folder\";s:7:\"minimal\";s:5:\"title\";s:26:\"minimal about us section 3\";s:10:\"created_at\";s:19:\"2020-01-14 09:50:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/minimal_about_us_03/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal/minimal_about_us_03.jpg\";s:4:\"tags\";a:3:{i:0;s:7:\"minimal\";i:1;s:5:\"about\";i:2;s:4:\"text\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:527;a:10:{s:11:\"template_id\";s:19:\"minimal_about_us_02\";s:2:\"id\";i:28;s:6:\"folder\";s:7:\"minimal\";s:5:\"title\";s:26:\"minimal about us section 2\";s:10:\"created_at\";s:19:\"2020-01-14 09:50:33\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/minimal_about_us_02/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal/minimal_about_us_02.jpg\";s:4:\"tags\";a:4:{i:0;s:7:\"minimal\";i:1;s:5:\"about\";i:2;s:10:\"icon boxes\";i:3;s:8:\"services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:19:\"icon boxes/services\";}}i:528;a:10:{s:11:\"template_id\";s:19:\"minimal_about_us_01\";s:2:\"id\";i:27;s:6:\"folder\";s:7:\"minimal\";s:5:\"title\";s:26:\"minimal about us section 1\";s:10:\"created_at\";s:19:\"2020-01-14 09:50:32\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://8theme.com/import/xstore-studio/minimal_about_us_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal/minimal_about_us_01.jpg\";s:4:\"tags\";a:3:{i:0;s:7:\"minimal\";i:1;s:5:\"about\";i:2;s:5:\"texts\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:4:\"grid\";}}i:529;a:10:{s:11:\"template_id\";s:15:\"minimal_home_03\";s:2:\"id\";i:26;s:6:\"folder\";s:7:\"minimal\";s:5:\"title\";s:22:\"minimal home section 3\";s:10:\"created_at\";s:19:\"2020-01-14 09:50:31\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/minimal_home_03/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal/minimal_home_03.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"minimal\";i:1;s:14:\"call to action\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";}}i:530;a:10:{s:11:\"template_id\";s:15:\"minimal_home_02\";s:2:\"id\";i:25;s:6:\"folder\";s:7:\"minimal\";s:5:\"title\";s:22:\"minimal home section 2\";s:10:\"created_at\";s:19:\"2020-01-14 09:50:30\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/minimal_home_02/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal/minimal_home_02.jpg\";s:4:\"tags\";a:3:{i:0;s:7:\"minimal\";i:1;s:10:\"icon boxes\";i:2;s:8:\"services\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";}}i:531;a:10:{s:11:\"template_id\";s:15:\"minimal_home_01\";s:2:\"id\";i:24;s:6:\"folder\";s:7:\"minimal\";s:5:\"title\";s:22:\"minimal home section 1\";s:10:\"created_at\";s:19:\"2020-01-14 09:50:29\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/minimal_home_01/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/minimal/minimal_home_01.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"minimal\";i:1;s:7:\"banners\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:9:\"eCommerce\";}}i:532;a:10:{s:11:\"template_id\";s:15:\"shoes_footer_01\";s:2:\"id\";i:23;s:6:\"folder\";s:5:\"shoes\";s:5:\"title\";s:25:\"shoes footer static block\";s:10:\"created_at\";s:19:\"2020-01-07 09:51:38\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://8theme.com/import/xstore-studio/shoes_footer_01/\";s:9:\"thumbnail\";s:86:\"https://8theme.com/import/xstore-studio/studio/images/blocks/shoes/shoes_footer_01.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"shoes\";i:2;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:533;a:10:{s:11:\"template_id\";s:21:\"shoes_contact_page_02\";s:2:\"id\";i:22;s:6:\"folder\";s:5:\"shoes\";s:5:\"title\";s:29:\"Shoes about us page section 2\";s:10:\"created_at\";s:19:\"2020-01-07 09:50:38\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/shoes_contact_page_02/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/shoes/shoes_contact_page_02.jpg\";s:4:\"tags\";a:3:{i:0;s:5:\"shoes\";i:1;s:8:\"contacts\";i:2;s:10:\"icon boxes\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";i:2;s:19:\"icon boxes/services\";}}i:534;a:10:{s:11:\"template_id\";s:21:\"shoes_contact_page_01\";s:2:\"id\";i:21;s:6:\"folder\";s:5:\"shoes\";s:5:\"title\";s:28:\"Shoes contact page section 1\";s:10:\"created_at\";s:19:\"2020-01-07 09:50:37\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://8theme.com/import/xstore-studio/shoes_contact_page_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/shoes/shoes_contact_page_01.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"shoes\";i:1;s:3:\"map\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";}}i:535;a:10:{s:11:\"template_id\";s:17:\"shoes_about_us_04\";s:2:\"id\";i:20;s:6:\"folder\";s:5:\"shoes\";s:5:\"title\";s:29:\"Shoes about us page section 4\";s:10:\"created_at\";s:19:\"2020-01-07 09:50:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/shoes_about_us_04/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/shoes/shoes_about_us_04.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"shoes\";i:2;s:6:\"images\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:7:\"sliders\";}}i:536;a:10:{s:11:\"template_id\";s:17:\"shoes_about_us_03\";s:2:\"id\";i:19;s:6:\"folder\";s:5:\"shoes\";s:5:\"title\";s:29:\"Shoes about us page section 3\";s:10:\"created_at\";s:19:\"2020-01-07 09:50:35\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/shoes_about_us_03/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/shoes/shoes_about_us_03.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"shoes\";i:1;s:5:\"about\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:537;a:10:{s:11:\"template_id\";s:17:\"shoes_about_us_02\";s:2:\"id\";i:18;s:6:\"folder\";s:5:\"shoes\";s:5:\"title\";s:29:\"Shoes about us page section 2\";s:10:\"created_at\";s:19:\"2020-01-07 09:50:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/shoes_about_us_02/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/shoes/shoes_about_us_02.jpg\";s:4:\"tags\";a:3:{i:0;s:5:\"shoes\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:14:\"call to action\";}}i:538;a:10:{s:11:\"template_id\";s:17:\"shoes_about_us_01\";s:2:\"id\";i:17;s:6:\"folder\";s:5:\"shoes\";s:5:\"title\";s:29:\"Shoes about us page section 1\";s:10:\"created_at\";s:19:\"2020-01-07 09:50:33\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://8theme.com/import/xstore-studio/shoes_about_us_01/\";s:9:\"thumbnail\";s:88:\"https://8theme.com/import/xstore-studio/studio/images/blocks/shoes/shoes_about_us_01.jpg\";s:4:\"tags\";a:5:{i:0;s:5:\"shoes\";i:1;s:5:\"about\";i:2;s:5:\"texts\";i:3;s:6:\"images\";i:4;s:14:\"call to action\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:5:\"about\";i:2;s:4:\"grid\";i:3;s:14:\"call to action\";}}i:539;a:10:{s:11:\"template_id\";s:13:\"shoes_home_04\";s:2:\"id\";i:16;s:6:\"folder\";s:5:\"shoes\";s:5:\"title\";s:20:\"Shoes home section 4\";s:10:\"created_at\";s:19:\"2020-01-07 09:50:32\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://8theme.com/import/xstore-studio/shoes_home_04/\";s:9:\"thumbnail\";s:84:\"https://8theme.com/import/xstore-studio/studio/images/blocks/shoes/shoes_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:5:\"shoes\";i:1;s:7:\"banners\";i:2;s:6:\"offers\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:7:\"banners\";i:2;s:9:\"eCommerce\";}}i:540;a:10:{s:11:\"template_id\";s:13:\"shoes_home_03\";s:2:\"id\";i:15;s:6:\"folder\";s:5:\"shoes\";s:5:\"title\";s:20:\"Shoes home section 3\";s:10:\"created_at\";s:19:\"2020-01-07 09:50:31\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://8theme.com/import/xstore-studio/shoes_home_03/\";s:9:\"thumbnail\";s:84:\"https://8theme.com/import/xstore-studio/studio/images/blocks/shoes/shoes_home_03.jpg\";s:4:\"tags\";a:3:{i:0;s:5:\"shoes\";i:1;s:9:\"eCommerce\";i:2;s:8:\"products\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";}}i:541;a:10:{s:11:\"template_id\";s:13:\"shoes_home_02\";s:2:\"id\";i:14;s:6:\"folder\";s:5:\"shoes\";s:5:\"title\";s:20:\"Shoes home section 2\";s:10:\"created_at\";s:19:\"2020-01-07 09:50:30\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://8theme.com/import/xstore-studio/shoes_home_02/\";s:9:\"thumbnail\";s:84:\"https://8theme.com/import/xstore-studio/studio/images/blocks/shoes/shoes_home_02.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"shoes\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:5:\"shoes\";i:2;s:19:\"icon boxes/services\";}}i:542;a:10:{s:11:\"template_id\";s:13:\"shoes_home_01\";s:2:\"id\";i:13;s:6:\"folder\";s:5:\"shoes\";s:5:\"title\";s:20:\"Shoes home section 1\";s:10:\"created_at\";s:19:\"2020-01-07 09:50:29\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://8theme.com/import/xstore-studio/shoes_home_01/\";s:9:\"thumbnail\";s:84:\"https://8theme.com/import/xstore-studio/studio/images/blocks/shoes/shoes_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:5:\"shoes\";i:1;s:9:\"eCommerce\";i:2;s:8:\"products\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:9:\"eCommerce\";i:2;s:7:\"sliders\";}}i:543;a:10:{s:11:\"template_id\";s:18:\"business_footer_01\";s:2:\"id\";i:12;s:6:\"folder\";s:8:\"business\";s:5:\"title\";s:18:\"business footer 01\";s:10:\"created_at\";s:19:\"2020-01-01 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://8theme.com/import/xstore-studio/business_footer_01/\";s:9:\"thumbnail\";s:92:\"https://8theme.com/import/xstore-studio/studio/images/blocks/business/business_footer_01.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"business\";i:1;s:6:\"footer\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:6:\"footer\";}}i:544;a:10:{s:11:\"template_id\";s:16:\"business_team_01\";s:2:\"id\";i:11;s:6:\"folder\";s:8:\"business\";s:5:\"title\";s:23:\"Business team section 1\";s:10:\"created_at\";s:19:\"2020-01-01 09:50:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/business_team_01/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/business/business_team_01.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"business\";i:1;s:4:\"team\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:4:\"team\";i:2;s:5:\"video\";}}i:545;a:10:{s:11:\"template_id\";s:20:\"business_services_02\";s:2:\"id\";i:10;s:6:\"folder\";s:8:\"business\";s:5:\"title\";s:27:\"Business services section 2\";s:10:\"created_at\";s:19:\"2020-01-01 09:50:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/business_services_02/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/business/business_services_02.jpg\";s:4:\"tags\";a:4:{i:0;s:8:\"business\";i:1;s:8:\"contacts\";i:2;s:10:\"contact us\";i:3;s:6:\"brands\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:8:\"contacts\";i:2;s:6:\"brands\";}}i:546;a:10:{s:11:\"template_id\";s:20:\"business_services_01\";s:2:\"id\";i:9;s:6:\"folder\";s:8:\"business\";s:5:\"title\";s:27:\"Business services section 1\";s:10:\"created_at\";s:19:\"2020-01-01 09:50:38\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://8theme.com/import/xstore-studio/business_services_01/\";s:9:\"thumbnail\";s:94:\"https://8theme.com/import/xstore-studio/studio/images/blocks/business/business_services_01.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"business\";i:1;s:10:\"icon boxes\";i:2;s:8:\"services\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";i:2;s:5:\"about\";}}i:547;a:10:{s:11:\"template_id\";s:16:\"business_home_09\";s:2:\"id\";i:8;s:6:\"folder\";s:8:\"business\";s:5:\"title\";s:23:\"Business home section 9\";s:10:\"created_at\";s:19:\"2020-01-01 09:50:37\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/business_home_09/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/business/business_home_09.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"business\";i:1;s:4:\"blog\";i:2;s:5:\"posts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"blog\";}}i:548;a:10:{s:11:\"template_id\";s:16:\"business_home_08\";s:2:\"id\";i:7;s:6:\"folder\";s:8:\"business\";s:5:\"title\";s:23:\"Business home section 8\";s:10:\"created_at\";s:19:\"2020-01-01 09:50:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/business_home_08/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/business/business_home_08.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"business\";i:1;s:12:\"testimonials\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:12:\"testimonials\";}}i:549;a:10:{s:11:\"template_id\";s:16:\"business_home_07\";s:2:\"id\";i:6;s:6:\"folder\";s:8:\"business\";s:5:\"title\";s:23:\"Business home section 7\";s:10:\"created_at\";s:19:\"2020-01-01 09:50:35\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/business_home_07/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/business/business_home_07.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"business\";i:1;s:4:\"team\";i:2;s:12:\"team members\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:4:\"team\";}}i:550;a:10:{s:11:\"template_id\";s:16:\"business_home_06\";s:2:\"id\";i:5;s:6:\"folder\";s:8:\"business\";s:5:\"title\";s:23:\"Business home section 6\";s:10:\"created_at\";s:19:\"2020-01-01 09:50:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/business_home_06/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/business/business_home_06.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"business\";i:1;s:14:\"pricing tables\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:14:\"pricing tables\";}}i:551;a:10:{s:11:\"template_id\";s:16:\"business_home_05\";s:2:\"id\";i:4;s:6:\"folder\";s:8:\"business\";s:5:\"title\";s:23:\"Business home section 5\";s:10:\"created_at\";s:19:\"2020-01-01 09:50:33\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/business_home_05/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/business/business_home_05.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:8:\"business\";i:2;s:5:\"about\";i:3;s:5:\"texts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:5:\"about\";}}i:552;a:10:{s:11:\"template_id\";s:16:\"business_home_04\";s:2:\"id\";i:3;s:6:\"folder\";s:8:\"business\";s:5:\"title\";s:23:\"Business home section 4\";s:10:\"created_at\";s:19:\"2020-01-01 09:50:32\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/business_home_04/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/business/business_home_04.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"business\";i:1;s:5:\"icons\";i:2;s:8:\"services\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";}}i:553;a:10:{s:11:\"template_id\";s:16:\"business_home_03\";s:2:\"id\";i:2;s:6:\"folder\";s:8:\"business\";s:5:\"title\";s:23:\"Business home section 3\";s:10:\"created_at\";s:19:\"2020-01-01 09:50:31\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/business_home_03/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/business/business_home_03.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"business\";i:1;s:6:\"images\";i:2;s:5:\"texts\";}s:4:\"cats\";a:2:{i:0;s:3:\"all\";i:1;s:19:\"icon boxes/services\";}}i:554;a:10:{s:11:\"template_id\";s:16:\"business_home_02\";s:2:\"id\";i:1;s:6:\"folder\";s:8:\"business\";s:5:\"title\";s:23:\"Business home section 2\";s:10:\"created_at\";s:19:\"2020-01-01 09:50:30\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/business_home_02/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/business/business_home_02.jpg\";s:4:\"tags\";a:4:{i:0;s:3:\"all\";i:1;s:8:\"business\";i:2;s:5:\"image\";i:3;s:4:\"text\";}s:4:\"cats\";a:3:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";i:2;s:5:\"about\";}}i:555;a:10:{s:11:\"template_id\";s:16:\"business_home_01\";s:2:\"id\";i:0;s:6:\"folder\";s:8:\"business\";s:5:\"title\";s:23:\"Business home section 1\";s:10:\"created_at\";s:19:\"2020-01-01 09:50:29\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://8theme.com/import/xstore-studio/business_home_01/\";s:9:\"thumbnail\";s:90:\"https://8theme.com/import/xstore-studio/studio/images/blocks/business/business_home_01.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"business\";i:1;s:5:\"image\";i:2;s:4:\"text\";}s:4:\"cats\";a:4:{i:0;s:3:\"all\";i:1;s:14:\"call to action\";i:2;s:5:\"video\";i:3;s:5:\"about\";}}}}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1876, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off'),
(2479, 'xstore_sales_booster_settings_fake_sale_popup', '', 'yes'),
(2481, 'xstore_sales_booster_settings_progress_bar', '1', 'yes'),
(2485, 'mc4wp', 'a:6:{s:19:\"grecaptcha_site_key\";s:0:\"\";s:21:\"grecaptcha_secret_key\";s:0:\"\";s:7:\"api_key\";s:0:\"\";s:20:\"allow_usage_tracking\";i:0;s:15:\"debug_log_level\";s:7:\"warning\";s:18:\"first_activated_on\";i:1648894044;}', 'yes'),
(2932, 'elementor_pro_license_key', 'activated', 'yes'),
(2933, '_elementor_pro_license_data', 'a:2:{s:7:\"timeout\";i:1652314122;s:5:\"value\";s:42:\"{\"license\":\"valid\",\"expires\":\"01.01.2030\"}\";}', 'yes'),
(2934, 'elementor_pro_version', '3.12.1', 'yes'),
(2935, 'widget_elementor-library', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(2936, '_elementor_pro_installed_time', '1649066663', 'yes'),
(2937, 'elementor_submissions_db_version', '5', 'yes'),
(2941, 'elementor_fonts_manager_font_types', 'a:0:{}', 'yes'),
(2942, 'elementor_fonts_manager_fonts', 'a:0:{}', 'yes'),
(2943, 'elementor_custom_icon_sets_config', 'a:0:{}', 'yes'),
(3392, '_transient_orders-transient-version', '1652266033', 'yes'),
(3436, 'woocommerce_admin_last_orders_milestone', '1', 'yes'),
(3518, '_elementor_pro_api_requests_lock', 'a:2:{s:11:\"get_version\";i:1770630167;s:16:\"get_license_data\";i:1680546271;}', 'yes'),
(3538, 'elementor_pro_theme_builder_conditions', 'a:0:{}', 'yes'),
(3921, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:20:\"online@hagarbath.com\";s:7:\"version\";s:5:\"6.9.1\";s:9:\"timestamp\";i:1770630170;}', 'off'),
(4111, 'elementor_pro_tracker_notice', '1', 'yes'),
(4112, 'elementor_tracker_notice', '1', 'yes'),
(4167, 'vc_version', '6.8.0', 'yes'),
(4170, 'wpb_js_composer_license_activation_notified', 'yes', 'yes'),
(4181, 'license_key_token', '1649257393|qeoH3GSnEef6DU9OrKMv', 'yes'),
(4183, '_elementor_settings_update_time', '1652271650', 'yes'),
(4184, 'elementor_cpt_support', 'a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:14:\"e-landing-page\";i:3;s:7:\"product\";}', 'yes'),
(4185, 'elementor_disable_color_schemes', '', 'yes'),
(4186, 'elementor_disable_typography_schemes', '', 'yes'),
(4187, 'elementor_google_maps_api_key', '', 'yes'),
(4188, 'elementor_pro_recaptcha_site_key', '', 'yes'),
(4189, 'elementor_pro_recaptcha_secret_key', '', 'yes'),
(4190, 'elementor_pro_recaptcha_v3_site_key', '', 'yes'),
(4191, 'elementor_pro_recaptcha_v3_secret_key', '', 'yes'),
(4192, 'elementor_pro_recaptcha_v3_threshold', '0.5', 'yes'),
(4193, 'elementor_pro_facebook_app_id', '', 'yes'),
(4194, 'elementor_pro_mailchimp_api_key', '', 'yes'),
(4195, 'elementor_validate_api_data', '', 'yes'),
(4196, 'elementor_pro_drip_api_token', '', 'yes'),
(4197, 'elementor_pro_activecampaign_api_key', '', 'yes'),
(4198, 'elementor_pro_activecampaign_api_url', '', 'yes'),
(4199, 'elementor_pro_getresponse_api_key', '', 'yes'),
(4200, 'elementor_pro_convertkit_api_key', '', 'yes'),
(4201, 'elementor_pro_mailerlite_api_key', '', 'yes'),
(4202, 'elementor_use_mini_cart_template', 'initial', 'yes'),
(4203, 'elementor_typekit-kit-id', '', 'yes'),
(4205, 'elementor_css_print_method', 'external', 'yes'),
(4206, 'elementor_editor_break_lines', '', 'yes'),
(4207, 'elementor_unfiltered_files_upload', '', 'yes'),
(4208, 'elementor_font_display', 'auto', 'yes'),
(4209, 'elementor_load_fa4_shim', '', 'yes'),
(4212, 'elementor_experiment-e_font_icon_svg', 'default', 'yes'),
(4213, 'elementor_experiment-additional_custom_breakpoints', 'default', 'yes'),
(4214, 'elementor_experiment-container', 'default', 'yes'),
(4215, 'elementor_experiment-theme_builder_v2', 'default', 'yes'),
(4218, 'elementor_experiment-a11y_improvements', 'default', 'yes'),
(4219, 'elementor_experiment-e_import_export', 'default', 'yes'),
(4220, 'elementor_experiment-e_hidden_wordpress_widgets', 'default', 'yes'),
(4221, 'elementor_experiment-landing-pages', 'default', 'yes'),
(4222, 'elementor_experiment-elements-color-picker', 'default', 'yes'),
(4223, 'elementor_experiment-favorite-widgets', 'default', 'yes'),
(4224, 'elementor_experiment-admin-top-bar', 'default', 'yes'),
(4229, 'elementor_font_awesome_pro_kit_id', '', 'yes'),
(5690, 'xstore_amp_settings', 'a:8:{s:7:\"general\";a:14:{s:4:\"logo\";s:0:\"\";s:9:\"logo_dark\";s:0:\"\";s:7:\"favicon\";s:0:\"\";s:4:\"menu\";s:1:\"0\";s:13:\"header_search\";s:2:\"on\";s:17:\"search_tags_title\";s:17:\"Trending searches\";s:11:\"search_tags\";s:30:\"Shirt, Shoes, Cap, Coat, Skirt\";s:19:\"products_visibility\";s:2:\"on\";s:16:\"posts_visibility\";s:2:\"on\";s:14:\"search_results\";s:14:\"products,posts\";s:8:\"back_top\";s:2:\"on\";s:13:\"sticky_header\";s:0:\"\";s:12:\"dark_version\";s:0:\"\";s:19:\"dark_light_switcher\";s:0:\"\";}s:10:\"appearance\";a:18:{s:10:\"font_color\";s:7:\"#ffffff\";s:13:\"heading_color\";s:0:\"\";s:11:\"font_family\";s:6:\"Roboto\";s:12:\"active_color\";s:0:\"\";s:15:\"button_bg_color\";s:0:\"\";s:12:\"button_color\";s:0:\"\";s:13:\"header_height\";s:2:\"54\";s:15:\"header_bg_color\";s:0:\"\";s:12:\"header_color\";s:0:\"\";s:22:\"mobile_menu_icon_color\";s:0:\"\";s:25:\"mobile_menu_icon_bg_color\";s:0:\"\";s:20:\"mobile_menu_bg_color\";s:0:\"\";s:17:\"mobile_menu_color\";s:0:\"\";s:24:\"mobile_menu_content_zoom\";s:3:\"140\";s:15:\"footer_bg_color\";s:0:\"\";s:12:\"footer_color\";s:0:\"\";s:19:\"copyrights_bg_color\";s:0:\"\";s:16:\"copyrights_color\";s:0:\"\";}s:9:\"home_page\";a:50:{s:17:\"slider_visibility\";s:2:\"on\";s:20:\"slider_items_1_image\";s:0:\"\";s:26:\"slider_items_1_button_text\";s:0:\"\";s:25:\"slider_items_1_button_url\";s:0:\"\";s:20:\"slider_items_1_title\";s:0:\"\";s:22:\"slider_items_1_content\";s:0:\"\";s:26:\"slider_items_1_alignment_x\";s:6:\"center\";s:26:\"slider_items_1_alignment_y\";s:5:\"start\";s:28:\"slider_items_1_content_width\";s:2:\"90\";s:14:\"{{name}}_image\";s:0:\"\";s:20:\"{{name}}_button_text\";s:0:\"\";s:19:\"{{name}}_button_url\";s:0:\"\";s:14:\"{{name}}_title\";s:0:\"\";s:16:\"{{name}}_content\";s:0:\"\";s:20:\"{{name}}_alignment_x\";s:5:\"start\";s:20:\"{{name}}_alignment_y\";s:5:\"start\";s:22:\"{{name}}_content_width\";s:2:\"90\";s:12:\"slider_items\";s:14:\"slider_items_1\";s:33:\"products_categories_01_visibility\";s:2:\"on\";s:28:\"products_categories_01_title\";s:18:\"Product categories\";s:28:\"products_categories_01_order\";s:4:\"DESC\";s:28:\"products_categories_01_limit\";s:2:\"12\";s:28:\"products_categories_02_title\";s:18:\"Product categories\";s:28:\"products_categories_02_order\";s:4:\"DESC\";s:28:\"products_categories_02_limit\";s:2:\"12\";s:22:\"products_01_visibility\";s:2:\"on\";s:17:\"products_01_title\";s:12:\"Hot Products\";s:16:\"products_01_type\";s:6:\"random\";s:17:\"products_01_order\";s:4:\"DESC\";s:17:\"products_01_limit\";s:2:\"12\";s:17:\"products_02_title\";s:12:\"Hot Products\";s:16:\"products_02_type\";s:6:\"random\";s:17:\"products_02_order\";s:4:\"DESC\";s:17:\"products_02_limit\";s:2:\"12\";s:19:\"posts_01_visibility\";s:2:\"on\";s:14:\"posts_01_title\";s:12:\"Latest posts\";s:13:\"posts_01_type\";s:6:\"random\";s:14:\"posts_01_order\";s:4:\"DESC\";s:14:\"posts_01_limit\";s:2:\"12\";s:20:\"banner_01_visibility\";s:2:\"on\";s:16:\"banner_01_height\";s:3:\"300\";s:15:\"banner_01_image\";s:0:\"\";s:15:\"banner_01_title\";s:0:\"\";s:17:\"banner_01_content\";s:0:\"\";s:21:\"banner_01_button_text\";s:0:\"\";s:20:\"banner_01_button_url\";s:0:\"\";s:28:\"textarea_block_01_visibility\";s:2:\"on\";s:23:\"textarea_block_01_title\";s:8:\"About us\";s:25:\"textarea_block_01_content\";s:301:\"<p>Morbi interdum odio sed nisl. Odio malesuada aliquet a egestas nascetur vel.\r\nAliquam vulputate fringilla sed tellus laoreet vitae, cursus maecenas.\r\nAc lacus, molestie molestie venenatis mauris, eu lectus dui.\r\nConvallis dolor purus pellentesque gravida feugiat cursus enim condimentum aenean.</p>\";s:13:\"page_elements\";s:137:\"slider,slider_items_1,{{name}},products_categories_01,products_categories_02,products_01,products_02,posts_01,banner_01,textarea_block_01\";}s:12:\"mobile_panel\";a:13:{s:12:\"mobile_panel\";s:2:\"on\";s:15:\"home_visibility\";s:2:\"on\";s:15:\"shop_visibility\";s:2:\"on\";s:15:\"blog_visibility\";s:2:\"on\";s:15:\"cart_visibility\";s:2:\"on\";s:18:\"account_visibility\";s:2:\"on\";s:22:\"mobile_menu_visibility\";s:2:\"on\";s:4:\"menu\";s:7:\"inherit\";s:21:\"mobile_panel_elements\";s:49:\"home,shop,blog,cart,account,portfolio,mobile_menu\";s:21:\"mobile_panel_bg_color\";s:0:\"\";s:18:\"mobile_panel_color\";s:0:\"\";s:25:\"mobile_panel_content_zoom\";s:2:\"72\";s:19:\"mobile_panel_height\";s:2:\"58\";}s:6:\"footer\";a:13:{s:5:\"title\";s:7:\"Find us\";s:7:\"content\";s:389:\"<p style=\\\"margin-bottom: 10px\\\"><i class=\\\"et-icon et-internet\\\" style=\\\"margin-right: 5px\\\"></i>East 21st Street / 304 New York</p>\r\n<p style=\\\"margin-bottom: 10px\\\"><i class=\\\"et-icon et-message\\\" style=\\\"margin-right: 5px\\\"></i>Email: youremail@site.com</p>\r\n<p style=\\\"margin-bottom: 10px\\\"><i class=\\\"et-icon et-phone-call\\\" style=\\\"margin-right: 5px\\\"></i>Phone: +1 408 996 1010</p>\";s:14:\"socials_1_name\";s:16:\"et_icon-facebook\";s:14:\"socials_1_link\";s:1:\"#\";s:14:\"socials_2_name\";s:15:\"et_icon-twitter\";s:14:\"socials_2_link\";s:1:\"#\";s:14:\"socials_3_name\";s:17:\"et_icon-instagram\";s:14:\"socials_3_link\";s:1:\"#\";s:13:\"{{name}}_name\";s:16:\"et_icon-facebook\";s:13:\"{{name}}_link\";s:0:\"\";s:7:\"socials\";s:29:\"socials_1,socials_2,socials_3\";s:18:\"copyrights_content\";s:0:\"\";s:11:\"link_no_amp\";s:0:\"\";}s:8:\"advanced\";a:2:{s:7:\"gtag_id\";s:0:\"\";s:16:\"google_analytics\";s:0:\"\";}s:13:\"customization\";a:1:{s:3:\"css\";s:0:\"\";}s:12:\"progress_bar\";a:7:{s:12:\"message_text\";s:33:\"Spend {{et_price}} to get 10% Off\";s:12:\"process_icon\";s:14:\"et_icon-coupon\";s:21:\"process_icon_position\";s:6:\"before\";s:5:\"price\";s:4:\"5000\";s:20:\"message_success_text\";s:42:\"Congratulations! You\\\'ve got 10% Discount!\";s:12:\"success_icon\";s:12:\"et_icon-star\";s:21:\"success_icon_position\";s:6:\"before\";}}', 'yes'),
(5700, 'xstore_sales_booster_settings', 'a:1:{s:12:\"progress_bar\";a:7:{s:12:\"message_text\";s:33:\"Spend {{et_price}} to get 10% Off\";s:12:\"process_icon\";s:14:\"et_icon-coupon\";s:21:\"process_icon_position\";s:6:\"before\";s:5:\"price\";s:4:\"5000\";s:20:\"message_success_text\";s:41:\"Congratulations! You\'ve got 10% Discount!\";s:12:\"success_icon\";s:12:\"et_icon-star\";s:21:\"success_icon_position\";s:6:\"before\";}}', 'yes'),
(6228, 'et_wc_account_page_type', 'new', 'yes'),
(6229, 'et_wc_account_banner', '', 'yes'),
(6230, 'et_wc_account_products_type', 'random', 'yes'),
(6231, 'et_wc_account_nav_icons', 'yes', 'no'),
(6444, 'woocommerce_demo_store_notice', '', 'yes'),
(6553, 'woocommerce_razorpay_settings', 'a:11:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:33:\"Credit Card/Debit Card/NetBanking\";s:11:\"description\";s:74:\"Pay securely by Credit or Debit card or Internet Banking through Razorpay.\";s:6:\"key_id\";s:23:\"rzp_test_gcsExKitqpyjEg\";s:10:\"key_secret\";s:24:\"Phg7F9jbA9WIkWLthAIuoIA5\";s:14:\"payment_action\";s:7:\"capture\";s:21:\"order_success_message\";s:136:\"Thank you for shopping with us. Your account has been charged and your transaction is successful. We will be processing your order soon.\";s:14:\"enable_webhook\";s:2:\"no\";s:14:\"webhook_events\";s:0:\"\";s:14:\"webhook_secret\";s:0:\"\";s:12:\"route_enable\";s:2:\"no\";}', 'yes'),
(7405, 'yit_recently_activated', 'a:4:{i:0;s:34:\"yith-woocommerce-wishlist/init.php\";i:1;s:34:\"yith-woocommerce-wishlist/init.php\";i:2;s:34:\"yith-woocommerce-wishlist/init.php\";i:3;s:34:\"yith-woocommerce-wishlist/init.php\";}', 'yes'),
(7418, 'yith_wcwl_wishlist_page_id', '20', 'yes'),
(7419, 'yith_wcwl_version', '3.8.0', 'yes'),
(7420, 'yith_wcwl_db_version', '3.0.0', 'yes'),
(7422, 'yith_wcwl_ajax_enable', 'no', 'yes'),
(7423, 'yith_wfbt_enable_integration', 'yes', 'yes'),
(7424, 'yith_wcwl_after_add_to_wishlist_behaviour', 'view', 'yes'),
(7425, 'yith_wcwl_show_on_loop', 'no', 'yes'),
(7426, 'yith_wcwl_loop_position', 'after_add_to_cart', 'yes'),
(7427, 'yith_wcwl_button_position', 'after_add_to_cart', 'yes'),
(7428, 'yith_wcwl_add_to_wishlist_text', 'Add to wishlist', 'yes'),
(7429, 'yith_wcwl_product_added_text', 'Product added!', 'yes'),
(7430, 'yith_wcwl_browse_wishlist_text', 'Browse wishlist', 'yes'),
(7431, 'yith_wcwl_already_in_wishlist_text', 'The product is already in your wishlist!', 'yes'),
(7432, 'yith_wcwl_add_to_wishlist_style', 'link', 'yes'),
(7433, 'yith_wcwl_rounded_corners_radius', '16', 'yes'),
(7434, 'yith_wcwl_add_to_wishlist_icon', 'fa-heart-o', 'yes'),
(7435, 'yith_wcwl_add_to_wishlist_custom_icon', '', 'yes'),
(7436, 'yith_wcwl_added_to_wishlist_icon', 'fa-heart', 'yes'),
(7437, 'yith_wcwl_added_to_wishlist_custom_icon', '', 'yes'),
(7438, 'yith_wcwl_custom_css', '', 'yes'),
(7439, 'yith_wcwl_variation_show', '', 'yes'),
(7440, 'yith_wcwl_price_show', 'yes', 'yes'),
(7441, 'yith_wcwl_stock_show', 'yes', 'yes'),
(7442, 'yith_wcwl_show_dateadded', '', 'yes'),
(7443, 'yith_wcwl_add_to_cart_show', 'yes', 'yes'),
(7444, 'yith_wcwl_show_remove', 'yes', 'yes'),
(7445, 'yith_wcwl_repeat_remove_button', '', 'yes'),
(7446, 'yith_wcwl_redirect_cart', 'no', 'yes'),
(7447, 'yith_wcwl_remove_after_add_to_cart', 'yes', 'yes'),
(7448, 'yith_wcwl_enable_share', 'yes', 'yes'),
(7449, 'yith_wcwl_share_fb', 'yes', 'yes'),
(7450, 'yith_wcwl_share_twitter', 'yes', 'yes'),
(7451, 'yith_wcwl_share_pinterest', 'yes', 'yes'),
(7452, 'yith_wcwl_share_email', 'yes', 'yes'),
(7453, 'yith_wcwl_share_whatsapp', 'yes', 'yes'),
(7454, 'yith_wcwl_share_url', 'no', 'yes'),
(7455, 'yith_wcwl_socials_title', 'My wishlist on Hagar Bath', 'yes'),
(7456, 'yith_wcwl_socials_text', '', 'yes'),
(7457, 'yith_wcwl_socials_image_url', '', 'yes'),
(7458, 'yith_wcwl_wishlist_title', 'My wishlist', 'yes'),
(7459, 'yith_wcwl_add_to_cart_text', 'Add to cart', 'yes'),
(7460, 'yith_wcwl_add_to_cart_style', 'link', 'yes'),
(7461, 'yith_wcwl_add_to_cart_rounded_corners_radius', '16', 'yes'),
(7462, 'yith_wcwl_add_to_cart_icon', 'fa-shopping-cart', 'yes'),
(7463, 'yith_wcwl_add_to_cart_custom_icon', '', 'yes'),
(7464, 'yith_wcwl_color_headers_background', '#F4F4F4', 'yes'),
(7465, 'yith_wcwl_fb_button_icon', 'fa-facebook', 'yes'),
(7466, 'yith_wcwl_fb_button_custom_icon', '', 'yes'),
(7467, 'yith_wcwl_tw_button_icon', 'fa-twitter', 'yes'),
(7468, 'yith_wcwl_tw_button_custom_icon', '', 'yes'),
(7469, 'yith_wcwl_pr_button_icon', 'fa-pinterest', 'yes'),
(7470, 'yith_wcwl_pr_button_custom_icon', '', 'yes'),
(7471, 'yith_wcwl_em_button_icon', 'fa-envelope-o', 'yes'),
(7472, 'yith_wcwl_em_button_custom_icon', '', 'yes'),
(7473, 'yith_wcwl_wa_button_icon', 'fa-whatsapp', 'yes'),
(7474, 'yith_wcwl_wa_button_custom_icon', '', 'yes'),
(7475, 'yit_plugin_fw_panel_wc_default_options_set', 'a:1:{s:15:\"yith_wcwl_panel\";b:1;}', 'yes'),
(7576, 'secret_key', '=n&~K6r*QYyocVCk1ut7[d(m@LaoaJr^.=NFURdY],GyPV,J|0#+cMq9A[)+]0L.', 'no'),
(7620, 'ewww_image_optimizer_relative_migration_status', 'done', 'yes'),
(7622, 'ewww_image_optimizer_background_optimization', '1', 'yes'),
(7623, 'ewww_image_optimizer_noauto', '', 'yes'),
(7624, 'ewww_image_optimizer_disable_editor', '', 'yes'),
(7625, 'ewww_image_optimizer_debug', '', 'yes'),
(7626, 'ewww_image_optimizer_metadata_remove', '1', 'yes'),
(7627, 'ewww_image_optimizer_jpg_level', '10', 'yes'),
(7628, 'ewww_image_optimizer_png_level', '10', 'yes'),
(7629, 'ewww_image_optimizer_gif_level', '10', 'yes'),
(7630, 'ewww_image_optimizer_pdf_level', '0', 'yes'),
(7631, 'ewww_image_optimizer_svg_level', '0', 'yes'),
(7632, 'ewww_image_optimizer_jpg_quality', '', 'yes'),
(7633, 'ewww_image_optimizer_webp_quality', '', 'yes'),
(7634, 'ewww_image_optimizer_resize_existing', '1', 'yes'),
(7635, 'ewww_image_optimizer_exactdn', '', 'yes'),
(7636, 'ewww_image_optimizer_exactdn_plan_id', '0', 'yes'),
(7637, 'exactdn_all_the_things', '1', 'yes'),
(7638, 'exactdn_lossy', '1', 'yes'),
(7639, 'exactdn_exclude', '', 'yes'),
(7640, 'exactdn_sub_folder', '', 'no'),
(7641, 'exactdn_prevent_db_queries', '', 'yes'),
(7642, 'ewww_image_optimizer_lazy_load', '', 'yes'),
(7643, 'ewww_image_optimizer_use_siip', '', 'yes'),
(7644, 'ewww_image_optimizer_use_lqip', '', 'yes'),
(7645, 'ewww_image_optimizer_ll_exclude', '', 'yes'),
(7646, 'ewww_image_optimizer_ll_all_things', '', 'yes'),
(7647, 'ewww_image_optimizer_disable_pngout', '1', 'yes'),
(7648, 'ewww_image_optimizer_disable_svgcleaner', '1', 'yes'),
(7649, 'ewww_image_optimizer_optipng_level', '2', 'yes'),
(7650, 'ewww_image_optimizer_pngout_level', '2', 'yes'),
(7651, 'ewww_image_optimizer_webp_for_cdn', '', 'yes'),
(7652, 'ewww_image_optimizer_force_gif2webp', '1', 'yes'),
(7653, 'ewww_image_optimizer_picture_webp', '', 'yes'),
(7654, 'ewww_image_optimizer_webp_rewrite_exclude', '', 'yes'),
(7656, 'ewww_image_optimizer_ll_autoscale', '1', 'no'),
(7657, 'exactdn_never_been_active', '1', 'no'),
(7658, 'ewww_image_optimizer_bulk_resume', '', 'yes'),
(7659, 'ewww_image_optimizer_aux_resume', '', 'yes'),
(7660, 'ewww_image_optimizer_flag_attachments', '', 'no'),
(7661, 'ewww_image_optimizer_ngg_attachments', '', 'no'),
(7663, 'ewww_image_optimizer_review_time', '1650537900', 'no'),
(7664, 'ewww_image_optimizer_version', '651', 'yes'),
(13643, 'vxc_zoho_pro_version', '1.3.0', 'yes'),
(13655, 'vxc_zoho_install_data', 'a:1:{s:4:\"time\";i:1651662330;}', 'no'),
(13832, 'ewww_image_optimizer_backup_files', '', 'no'),
(14752, 'ewww_image_optimizer_dismiss_review_notice', '1', 'no'),
(15070, 'woocommerce_task_list_reminder_bar_hidden', 'yes', 'yes'),
(15096, 'ewww_image_optimizer_wizard_complete', '1', 'no'),
(15163, 'brand_base', '', 'yes'),
(15164, 'et_permalink', 'portfolio_def', 'yes'),
(15165, 'portfolio_custom_base', '', 'yes'),
(15166, 'et_brand_permalink', 'brand_def', 'yes'),
(15167, 'brand_custom_base', '', 'yes'),
(15227, 'elementor_onboarded', '1', 'yes'),
(15228, 'elementor_connect_site_key', 'a7394cd671e7d3b85d32eaf3ee5f9fd7', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(15294, '_transient_dirsize_cache', 'a:466:{s:64:\"/home/devde143/www.hagarbath.com/shop/wp-includes/block-patterns\";i:9046;s:68:\"/home/devde143/www.hagarbath.com/shop/wp-includes/rest-api/endpoints\";i:705001;s:65:\"/home/devde143/www.hagarbath.com/shop/wp-includes/rest-api/fields\";i:22314;s:65:\"/home/devde143/www.hagarbath.com/shop/wp-includes/rest-api/search\";i:15180;s:58:\"/home/devde143/www.hagarbath.com/shop/wp-includes/rest-api\";i:827942;s:56:\"/home/devde143/www.hagarbath.com/shop/wp-includes/assets\";i:11065;s:63:\"/home/devde143/www.hagarbath.com/shop/wp-includes/random_compat\";i:40843;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-includes/images/media\";i:2419;s:64:\"/home/devde143/www.hagarbath.com/shop/wp-includes/images/smilies\";i:10082;s:60:\"/home/devde143/www.hagarbath.com/shop/wp-includes/images/wlw\";i:4413;s:64:\"/home/devde143/www.hagarbath.com/shop/wp-includes/images/crystal\";i:15541;s:56:\"/home/devde143/www.hagarbath.com/shop/wp-includes/images\";i:103747;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-includes/certificates\";i:233231;s:61:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/plupload\";i:490206;s:75:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/mediaelement/renderers\";i:18880;s:65:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/mediaelement\";i:719405;s:82:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:80:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:76:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:83:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:76:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:66:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/skins\";i:233085;s:82:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/wptextpattern\";i:11927;s:76:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:81:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:77:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:74:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/image\";i:55874;s:74:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/media\";i:57914;s:74:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/lists\";i:97383;s:80:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:78:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:80:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/wpeditimage\";i:37716;s:81:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:76:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:71:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/hr\";i:1347;s:75:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/wplink\";i:26476;s:74:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/paste\";i:113193;s:78:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:78:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/wpgallery\";i:4808;s:79:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:77:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:73:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/link\";i:32949;s:75:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/wpview\";i:8994;s:78:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/wordpress\";i:50608;s:83:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:68:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/plugins\";i:606961;s:74:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/themes/modern\";i:446221;s:74:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/themes/inlite\";i:452642;s:67:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/themes\";i:898863;s:66:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/utils\";i:18822;s:66:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce/langs\";i:15529;s:60:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/tinymce\";i:2853651;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/swfupload\";i:8715;s:66:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/imgareaselect\";i:49035;s:61:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/thickbox\";i:31185;s:58:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/jcrop\";i:18340;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/jquery/ui\";i:807176;s:59:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/jquery\";i:1323522;s:57:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/crop\";i:20004;s:64:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/dist/vendor\";i:2371758;s:57:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/dist\";i:14796238;s:63:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js/codemirror\";i:1287141;s:52:\"/home/devde143/www.hagarbath.com/shop/wp-includes/js\";i:24021142;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-includes/theme-compat\";i:15447;s:64:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/pattern\";i:269;s:61:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/list\";i:4669;s:66:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/site-logo\";i:20232;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/group\";i:11365;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/query\";i:4610;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/image\";i:30336;s:69:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/social-links\";i:55550;s:82:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/query-pagination-previous\";i:752;s:75:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/navigation-submenu\";i:8767;s:69:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/text-columns\";i:8935;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/quote\";i:10971;s:67:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/post-title\";i:4276;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/cover\";i:67320;s:70:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/post-comments\";i:11301;s:67:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/navigation\";i:130884;s:69:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/widget-group\";i:319;s:65:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/archives\";i:6698;s:61:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/file\";i:20282;s:63:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/column\";i:687;s:67:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/site-title\";i:4469;s:60:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/rss\";i:11885;s:63:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/spacer\";i:9964;s:64:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/buttons\";i:15767;s:66:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/paragraph\";i:10429;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/block\";i:4874;s:67:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/categories\";i:7307;s:68:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/social-link\";i:5104;s:66:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/tag-cloud\";i:4589;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/video\";i:22014;s:67:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/post-terms\";i:3929;s:63:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/button\";i:21793;s:64:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/heading\";i:4991;s:68:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/query-title\";i:887;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/table\";i:30378;s:65:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/nextpage\";i:5966;s:68:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/post-author\";i:5500;s:65:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/calendar\";i:5089;s:77:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/post-navigation-link\";i:865;s:69:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/post-content\";i:384;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/audio\";i:11211;s:70:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/template-part\";i:16158;s:66:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/page-list\";i:13410;s:72:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/navigation-link\";i:16278;s:66:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/pullquote\";i:18776;s:81:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/query-pagination-numbers\";i:4208;s:66:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/separator\";i:13254;s:66:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/post-date\";i:792;s:64:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/gallery\";i:88463;s:64:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/missing\";i:509;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/verse\";i:4285;s:69:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/latest-posts\";i:16736;s:72:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/latest-comments\";i:7570;s:61:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/code\";i:7774;s:69:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/post-excerpt\";i:7385;s:65:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/freeform\";i:42190;s:61:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/more\";i:6691;s:73:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/term-description\";i:588;s:70:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/post-template\";i:12819;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/embed\";i:21103;s:66:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/shortcode\";i:8116;s:63:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/search\";i:16747;s:78:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/query-pagination-next\";i:740;s:61:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/html\";i:6648;s:69:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/site-tagline\";i:4180;s:73:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/query-pagination\";i:14099;s:67:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/media-text\";i:19797;s:64:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/columns\";i:17299;s:70:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/legacy-widget\";i:501;s:65:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/loginout\";i:455;s:76:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/post-featured-image\";i:23629;s:69:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks/preformatted\";i:4198;s:56:\"/home/devde143/www.hagarbath.com/shop/wp-includes/blocks\";i:1226841;s:69:\"/home/devde143/www.hagarbath.com/shop/wp-includes/css/dist/components\";i:533088;s:72:\"/home/devde143/www.hagarbath.com/shop/wp-includes/css/dist/block-library\";i:667207;s:71:\"/home/devde143/www.hagarbath.com/shop/wp-includes/css/dist/block-editor\";i:488509;s:73:\"/home/devde143/www.hagarbath.com/shop/wp-includes/css/dist/format-library\";i:10926;s:65:\"/home/devde143/www.hagarbath.com/shop/wp-includes/css/dist/editor\";i:93521;s:76:\"/home/devde143/www.hagarbath.com/shop/wp-includes/css/dist/customize-widgets\";i:30458;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-includes/css/dist/nux\";i:14676;s:68:\"/home/devde143/www.hagarbath.com/shop/wp-includes/css/dist/edit-post\";i:209173;s:74:\"/home/devde143/www.hagarbath.com/shop/wp-includes/css/dist/block-directory\";i:17844;s:71:\"/home/devde143/www.hagarbath.com/shop/wp-includes/css/dist/edit-widgets\";i:103495;s:68:\"/home/devde143/www.hagarbath.com/shop/wp-includes/css/dist/edit-site\";i:186717;s:79:\"/home/devde143/www.hagarbath.com/shop/wp-includes/css/dist/list-reusable-blocks\";i:21928;s:66:\"/home/devde143/www.hagarbath.com/shop/wp-includes/css/dist/widgets\";i:27172;s:74:\"/home/devde143/www.hagarbath.com/shop/wp-includes/css/dist/reusable-blocks\";i:5178;s:58:\"/home/devde143/www.hagarbath.com/shop/wp-includes/css/dist\";i:2409892;s:53:\"/home/devde143/www.hagarbath.com/shop/wp-includes/css\";i:3055619;s:54:\"/home/devde143/www.hagarbath.com/shop/wp-includes/pomo\";i:53584;s:53:\"/home/devde143/www.hagarbath.com/shop/wp-includes/ID3\";i:1143654;s:53:\"/home/devde143/www.hagarbath.com/shop/wp-includes/IXR\";i:33914;s:68:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sitemaps/providers\";i:16350;s:58:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sitemaps\";i:46283;s:64:\"/home/devde143/www.hagarbath.com/shop/wp-includes/block-supports\";i:58302;s:59:\"/home/devde143/www.hagarbath.com/shop/wp-includes/customize\";i:173484;s:59:\"/home/devde143/www.hagarbath.com/shop/wp-includes/PHPMailer\";i:224753;s:65:\"/home/devde143/www.hagarbath.com/shop/wp-includes/SimplePie/Parse\";i:20551;s:64:\"/home/devde143/www.hagarbath.com/shop/wp-includes/SimplePie/HTTP\";i:11487;s:71:\"/home/devde143/www.hagarbath.com/shop/wp-includes/SimplePie/Decode/HTML\";i:17241;s:66:\"/home/devde143/www.hagarbath.com/shop/wp-includes/SimplePie/Decode\";i:17241;s:72:\"/home/devde143/www.hagarbath.com/shop/wp-includes/SimplePie/Content/Type\";i:8015;s:67:\"/home/devde143/www.hagarbath.com/shop/wp-includes/SimplePie/Content\";i:8015;s:75:\"/home/devde143/www.hagarbath.com/shop/wp-includes/SimplePie/XML/Declaration\";i:7098;s:63:\"/home/devde143/www.hagarbath.com/shop/wp-includes/SimplePie/XML\";i:7098;s:63:\"/home/devde143/www.hagarbath.com/shop/wp-includes/SimplePie/Net\";i:7493;s:65:\"/home/devde143/www.hagarbath.com/shop/wp-includes/SimplePie/Cache\";i:39607;s:59:\"/home/devde143/www.hagarbath.com/shop/wp-includes/SimplePie\";i:458625;s:55:\"/home/devde143/www.hagarbath.com/shop/wp-includes/fonts\";i:289826;s:60:\"/home/devde143/www.hagarbath.com/shop/wp-includes/php-compat\";i:1203;s:88:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:88:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:93:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:90:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:79:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:74:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/namespaced\";i:2698;s:81:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:85:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:81:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:86:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:83:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/src/Core/Curve25519\";i:121645;s:79:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/src/Core/Base64\";i:22135;s:72:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/src/Core\";i:450529;s:83:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15980;s:87:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:83:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:88:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:85:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122511;s:74:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/src/Core32\";i:437807;s:73:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/src/PHP52\";i:4116;s:67:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/src\";i:1203596;s:67:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat/lib\";i:84845;s:63:\"/home/devde143/www.hagarbath.com/shop/wp-includes/sodium_compat\";i:1297228;s:57:\"/home/devde143/www.hagarbath.com/shop/wp-includes/widgets\";i:156236;s:73:\"/home/devde143/www.hagarbath.com/shop/wp-includes/Requests/Exception/HTTP\";i:14365;s:78:\"/home/devde143/www.hagarbath.com/shop/wp-includes/Requests/Exception/Transport\";i:919;s:68:\"/home/devde143/www.hagarbath.com/shop/wp-includes/Requests/Exception\";i:16778;s:67:\"/home/devde143/www.hagarbath.com/shop/wp-includes/Requests/Response\";i:2135;s:66:\"/home/devde143/www.hagarbath.com/shop/wp-includes/Requests/Utility\";i:3310;s:65:\"/home/devde143/www.hagarbath.com/shop/wp-includes/Requests/Cookie\";i:3865;s:68:\"/home/devde143/www.hagarbath.com/shop/wp-includes/Requests/Transport\";i:30090;s:64:\"/home/devde143/www.hagarbath.com/shop/wp-includes/Requests/Proxy\";i:3488;s:63:\"/home/devde143/www.hagarbath.com/shop/wp-includes/Requests/Auth\";i:1939;s:58:\"/home/devde143/www.hagarbath.com/shop/wp-includes/Requests\";i:139225;s:68:\"/home/devde143/www.hagarbath.com/shop/wp-includes/Text/Diff/Renderer\";i:5535;s:66:\"/home/devde143/www.hagarbath.com/shop/wp-includes/Text/Diff/Engine\";i:31662;s:59:\"/home/devde143/www.hagarbath.com/shop/wp-includes/Text/Diff\";i:44010;s:54:\"/home/devde143/www.hagarbath.com/shop/wp-includes/Text\";i:56925;s:49:\"/home/devde143/www.hagarbath.com/shop/wp-includes\";i:40180978;s:54:\"/home/devde143/www.hagarbath.com/shop/wp-admin/network\";i:124281;s:55:\"/home/devde143/www.hagarbath.com/shop/wp-admin/includes\";i:2889234;s:51:\"/home/devde143/www.hagarbath.com/shop/wp-admin/user\";i:3418;s:53:\"/home/devde143/www.hagarbath.com/shop/wp-admin/images\";i:444788;s:57:\"/home/devde143/www.hagarbath.com/shop/wp-admin/js/widgets\";i:139408;s:49:\"/home/devde143/www.hagarbath.com/shop/wp-admin/js\";i:1901028;s:66:\"/home/devde143/www.hagarbath.com/shop/wp-admin/css/colors/midnight\";i:77712;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-admin/css/colors/blue\";i:77743;s:63:\"/home/devde143/www.hagarbath.com/shop/wp-admin/css/colors/light\";i:78320;s:67:\"/home/devde143/www.hagarbath.com/shop/wp-admin/css/colors/ectoplasm\";i:77754;s:64:\"/home/devde143/www.hagarbath.com/shop/wp-admin/css/colors/coffee\";i:75220;s:63:\"/home/devde143/www.hagarbath.com/shop/wp-admin/css/colors/ocean\";i:75241;s:64:\"/home/devde143/www.hagarbath.com/shop/wp-admin/css/colors/modern\";i:77824;s:65:\"/home/devde143/www.hagarbath.com/shop/wp-admin/css/colors/sunrise\";i:77771;s:57:\"/home/devde143/www.hagarbath.com/shop/wp-admin/css/colors\";i:640955;s:50:\"/home/devde143/www.hagarbath.com/shop/wp-admin/css\";i:2492194;s:52:\"/home/devde143/www.hagarbath.com/shop/wp-admin/maint\";i:7260;s:46:\"/home/devde143/www.hagarbath.com/shop/wp-admin\";i:8862365;s:53:\"/home/devde143/www.hagarbath.com/shop/wp-content/ewww\";i:2568936;s:59:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/lato\";i:21160;s:61:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts/roboto\";i:176724;s:54:\"/home/devde143/www.hagarbath.com/shop/wp-content/fonts\";i:197884;s:56:\"/home/devde143/www.hagarbath.com/shop/wp-content/upgrade\";i:0;s:48:\"/home/devde143/www.hagarbath.com/shop/wp-content\";i:2766848;s:37:\"/home/devde143/www.hagarbath.com/shop\";i:72529213;s:68:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore-child\";i:228448;s:85:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/images\";i:2128437;s:81:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/js\";i:19797;s:82:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/css\";i:301562;s:97:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/06-components\";i:36540;s:95:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/04-elements\";i:12312;s:95:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/01-settings\";i:11555;s:96:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/07-utilities\";i:13585;s:94:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/03-generic\";i:15944;s:104:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould\";i:201;s:98:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list\";i:1063;s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group\";i:3040;s:104:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop\";i:358;s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image\";i:1914;s:106:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons\";i:615;s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote\";i:5726;s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover\";i:4533;s:104:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation\";i:3141;s:98:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file\";i:673;s:97:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss\";i:5502;s:100:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer\";i:227;s:103:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph\";i:497;s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/video\";i:324;s:100:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button\";i:5491;s:101:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading\";i:2977;s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table\";i:2937;s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio\";i:113;s:103:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote\";i:4215;s:103:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator\";i:2204;s:100:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy\";i:1192;s:101:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery\";i:801;s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse\";i:127;s:106:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts\";i:8536;s:109:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments\";i:815;s:98:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code\";i:537;s:103:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities\";i:7640;s:100:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search\";i:5410;s:98:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/html\";i:223;s:104:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text\";i:1389;s:101:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns\";i:3506;s:106:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted\";i:189;s:93:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/05-blocks\";i:78638;s:92:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass/02-tools\";i:6930;s:83:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets/sass\";i:183659;s:78:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/assets\";i:2633455;s:79:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/classes\";i:76656;s:93:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/template-parts/header\";i:4222;s:94:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/template-parts/excerpt\";i:4682;s:91:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/template-parts/post\";i:1148;s:94:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/template-parts/content\";i:6469;s:93:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/template-parts/footer\";i:307;s:86:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/template-parts\";i:16828;s:75:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone/inc\";i:63717;s:71:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentyone\";i:3666363;s:77:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/__MACOSX/xstore-child\";i:1256;s:64:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/__MACOSX\";i:1567;s:85:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentytwo/assets/images\";i:1453963;s:85:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentytwo/assets/videos\";i:468755;s:84:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentytwo/assets/fonts\";i:1409152;s:78:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentytwo/assets\";i:3331870;s:81:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentytwo/templates\";i:13966;s:77:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentytwo/parts\";i:2791;s:84:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentytwo/inc/patterns\";i:157180;s:75:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentytwo/inc\";i:161123;s:71:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwentytwo\";i:3694185;s:82:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwenty/assets/images\";i:48358;s:78:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwenty/assets/js\";i:41635;s:79:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwenty/assets/css\";i:114220;s:87:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwenty/assets/fonts/inter\";i:460724;s:81:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwenty/assets/fonts\";i:460724;s:75:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwenty/assets\";i:664937;s:76:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwenty/classes\";i:102533;s:83:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwenty/template-parts\";i:22861;s:78:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwenty/templates\";i:678;s:72:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwenty/inc\";i:56286;s:68:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/twentytwenty\";i:1782862;s:102:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/dc-product-vendor/shortcode/vendor-list\";i:4540;s:90:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/dc-product-vendor/shortcode\";i:4540;s:80:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/dc-product-vendor\";i:4540;s:69:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/images\";i:94566;s:78:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/js/modules/libs\";i:7689;s:85:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/js/modules/breadcrumbs\";i:1541;s:73:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/js/modules\";i:691135;s:70:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/js/libs\";i:979256;s:77:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/js/theme/fixes\";i:4581;s:71:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/js/theme\";i:4581;s:65:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/js\";i:1976802;s:87:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/testimonials\";i:853;s:92:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/pages\";i:172473;s:101:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/single-product\";i:291655;s:101:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers\";i:900457;s:86:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce\";i:1808340;s:82:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/socials\";i:1517;s:87:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/wpb\";i:65109;s:93:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/elementor\";i:401105;s:83:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders\";i:479177;s:82:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/isotope\";i:1586;s:91:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/blog/single-post\";i:23394;s:85:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/blog/types\";i:66234;s:87:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/blog/formats\";i:3725;s:79:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/blog\";i:166813;s:82:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/banners\";i:26496;s:94:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/header/parts\";i:217579;s:88:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/header\";i:234908;s:81:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout\";i:357484;s:81:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules/search\";i:1251;s:74:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/modules\";i:3147224;s:84:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/fontawesome/4.7.0\";i:30518;s:85:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/fontawesome/5.15.3\";i:59259;s:78:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/fontawesome\";i:89777;s:71:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css/libs\";i:2907;s:66:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/css\";i:3594735;s:86:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/vc_templates/post_block\";i:1577;s:75:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/vc_templates\";i:10872;s:83:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/woocommerce/checkout\";i:12137;s:81:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/woocommerce/global\";i:7911;s:84:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/woocommerce/myaccount\";i:13877;s:94:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/woocommerce/single-product/tabs\";i:11736;s:101:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/woocommerce/single-product/add-to-cart\";i:2794;s:89:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/woocommerce/single-product\";i:69484;s:79:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/woocommerce/loop\";i:11747;s:79:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/woocommerce/cart\";i:27457;s:74:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/woocommerce\";i:273743;s:70:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/bbpress\";i:756;s:83:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/post-types\";i:39992;s:89:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/assets/admin-css\";i:117999;s:86:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/assets/images\";i:67232;s:82:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/assets/js\";i:97346;s:85:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/assets/fonts\";i:62005;s:79:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/assets\";i:344582;s:81:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/features\";i:30416;s:86:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/compatibility\";i:164013;s:92:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/plugin-disabled/css\";i:4524;s:98:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/plugin-disabled/templates\";i:1335;s:88:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/plugin-disabled\";i:6349;s:106:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/thirdparty/cmb2-taxonomy/includes\";i:4838;s:97:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/thirdparty/cmb2-taxonomy\";i:4934;s:95:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/thirdparty/parse-video\";i:4407;s:105:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/thirdparty/menu-images/assets/js\";i:4968;s:102:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/thirdparty/menu-images/assets\";i:4968;s:99:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/thirdparty/menu-images/inc\";i:32193;s:95:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/thirdparty/menu-images\";i:47524;s:105:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/thirdparty/tgm-plugin-activation\";i:132579;s:95:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/thirdparty/child-theme\";i:222416;s:83:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/thirdparty\";i:411860;s:78:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/cache\";i:56987;s:96:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/admin/widgets/templates\";i:9173;s:86:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/admin/widgets\";i:11906;s:78:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/admin\";i:11906;s:86:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/panel/classes\";i:40398;s:85:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/panel/images\";i:28381;s:90:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/panel/js/settings\";i:13267;s:81:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/panel/js\";i:60817;s:88:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/panel/templates\";i:257027;s:78:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/panel\";i:443246;s:119:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/header/account\";i:64913;s:120:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/header/contacts\";i:75870;s:119:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/header/presets\";i:386181;s:123:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/header/mobile_menu\";i:8062;s:116:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/header/menu\";i:83088;s:120:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/header/wishlist\";i:69080;s:126:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/header/header_socials\";i:6692;s:118:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/header/search\";i:36932;s:122:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/header/newsletter\";i:24662;s:116:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/header/cart\";i:138484;s:119:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/header/compare\";i:64841;s:111:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/header\";i:958805;s:134:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/woocommerce/global/sale-label\";i:5980;s:137:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/woocommerce/global/request-quote\";i:5437;s:123:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/woocommerce/global\";i:42594;s:144:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/woocommerce/single-product/sizing-guide\";i:2455;s:136:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/woocommerce/single-product/tabs\";i:46454;s:139:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/woocommerce/single-product/gallery\";i:13415;s:151:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/woocommerce/single-product/product-add-to-cart\";i:14827;s:145:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/woocommerce/single-product/request-quote\";i:2334;s:131:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/woocommerce/single-product\";i:91590;s:116:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/woocommerce\";i:134184;s:118:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/global/layout\";i:19720;s:111:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/global\";i:32654;s:116:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/breadcrumbs\";i:57469;s:109:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options/blog\";i:34516;s:104:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images/theme-options\";i:1217628;s:90:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/images\";i:1218230;s:86:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/js\";i:7939;s:87:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/css\";i:77659;s:96:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/fonts/Roboto\";i:2096080;s:89:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/fonts\";i:2096080;s:97:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/search/images\";i:701;s:93:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/search/js\";i:11040;s:94:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/search/css\";i:3496;s:105:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/search/template-parts\";i:983;s:90:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/search\";i:18415;s:104:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/theme-options/config\";i:16274;s:106:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/theme-options/404-page\";i:3637;s:105:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/theme-options/general\";i:10078;s:114:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/theme-options/woocommerce/shop\";i:42378;s:124:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/theme-options/woocommerce/single-product\";i:53418;s:114:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/theme-options/woocommerce/cart\";i:7460;s:123:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/theme-options/woocommerce/shop-elements\";i:62684;s:109:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/theme-options/woocommerce\";i:169168;s:109:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/theme-options/breadcrumbs\";i:12687;s:112:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/theme-options/social-sharing\";i:4975;s:102:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/theme-options/blog\";i:23479;s:105:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/theme-options/styling\";i:44258;s:108:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/theme-options/typography\";i:7729;s:107:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/theme-options/portfolio\";i:9252;s:116:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/theme-options/speed-optimization\";i:11995;s:104:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/theme-options/footer\";i:35509;s:108:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/theme-options/custom-css\";i:5405;s:97:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer/theme-options\";i:354446;s:83:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework/customizer\";i:3772769;s:72:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/framework\";i:5803341;s:76:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/dokan/widgets\";i:1568;s:68:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/dokan\";i:29710;s:72:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/languages\";i:257588;s:79:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/templates/footer\";i:3101;s:72:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/templates\";i:25658;s:86:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/fonts/fontawesome/4.7.0\";i:1088332;s:87:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/fonts/fontawesome/5.15.3\";i:2938956;s:80:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/fonts/fontawesome\";i:4027288;s:68:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/fonts\";i:4606729;s:85:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/theme/assets/images/vc\";i:83046;s:90:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/theme/assets/images/headers\";i:3580510;s:89:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/theme/assets/images/layout\";i:4333;s:82:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/theme/assets/images\";i:3735498;s:75:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/theme/assets\";i:3735498;s:68:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore/theme\";i:3806189;s:62:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes/xstore\";i:21659646;s:55:\"/home/devde143/www.hagarbath.com/shop/wp-content/themes\";i:38932111;}', 'yes'),
(15301, 'rewrite_rules', '', 'yes'),
(15415, 'theme_mods_twentytwenty', 'a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"background_color\";s:3:\"fff\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1652269341;s:4:\"data\";a:3:{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:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-1\";i:1;s:12:\"categories-2\";i:2;s:11:\"tag_cloud-4\";i:3;s:11:\"nav_menu-21\";}s:9:\"sidebar-2\";a:4:{i:0;s:10:\"archives-5\";i:1;s:12:\"categories-6\";i:2;s:6:\"meta-7\";i:3;s:11:\"nav_menu-22\";}}}}', 'no'),
(15478, 'vxc_zoho_pro_settings', 'a:0:{}', 'yes'),
(15583, 'vxc_zoho_msg', '', 'yes'),
(15606, '_transient_xstore-menu-hash-latest-time', '1652266264', 'yes'),
(15628, 'vxc_zoho_meta', 'a:1:{s:7:\"objects\";a:9:{s:8:\"contacts\";s:8:\"Contacts\";s:8:\"invoices\";s:8:\"Invoices\";s:9:\"estimates\";s:9:\"Estimates\";s:16:\"customerpayments\";s:17:\"Customer Payments\";s:11:\"creditnotes\";s:12:\"Credit Notes\";s:17:\"recurringinvoices\";s:18:\"Recurring Invoices\";s:14:\"purchaseorders\";s:15:\"Purchase Orders\";s:11:\"salesorders\";s:12:\"Sales Orders\";s:5:\"items\";s:5:\"Items\";}}', 'yes'),
(15659, '_elementor_editor_upgrade_notice_dismissed', '1652267867', 'yes'),
(15672, 'recovery_mode_email_last_sent', '1652268023', 'yes'),
(15695, 'theme_switched_via_customizer', '', 'yes'),
(15696, 'customize_stashed_theme_mods', 'a:0:{}', 'no'),
(15890, 'action_scheduler_migration_status', 'complete', 'yes'),
(15937, '_transient_elementor_pro_license_data', 'a:2:{s:7:\"license\";s:5:\"valid\";s:7:\"expires\";s:12:\"Apr 03, 2024\";}', 'yes'),
(15938, '_transient_timeout_elementor_pro_license_data', '2603102400', 'yes'),
(15955, 'wp-reset', 'a:4:{s:4:\"meta\";a:3:{s:13:\"first_version\";s:4:\"1.95\";s:13:\"first_install\";i:1652274861;s:11:\"reset_count\";i:0;}s:17:\"dismissed_notices\";a:1:{s:7:\"welcome\";b:1;}s:8:\"last_run\";a:0:{}s:7:\"options\";a:0:{}}', 'yes'),
(16111, 'woocommerce_sales_record_date', '2022-05-11', 'yes'),
(16112, 'woocommerce_sales_record_amount', '11.8', 'yes'),
(16165, 'category_children', 'a:0:{}', 'yes'),
(16166, 'elementor_library_category_children', 'a:0:{}', 'yes'),
(16167, 'testimonial-category_children', 'a:0:{}', 'yes'),
(16168, 'brand_children', 'a:0:{}', 'yes'),
(16169, 'product_cat_children', 'a:0:{}', 'yes'),
(16173, '_transient_wc_count_comments', 'O:8:\"stdClass\":7:{s:14:\"total_comments\";i:19;s:3:\"all\";i:19;s:8:\"approved\";s:2:\"19\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}', 'yes'),
(16899, 'user_count', '2', 'no'),
(16900, 'db_upgraded', '1', 'yes'),
(17287, '_elementor_pro_license_v2_data_fallback', 'a:2:{s:7:\"timeout\";i:1680632672;s:5:\"value\";s:35:\"{\"success\":false,\"error\":\"missing\"}\";}', 'no'),
(17288, '_elementor_pro_license_v2_data', 'a:2:{s:7:\"timeout\";i:1680589472;s:5:\"value\";s:35:\"{\"success\":false,\"error\":\"missing\"}\";}', 'no'),
(17292, 'elementor-pro_elementor_pro_updater_completed', '1', 'yes'),
(17295, 'elementor_elementor_updater_completed', '1', 'yes'),
(17639, 'wp_attachment_pages_enabled', '1', 'yes'),
(18216, '_elementor_global_css', 'a:6:{s:4:\"time\";i:1729278759;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}', 'auto'),
(18343, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"4ad6ed4956ef7f814db220c22a123393\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:18:\"core/term-template\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(18450, 'elementor_checklist', '{\"last_opened_timestamp\":-1,\"first_closed_checklist_in_editor\":false,\"is_popup_minimized\":false,\"editor_visit_count\":0,\"steps\":[]}', 'auto'),
(18524, 'wc_blocks_use_blockified_product_grid_block_as_template', 'no', 'auto'),
(18525, 'wc_blocks_version', '11.8.0-dev', 'auto'),
(18526, 'jetpack_connection_active_plugins', 'a:1:{s:11:\"woocommerce\";a:1:{s:4:\"name\";s:11:\"WooCommerce\";}}', 'auto'),
(18529, 'woocommerce_downloads_deliver_inline', '', 'off'),
(18530, 'woocommerce_attribute_lookup_optimized_updates', 'no', 'on'),
(18531, 'woocommerce_product_match_featured_image_by_sku', 'no', 'on'),
(18532, 'woocommerce_custom_orders_table_created', 'no', 'auto'),
(18533, 'woocommerce_custom_orders_table_enabled', 'no', 'on'),
(18534, 'woocommerce_feature_order_attribution_enabled', 'yes', 'on'),
(18535, 'woocommerce_feature_product_block_editor_enabled', 'no', 'on'),
(18536, 'woocommerce_hpos_fts_index_enabled', 'no', 'on'),
(18537, 'woocommerce_store_id', 'da80c48d-c732-4a1e-afd0-bd744bffcfd1', 'auto'),
(18542, 'woocommerce_autoinstalled_plugins', 'a:1:{s:59:\"woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php\";a:3:{s:7:\"version\";s:5:\"1.0.4\";s:4:\"date\";s:19:\"2025-01-22 03:11:05\";s:8:\"metadata\";a:1:{s:9:\"info_link\";s:119:\"https://developer.woocommerce.com/2023/10/03/the-legacy-rest-api-will-move-to-a-dedicated-extension-in-woocommerce-9-0/\";}}}', 'off'),
(18543, 'woocommerce_history_of_autoinstalled_plugins', 'a:1:{s:59:\"woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php\";a:3:{s:7:\"version\";s:5:\"1.0.4\";s:4:\"date\";s:19:\"2025-01-22 03:11:05\";s:8:\"metadata\";a:1:{s:9:\"info_link\";s:119:\"https://developer.woocommerce.com/2023/10/03/the-legacy-rest-api-will-move-to-a-dedicated-extension-in-woocommerce-9-0/\";}}}', 'off'),
(18544, 'woocommerce_admin_notice_woocommerce_legacy_rest_api_plugin_activated', 'ℹ️ WooCommerce installed and activated <a href=\"https://wordpress.org/plugins/woocommerce-legacy-rest-api/\">the Legacy REST API plugin</a> because this site has <a href=\"https://skgah.com/shop/wp-admin/admin.php?page=wc-settings&amp;tab=advanced&amp;section=legacy_api\">the Legacy REST API enabled</a> or has <a href=\"https://skgah.com/shop/wp-admin/admin.php?page=wc-settings&amp;tab=advanced&amp;section=webhooks\">legacy webhooks defined</a>. <a href=\"https://developer.woocommerce.com/2023/10/03/the-legacy-rest-api-will-move-to-a-dedicated-extension-in-woocommerce-9-0/\">More information</a>', 'auto'),
(18545, 'woocommerce_remote_variant_assignment', '5', 'auto'),
(18592, 'wcpay_was_in_use', 'no', 'auto'),
(18602, 'jetpack_options', 'a:1:{s:14:\"last_heartbeat\";i:1778786259;}', 'auto'),
(19197, 'woocommerce_feature_reactify-classic-payments-settings_enabled', 'no', 'auto'),
(19198, 'widget_wc_brands_brand_description', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(19199, 'widget_woocommerce_brand_nav', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(19200, 'widget_wc_brands_brand_thumbnails', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(19203, 'woocommerce_downloads_count_partial', 'yes', 'on'),
(19204, 'woocommerce_anonymize_refunded_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'off'),
(19205, 'woocommerce_email_footer_text_color', '#3c3c3c', 'off'),
(19206, 'woocommerce_email_auto_sync_with_theme', 'no', 'off'),
(19207, 'woocommerce_feature_rate_limit_checkout_enabled', 'no', 'on'),
(19208, 'woocommerce_feature_site_visibility_badge_enabled', 'yes', 'on'),
(19209, 'woocommerce_feature_remote_logging_enabled', 'yes', 'on'),
(19210, 'woocommerce_feature_email_improvements_enabled', 'no', 'on'),
(19211, 'woocommerce_feature_cost_of_goods_sold_enabled', 'no', 'on'),
(19235, 'woocommerce_admin_pes_incentive_woopayments_store_had_woopayments', 'no', 'auto'),
(20976, 'wp_notes_notify', '1', 'on'),
(20977, 'one_cc_address_sync_cron', 'a:5:{s:6:\"status\";s:9:\"cancelled\";s:10:\"updated_at\";i:1764866107;s:7:\"message\";s:20:\"invalid_1cc_merchant\";s:10:\"created_at\";i:1764866107;s:11:\"cron_status\";s:7:\"deleted\";}', 'auto'),
(20978, 'rzp_woocommerce_current_version', '', 'auto'),
(20988, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"6.9.4\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}', 'on'),
(21160, '_transient_wc_attribute_taxonomies', 'a:1:{i:0;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"1\";s:14:\"attribute_name\";s:5:\"model\";s:15:\"attribute_label\";s:5:\"Model\";s:14:\"attribute_type\";s:15:\"st-color-swatch\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}}', 'on'),
(21204, 'woocommerce_attribute_lookup_enabled', 'yes', 'auto');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(21298, 'elementor_pro_remote_info_api_data_3.12.1', 'a:2:{s:7:\"timeout\";i:1770673369;s:5:\"value\";s:251606:\"{\"stable_version\":\"3.35.0\",\"last_updated\":\"2026-02-02 09:47:18\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:235700:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.35.0 - 2026-02-02<\\/h4>\\n<ul>\\n<li>Tweak: Extended the color picker to support ACF fields - Editor V4<\\/li>\\n<li>Tweak: Enabled size variables with custom units across relevant controls - Editor V4<\\/li>\\n<li>Tweak: Enabled size variables in border radius controls - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.34.4 - 2026-01-29<\\/h4>\\n<ul>\\n<li>Fix: Shortcodes overflow the screen on Saved Templates screen in WordPress Admin<\\/li>\\n<li>Fix: Avoid Multiple Popups control does not work in Popups<\\/li>\\n<\\/ul>\\n<h4>3.34.3 - 2026-01-26<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder WordPress view does not work as expected<\\/li>\\n<li>Fix: Submissions menu appears even when the setting is disabled<\\/li>\\n<\\/ul>\\n<h4>3.34.2 - 2026-01-22<\\/h4>\\n<ul>\\n<li>Tweak: Updated notification behavior in Elementor menu in WordPress admin<\\/li>\\n<\\/ul>\\n<h4>3.34.1 - 2026-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Unified the Elementor interface into a single place to manage, optimize, and configure Elementor capabilities in WordPress admin<\\/li>\\n<\\/ul>\\n<h4>3.34.0 - 2025-12-22<\\/h4>\\n<ul>\\n<li>New: Added support for Display Conditions for Atomic Elements - Editor V4<\\/li>\\n<li>Tweak: Enabled media queries for the Desktop breakpoint only in Custom CSS - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Added support for Google Calendar in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Tel link in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF Image field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Removed icon from the accessibility tree in Flip Box widget<\\/li>\\n<li>Tweak: Applied CSS logical properties in text-align controls and improved RTL rendering in the Editor<\\/li>\\n<li>Fix: Website Template library displayed in English instead of the translated language<\\/li>\\n<li>Fix: Custom CSS field breaks when using certain characters - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.33.2 - 2025-12-03<\\/h4>\\n<ul>\\n<li>Fix: Incorrect status shown for Custom Code, Fonts, and Icons after importing a Website Template<\\/li>\\n<li>Fix: Display Conditions window appears empty in the editor<\\/li>\\n<\\/ul>\\n<h4>3.33.1 - 2025-11-11<\\/h4>\\n<ul>\\n<li>Fix: Styles not loading correctly in Custom Fonts and Custom Icons admin screens (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/33396\\\">#33396<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.33.0 - 2025-11-10<\\/h4>\\n<ul>\\n<li>New: Introducing Custom CSS for element-level styling with full isolation and responsive control - Editor V4<\\/li>\\n<li>New: Introducing media save to cloud in Website Templates, enabling users to store media assets directly in the cloud for easier access and management.<\\/li>\\n<li>Tweak: Added support for Post Excerpt dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Internal URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Post Terms dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Shortcode dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Popup dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Off-Canvas dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Lightbox dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Add To Cart dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Archive Title dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for the Email Contact URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for reduced-motion preferences in Flip Box widget<\\/li>\\n<li>Tweak: Updated minimum supported versions for Chrome, Firefox, and Safari<\\/li>\\n<li>Tweak: Updated Notes button location in the Editor Top Bar<\\/li>\\n<\\/ul>\\n<h4>3.32.3 - 2025-10-21<\\/h4>\\n<ul>\\n<li>Fix: Website Template fails to apply when Custom Code or Custom Icons are included<\\/li>\\n<\\/ul>\\n<h4>3.32.2 - 2025-09-29<\\/h4>\\n<ul>\\n<li>Fix: Exported taxonomies are not displayed correctly on the summary page in Website Templates export<\\/li>\\n<li>Fix: Certain taxonomies are not exported as expected in Website Templates export<\\/li>\\n<\\/ul>\\n<h4>3.32.1 - 2025-09-16<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder fails to load when containers are disabled<\\/li>\\n<li>Fix: Popup and single product templates not imported or exported as expected<\\/li>\\n<\\/ul>\\n<h4>3.32.0 - 2025-09-15<\\/h4>\\n<ul>\\n<li>New: Introducing Size Variables to store and reuse numeric values across spacing, typography, layout, and borders - Editor V4<\\/li>\\n<li>New: Introducing granular Transitions with property-level control for advanced micro-animations - Editor V4<\\/li>\\n<li>New: Added granular content selection for Website Templates import and export, including pages, menus, post types, and taxonomies<\\/li>\\n<li>Tweak: Enhanced accessibility of background images in Slides widget with proper aria attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23543\\\">#23543<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/31063\\\">#31063<\\/a>)<\\/li>\\n<li>Tweak: Added REST API support for the Custom Code feature<\\/li>\\n<li>Tweak: Moved Background control from Content tab to Style tab in Flip Box widget<\\/li>\\n<li>Tweak: Removed SVG icons from the accessibility tree in Share Buttons widget<\\/li>\\n<li>Tweak: Removed dropdown indicator icons from the accessibility tree in WordPress Menu widget<\\/li>\\n<li>Fix: PHP 8.4 deprecation notices when running with <code>WP_DEBUG<\\/code> enabled<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied to Animated Headline widget<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied in Motion Effects<\\/li>\\n<li>Fix: Added required PHP and WordPress versions to the plugin header<\\/li>\\n<\\/ul>\\n<h4>3.31.3 - 2025-09-08<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in WordPress Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.31.2 - 2025-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Improved release version functionality<\\/li>\\n<\\/ul>\\n<h4>3.31.1 - 2025-08-06<\\/h4>\\n<ul>\\n<li>Tweak: Updated <code>form-data<\\/code> package version<\\/li>\\n<\\/ul>\\n<h4>3.31.0 - 2025-08-05<\\/h4>\\n<ul>\\n<li>New: Introducing Attributes - add custom HTML attributes to elements for advanced control - Editor V4<\\/li>\\n<li>Tweak: Optimized Custom Code styles by removing redundant RTL file<\\/li>\\n<li>Tweak: Improved performance by loading ribbon styles only when used in Call to Action and Price Table widgets<\\/li>\\n<li>Tweak: Improved semantic markup structure for header and footer documents<\\/li>\\n<li>Tweak: Reorganized design controls in Animated Headline widget<\\/li>\\n<li>Tweak: Reorganized design controls in Blockquote widget<\\/li>\\n<li>Tweak: Reorganized design controls in Countdown widget<\\/li>\\n<li>Tweak: Replaced SASS mixins and functions with native CSS logical properties<\\/li>\\n<li>Fix: Empty headers are rendered in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28167\\\">#28167<\\/a>)<\\/li>\\n<li>Fix: <code>TypeError<\\/code> bug in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.30.1 - 2025-07-22<\\/h4>\\n<ul>\\n<li>Security Fix: Improved content sanitization in multiple widgets<\\/li>\\n<li>Fix: UI issue in Hotspot widget when Optimized Markup experiment is enabled<\\/li>\\n<li>Fix: Taxonomy filter not working in the Editor when Optimized Markup experiment is enabled<\\/li>\\n<\\/ul>\\n<h4>3.30.0 - 2025-07-01<\\/h4>\\n<ul>\\n<li>New: Introduced Full Website Templates in the Cloud - export, manage, and reuse full site kits across all your websites from one place<\\/li>\\n<li>Tweak: Activated &quot;Optimized Markup&quot; feature on new sites<\\/li>\\n<li>Tweak: Activated &quot;Menu&quot; feature on new sites<\\/li>\\n<li>Tweak: Improved error handling for Theme Builder display conditions<\\/li>\\n<li>Tweak: Added styling controls to Post Excerpt widget<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> and <code>aria-label<\\/code> attributes Post Navigation widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Form widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Login widget<\\/li>\\n<li>Tweak: Arranged content as lists in Portfolio and Posts widgets<\\/li>\\n<li>Tweak: Added Box Shadow and Text Shadow controls in Countdown widget<\\/li>\\n<li>Tweak: Moved image resolution control to content tab in Price List widget<\\/li>\\n<li>Tweak: Renamed and reorganized style sections in Price List widget<\\/li>\\n<li>Tweak: Added conditional logic to controls in Price Table widget<\\/li>\\n<li>Tweak: Grouped layout controls under list section in Price List widget<\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.6<\\/li>\\n<li>Fix: Inline font icons support doesn\'t work in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24367\\\">#24367<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18343\\\">#18343<\\/a>)<\\/li>\\n<li>Fix: Page Title condition doesn\'t work on child pages in Widget Display Conditions<\\/li>\\n<li>Fix: Editor users with &quot;Access to edit content only&quot; are able to delete elements<\\/li>\\n<li>Fix: Links are not crawlable in Video Playlist widget<\\/li>\\n<li>Fix: Uses hardcoded admin fonts in Video Playlist widget<\\/li>\\n<li>Fix: Editor freezes when the Form widget is used with a high PHP upload size limit<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled in Slides widget<\\/li>\\n<li>Fix: Plugin dependency not enforced in Elementor Pro<\\/li>\\n<li>Fix: Console shows deprecation warning in Global Widgets<\\/li>\\n<\\/ul>\\n<h4>3.29.2 - 2025-06-04<\\/h4>\\n<ul>\\n<li>Tweak: Added selectors to Menu widget for compatibility with Optimized Markup experiment<\\/li>\\n<\\/ul>\\n<h4>3.29.1 - 2025-05-28<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Price Table widget<\\/li>\\n<\\/ul>\\n<h4>3.29.0 - 2025-05-19<\\/h4>\\n<ul>\\n<li>New: Introduced Cloud Templates - save, manage, and reuse your templates across all your sites from a single cloud library<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> attributes in Share Buttons widget<\\/li>\\n<li>Tweak: Improved accessibility by grouping content with <code>role=region<\\/code> in the Video Playlist widget<\\/li>\\n<li>Fix: Focus color is not applied correctly for accessibility in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24239\\\">#24239<\\/a>)<\\/li>\\n<li>Fix: Common scripts loaded late when using the Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.28.4 - 2025-05-05<\\/h4>\\n<ul>\\n<li>Fix: Empty results appeared on the frontend when using the Taxonomy Filter with the \'Avoid Duplicates\' option in Loop Grid widget<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled and the Optimized Markup experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.28.3 - 2025-04-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved sidebar navigation flow on the Elementor Home screen<\\/li>\\n<\\/ul>\\n<h4>3.28.2 - 2025-03-30<\\/h4>\\n<ul>\\n<li>Fix: Default Elementor animation shown for logged-out users when using an &quot;External URL&quot; source in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.28.1 - 2025-03-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline and Form widgets<\\/li>\\n<\\/ul>\\n<h4>3.28.0 - 2025-03-17<\\/h4>\\n<ul>\\n<li>Tweak: Ensured File Upload field styles are overridden by global styles in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11651\\\">#11651<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17223\\\">#17223<\\/a>)<\\/li>\\n<li>Tweak: Updated Scroll Snap description to clarify incompatibility with animations and motion effects<\\/li>\\n<li>Tweak: Prevented special characters from being encoded in the email subject field in Form widget<\\/li>\\n<li>Tweak: Loaded module styles within the module instead of registering them in <code>plugin.php<\\/code><\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.5<\\/li>\\n<li>Tweak: Improved keyboard accessibility for menus in Editor Top Bar<\\/li>\\n<li>Tweak: Made the edit button accessible in the Template widget<\\/li>\\n<li>Tweak: Optimized Form widget performance by caching field assets <code>using get_style_depends()<\\/code> and <code>get_script_depends()<\\/code> methods<\\/li>\\n<li>Tweak: Added Text Shadow control in Testimonial Carousel, Call to Action and Animated Headline widgets<\\/li>\\n<li>Fix: Button icon alignment breaks when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16077\\\">#16077<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16511\\\">#16511<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17692\\\">#17692<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17922\\\">#17922<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19253\\\">#19253<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19370\\\">#19370<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21236\\\">#21236<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21844\\\">#21844<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28080\\\">#28080<\\/a>)<\\/li>\\n<li>Fix: Dropdown caret color did not follow menu item color when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17500\\\">#17500<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18466\\\">#18466<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21664\\\">#21664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24929\\\">#24929<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28064\\\">#28064<\\/a>)<\\/li>\\n<li>Fix: Page doesn\'t scroll up when a coupon error notice appears in Checkout widget<\\/li>\\n<\\/ul>\\n<h4>3.27.7 - 2025-03-13<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.27.6 - 2025-03-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Template Condition<\\/li>\\n<\\/ul>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added &quot;Space Between Dots&quot; control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed &quot;Payments&quot; module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged &quot;Form Submissions&quot; feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged &quot;Display Conditions&quot; into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to &quot;Load More&quot; or &quot;Infinite Scroll&quot; in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection &quot;Include By&quot; Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code>&lt;time&gt;<\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an &quot;Offset Sides&quot; functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget<\\/li>\\n<li>Tweak: Added &quot;Description HTML Tag&quot; in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save &amp; Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&amp;quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave &amp; Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging  Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code>&lt;p&gt;<\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed &quot;Date&quot; query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons &amp; Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core &gt;=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>&gt;2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code>&lt;IfModule&gt;<\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to &quot;On&quot;<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> &amp; <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min &amp; max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio &amp; checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts &amp; Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control &amp; Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts &amp; Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.35.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.9.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9za2dhaC5jb20vc2hvcCIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NzA2MzAxNjcsImV4cCI6MTc3MDcxNjU2N30.sDuLKALzY2aT9NeIRyiEHsXM8SjTYCl1m5RGeghHvI4\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9za2dhaC5jb20vc2hvcCIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NzA2MzAxNjcsImV4cCI6MTc3MDcxNjU2N30.sDuLKALzY2aT9NeIRyiEHsXM8SjTYCl1m5RGeghHvI4\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.9.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9za2dhaC5jb20vc2hvcCIsImlhdCI6MTc3MDYzMDE2NywiZXhwIjoxNzcwNzE2NTY3fQ.StF47qt_nD-v_wundi7EqJx4pCiyxyuRis-t9rXW5V8\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9za2dhaC5jb20vc2hvcCIsImlhdCI6MTc3MDYzMDE2NywiZXhwIjoxNzcwNzE2NTY3fQ.StF47qt_nD-v_wundi7EqJx4pCiyxyuRis-t9rXW5V8\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"cloud\":false}\";}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(21475, '_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.9.4.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.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.9.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.4\";s:7:\"version\";s:5:\"6.9.4\";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:1778786254;s:15:\"version_checked\";s:5:\"6.9.4\";s:12:\"translations\";a:0:{}}', 'off'),
(21611, '_transient_timeout_wc_term_counts', '1779202569', 'off'),
(21612, '_transient_wc_term_counts', 'a:39:{i:15;s:2:\"34\";i:86;s:3:\"100\";i:110;s:1:\"1\";i:111;s:1:\"6\";i:112;s:1:\"1\";i:88;s:2:\"17\";i:97;s:2:\"14\";i:83;s:2:\"14\";i:113;s:1:\"1\";i:87;s:1:\"3\";i:114;s:1:\"9\";i:116;s:1:\"6\";i:117;s:1:\"2\";i:118;s:1:\"2\";i:119;s:1:\"1\";i:99;s:1:\"1\";i:123;s:2:\"12\";i:125;s:1:\"2\";i:126;s:1:\"6\";i:127;s:1:\"1\";i:128;s:1:\"1\";i:129;s:1:\"1\";i:103;s:1:\"6\";i:92;s:1:\"7\";i:130;s:1:\"1\";i:84;s:1:\"7\";i:131;s:1:\"1\";i:90;s:1:\"2\";i:133;s:1:\"1\";i:134;s:1:\"1\";i:105;s:1:\"6\";i:85;s:1:\"3\";i:135;s:1:\"2\";i:136;s:1:\"2\";i:138;s:2:\"10\";i:96;s:1:\"7\";i:93;s:0:\"\";i:89;s:0:\"\";i:91;s:0:\"\";}', 'off'),
(21615, '_transient_timeout_woocommerce_blocks_asset_api_script_data', '1779202555', 'off'),
(21616, '_transient_woocommerce_blocks_asset_api_script_data', '{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"http:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"4d43a4bcb41a5a6336c2\",\"dependencies\":[\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-types.js\":{\"src\":\"http:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"df3cbcae422855d48387\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"http:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-middleware.js\",\"version\":\"0d3321630119e50d175f\",\"dependencies\":[\"wp-api-fetch\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-data.js\":{\"src\":\"http:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"94f6fdb24497762c3877\",\"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:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"13ca26913ccb282c047e\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"http:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"6d08dccfb4bf1a392a0d\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"http:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"4d3dbff32a4959449c1d\",\"dependencies\":[\"react\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-dom-ready\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"http:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-context.js\",\"version\":\"ce9125bf472706dea11a\",\"dependencies\":[\"react\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\":{\"src\":\"http:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"cba59eca47d9101980bf\",\"dependencies\":[\"react\",\"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:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"a3e67bb0b09f566d5bdf\",\"dependencies\":[\"wc-settings\",\"wp-html-entities\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\":{\"src\":\"http:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\",\"version\":\"a5f075e4ff6dd6090875\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\":{\"src\":\"http:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\",\"version\":\"a16e7eb12f5267371fe0\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\":{\"src\":\"http:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\",\"version\":\"2def9412eeabab2071b2\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"http:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"0ea5d4718f1bb3c42ede\",\"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:\\/\\/skgah.com\\/shop\\/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:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"c163716dbc1e3cc6748c\",\"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:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-schema-parser.js\",\"version\":\"e4169377f115faded81a\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/admin\\/customer-effort-score\\/index.js\":{\"src\":\"http:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/customer-effort-score\\/index.js\",\"version\":\"daf82f32ab7ca75c7285\",\"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-9.8.6\",\"hash\":\"ea61c035e5026a861eb16a0b0ab96a12\"}', 'off'),
(21658, '_site_transient_timeout_woocommerce_blocks_patterns', '1781378250', 'off'),
(21659, '_site_transient_woocommerce_blocks_patterns', 'a:2:{s:7:\"version\";s:5:\"9.8.6\";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:83:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:100:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:99:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:88:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:101:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:106:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:101:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:89:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:95:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:96:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:105:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:100:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:100:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:93:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:89:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:91:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:124:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:97:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:100:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:95:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:116:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:99:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:102:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:94:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:101:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:107:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:112:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:106:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:111:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:112:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:105:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:105:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:105:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:123:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:106:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:96:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:93:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:109:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:99:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:96:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/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:114:\"/home4/skgahjlv/public_html/shop/wp-content/plugins/woocommerce/patterns/three-columns-with-images-and-content.php\";}}}', 'off'),
(21662, '_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl', '1781378253', 'off'),
(21663, '_transient_woocommerce_blocks_asset_api_script_data_ssl', '{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"4d43a4bcb41a5a6336c2\",\"dependencies\":[\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-types.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"df3cbcae422855d48387\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-middleware.js\",\"version\":\"0d3321630119e50d175f\",\"dependencies\":[\"wp-api-fetch\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-data.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"94f6fdb24497762c3877\",\"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:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"13ca26913ccb282c047e\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"6d08dccfb4bf1a392a0d\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"4d3dbff32a4959449c1d\",\"dependencies\":[\"react\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-dom-ready\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-context.js\",\"version\":\"ce9125bf472706dea11a\",\"dependencies\":[\"react\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"cba59eca47d9101980bf\",\"dependencies\":[\"react\",\"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:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"a3e67bb0b09f566d5bdf\",\"dependencies\":[\"wc-settings\",\"wp-html-entities\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\",\"version\":\"a5f075e4ff6dd6090875\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\",\"version\":\"a16e7eb12f5267371fe0\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\",\"version\":\"2def9412eeabab2071b2\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"0ea5d4718f1bb3c42ede\",\"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:\\/\\/skgah.com\\/shop\\/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:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"c163716dbc1e3cc6748c\",\"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:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-schema-parser.js\",\"version\":\"e4169377f115faded81a\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/admin\\/customer-effort-score\\/index.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/customer-effort-score\\/index.js\",\"version\":\"daf82f32ab7ca75c7285\",\"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\\/mini-cart-component-frontend.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-component-frontend.js\",\"version\":\"92dea44f259a5d3cc1aa\",\"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-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"https:\\/\\/skgah.com\\/shop\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-9.8.6\",\"dependencies\":[]}},\"version\":\"wc-9.8.6\",\"hash\":\"ea61c035e5026a861eb16a0b0ab96a12\"}', 'off'),
(21665, '_transient_timeout__woocommerce_helper_subscriptions', '1778787155', 'off'),
(21666, '_transient__woocommerce_helper_subscriptions', 'a:0:{}', 'off'),
(21667, '_site_transient_timeout_theme_roots', '1778788055', 'off'),
(21668, '_site_transient_theme_roots', 'a:9:{s:8:\"__MACOSX\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";s:12:\"xstore-child\";s:7:\"/themes\";s:6:\"xstore\";s:7:\"/themes\";}', 'off'),
(21669, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1778786257;s:7:\"checked\";a:8:{s:12:\"twentytwenty\";s:3:\"1.9\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:15:\"twentytwentyone\";s:3:\"1.5\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.1\";s:12:\"xstore-child\";s:5:\"0.0.1\";s:6:\"xstore\";s:5:\"8.1.5\";}s:8:\"response\";a:6:{s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.3.0.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.4.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.4.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.1.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(21670, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1778786259;s:8:\"response\";a:17:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"6.1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.6.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"4.0.8\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/ewww-image-optimizer\";s:4:\"slug\";s:20:\"ewww-image-optimizer\";s:6:\"plugin\";s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";s:11:\"new_version\";s:5:\"8.6.0\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/ewww-image-optimizer/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/ewww-image-optimizer.8.6.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/ewww-image-optimizer/assets/icon-256x256.png?rev=1582276\";s:2:\"1x\";s:73:\"https://ps.w.org/ewww-image-optimizer/assets/icon-128x128.png?rev=1582276\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/ewww-image-optimizer/assets/banner-1544x500.jpg?rev=1582276\";s:2:\"1x\";s:75:\"https://ps.w.org/ewww-image-optimizer/assets/banner-772x250.jpg?rev=1582276\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:21:\"woo-zoho/woo-zoho.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:22:\"w.org/plugins/woo-zoho\";s:4:\"slug\";s:8:\"woo-zoho\";s:6:\"plugin\";s:21:\"woo-zoho/woo-zoho.php\";s:11:\"new_version\";s:5:\"1.6.1\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/woo-zoho/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/woo-zoho.1.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/woo-zoho/assets/icon-256x256.png?rev=2626456\";s:2:\"1x\";s:61:\"https://ps.w.org/woo-zoho/assets/icon-128x128.png?rev=2626456\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woo-zoho/assets/banner-1544x500.png?rev=2626456\";s:2:\"1x\";s:63:\"https://ps.w.org/woo-zoho/assets/banner-772x250.png?rev=2626456\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"5.3\";s:16:\"requires_plugins\";a:0:{}}s:15:\"kirki/kirki.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:19:\"w.org/plugins/kirki\";s:4:\"slug\";s:5:\"kirki\";s:6:\"plugin\";s:15:\"kirki/kirki.php\";s:11:\"new_version\";s:5:\"6.0.6\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/kirki/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/kirki.6.0.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:58:\"https://ps.w.org/kirki/assets/icon-256x256.jpg?rev=3518366\";s:2:\"1x\";s:58:\"https://ps.w.org/kirki/assets/icon-256x256.jpg?rev=3518366\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/kirki/assets/banner-1544x500.jpg?rev=3518366\";s:2:\"1x\";s:60:\"https://ps.w.org/kirki/assets/banner-772x250.jpg?rev=3518366\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/mailchimp-for-wp\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:6:\"4.12.5\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.12.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577\";s:2:\"1x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-128x128.png?rev=1224577\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/mailchimp-for-wp/assets/banner-772x250.png?rev=1184706\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:29:\"woo-razorpay/woo-razorpay.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:26:\"w.org/plugins/woo-razorpay\";s:4:\"slug\";s:12:\"woo-razorpay\";s:6:\"plugin\";s:29:\"woo-razorpay/woo-razorpay.php\";s:11:\"new_version\";s:5:\"4.8.4\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/woo-razorpay/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/woo-razorpay.4.8.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/woo-razorpay/assets/icon-256x256.png?rev=2257034\";s:2:\"1x\";s:65:\"https://ps.w.org/woo-razorpay/assets/icon-128x128.png?rev=1273156\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/woo-razorpay/assets/banner-772x250.png?rev=2963015\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.9.2\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:6:\"1.26.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/updraftplus.1.26.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.2\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:6:\"10.7.0\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.7.0.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.8\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:59:\"woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:41:\"w.org/plugins/woocommerce-legacy-rest-api\";s:4:\"slug\";s:27:\"woocommerce-legacy-rest-api\";s:6:\"plugin\";s:59:\"woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php\";s:11:\"new_version\";s:5:\"1.0.5\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/woocommerce-legacy-rest-api/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/woocommerce-legacy-rest-api.1.0.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:72:\"https://ps.w.org/woocommerce-legacy-rest-api/assets/icon.svg?rev=3234501\";s:3:\"svg\";s:72:\"https://ps.w.org/woocommerce-legacy-rest-api/assets/icon.svg?rev=3234501\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";s:6:\"tested\";b:0;s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:45:\"woocommerce-services/woocommerce-services.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/woocommerce-services\";s:4:\"slug\";s:20:\"woocommerce-services\";s:6:\"plugin\";s:45:\"woocommerce-services/woocommerce-services.php\";s:11:\"new_version\";s:5:\"3.6.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-services/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/woocommerce-services.3.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-256x256.png?rev=3234419\";s:2:\"1x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-128x128.png?rev=3234419\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/woocommerce-services/assets/banner-1544x500.png?rev=3234419\";s:2:\"1x\";s:75:\"https://ps.w.org/woocommerce-services/assets/banner-772x250.png?rev=3234419\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:1:{i:0;s:11:\"woocommerce\";}}s:21:\"wp-reset/wp-reset.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:22:\"w.org/plugins/wp-reset\";s:4:\"slug\";s:8:\"wp-reset\";s:6:\"plugin\";s:21:\"wp-reset/wp-reset.php\";s:11:\"new_version\";s:4:\"2.07\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/wp-reset/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/wp-reset.2.07.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-256x256.png?rev=1906468\";s:2:\"1x\";s:61:\"https://ps.w.org/wp-reset/assets/icon-128x128.png?rev=1906468\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-reset/assets/banner-1544x500.png?rev=2163880\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-reset/assets/banner-772x250.png?rev=2163880\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"5.2\";s:16:\"requires_plugins\";a:0:{}}s:34:\"yith-woocommerce-wishlist/init.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:39:\"w.org/plugins/yith-woocommerce-wishlist\";s:4:\"slug\";s:25:\"yith-woocommerce-wishlist\";s:6:\"plugin\";s:34:\"yith-woocommerce-wishlist/init.php\";s:11:\"new_version\";s:6:\"4.15.0\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/yith-woocommerce-wishlist/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/yith-woocommerce-wishlist.4.15.0.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/yith-woocommerce-wishlist/assets/icon-128x128.gif?rev=3129302\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/yith-woocommerce-wishlist/assets/banner-1544x500.gif?rev=3129931\";s:2:\"1x\";s:80:\"https://ps.w.org/yith-woocommerce-wishlist/assets/banner-772x250.gif?rev=3129931\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:1:{i:0;s:11:\"woocommerce\";}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":13:{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:\"27.6\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908\";s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.gif?rev=3419908\";}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.8\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:33:\"et-core-plugin/et-core-plugin.php\";O:8:\"stdClass\":7:{s:4:\"slug\";s:14:\"et-core-plugin\";s:6:\"plugin\";s:33:\"et-core-plugin/et-core-plugin.php\";s:11:\"new_version\";s:5:\"5.7.2\";s:3:\"url\";s:40:\"https://xstore.8theme.com/change-log.php\";s:7:\"package\";s:119:\"https://www.8theme.com/themes/api/files/get/et-core-plugin.zip?token=KLc0RRz71BrxXNdSGnkMrSBZAlMP3VZoW5EgkUtc1652269552\";s:6:\"tested\";s:5:\"5.8.1\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://skgah.com/shop/wp-content/plugins/et-core-plugin//images/256x256.png\";s:2:\"1x\";s:76:\"https://skgah.com/shop/wp-content/plugins/et-core-plugin//images/128x128.png\";}}s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":17:{s:14:\"stable_version\";s:6:\"3.35.0\";s:12:\"last_updated\";s:19:\"2026-02-02 09:47:18\";s:11:\"new_version\";s:6:\"3.35.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.9.1\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:324:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9za2dhaC5jb20vc2hvcCIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NzA2MzAxNjcsImV4cCI6MTc3MDcxNjU2N30.sDuLKALzY2aT9NeIRyiEHsXM8SjTYCl1m5RGeghHvI4/package_download\";s:13:\"download_link\";s:324:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9za2dhaC5jb20vc2hvcCIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NzA2MzAxNjcsImV4cCI6MTc3MDcxNjU2N30.sDuLKALzY2aT9NeIRyiEHsXM8SjTYCl1m5RGeghHvI4/package_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:12:{s:11:\"new_version\";s:5:\"3.7.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.9.1\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:301:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9za2dhaC5jb20vc2hvcCIsImlhdCI6MTc3MDYzMDE2NywiZXhwIjoxNzcwNzE2NTY3fQ.StF47qt_nD-v_wundi7EqJx4pCiyxyuRis-t9rXW5V8/previous_download\";s:13:\"download_link\";s:301:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9za2dhaC5jb20vc2hvcCIsImlhdCI6MTc3MDYzMDE2NywiZXhwIjoxNzcwNzE2NTY3fQ.StF47qt_nD-v_wundi7EqJx4pCiyxyuRis-t9rXW5V8/previous_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:27:{i:0;s:5:\"he_IL\";i:1;s:5:\"nl_NL\";i:2;s:5:\"en_GB\";i:3;s:5:\"en_NZ\";i:4;s:5:\"en_ZA\";i:5;s:5:\"en_AU\";i:6;s:5:\"en_CA\";i:7;s:5:\"sv_SE\";i:8;s:5:\"da_DK\";i:9;s:5:\"fr_FR\";i:10;s:5:\"nl_NL\";i:11;s:5:\"nb_NO\";i:12;s:5:\"de_AT\";i:13;s:2:\"fi\";i:14;s:5:\"it_IT\";i:15;s:5:\"nn_NO\";i:16;s:5:\"de_CH\";i:17;s:5:\"en_GB\";i:18;s:5:\"is_IS\";i:19;s:2:\"ga\";i:20;s:5:\"fr_BE\";i:21;s:5:\"nl_BE\";i:22;s:3:\"ast\";i:23;s:5:\"lb_LU\";i:24;s:5:\"es_ES\";i:25;s:5:\"pt_PT\";i:26;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}s:5:\"cloud\";b:0;s:6:\"plugin\";s:31:\"elementor-pro/elementor-pro.php\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:19:{s:19:\"akismet/akismet.php\";s:5:\"4.2.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"6.0.6\";s:23:\"elementor/elementor.php\";s:6:\"3.27.5\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"3.35.0\";s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";s:5:\"6.5.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:21:\"woo-zoho/woo-zoho.php\";s:5:\"1.3.0\";s:15:\"kirki/kirki.php\";s:6:\"4.0.23\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:6:\"4.9.17\";s:29:\"woo-razorpay/woo-razorpay.php\";s:5:\"4.5.7\";s:27:\"updraftplus/updraftplus.php\";s:7:\"1.22.12\";s:27:\"woocommerce/woocommerce.php\";s:5:\"9.8.6\";s:59:\"woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php\";s:5:\"1.0.4\";s:45:\"woocommerce-services/woocommerce-services.php\";s:5:\"2.8.6\";s:27:\"js_composer/js_composer.php\";s:5:\"6.8.0\";s:21:\"wp-reset/wp-reset.php\";s:4:\"1.95\";s:33:\"et-core-plugin/et-core-plugin.php\";s:5:\"4.1.5\";s:34:\"yith-woocommerce-wishlist/init.php\";s:5:\"3.8.0\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"18.8\";}}', 'off'),
(21671, '_transient_timeout_mc4wp_mailchimp_lists', '1778872660', 'off'),
(21672, '_transient_mc4wp_mailchimp_lists', 'a:0:{}', 'off'),
(21680, '_transient_timeout_woocommerce_admin_pes_incentive_woopayments_store_has_orders', '1778807860', 'off'),
(21681, '_transient_woocommerce_admin_pes_incentive_woopayments_store_has_orders', 'no', 'off'),
(21682, '_transient_timeout_woocommerce_admin_pes_incentive_woopayments_cache', '1778872660', 'off'),
(21683, '_transient_woocommerce_admin_pes_incentive_woopayments_cache', 'a:3:{s:10:\"incentives\";a:0:{}s:12:\"context_hash\";s:32:\"8f376273780c719c4c00ac467ebc98c5\";s:9:\"timestamp\";i:1778786260;}', 'off'),
(21684, '_transient_timeout_woocommerce_admin_remote_inbox_notifications_specs', '1779391061', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(21685, '_transient_woocommerce_admin_remote_inbox_notifications_specs', 'a:1:{s:5:\"en_US\";a:53:{s:18:\"your-first-product\";O:8:\"stdClass\":8:{s:4:\"slug\";s:18:\"your-first-product\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:18:\"Your first product\";s:7:\"content\";s:467:\"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>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:130:\"https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:13\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_were_no_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_are_now_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_types\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"physical\";s:7:\"default\";a:0:{}}}}s:37:\"wc-admin-optimizing-the-checkout-flow\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-optimizing-the-checkout-flow\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:28:\"Optimizing the checkout flow\";s:7:\"content\";s:177:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"optimizing-the-checkout-flow\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:144:\"https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:49\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"payments\";s:7:\"default\";a:0:{}}}}s:32:\"wc-payments-qualitative-feedback\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wc-payments-qualitative-feedback\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:46:\"WooPayments setup - let us know what you think\";s:7:\"content\";s:137:\"Congrats on enabling WooPayments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"qualitative-feedback-from-new-users\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:58:\"https://automattic.survey.fm/woopayments-new-user-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:13\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:20:\"woocommerce-payments\";s:7:\"default\";a:0:{}}}}s:29:\"share-your-feedback-on-paypal\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"share-your-feedback-on-paypal\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:29:\"Share your feedback on PayPal\";s:7:\"content\";s:127:\"Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:43:\"http://automattic.survey.fm/paypal-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:50\";}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:26:\"woocommerce-gateway-stripe\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:122:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}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:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:738:\"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>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"update-wc-subscriptions-3-0-15\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"View latest version\";}}s:3:\"url\";s:30:\"&page=wc-addons&section=helper\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:30:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:6:\"3.0.15\";}}}s:29:\"woocommerce-core-update-5-4-0\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"woocommerce-core-update-5-4-0\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Update to WooCommerce 5.4.1 now\";s:7:\"content\";s:140:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"update-wc-core-5-4-0\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:25:\"How to update WooCommerce\";}}s:3:\"url\";s:64:\"https://docs.woocommerce.com/document/how-to-update-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:31:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-11\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-11\";s:7:\"content\";s:19:\"wcpay-promo-2020-11\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-12\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-12\";s:7:\"content\";s:19:\"wcpay-promo-2020-12\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:34:\"ppxo-pps-upgrade-paypal-payments-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Get the latest PayPal extension for WooCommerce\";s:7:\"content\";s:442:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}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:27:\"woocommerce-paypal-payments\";}}}}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:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}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:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:7;s:7:\"default\";i:1;s:9:\"operation\";s:1:\"<\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Upgrade your PayPal experience!\";s:7:\"content\";s:358:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-2\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:34:30\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}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:27:\"woocommerce-paypal-payments\";}}}}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:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}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:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s:574:\"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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:59:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.8\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.9\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.2\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.3\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.4\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.5\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.4\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.4\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.2\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:36;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:37;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.3\";}i:38;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}i:39;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.5.10\";}i:40;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.7\";}i:41;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.3\";}i:42;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.3\";}i:43;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.5\";}i:44;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.4\";}i:45;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.4\";}i:46;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.5\";}i:47;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.6\";}i:48;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.4\";}i:49;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.5\";}i:50;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.5\";}i:51;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.4\";}i:52;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.3\";}i:53;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.5\";}i:54;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.3\";}i:55;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:56;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.5\";}i:57;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.3\";}i:58;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.4\";}}}s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Critical vulnerabilities in WooCommerce Blocks\";s:7:\"content\";s:570:\"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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:32:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:42\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"2.5.16\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.6.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.7.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.8.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.9.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.0.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.1.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.1\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:45:\"woocommerce-core-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woocommerce-core-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Solved: Critical vulnerabilities patched in WooCommerce\";s:7:\"content\";s:433:\"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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:18\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";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\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:23:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.1\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Solved: Critical vulnerabilities patched in WooCommerce Blocks\";s:7:\"content\";s:433:\"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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";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\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:19:\"habit-moment-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"habit-moment-survey\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"We’re all ears! Share your experience so far with WooCommerce\";s:7:\"content\";s:136:\"We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:45:\"https://automattic.survey.fm/store-management\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:37:30\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:30;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:0;}}}s:42:\"woocommerce-core-paypal-march-2022-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:391:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-core-paypal-march-2022-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:44:57\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}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:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"5.5\";}i:1;a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;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:7:\"enabled\";}}}}}}}}}s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:237:\"<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).\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:45:04\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}s:24:\"pinterest_03_2022_update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"pinterest_03_2022_update\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"Your Pinterest for WooCommerce plugin is out of date!\";s:7:\"content\";s:262:\"Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"pinterest_03_2022_update\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"Update Instructions\";}}s:3:\"url\";s:148:\"https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-23 00:00:39\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"pinterest-for-woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"1.0.8\";}}}s:33:\"store_setup_survey_survey_q2_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:33:\"store_setup_survey_survey_q2_2022\";s:4:\"type\";s:6:\"survey\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:17:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:30:\"How is your store setup going?\";s:7:\"content\";s:232:\"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.\";}i:1;O:8:\"stdClass\":3:{s:6:\"locale\";s:2:\"ar\";s:5:\"title\";s:50:\"كيف تسير عملية إعداد متجرك؟\";s:7:\"content\";s:368:\"هدفنا هو التأكد من لديك جميع الأدوات المناسبة لبدء إعداد متجرك بأسهل طريقة ممكنة.\r\nنود معرفة ما إذا كنا قد وفقنا في تحقيق هدفنا أم لا، وكيف يمكننا التحسين. لجمع آرائك، أعددنا لك استطلاع للرأي مدته 2 دقيقة.\";}i:2;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"zh_CN\";s:5:\"title\";s:39:\"您的商店设置工作进展如何？\";s:7:\"content\";s:273:\"我们的目标是确保您拥有所有合适的工具，以便尽可能顺利地开始设置您的商店。\r\n我们很想知道我们是否达到了预期目标，以及我们可以如何改进。 为了收集您的想法，我们制作了一份 2 分钟的调查问卷。\";}i:3;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"zh_TW\";s:5:\"title\";s:33:\"你的商店設定進展如何？\";s:7:\"content\";s:246:\"我們的目標是確保你取得所有必備工具，能夠以最順暢的方式開始設定自己的商店。\r\n我們想知道是否達成目標，以及如何進行提升。 為了收集你的想法，我們製作了 2 分鐘的問卷調查。\";}i:4;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"nl_NL\";s:5:\"title\";s:44:\"Hoe gaat het met het opzetten van je winkel?\";s:7:\"content\";s:254:\"Ons doel is ervoor te zorgen dat je alle juiste tools hebt om je winkel op de soepelste manier op te zetten.\r\nWe horen graag of we ons doel hebben bereikt en hoe we kunnen verbeteren. We hebben een enquête van 2 minuten gemaakt om te horen hoe het gaat.\";}i:5;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"fr_FR\";s:5:\"title\";s:54:\"Comment se passe la configuration de votre boutique ?\";s:7:\"content\";s:318:\"Notre objectif est de nous assurer que vous avez tous les bons outils pour commencer à configurer votre boutique de la manière la plus fluide possible.\r\nNous aimerions savoir si nous y sommes parvenus et comment nous pouvons nous améliorer. Pour recueillir vos idées, nous avons réalisé un sondage de 2 minutes.\";}i:6;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"de_DE\";s:5:\"title\";s:43:\"Wie läuft die Einrichtung deines Shops ab?\";s:7:\"content\";s:304:\"Wir möchten sicherstellen, dass du alle passenden Tools hast, damit du deinen Shop so problemlos wie möglich einrichten kannst.\r\nWir würden gerne wissen, ob wir unser Ziel erreicht haben und wie wir uns verbessern können. Um deine Meinung zu erfahren, haben wir eine zweiminütige Befragung erstellt.\";}i:7;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"he_IL\";s:5:\"title\";s:50:\"איך הולך עם הגדרת החנות שלך?\";s:7:\"content\";s:341:\"המטרה שלנו היא לוודא שיהיו ברשותך כל הכלים הנכונים כדי להתחיל להקים את החנות שלך בצורה החלקה ביותר האפשרית.\r\nנשמח לדעת אם מימשנו אותה וכיצד נוכל להשתפר. כדי לשמוע את דעתך, הכנו סקר בן 2 דקות.\";}i:8;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"id_ID\";s:5:\"title\";s:43:\"Bagaimana perkembangan penyiapan toko Anda?\";s:7:\"content\";s:285:\"Kami ingin memastikan Anda memiliki alat-alat yang tepat untuk mempersonalisasi toko semudah mungkin.\r\nKami ingin tahu apakah kami sudah tepat sasaran dan apa saja yang perlu ditingkatkan. Untuk mengetahui pendapat Anda, kami membuat survei yang pengisiannya hanya butuh waktu 2 menit.\";}i:9;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"it_IT\";s:5:\"title\";s:38:\"Come va la configurazione del negozio?\";s:7:\"content\";s:288:\"Il nostro obiettivo è quello di offrirti tutti gli strumenti giusti per iniziare a configurare il tuo negozio nel modo più semplice possibile.\r\nCi piacerebbe sapere se l\'abbiamo raggiunto e come possiamo migliorare. Abbiamo creato un sondaggio di 2 minuti per conoscere la tua opinione.\";}i:10;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"ja_JP\";s:5:\"title\";s:65:\"ストアのセットアップは順調に進んでいますか ?\";s:7:\"content\";s:382:\"適切なツールがすべて揃った状態で、できる限りスムーズにストアをセットアップしていただけることがわたしたちの目標です。\r\nその目標を達成できているかどうか、また改善点があればぜひお聞かせください。 ご意見をお伺いする場として、2分間のアンケートを用意しています。\";}i:11;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"ko_KR\";s:5:\"title\";s:47:\"스토어 설정은 잘 진행되고 있나요?\";s:7:\"content\";s:342:\"가능한 가장 원활하게 스토어 설정을 시작할 수 있도록 모든 적합한 도구를 제공하는 것을 목표로 하고 있습니다.\r\n목표를 달성했는지, 그리고 어떻게 개선할 수 있는지 알고 싶습니다. 여러분의 의견을 듣기 위해 2분 정도 소요되는 설문조사를 준비했습니다.\";}i:12;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"pt_BR\";s:5:\"title\";s:45:\"Como está indo a configuração da sua loja?\";s:7:\"content\";s:276:\"Nosso objetivo é garantir que você tenha todas as ferramentas certas para começar a configurar sua loja da maneira mais tranquila possível.\r\nAdoraríamos saber se atingimos nosso objetivo e como podemos melhorar. Para saber sua opinião, criamos uma pesquisa de 2 minutos.\";}i:13;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"ru_RU\";s:5:\"title\";s:60:\"Как проходит настройка магазина?\";s:7:\"content\";s:542:\"Наша цель — обеспечить вас всеми необходимыми инструментами, чтобы вы могли приступить к настройке магазина, избежав по возможности любых технических проблем.\r\nМы хотели бы знать, удалось ли нам достичь цели и что мы можем улучшить. Чтобы узнать мнение пользователей, мы создали 2-минутный опрос.\";}i:14;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"es_ES\";s:5:\"title\";s:42:\"¿Cómo va la configuración de tu tienda?\";s:7:\"content\";s:297:\"Nuestro objetivo es garantizar que cuentas con las herramientas adecuadas para empezar a configurar tu tienda de la manera más fácil possible.\r\nNos encantaría saber si hemos cumplido nuestra objetivo y cómo podemos mejorar. Para recopilar tus opiniones, hemos creado una encuesta de 2 minutos.\";}i:15;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"sv_SV\";s:5:\"title\";s:46:\"Hur går det med konfigureringen av din butik?\";s:7:\"content\";s:271:\"Vårt mål är att se till att du har rätt verktyg för att börja konfigurera din butik på enklast möjliga sätt.\r\nVi vill gärna veta om vi har lyckats och hur vi kan förbättra oss. Vi har skapat en två minuter lång undersökning för att samla in dina åsikter.\";}i:16;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"tr_TR\";s:5:\"title\";s:35:\"Mağaza kurulumunuz nasıl gidiyor?\";s:7:\"content\";s:310:\"Hedefimiz mağazanızı mümkün olan en sorunsuz şekilde kurmaya başlamanız için tüm doğru araçlara sahip olduğunuzdan emin olmak.\r\nHedefimizi tutturup tutturmadığımızı ve kendimizi nasıl geliştirebileceğimizi bilmek isteriz. Düşüncelerinizi öğrenmek için 2 dakikalık bir anket yaptık.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:53:\"store_setup_survey_survey_q2_2022_share_your_thoughts\";s:7:\"locales\";a:17:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Tell us how it’s going\";}i:1;O:8:\"stdClass\":2:{s:6:\"locale\";s:2:\"ar\";s:5:\"label\";s:41:\"أخبرنا كيف تسير تجربتك\";}i:2;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"zh_CN\";s:5:\"label\";s:24:\"告诉我们进展如何\";}i:3;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"zh_TW\";s:5:\"label\";s:27:\"請告訴我們設定進展\";}i:4;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"nl_NL\";s:5:\"label\";s:23:\"Vertel ons hoe het gaat\";}i:5;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"fr_FR\";s:5:\"label\";s:36:\"Faites-nous part de vos commentaires\";}i:6;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"de_DE\";s:5:\"label\";s:22:\"Sag uns, wie es läuft\";}i:7;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"he_IL\";s:5:\"label\";s:32:\"ספר/י לנו איך הולך\";}i:8;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"id_ID\";s:5:\"label\";s:30:\"Beri tahu kami perkembangannya\";}i:9;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"it_IT\";s:5:\"label\";s:22:\"Dicci come sta andando\";}i:10;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"ja_JP\";s:5:\"label\";s:54:\"セットアップの感想をお聞かせください\";}i:11;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"ko_KR\";s:5:\"label\";s:25:\"의견을 들려주세요\";}i:12;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"pt_BR\";s:5:\"label\";s:26:\"Conte-nos o que você acha\";}i:13;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"ru_RU\";s:5:\"label\";s:87:\"Расскажите нам, как этот процесс проходит у вас.\";}i:14;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"es_ES\";s:5:\"label\";s:22:\"Cuéntanos cómo te va\";}i:15;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"sv_SV\";s:5:\"label\";s:30:\"Berätta för oss hur det går\";}i:16;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"tr_TR\";s:5:\"label\";s:32:\"Nasıl gittiğini bize söyleyin\";}}s:3:\"url\";s:52:\"https://automattic.survey.fm/store-setup-survey-2022\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-05-09 08:42:10\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:7;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:9;}}}s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:58:\"Security vulnerability patched in WooCommerce Eway Gateway\";s:7:\"content\";s:323:\"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\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:62:\"needs-update-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:63:\"needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:7:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.1.26\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"3.5.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"3.1.0\";}}}s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Eway Gateway has been automatically updated\";s:7:\"content\";s:280:\"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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"updated-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"See all updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"updated-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.1.26\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.3\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}}}}}s:31:\"ecomm-wc-navigation-survey-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"ecomm-wc-navigation-survey-2023\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:39:\"Navigating WooCommerce on WordPress.com\";s:7:\"content\";s:166:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"share-navigation-survey-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:58:\"https://automattic.survey.fm/new-ecommerce-plan-navigation\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-01-16 09:53:44\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:12:\"is_ecommerce\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:180;}}}s:39:\"woopay-beta-merchantrecruitment-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"woopay-beta-merchantrecruitment-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:319:\"WooPay, a new express checkout feature built into WooCommerce Payments, is <b>now available</b> —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\n<b>Boost conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\r\n<br><br>\r\n<b>Get started in seconds.</b>\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"woopay-beta-merchantrecruitment-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-activate-learnmore-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:155:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:27\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.handinhandparenting.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://pritikinfoods.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://utahrecsports.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.hunterpta.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.smokinbeans.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://shulabeauty.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bingeworthytvmerch.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://s91.4d8.myftpupload.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://stephanienicolenorris.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://aliensshirt.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://libertyordeathapparelllc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://cowboystatedaily.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:42:\"https://fundrgear.com/beckendorffathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:50:\"http://wordpress-528155-2231771.cloudwaysapps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://checkout.sohaprice.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://amadozstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://eliwehbe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://lunabra.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://nptixx.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://louisianapantry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://aplusanatomy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://wildsvg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://bleachfilm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://benabeautyspa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:47:\"http://barrettfitnessenterprises.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://goabroadable.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://alexoathletica.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.fourpurls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.hagmannreport.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://busybeeorganics.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nallsproduce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://bigtimebats.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://shop.cookingwithkarli.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.queenofpeacemedia.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://bigjohnsbeefjerky.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://paperbyjaney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://carolinarisemembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://veroticaevents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://spira.farm\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://endlessassist.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://betterlifeblog.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://ashleighrenard.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.turkeymerck.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://carfiershop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://normanmusicfestival.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://www.olfactoryfactoryllc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://fundrgear.com/anthonyathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"http://tkechilifestdotcom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://pvsa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://becbatop.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wwmeconvention.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://lswmp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bubbaskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://fusango.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://vcdpostershow.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.rileysribz.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.fakeultrasound.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://onelongfellowsquare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://agodpod.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/littleladybulldogs\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://thecirclelarp.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://byletam.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.nachonite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://designerdab.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2151.temp.domains/~lovebyt2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://shortporchbaseballcompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://distancecme.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://middleswarthchips.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://railblazausa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://mikescountrymeats.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://www.woodenshoe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://rockspringscafe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"http://footballfangears.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://ybtoner.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://simplyclayyy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://naturecreation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://marisrodriguez.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://asanteinternational.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://theatre55.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://carolynscreativeclassroom.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.miiriya.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://trendyds.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wooedbythefood.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://papasteamstores.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://omdurags.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://happydogbarkery.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://kitbose.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://seamossdeals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://zeatala.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://shop.atwaterffa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://www.brettsfirstresponders.org/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://shirtactive.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://boerneparade.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://zorahshrine.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://davidcervenka.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://addisjourney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://305ycle.cc\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"http://yourworstnightmarehaunt.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://westcoastpreps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://checkout.sohaking.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://www.theunshakeablepundit.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.stellaandchewys.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.raywhitcomb.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"http://constellationtheatercompany.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://stacynguyen.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:46:\"https://fundrgear.com/lakecreekgirlsbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://winslowartcenter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://flufftastik.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mygreenbeach.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://ebookvip.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/needvillevolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bifocalmedia.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://clrc.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://hyperpins.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/lakecreekboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://fundrgear.com/kparktennis\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mogadorspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://fundrgear.com/newcaneytrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://sigmascents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://bsharisemoore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://morrflate.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://westbrosinc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://shop.danceplexaz.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://chikepod.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.advanahealth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://tatter.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://greatawakeningbrewing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://waterfowlfestival.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://preppedwellness.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://events.thus.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://stormtide.thefifthtrooper.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.tabsynth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"http://staging.fliptheswitchon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://duffysdough.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodieliving.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://breakerbrotherstcg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://andymation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://recklessmetals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://sophielark.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://wp.arabtherapy.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://creativeappliques.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://altitude.win\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:42:\"woocommerce-wcpay-march-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-wcpay-march-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:57:\"Action required: Security update for WooCommerce Payments\";s:7:\"content\";s:296:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:49:\"woocommerce-wcpay-march-2023-update-needed-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"See Blog Post\";}}s:3:\"url\";s:122:\"https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"woocommerce-wcpay-march-2023-update-needed-dismiss-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:11:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-03-22 20:25:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.5.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"4.8.0\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"5.6.1\";}}}s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:52:\"Accept in-person contactless payments on your iPhone\";s:7:\"content\";s:230:\"Tap to Pay on iPhone and WooCommerce Payments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:143:\"https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-03 23:59:47\";}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\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}s:48:\"woocommerce-WCPreOrders-april-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-WCPreOrders-april-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:68:\"Action required: Security update of WooCommerce Pre-Orders extension\";s:7:\"content\";s:220:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"extension-settings\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:15:\"update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-12 22:16:37\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:22:\"woocommerce-pre-orders\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.0.0\";}}}s:46:\"woopay-beta-merchantrecruitment-update-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woopay-beta-merchantrecruitment-update-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:321:\"WooPay, a new express checkout feature built into WooCommerce Payments, is <b>now available</b> — and you’re invited to try it. \r\n<br /><br />\r\n<b>Boost conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\r\n<br /><br />\r\n<b>Update WooCommerce Payments</b> to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:52:\"woopay-beta-merchantrecruitment-update-WCPay-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:55:\"woopay-beta-merchantrecruitment-update-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.handinhandparenting.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://pritikinfoods.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://utahrecsports.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.hunterpta.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.smokinbeans.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://shulabeauty.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bingeworthytvmerch.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://s91.4d8.myftpupload.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://stephanienicolenorris.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://aliensshirt.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://libertyordeathapparelllc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://cowboystatedaily.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:42:\"https://fundrgear.com/beckendorffathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:50:\"http://wordpress-528155-2231771.cloudwaysapps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://checkout.sohaprice.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://amadozstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://eliwehbe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://lunabra.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://nptixx.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://louisianapantry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://aplusanatomy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://wildsvg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://bleachfilm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://benabeautyspa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:47:\"http://barrettfitnessenterprises.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://goabroadable.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://alexoathletica.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.fourpurls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.hagmannreport.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://busybeeorganics.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nallsproduce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://bigtimebats.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://shop.cookingwithkarli.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.queenofpeacemedia.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://bigjohnsbeefjerky.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://paperbyjaney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://carolinarisemembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://veroticaevents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://spira.farm\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://endlessassist.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://betterlifeblog.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://ashleighrenard.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.turkeymerck.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://carfiershop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://normanmusicfestival.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://www.olfactoryfactoryllc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://fundrgear.com/anthonyathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"http://tkechilifestdotcom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://pvsa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://becbatop.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wwmeconvention.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://lswmp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bubbaskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://fusango.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://vcdpostershow.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.rileysribz.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.fakeultrasound.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://onelongfellowsquare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://agodpod.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/littleladybulldogs\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://thecirclelarp.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://byletam.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.nachonite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://designerdab.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2151.temp.domains/~lovebyt2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://shortporchbaseballcompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://distancecme.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://middleswarthchips.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://railblazausa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://mikescountrymeats.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://www.woodenshoe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://rockspringscafe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"http://footballfangears.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://ybtoner.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://simplyclayyy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://naturecreation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://marisrodriguez.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://asanteinternational.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://theatre55.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://carolynscreativeclassroom.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.miiriya.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://trendyds.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wooedbythefood.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://papasteamstores.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://omdurags.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://happydogbarkery.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://kitbose.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://seamossdeals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://zeatala.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://shop.atwaterffa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://www.brettsfirstresponders.org/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://shirtactive.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://boerneparade.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://zorahshrine.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://davidcervenka.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://addisjourney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://305ycle.cc\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"http://yourworstnightmarehaunt.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://westcoastpreps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://checkout.sohaking.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://www.theunshakeablepundit.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.stellaandchewys.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.raywhitcomb.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"http://constellationtheatercompany.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://stacynguyen.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:46:\"https://fundrgear.com/lakecreekgirlsbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://winslowartcenter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://flufftastik.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mygreenbeach.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://ebookvip.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/needvillevolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bifocalmedia.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://clrc.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://hyperpins.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/lakecreekboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://fundrgear.com/kparktennis\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mogadorspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://fundrgear.com/newcaneytrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://sigmascents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://bsharisemoore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://morrflate.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://westbrosinc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://shop.danceplexaz.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://chikepod.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.advanahealth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://tatter.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://greatawakeningbrewing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://waterfowlfestival.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://preppedwellness.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://events.thus.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://stormtide.thefifthtrooper.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.tabsynth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"http://staging.fliptheswitchon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://duffysdough.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodieliving.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://breakerbrotherstcg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://andymation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://recklessmetals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://sophielark.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://wp.arabtherapy.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://creativeappliques.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://altitude.win\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:46:\"woopay-beta-existingmerchants-noaction-27APR23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woopay-beta-existingmerchants-noaction-27APR23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:15:\"WooPay is back!\";s:7:\"content\";s:361:\"Thanks for previously trying WooPay, the<b> express checkout feature</b> built into WooCommerce Payments. We’re excited to announce that <b>WooPay availability has resumed</b>. No action is required on your part.\r\n<br /><br />\r\nYou can now <b>continue boosting conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-existingmerchants-noaction-documentation-27APR23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Documentation\";}}s:3:\"url\";s:178:\"https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 19:00:23\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.0\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://store.startingstrongman.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://joacreativelab.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.pureskincaresalon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mariablaquier.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://getprodigital.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://dalefrickeholsters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://sstour.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://tk-txstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://humanspiritproject.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://viradadrums.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://rosariumblends.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://organicskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://stuckpigmedical.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.seattlegiftbasket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.cloverandviolet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gvscholarship.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://yesimadiva.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://www.old.jmtrashbgone.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://victorialansford.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://craftcosplay.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://thefossilexchange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nextgenspeed.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cappellarecords.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://ontimesupermarket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://new2knox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://lovestudiollc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://socceruniformkits.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://willowcreativ.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://summitprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://howda.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://soapavenuecompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://subsbox.mystagingwebsite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wifflebreakers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.mps-outfitters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://howardharrisassociates.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bettersaferadio.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://bunnyluna.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:44:\"woopay-beta-existingmerchants-update-27APR23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"woopay-beta-existingmerchants-update-27APR23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:15:\"WooPay is back!\";s:7:\"content\";s:368:\"Thanks for previously trying WooPay, the <b>express checkout feature</b> built into WooCommerce Payments. We’re excited to announce that <b>WooPay availability has resumed</b>.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to <b>continue boosting conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:50:\"woopay-beta-existingmerchants-update-WCPay-27APR23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 19:00:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.0\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://store.startingstrongman.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://joacreativelab.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.pureskincaresalon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mariablaquier.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://getprodigital.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://dalefrickeholsters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://sstour.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://tk-txstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://humanspiritproject.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://viradadrums.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://rosariumblends.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://organicskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://stuckpigmedical.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.seattlegiftbasket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.cloverandviolet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gvscholarship.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://yesimadiva.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://www.old.jmtrashbgone.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://victorialansford.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://craftcosplay.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://thefossilexchange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nextgenspeed.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cappellarecords.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://ontimesupermarket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://new2knox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://lovestudiollc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://socceruniformkits.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://willowcreativ.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://summitprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://howda.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://soapavenuecompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://subsbox.mystagingwebsite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wifflebreakers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.mps-outfitters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://howardharrisassociates.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bettersaferadio.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://bunnyluna.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:45:\"woopay-beta-merchantrecruitment-short-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woopay-beta-merchantrecruitment-short-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woopay-beta-merchantrecruitment-short-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:64:\"woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:161:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:36\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.bluebeautifly.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://indianrivernatural.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://fouroaksproducts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:14:\"https://acb.la\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://www.sweetpotatoplant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://www.gocaseyourself.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://laugun.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://nebraskadaybyday.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://vintagemarche727.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://kohai.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://gracegaze.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://aliensmeaning.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://myheritagegardens.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://shopmoresport.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://oladino.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://frogjumpstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cagedthundermma.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/mcelwainelementary\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://mgco.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://500gp.io/pay\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://waterglassslimes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://antiqueful.shop/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://deeperkidmin.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/cyspringsboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://houseofminifigs.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2273.temp.domains/~dreambx2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://madebymixture.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://reliabletrash.company\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.daddybutter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://circleqessentials.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://garlicbraids.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://fbdonline.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://galaxysedge.us\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://duckduckbeetfarm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://varsitygraphics.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://jademackenzie.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://kristysketolifestyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://covid19criticalcare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://parkviewprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://rock-fest.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://fillinxsolutions.com/etarix/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://doughremitx.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.montanafiddlecamp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://fococomiccon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://patricendouglas.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://hectue.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://montanamaxbbq.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://smellzoom.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://uptowne.theoandson.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://superbasic.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ppodstore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://kerenzan.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://a13bargains.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://colorgr.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://mindbodysoulcandles.com/Charlotte\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://peaceloveandadhd.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://seymoursmash.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mwtournament.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:43:\"https://fundrgear.com/beckendorffgirlstrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://allswellnyc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://childoftheredwoodsmembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/grandoaksvolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.newhollandrochester.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.purplecatvet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"https://www.mustangmountaincoaster.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.roccanj.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.teerico.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://passportunlimited.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.paladincards20.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://giantshorties.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visualsports.biz\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://thefreakinricanrestaurant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://arequestionscom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://pt.tktxcompanystore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodiechicks.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://nutoshop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://backwoodzhiphop.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://gartapparel.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bodega.badiaspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://rampartrange.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://teeuni.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bearsinthealley.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://vitalbooks.net/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://hair-free-hair-remover.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gangtaynails.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://crochetfoundry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://westcoastbelts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://payment.sundryfiles.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://ccadunkirk.mudhenmama.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://desertsupercup.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://shops-eminem.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://75yearsofracing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://tixpls.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:44:\"http://legacyoutfitters.org/banquet/raffles/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://91170e9fc9.nxcli.io/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://beachwayrentals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://esd.camp\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mfkgamecalls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://1greatce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.luthyouth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://electionintegrityidaho.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://renbundle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://premierseamoss.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://teemart.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/beckendorffgirlsbb\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visiblechild.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ebookvital.me/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://renemarsh.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://www.eventricate.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://transgression.party\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://profadex.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://mxsbattlegrounds.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.poeinbaltimore.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://freefall.gg\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://underthechurchhatblog.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://naksparkle.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"http://bearlyburly.gay/inventory\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.premierboneandjoint.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://farm-2-bowl.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://hollandgrill.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://lividian.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.trainingrange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://sarakepskitchen.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.phoenixyouththeatre.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://drivenarmsco.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://audiobro.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://www.iowaabortionaccessfund.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://findthemenu.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://moderndepot.co\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://granitesupplements.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://healthyrican.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://utest.edsandbox.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://c-pounds.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://littleschoolofsmiths.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://goblinstyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://proper-testing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.cosafoundation.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://farmsteadboxes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://fundraise4books.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://norskenook.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://cajulove.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:52:\"woopay-beta-merchantrecruitment-short-update-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woopay-beta-merchantrecruitment-short-update-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:227:\"Be one of the first to try WooPay, our new express checkout feature. <br><b>Boost conversions</b> by letting customers pay with a <b>single click</b>. <br><br>Update to the latest version of WooCommerce Payments to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-update-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:20\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.bluebeautifly.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://indianrivernatural.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://fouroaksproducts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:14:\"https://acb.la\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://www.sweetpotatoplant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://www.gocaseyourself.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://laugun.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://nebraskadaybyday.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://vintagemarche727.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://kohai.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://gracegaze.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://aliensmeaning.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://myheritagegardens.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://shopmoresport.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://oladino.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://frogjumpstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cagedthundermma.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/mcelwainelementary\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://mgco.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://500gp.io/pay\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://waterglassslimes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://antiqueful.shop/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://deeperkidmin.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/cyspringsboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://houseofminifigs.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2273.temp.domains/~dreambx2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://madebymixture.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://reliabletrash.company\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.daddybutter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://circleqessentials.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://garlicbraids.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://fbdonline.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://galaxysedge.us\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://duckduckbeetfarm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://varsitygraphics.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://jademackenzie.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://kristysketolifestyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://covid19criticalcare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://parkviewprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://rock-fest.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://fillinxsolutions.com/etarix/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://doughremitx.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.montanafiddlecamp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://fococomiccon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://patricendouglas.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://hectue.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://montanamaxbbq.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://smellzoom.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://uptowne.theoandson.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://superbasic.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ppodstore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://kerenzan.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://a13bargains.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://colorgr.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://mindbodysoulcandles.com/Charlotte\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://peaceloveandadhd.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://seymoursmash.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mwtournament.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:43:\"https://fundrgear.com/beckendorffgirlstrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://allswellnyc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://childoftheredwoodsmembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/grandoaksvolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.newhollandrochester.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.purplecatvet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"https://www.mustangmountaincoaster.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.roccanj.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.teerico.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://passportunlimited.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.paladincards20.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://giantshorties.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visualsports.biz\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://thefreakinricanrestaurant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://arequestionscom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://pt.tktxcompanystore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodiechicks.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://nutoshop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://backwoodzhiphop.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://gartapparel.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bodega.badiaspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://rampartrange.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://teeuni.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bearsinthealley.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://vitalbooks.net/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://hair-free-hair-remover.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gangtaynails.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://crochetfoundry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://westcoastbelts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://payment.sundryfiles.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://ccadunkirk.mudhenmama.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://desertsupercup.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://shops-eminem.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://75yearsofracing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://tixpls.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:44:\"http://legacyoutfitters.org/banquet/raffles/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://91170e9fc9.nxcli.io/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://beachwayrentals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://esd.camp\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mfkgamecalls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://1greatce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.luthyouth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://electionintegrityidaho.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://renbundle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://premierseamoss.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://teemart.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/beckendorffgirlsbb\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visiblechild.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ebookvital.me/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://renemarsh.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://www.eventricate.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://transgression.party\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://profadex.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://mxsbattlegrounds.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.poeinbaltimore.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://freefall.gg\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://underthechurchhatblog.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://naksparkle.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"http://bearlyburly.gay/inventory\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.premierboneandjoint.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://farm-2-bowl.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://hollandgrill.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://lividian.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.trainingrange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://sarakepskitchen.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.phoenixyouththeatre.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://drivenarmsco.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://audiobro.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://www.iowaabortionaccessfund.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://findthemenu.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://moderndepot.co\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://granitesupplements.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://healthyrican.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://utest.edsandbox.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://c-pounds.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://littleschoolofsmiths.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://goblinstyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://proper-testing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.cosafoundation.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://farmsteadboxes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://fundraise4books.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://norskenook.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://cajulove.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:45:\"woopay-beta-merchantrecruitment-short-09MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woopay-beta-merchantrecruitment-short-09MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-activate-button-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:72:\"woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:169:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-08 19:18:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;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:17:\"platform_checkout\";}}}s:11:\"option_name\";s:41:\"woocommerce_woocommerce_payments_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"no\";s:7:\"default\";b:0;}i:3;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:31:\"data.platform_checkout_eligible\";}}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;s:7:\"default\";b:0;}}}s:52:\"woopay-beta-merchantrecruitment-short-update-09MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woopay-beta-merchantrecruitment-short-update-09MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:227:\"Be one of the first to try WooPay, our new express checkout feature. <br><b>Boost conversions</b> by letting customers pay with a <b>single click</b>. <br><br>Update to the latest version of WooCommerce Payments to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-update-activate-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-08 19:45:57\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;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:17:\"platform_checkout\";}}}s:11:\"option_name\";s:41:\"woocommerce_woocommerce_payments_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"no\";s:7:\"default\";b:0;}i:3;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:31:\"data.platform_checkout_eligible\";}}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;s:7:\"default\";b:0;}}}s:52:\"woocommerce-WCSubscriptions-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woocommerce-WCSubscriptions-June-2023-updated-needed\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Action required: Security update of WooCommerce Subscriptions\";s:7:\"content\";s:197:\"<strong>Your store requires a security update for the WooCommerce Subscriptions plugin</strong>. Please update the WooCommerce Subscriptions plugin immediately to address a potential vulnerability.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:68:\"woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-06 08:00:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"2.1.0\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"5.1.2\";}}}s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:87:\"Action required: Security update of WooCommerce Returns and Warranty Requests extension\";s:7:\"content\";s:270:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-02 23:53:57\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-warranty\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.1.8\";}}}s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:65:\"Action required: Security update of WooCommerce One Page Checkout\";s:7:\"content\";s:232:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-21 14:05:46\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:29:\"woocommerce-one-page-checkout\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"2.4.0\";}}}s:40:\"woocommerce-WCGC-July-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:68:\"Action required: Security update of WooCommerce GoCardless Extension\";s:7:\"content\";s:205:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-04 15:36:07\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:30:\"woocommerce-gateway-gocardless\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.5.6\";}}}s:48:\"woocommerce-shipping-fedex-api-outage-2023-07-16\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-shipping-fedex-api-outage-2023-07-16\";s:4:\"type\";s:7:\"warning\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"Scheduled FedEx API outage — July 2023\";s:7:\"content\";s:277:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:125:\"https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-05 18:19:17\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-shipping-fedex\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-07-17 00:00:00\";}}}s:35:\"wcship-2023-07-hazmat-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wcship-2023-07-hazmat-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:87:\"Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension\";s:7:\"content\";s:251:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"plugin-list\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:23:\"admin.php?page=wc-admin\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-11 20:26:59\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-services\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"2.3.0\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Action required: Security update for WooCommerce Stripe plugin\";s:7:\"content\";s:183:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"update-core.php?\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"7.4.2\";}i:3;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:11:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.3.2\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.4.5\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.5.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.6.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.9.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.0.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.2.2\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.3.2\";}}}}}}}s:46:\"woocommerce-WCStripe-Aug-2023-security-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-WCStripe-Aug-2023-security-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:44:\"Security update of WooCommerce Stripe plugin\";s:7:\"content\";s:144:\"<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. This update was released on July 31.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.3.2\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.4.5\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.5.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.6.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.9.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.0.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.2.2\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.3.2\";}}}}}s:49:\"woocommerce-WooPayments-Aug-2023-security-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:49:\"woocommerce-WooPayments-Aug-2023-security-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:60:\"Security update of WooPayments (WooCommerce Payments) plugin\";s:7:\"content\";s:147:\"<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. This update was released on July 31.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:13\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:17:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.6\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.5\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.4\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}}}}}s:24:\"avalara_q3-2023_noAvaTax\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"avalara_q3-2023_noAvaTax\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"Automatically calculate VAT in real time\";s:7:\"content\";s:284:\"Take the effort out of determining tax rates and sell confidently across borders with automated tax management from Avalara AvaTax— including built-in VAT calculation when you sell into or across the EU and UK. Save time and stay compliant when you let Avalara do the heavy lifting.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"avalara_q3-2023_noAvaTax\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Automate my sales tax\";}}s:3:\"url\";s:131:\"https://woocommerce.com/products/woocommerce-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_noAvaTax\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-08 22:32:23\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-08-09 23:59:00\";}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:18:\"woocommerce-avatax\";}}}}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:30;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"total_payments_value\";s:9:\"timeframe\";s:9:\"last_year\";s:5:\"value\";i:100;s:9:\"operation\";s:1:\">\";}}}s:44:\"woocommerce-usermeta-Sept2023-productvendors\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"woocommerce-usermeta-Sept2023-productvendors\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:37:\"Your store requires a security update\";s:7:\"content\";s:339:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"woocommerce-usermeta-Sept2023-productvendors\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:11:\"plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-09-20 00:50:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-product-vendors\";}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"8.1.1\";}}}s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Security update for WooCommerce Stripe Gateway\";s:7:\"content\";s:201:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:15:\"update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:36:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-10-18 00:01:58\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"4.5.4\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.6\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.5.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.6.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.8.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.9.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.0.2\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.1.2\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.2.2\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.3.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.4.6\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.5.4\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.6.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.5.4\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.6.3\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.7.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.8.3\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.9.3\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.0.5\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.1.3\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.2.3\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.3.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.4.3\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.5.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"7.6.1\";}}}s:29:\"amazon-mcf-reviews-2023-12-07\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"amazon-mcf-reviews-2023-12-07\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:36:\"Enjoying Amazon MCF for WooCommerce?\";s:7:\"content\";s:292:\"We\'re Never Settle, the developers behind Amazon MCF for WooCommerce, and would be deeply honored to have your review. Reviews help immensely as other users can learn how MCF can solve their needs too! Not happy or need help? Please reach out for support and we’d love to make things right!\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"amazon-mcf-review-button-2023-12-07\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Leave a review\";}}s:3:\"url\";s:161:\"https://woocommerce.com/products/woocommerce-amazon-fulfillment/?review&utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-review-button-2023-12-07\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"amazon-mcf-support-button-2023-12-07\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Request support\";}}s:3:\"url\";s:142:\"https://woocommerce.com/my-account/contact-support/?utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-support-button-2023-12-07\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-12-06 15:21:27\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:30:\"woocommerce-amazon-fulfillment\";}}}}s:30:\"remove_estimated_deposits_2024\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"remove_estimated_deposits_2024\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:33:\"Estimated deposits are going away\";s:7:\"content\";s:267:\"To provide more accurate deposit information and support the expansion of instant deposits, estimated deposit details will no longer be available in WooPayments. We recommend upgrading to the latest version of WooPayments for more detailed balance status information.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"view_docs\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:29:\"Learn about Deposit schedules\";}}s:3:\"url\";s:151:\"https://woocommerce.com/document/woopayments/deposits/deposit-schedule/?utm_source=inbox_note&utm_medium=product&utm_campaign=view_docs#available-funds\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"6.9\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-01-21 08:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2024-01-31 23:59:59\";}}}s:26:\"sirt-woo-2024-11-xss-admin\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"sirt-woo-2024-11-xss-admin\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"An important update is required for WooCommerce\";s:7:\"content\";s:353:\"This update addresses a security vulnerability that could allow unauthorized access to administrative privileges on your site. <a href=\"https://developer.woocommerce.com/2024/12/03/woocommerce-9-4-3-and-woocommerce-9-3-4-available-now/\">Learn more</a>.\r\n<br><br>\r\n<strong>Please ensure your site is updated to the latest version to stay secure.</strong>\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"sirt-woo-2024-11-xss-admin\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"update-core.php?\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"sirt-woo-2024-11-xss-admin\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-12-04 02:07:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"WooCommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"8.4.0\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"WooCommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"9.4.3\";}}}s:44:\"paypal-braintree-sdk-depreciation-2025-02-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"paypal-braintree-sdk-depreciation-2025-02-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:51:\"Update required for your PayPal Braintree extension\";s:7:\"content\";s:253:\"To continue securely accepting payments, you must update your PayPal Braintree extension to version 3.2.4 or newer before June 30, 2025. Your current extension version will not support payment processing after this date due to an SSL certificate update.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:51:\"paypal-braintree-sdk-depreciation-2025-02-20-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Upgrade now\";}}s:3:\"url\";s:21:\"/wp-admin/plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-03-03 19:49:10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:47:\"woocommerce-gateway-paypal-powered-by-braintree\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"3.2.3\";}}}s:24:\"uk-vat-notice-2025-04-30\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"uk-vat-notice-2025-04-30\";s:4:\"type\";s:7:\"warning\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:38:\"UK VAT numbers are no longer supported\";s:7:\"content\";s:322:\"Due to recent HM Revenue &amp; Customs (HMRC) VAT API changes, your EU VAT Number for WooCommerce extension can no longer validate UK VAT numbers. HMRC now requires merchants to register an API key, which this extension does not currently support. We recommend EU/UK VAT Validation Manager for WooCommerce as a replacement\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"uk-vat-notice-button-2025-04-30\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:31:\"Learn more about this extension\";}}s:3:\"url\";s:53:\"https://wordpress.org/plugins/eu-vat-for-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-eu-vat-number\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-05-05 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2025-05-15 00:00:00\";}}}s:44:\"paypal-braintree-sdk-depreciation-2025-05-30\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"paypal-braintree-sdk-depreciation-2025-05-30\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:54:\"Action required: Update the PayPal Braintree extension\";s:7:\"content\";s:228:\"Your PayPal Braintree extension is using an outdated SDK and will stop processing payments after June 30, 2025, due to a root SSL certificate expiration. To avoid service disruption, update to version 3.2.4 or newer immediately.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:51:\"paypal-braintree-sdk-depreciation-2025-05-30-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Update now\";}}s:3:\"url\";s:21:\"/wp-admin/plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-05-29 17:56:45\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:47:\"woocommerce-gateway-paypal-powered-by-braintree\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"3.2.3\";}}}s:41:\"existing_square_discountcodes_gtm_q2_2026\";O:8:\"stdClass\":8:{s:4:\"slug\";s:41:\"existing_square_discountcodes_gtm_q2_2026\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:45:\"Automatic coupon sync now available in Square\";s:7:\"content\";s:229:\"The discount codes you create in your Square dashboard will now work directly on your WooCommerce checkout — no need to manually sync coupons. Manage all of your discounts from one place with automatic redemption count updates.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"existing_square_discountcodes_gtm_q2_2026_click\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:16:\"See how it works\";}}s:3:\"url\";s:209:\"https://woocommerce.com/product-update/square-for-woocommerce-apply-your-square-discount-codes-at-checkout/?utm_source=inbox_note&utm_medium=product&utm_campaign=existing_square_discountcodes_gtm_q2_2026_click\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:6:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2026-05-14 10:47:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2026-05-20 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-square\";}}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:3;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"total_payments_value\";s:9:\"timeframe\";s:9:\"last_year\";s:5:\"value\";i:10;s:9:\"operation\";s:1:\">\";}i:5;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:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"FR\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"ES\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"UK\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"JP\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}}}}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(21686, '_site_transient_timeout_php_check_b2d470a00ad958d6fbddca15b0988775', '1779391061', 'off'),
(21687, '_site_transient_php_check_b2d470a00ad958d6fbddca15b0988775', 'a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off'),
(21690, '_site_transient_timeout_wp_theme_files_patterns-72bb955e1f0deb770450adefd1fa518f', '1778934481', 'off'),
(21691, '_site_transient_wp_theme_files_patterns-72bb955e1f0deb770450adefd1fa518f', 'a:2:{s:7:\"version\";s:5:\"0.0.1\";s:8:\"patterns\";a:0:{}}', 'off'),
(21695, '_site_transient_wp_theme_files_patterns-b932b9cb217881929a2c00755ea9a555', 'a:2:{s:7:\"version\";s:5:\"8.1.5\";s:8:\"patterns\";a:0:{}}', 'off'),
(21696, '_site_transient_timeout_wp_theme_files_patterns-b932b9cb217881929a2c00755ea9a555', '1778934481', 'off'),
(21698, '_site_transient_timeout_kirki_googlefonts_cache', '1779019085', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(21700, '_site_transient_kirki_googlefonts_cache', 'a:1021:{s:7:\"ABeeZee\";a:3:{s:5:\"label\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Abel\";a:3:{s:5:\"label\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Abhaya Libre\";a:3:{s:5:\"label\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Abril Fatface\";a:3:{s:5:\"label\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Aclonica\";a:3:{s:5:\"label\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Acme\";a:3:{s:5:\"label\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Actor\";a:3:{s:5:\"label\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Adamina\";a:3:{s:5:\"label\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Advent Pro\";a:3:{s:5:\"label\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Aguafina Script\";a:3:{s:5:\"label\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Akronim\";a:3:{s:5:\"label\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aladin\";a:3:{s:5:\"label\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Alata\";a:3:{s:5:\"label\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Alatsi\";a:3:{s:5:\"label\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Aldrich\";a:3:{s:5:\"label\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Alef\";a:3:{s:5:\"label\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Alegreya\";a:3:{s:5:\"label\";s:8:\"Alegreya\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alegreya SC\";a:3:{s:5:\"label\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alegreya Sans\";a:3:{s:5:\"label\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Alegreya Sans SC\";a:3:{s:5:\"label\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Aleo\";a:3:{s:5:\"label\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Alex Brush\";a:3:{s:5:\"label\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Alfa Slab One\";a:3:{s:5:\"label\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Alice\";a:3:{s:5:\"label\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Alike\";a:3:{s:5:\"label\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alike Angular\";a:3:{s:5:\"label\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Allan\";a:3:{s:5:\"label\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Allerta\";a:3:{s:5:\"label\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Allerta Stencil\";a:3:{s:5:\"label\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Allura\";a:3:{s:5:\"label\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Almarai\";a:3:{s:5:\"label\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Almendra\";a:3:{s:5:\"label\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Almendra Display\";a:3:{s:5:\"label\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Almendra SC\";a:3:{s:5:\"label\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Amarante\";a:3:{s:5:\"label\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Amaranth\";a:3:{s:5:\"label\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Amatic SC\";a:3:{s:5:\"label\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Amethysta\";a:3:{s:5:\"label\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amiko\";a:3:{s:5:\"label\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Amiri\";a:3:{s:5:\"label\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amita\";a:3:{s:5:\"label\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Anaheim\";a:3:{s:5:\"label\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Andada\";a:3:{s:5:\"label\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Andika\";a:3:{s:5:\"label\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Angkor\";a:3:{s:5:\"label\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Annie Use Your Telescope\";a:3:{s:5:\"label\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Anonymous Pro\";a:3:{s:5:\"label\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Antic\";a:3:{s:5:\"label\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Antic Didone\";a:3:{s:5:\"label\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Antic Slab\";a:3:{s:5:\"label\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Anton\";a:3:{s:5:\"label\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Arapey\";a:3:{s:5:\"label\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Arbutus\";a:3:{s:5:\"label\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Arbutus Slab\";a:3:{s:5:\"label\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Architects Daughter\";a:3:{s:5:\"label\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Archivo\";a:3:{s:5:\"label\";s:7:\"Archivo\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Archivo Black\";a:3:{s:5:\"label\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Archivo Narrow\";a:3:{s:5:\"label\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Aref Ruqaa\";a:3:{s:5:\"label\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Arima Madurai\";a:3:{s:5:\"label\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Arimo\";a:3:{s:5:\"label\";s:5:\"Arimo\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Arizonia\";a:3:{s:5:\"label\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Armata\";a:3:{s:5:\"label\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Arsenal\";a:3:{s:5:\"label\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Artifika\";a:3:{s:5:\"label\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arvo\";a:3:{s:5:\"label\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arya\";a:3:{s:5:\"label\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asap\";a:3:{s:5:\"label\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Asap Condensed\";a:3:{s:5:\"label\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asar\";a:3:{s:5:\"label\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Asset\";a:3:{s:5:\"label\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Assistant\";a:3:{s:5:\"label\";s:9:\"Assistant\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Astloch\";a:3:{s:5:\"label\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Asul\";a:3:{s:5:\"label\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Athiti\";a:3:{s:5:\"label\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Atma\";a:3:{s:5:\"label\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Atomic Age\";a:3:{s:5:\"label\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aubrey\";a:3:{s:5:\"label\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Audiowide\";a:3:{s:5:\"label\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Autour One\";a:3:{s:5:\"label\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Average\";a:3:{s:5:\"label\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Average Sans\";a:3:{s:5:\"label\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Averia Gruesa Libre\";a:3:{s:5:\"label\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Averia Libre\";a:3:{s:5:\"label\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Averia Sans Libre\";a:3:{s:5:\"label\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Averia Serif Libre\";a:3:{s:5:\"label\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"B612\";a:3:{s:5:\"label\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"B612 Mono\";a:3:{s:5:\"label\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:10:\"Bad Script\";a:3:{s:5:\"label\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Bahiana\";a:3:{s:5:\"label\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bahianita\";a:3:{s:5:\"label\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bai Jamjuree\";a:3:{s:5:\"label\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Baloo 2\";a:3:{s:5:\"label\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Baloo Bhai 2\";a:3:{s:5:\"label\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Bhaina 2\";a:3:{s:5:\"label\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Chettan 2\";a:3:{s:5:\"label\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Baloo Da 2\";a:3:{s:5:\"label\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Paaji 2\";a:3:{s:5:\"label\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Tamma 2\";a:3:{s:5:\"label\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Tammudu 2\";a:3:{s:5:\"label\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Thambi 2\";a:3:{s:5:\"label\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Balsamiq Sans\";a:3:{s:5:\"label\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Balthazar\";a:3:{s:5:\"label\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bangers\";a:3:{s:5:\"label\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barlow\";a:3:{s:5:\"label\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Barlow Condensed\";a:3:{s:5:\"label\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Barlow Semi Condensed\";a:3:{s:5:\"label\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Barriecito\";a:3:{s:5:\"label\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barrio\";a:3:{s:5:\"label\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Basic\";a:3:{s:5:\"label\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Baskervville\";a:3:{s:5:\"label\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Battambang\";a:3:{s:5:\"label\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Baumans\";a:3:{s:5:\"label\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bayon\";a:3:{s:5:\"label\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Be Vietnam\";a:3:{s:5:\"label\";s:10:\"Be Vietnam\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Bebas Neue\";a:3:{s:5:\"label\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Belgrano\";a:3:{s:5:\"label\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Bellefair\";a:3:{s:5:\"label\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Belleza\";a:3:{s:5:\"label\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Bellota\";a:3:{s:5:\"label\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bellota Text\";a:3:{s:5:\"label\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"BenchNine\";a:3:{s:5:\"label\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Bentham\";a:3:{s:5:\"label\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Berkshire Swash\";a:3:{s:5:\"label\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Beth Ellen\";a:3:{s:5:\"label\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Bevan\";a:3:{s:5:\"label\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Big Shoulders Display\";a:3:{s:5:\"label\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:28:\"Big Shoulders Inline Display\";a:3:{s:5:\"label\";s:28:\"Big Shoulders Inline Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Big Shoulders Inline Text\";a:3:{s:5:\"label\";s:25:\"Big Shoulders Inline Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:29:\"Big Shoulders Stencil Display\";a:3:{s:5:\"label\";s:29:\"Big Shoulders Stencil Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:26:\"Big Shoulders Stencil Text\";a:3:{s:5:\"label\";s:26:\"Big Shoulders Stencil Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Big Shoulders Text\";a:3:{s:5:\"label\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bigelow Rules\";a:3:{s:5:\"label\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bigshot One\";a:3:{s:5:\"label\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bilbo\";a:3:{s:5:\"label\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Bilbo Swash Caps\";a:3:{s:5:\"label\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"BioRhyme\";a:3:{s:5:\"label\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"BioRhyme Expanded\";a:3:{s:5:\"label\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Biryani\";a:3:{s:5:\"label\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Bitter\";a:3:{s:5:\"label\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Black And White Picture\";a:3:{s:5:\"label\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Black Han Sans\";a:3:{s:5:\"label\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Black Ops One\";a:3:{s:5:\"label\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Blinker\";a:3:{s:5:\"label\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Bokor\";a:3:{s:5:\"label\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Bonbon\";a:3:{s:5:\"label\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Boogaloo\";a:3:{s:5:\"label\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Bowlby One\";a:3:{s:5:\"label\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bowlby One SC\";a:3:{s:5:\"label\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Brawler\";a:3:{s:5:\"label\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Bree Serif\";a:3:{s:5:\"label\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Bubblegum Sans\";a:3:{s:5:\"label\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bubbler One\";a:3:{s:5:\"label\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Buda\";a:3:{s:5:\"label\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:8:\"category\";s:7:\"display\";}s:7:\"Buenard\";a:3:{s:5:\"label\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bungee\";a:3:{s:5:\"label\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Bungee Hairline\";a:3:{s:5:\"label\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bungee Inline\";a:3:{s:5:\"label\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Bungee Outline\";a:3:{s:5:\"label\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bungee Shade\";a:3:{s:5:\"label\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Butcherman\";a:3:{s:5:\"label\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Butterfly Kids\";a:3:{s:5:\"label\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cabin\";a:3:{s:5:\"label\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Cabin Condensed\";a:3:{s:5:\"label\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Cabin Sketch\";a:3:{s:5:\"label\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Caesar Dressing\";a:3:{s:5:\"label\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Cagliostro\";a:3:{s:5:\"label\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cairo\";a:3:{s:5:\"label\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Caladea\";a:3:{s:5:\"label\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Calistoga\";a:3:{s:5:\"label\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Calligraffitti\";a:3:{s:5:\"label\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Cambay\";a:3:{s:5:\"label\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cambo\";a:3:{s:5:\"label\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Candal\";a:3:{s:5:\"label\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cantarell\";a:3:{s:5:\"label\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Cantata One\";a:3:{s:5:\"label\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cantora One\";a:3:{s:5:\"label\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Capriola\";a:3:{s:5:\"label\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cardo\";a:3:{s:5:\"label\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Carme\";a:3:{s:5:\"label\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Carrois Gothic\";a:3:{s:5:\"label\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Carrois Gothic SC\";a:3:{s:5:\"label\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Carter One\";a:3:{s:5:\"label\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Castoro\";a:3:{s:5:\"label\";s:7:\"Castoro\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Catamaran\";a:3:{s:5:\"label\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Caudex\";a:3:{s:5:\"label\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Caveat\";a:3:{s:5:\"label\";s:6:\"Caveat\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Caveat Brush\";a:3:{s:5:\"label\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Cedarville Cursive\";a:3:{s:5:\"label\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Ceviche One\";a:3:{s:5:\"label\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Chakra Petch\";a:3:{s:5:\"label\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Changa\";a:3:{s:5:\"label\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Changa One\";a:3:{s:5:\"label\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chango\";a:3:{s:5:\"label\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Charm\";a:3:{s:5:\"label\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Charmonman\";a:3:{s:5:\"label\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Chathura\";a:3:{s:5:\"label\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Chau Philomene One\";a:3:{s:5:\"label\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Chela One\";a:3:{s:5:\"label\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Chelsea Market\";a:3:{s:5:\"label\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chenla\";a:3:{s:5:\"label\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Cherry Cream Soda\";a:3:{s:5:\"label\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Cherry Swash\";a:3:{s:5:\"label\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Chewy\";a:3:{s:5:\"label\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chicle\";a:3:{s:5:\"label\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Chilanka\";a:3:{s:5:\"label\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Chivo\";a:3:{s:5:\"label\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Chonburi\";a:3:{s:5:\"label\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cinzel\";a:3:{s:5:\"label\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cinzel Decorative\";a:3:{s:5:\"label\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Clicker Script\";a:3:{s:5:\"label\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Coda\";a:3:{s:5:\"label\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Coda Caption\";a:3:{s:5:\"label\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Codystar\";a:3:{s:5:\"label\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Coiny\";a:3:{s:5:\"label\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Combo\";a:3:{s:5:\"label\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comfortaa\";a:3:{s:5:\"label\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Comic Neue\";a:3:{s:5:\"label\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Coming Soon\";a:3:{s:5:\"label\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Commissioner\";a:3:{s:5:\"label\";s:12:\"Commissioner\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Concert One\";a:3:{s:5:\"label\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Condiment\";a:3:{s:5:\"label\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Content\";a:3:{s:5:\"label\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Contrail One\";a:3:{s:5:\"label\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Convergence\";a:3:{s:5:\"label\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Cookie\";a:3:{s:5:\"label\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Copse\";a:3:{s:5:\"label\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Corben\";a:3:{s:5:\"label\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Cormorant\";a:3:{s:5:\"label\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Cormorant Garamond\";a:3:{s:5:\"label\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Cormorant Infant\";a:3:{s:5:\"label\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Cormorant SC\";a:3:{s:5:\"label\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Unicase\";a:3:{s:5:\"label\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Upright\";a:3:{s:5:\"label\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Courgette\";a:3:{s:5:\"label\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Courier Prime\";a:3:{s:5:\"label\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Cousine\";a:3:{s:5:\"label\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:8:\"Coustard\";a:3:{s:5:\"label\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Covered By Your Grace\";a:3:{s:5:\"label\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Crafty Girls\";a:3:{s:5:\"label\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Creepster\";a:3:{s:5:\"label\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Crete Round\";a:3:{s:5:\"label\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Crimson Pro\";a:3:{s:5:\"label\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Crimson Text\";a:3:{s:5:\"label\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:3:\"600\";i:1;s:9:\"600italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Croissant One\";a:3:{s:5:\"label\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Crushed\";a:3:{s:5:\"label\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cuprum\";a:3:{s:5:\"label\";s:6:\"Cuprum\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cute Font\";a:3:{s:5:\"label\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cutive\";a:3:{s:5:\"label\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cutive Mono\";a:3:{s:5:\"label\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Mono\";a:3:{s:5:\"label\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Sans\";a:3:{s:5:\"label\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"DM Serif Display\";a:3:{s:5:\"label\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"DM Serif Text\";a:3:{s:5:\"label\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Damion\";a:3:{s:5:\"label\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Dancing Script\";a:3:{s:5:\"label\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Dangrek\";a:3:{s:5:\"label\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Darker Grotesque\";a:3:{s:5:\"label\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"David Libre\";a:3:{s:5:\"label\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Dawning of a New Day\";a:3:{s:5:\"label\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Days One\";a:3:{s:5:\"label\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dekko\";a:3:{s:5:\"label\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Delius\";a:3:{s:5:\"label\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Delius Swash Caps\";a:3:{s:5:\"label\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Delius Unicase\";a:3:{s:5:\"label\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Della Respira\";a:3:{s:5:\"label\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Denk One\";a:3:{s:5:\"label\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Devonshire\";a:3:{s:5:\"label\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Dhurjati\";a:3:{s:5:\"label\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Didact Gothic\";a:3:{s:5:\"label\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Diplomata\";a:3:{s:5:\"label\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Diplomata SC\";a:3:{s:5:\"label\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Do Hyeon\";a:3:{s:5:\"label\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dokdo\";a:3:{s:5:\"label\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Domine\";a:3:{s:5:\"label\";s:6:\"Domine\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Donegal One\";a:3:{s:5:\"label\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Doppio One\";a:3:{s:5:\"label\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dorsa\";a:3:{s:5:\"label\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dosis\";a:3:{s:5:\"label\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Dr Sugiyama\";a:3:{s:5:\"label\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Duru Sans\";a:3:{s:5:\"label\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Dynalight\";a:3:{s:5:\"label\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"EB Garamond\";a:3:{s:5:\"label\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Eagle Lake\";a:3:{s:5:\"label\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"East Sea Dokdo\";a:3:{s:5:\"label\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Eater\";a:3:{s:5:\"label\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Economica\";a:3:{s:5:\"label\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Eczar\";a:3:{s:5:\"label\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"El Messiri\";a:3:{s:5:\"label\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Electrolize\";a:3:{s:5:\"label\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Elsie\";a:3:{s:5:\"label\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Elsie Swash Caps\";a:3:{s:5:\"label\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Emblema One\";a:3:{s:5:\"label\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Emilys Candy\";a:3:{s:5:\"label\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Encode Sans\";a:3:{s:5:\"label\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Encode Sans Condensed\";a:3:{s:5:\"label\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Encode Sans Expanded\";a:3:{s:5:\"label\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Encode Sans Semi Condensed\";a:3:{s:5:\"label\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Encode Sans Semi Expanded\";a:3:{s:5:\"label\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Engagement\";a:3:{s:5:\"label\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Englebert\";a:3:{s:5:\"label\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Enriqueta\";a:3:{s:5:\"label\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Epilogue\";a:3:{s:5:\"label\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Erica One\";a:3:{s:5:\"label\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Esteban\";a:3:{s:5:\"label\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Euphoria Script\";a:3:{s:5:\"label\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ewert\";a:3:{s:5:\"label\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Exo\";a:3:{s:5:\"label\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Exo 2\";a:3:{s:5:\"label\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Expletus Sans\";a:3:{s:5:\"label\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fahkwang\";a:3:{s:5:\"label\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Fanwood Text\";a:3:{s:5:\"label\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Farro\";a:3:{s:5:\"label\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Farsan\";a:3:{s:5:\"label\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fascinate\";a:3:{s:5:\"label\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Fascinate Inline\";a:3:{s:5:\"label\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Faster One\";a:3:{s:5:\"label\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fasthand\";a:3:{s:5:\"label\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Fauna One\";a:3:{s:5:\"label\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Faustina\";a:3:{s:5:\"label\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Federant\";a:3:{s:5:\"label\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Federo\";a:3:{s:5:\"label\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Felipa\";a:3:{s:5:\"label\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Fenix\";a:3:{s:5:\"label\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Finger Paint\";a:3:{s:5:\"label\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fira Code\";a:3:{s:5:\"label\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Mono\";a:3:{s:5:\"label\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Sans\";a:3:{s:5:\"label\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Fira Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Fira Sans Extra Condensed\";a:3:{s:5:\"label\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Fjalla One\";a:3:{s:5:\"label\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Fjord One\";a:3:{s:5:\"label\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Flamenco\";a:3:{s:5:\"label\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Flavors\";a:3:{s:5:\"label\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Fondamento\";a:3:{s:5:\"label\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Fontdiner Swanky\";a:3:{s:5:\"label\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Forum\";a:3:{s:5:\"label\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Francois One\";a:3:{s:5:\"label\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Frank Ruhl Libre\";a:3:{s:5:\"label\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Freckle Face\";a:3:{s:5:\"label\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Fredericka the Great\";a:3:{s:5:\"label\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Fredoka One\";a:3:{s:5:\"label\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Freehand\";a:3:{s:5:\"label\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Fresca\";a:3:{s:5:\"label\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Frijole\";a:3:{s:5:\"label\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fruktur\";a:3:{s:5:\"label\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fugaz One\";a:3:{s:5:\"label\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"GFS Didot\";a:3:{s:5:\"label\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"GFS Neohellenic\";a:3:{s:5:\"label\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Gabriela\";a:3:{s:5:\"label\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Gaegu\";a:3:{s:5:\"label\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Gafata\";a:3:{s:5:\"label\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Galada\";a:3:{s:5:\"label\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Galdeano\";a:3:{s:5:\"label\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Galindo\";a:3:{s:5:\"label\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gamja Flower\";a:3:{s:5:\"label\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Gayathri\";a:3:{s:5:\"label\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Gelasio\";a:3:{s:5:\"label\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Gentium Basic\";a:3:{s:5:\"label\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Gentium Book Basic\";a:3:{s:5:\"label\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:3:\"Geo\";a:3:{s:5:\"label\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Geostar\";a:3:{s:5:\"label\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Geostar Fill\";a:3:{s:5:\"label\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Germania One\";a:3:{s:5:\"label\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gidugu\";a:3:{s:5:\"label\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gilda Display\";a:3:{s:5:\"label\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Girassol\";a:3:{s:5:\"label\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Give You Glory\";a:3:{s:5:\"label\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Glass Antiqua\";a:3:{s:5:\"label\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Glegoo\";a:3:{s:5:\"label\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Gloria Hallelujah\";a:3:{s:5:\"label\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Goblin One\";a:3:{s:5:\"label\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Gochi Hand\";a:3:{s:5:\"label\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Goldman\";a:3:{s:5:\"label\";s:7:\"Goldman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Gorditas\";a:3:{s:5:\"label\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Gothic A1\";a:3:{s:5:\"label\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gotu\";a:3:{s:5:\"label\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Goudy Bookletter 1911\";a:3:{s:5:\"label\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Graduate\";a:3:{s:5:\"label\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Grand Hotel\";a:3:{s:5:\"label\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Grandstander\";a:3:{s:5:\"label\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gravitas One\";a:3:{s:5:\"label\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Great Vibes\";a:3:{s:5:\"label\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Grenze\";a:3:{s:5:\"label\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Grenze Gotisch\";a:3:{s:5:\"label\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Griffy\";a:3:{s:5:\"label\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gruppo\";a:3:{s:5:\"label\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Gudea\";a:3:{s:5:\"label\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gugi\";a:3:{s:5:\"label\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gupter\";a:3:{s:5:\"label\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Gurajada\";a:3:{s:5:\"label\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Habibi\";a:3:{s:5:\"label\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Halant\";a:3:{s:5:\"label\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Hammersmith One\";a:3:{s:5:\"label\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Hanalei\";a:3:{s:5:\"label\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Hanalei Fill\";a:3:{s:5:\"label\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Handlee\";a:3:{s:5:\"label\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hanuman\";a:3:{s:5:\"label\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Happy Monkey\";a:3:{s:5:\"label\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Harmattan\";a:3:{s:5:\"label\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Headland One\";a:3:{s:5:\"label\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Heebo\";a:3:{s:5:\"label\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Henny Penny\";a:3:{s:5:\"label\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Hepta Slab\";a:3:{s:5:\"label\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Herr Von Muellerhoff\";a:3:{s:5:\"label\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Hi Melody\";a:3:{s:5:\"label\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Hind\";a:3:{s:5:\"label\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Hind Guntur\";a:3:{s:5:\"label\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Hind Madurai\";a:3:{s:5:\"label\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Siliguri\";a:3:{s:5:\"label\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Vadodara\";a:3:{s:5:\"label\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Holtwood One SC\";a:3:{s:5:\"label\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Homemade Apple\";a:3:{s:5:\"label\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Homenaje\";a:3:{s:5:\"label\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"IBM Plex Mono\";a:3:{s:5:\"label\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"IBM Plex Sans\";a:3:{s:5:\"label\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"IBM Plex Sans Condensed\";a:3:{s:5:\"label\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"IBM Plex Serif\";a:3:{s:5:\"label\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell DW Pica\";a:3:{s:5:\"label\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell DW Pica SC\";a:3:{s:5:\"label\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"IM Fell Double Pica\";a:3:{s:5:\"label\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"IM Fell Double Pica SC\";a:3:{s:5:\"label\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell English\";a:3:{s:5:\"label\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell English SC\";a:3:{s:5:\"label\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell French Canon\";a:3:{s:5:\"label\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell French Canon SC\";a:3:{s:5:\"label\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell Great Primer\";a:3:{s:5:\"label\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell Great Primer SC\";a:3:{s:5:\"label\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Ibarra Real Nova\";a:3:{s:5:\"label\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Iceberg\";a:3:{s:5:\"label\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Iceland\";a:3:{s:5:\"label\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Imprima\";a:3:{s:5:\"label\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inconsolata\";a:3:{s:5:\"label\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Inder\";a:3:{s:5:\"label\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Indie Flower\";a:3:{s:5:\"label\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inika\";a:3:{s:5:\"label\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Inknut Antiqua\";a:3:{s:5:\"label\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Inria Sans\";a:3:{s:5:\"label\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inria Serif\";a:3:{s:5:\"label\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Inter\";a:3:{s:5:\"label\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Irish Grover\";a:3:{s:5:\"label\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Istok Web\";a:3:{s:5:\"label\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Italiana\";a:3:{s:5:\"label\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Italianno\";a:3:{s:5:\"label\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Itim\";a:3:{s:5:\"label\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Jacques Francois\";a:3:{s:5:\"label\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Jacques Francois Shadow\";a:3:{s:5:\"label\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Jaldi\";a:3:{s:5:\"label\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"JetBrains Mono\";a:3:{s:5:\"label\";s:14:\"JetBrains Mono\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Jim Nightshade\";a:3:{s:5:\"label\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Jockey One\";a:3:{s:5:\"label\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Jolly Lodger\";a:3:{s:5:\"label\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Jomhuria\";a:3:{s:5:\"label\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Jomolhari\";a:3:{s:5:\"label\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Josefin Sans\";a:3:{s:5:\"label\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Josefin Slab\";a:3:{s:5:\"label\";s:12:\"Josefin Slab\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jost\";a:3:{s:5:\"label\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Joti One\";a:3:{s:5:\"label\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Jua\";a:3:{s:5:\"label\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Judson\";a:3:{s:5:\"label\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Julee\";a:3:{s:5:\"label\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Julius Sans One\";a:3:{s:5:\"label\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Junge\";a:3:{s:5:\"label\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jura\";a:3:{s:5:\"label\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Just Another Hand\";a:3:{s:5:\"label\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Just Me Again Down Here\";a:3:{s:5:\"label\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"K2D\";a:3:{s:5:\"label\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kadwa\";a:3:{s:5:\"label\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kalam\";a:3:{s:5:\"label\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Kameron\";a:3:{s:5:\"label\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kanit\";a:3:{s:5:\"label\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kantumruy\";a:3:{s:5:\"label\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karla\";a:3:{s:5:\"label\";s:5:\"Karla\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karma\";a:3:{s:5:\"label\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Katibeh\";a:3:{s:5:\"label\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Kaushan Script\";a:3:{s:5:\"label\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Kavivanar\";a:3:{s:5:\"label\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kavoon\";a:3:{s:5:\"label\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kdam Thmor\";a:3:{s:5:\"label\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Keania One\";a:3:{s:5:\"label\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kelly Slab\";a:3:{s:5:\"label\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kenia\";a:3:{s:5:\"label\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khand\";a:3:{s:5:\"label\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Khmer\";a:3:{s:5:\"label\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khula\";a:3:{s:5:\"label\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Kirang Haerang\";a:3:{s:5:\"label\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Kite One\";a:3:{s:5:\"label\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Knewave\";a:3:{s:5:\"label\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"KoHo\";a:3:{s:5:\"label\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kodchasan\";a:3:{s:5:\"label\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Kosugi\";a:3:{s:5:\"label\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Kosugi Maru\";a:3:{s:5:\"label\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kotta One\";a:3:{s:5:\"label\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Koulen\";a:3:{s:5:\"label\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kranky\";a:3:{s:5:\"label\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kreon\";a:3:{s:5:\"label\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Kristi\";a:3:{s:5:\"label\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Krona One\";a:3:{s:5:\"label\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Krub\";a:3:{s:5:\"label\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kufam\";a:3:{s:5:\"label\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kulim Park\";a:3:{s:5:\"label\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kumar One\";a:3:{s:5:\"label\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Kumar One Outline\";a:3:{s:5:\"label\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kumbh Sans\";a:3:{s:5:\"label\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Kurale\";a:3:{s:5:\"label\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"La Belle Aurore\";a:3:{s:5:\"label\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lacquer\";a:3:{s:5:\"label\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Laila\";a:3:{s:5:\"label\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Lakki Reddy\";a:3:{s:5:\"label\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lalezar\";a:3:{s:5:\"label\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lancelot\";a:3:{s:5:\"label\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lateef\";a:3:{s:5:\"label\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lato\";a:3:{s:5:\"label\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"League Script\";a:3:{s:5:\"label\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Leckerli One\";a:3:{s:5:\"label\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ledger\";a:3:{s:5:\"label\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Lekton\";a:3:{s:5:\"label\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Lemon\";a:3:{s:5:\"label\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lemonada\";a:3:{s:5:\"label\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Lexend Deca\";a:3:{s:5:\"label\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Lexend Exa\";a:3:{s:5:\"label\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Giga\";a:3:{s:5:\"label\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Mega\";a:3:{s:5:\"label\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Peta\";a:3:{s:5:\"label\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Tera\";a:3:{s:5:\"label\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Lexend Zetta\";a:3:{s:5:\"label\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Libre Barcode 128\";a:3:{s:5:\"label\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Libre Barcode 128 Text\";a:3:{s:5:\"label\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Libre Barcode 39\";a:3:{s:5:\"label\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Libre Barcode 39 Extended\";a:3:{s:5:\"label\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:30:\"Libre Barcode 39 Extended Text\";a:3:{s:5:\"label\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Libre Barcode 39 Text\";a:3:{s:5:\"label\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Libre Barcode EAN13 Text\";a:3:{s:5:\"label\";s:24:\"Libre Barcode EAN13 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Libre Baskerville\";a:3:{s:5:\"label\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Libre Caslon Display\";a:3:{s:5:\"label\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Libre Caslon Text\";a:3:{s:5:\"label\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Libre Franklin\";a:3:{s:5:\"label\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Life Savers\";a:3:{s:5:\"label\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Lilita One\";a:3:{s:5:\"label\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Lily Script One\";a:3:{s:5:\"label\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Limelight\";a:3:{s:5:\"label\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Linden Hill\";a:3:{s:5:\"label\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Literata\";a:3:{s:5:\"label\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Liu Jian Mao Cao\";a:3:{s:5:\"label\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Livvic\";a:3:{s:5:\"label\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Lobster\";a:3:{s:5:\"label\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Lobster Two\";a:3:{s:5:\"label\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Londrina Outline\";a:3:{s:5:\"label\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Shadow\";a:3:{s:5:\"label\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Sketch\";a:3:{s:5:\"label\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Londrina Solid\";a:3:{s:5:\"label\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Long Cang\";a:3:{s:5:\"label\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lora\";a:3:{s:5:\"label\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Love Ya Like A Sister\";a:3:{s:5:\"label\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Loved by the King\";a:3:{s:5:\"label\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Lovers Quarrel\";a:3:{s:5:\"label\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Luckiest Guy\";a:3:{s:5:\"label\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lusitana\";a:3:{s:5:\"label\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Lustria\";a:3:{s:5:\"label\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"M PLUS 1p\";a:3:{s:5:\"label\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"M PLUS Rounded 1c\";a:3:{s:5:\"label\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Ma Shan Zheng\";a:3:{s:5:\"label\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Macondo\";a:3:{s:5:\"label\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Macondo Swash Caps\";a:3:{s:5:\"label\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mada\";a:3:{s:5:\"label\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Magra\";a:3:{s:5:\"label\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Maiden Orange\";a:3:{s:5:\"label\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Maitree\";a:3:{s:5:\"label\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Major Mono Display\";a:3:{s:5:\"label\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:4:\"Mako\";a:3:{s:5:\"label\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mali\";a:3:{s:5:\"label\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mallanna\";a:3:{s:5:\"label\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Mandali\";a:3:{s:5:\"label\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manjari\";a:3:{s:5:\"label\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manrope\";a:3:{s:5:\"label\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Mansalva\";a:3:{s:5:\"label\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Manuale\";a:3:{s:5:\"label\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marcellus\";a:3:{s:5:\"label\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marcellus SC\";a:3:{s:5:\"label\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marck Script\";a:3:{s:5:\"label\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Margarine\";a:3:{s:5:\"label\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Markazi Text\";a:3:{s:5:\"label\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marko One\";a:3:{s:5:\"label\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Marmelad\";a:3:{s:5:\"label\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Martel\";a:3:{s:5:\"label\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Martel Sans\";a:3:{s:5:\"label\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Marvel\";a:3:{s:5:\"label\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mate\";a:3:{s:5:\"label\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Mate SC\";a:3:{s:5:\"label\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Maven Pro\";a:3:{s:5:\"label\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"McLaren\";a:3:{s:5:\"label\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Meddon\";a:3:{s:5:\"label\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"MedievalSharp\";a:3:{s:5:\"label\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Medula One\";a:3:{s:5:\"label\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Meera Inimai\";a:3:{s:5:\"label\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Megrim\";a:3:{s:5:\"label\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Meie Script\";a:3:{s:5:\"label\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Merienda\";a:3:{s:5:\"label\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merienda One\";a:3:{s:5:\"label\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merriweather\";a:3:{s:5:\"label\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Merriweather Sans\";a:3:{s:5:\"label\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Metal\";a:3:{s:5:\"label\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metal Mania\";a:3:{s:5:\"label\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Metamorphous\";a:3:{s:5:\"label\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metrophobic\";a:3:{s:5:\"label\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Michroma\";a:3:{s:5:\"label\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Milonga\";a:3:{s:5:\"label\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Miltonian\";a:3:{s:5:\"label\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Miltonian Tattoo\";a:3:{s:5:\"label\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mina\";a:3:{s:5:\"label\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Miniver\";a:3:{s:5:\"label\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Miriam Libre\";a:3:{s:5:\"label\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Mirza\";a:3:{s:5:\"label\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Miss Fajardose\";a:3:{s:5:\"label\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Mitr\";a:3:{s:5:\"label\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Modak\";a:3:{s:5:\"label\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Modern Antiqua\";a:3:{s:5:\"label\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Mogra\";a:3:{s:5:\"label\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Molengo\";a:3:{s:5:\"label\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Molle\";a:3:{s:5:\"label\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Monda\";a:3:{s:5:\"label\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Monofett\";a:3:{s:5:\"label\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Monoton\";a:3:{s:5:\"label\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Monsieur La Doulaise\";a:3:{s:5:\"label\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Montaga\";a:3:{s:5:\"label\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Montez\";a:3:{s:5:\"label\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Montserrat\";a:3:{s:5:\"label\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Montserrat Alternates\";a:3:{s:5:\"label\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Montserrat Subrayada\";a:3:{s:5:\"label\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Moul\";a:3:{s:5:\"label\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Moulpali\";a:3:{s:5:\"label\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Mountains of Christmas\";a:3:{s:5:\"label\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mouse Memoirs\";a:3:{s:5:\"label\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Mr Bedfort\";a:3:{s:5:\"label\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mr Dafoe\";a:3:{s:5:\"label\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Mr De Haviland\";a:3:{s:5:\"label\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Mrs Saint Delafield\";a:3:{s:5:\"label\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Mrs Sheppards\";a:3:{s:5:\"label\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Mukta\";a:3:{s:5:\"label\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Mahee\";a:3:{s:5:\"label\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Malar\";a:3:{s:5:\"label\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Vaani\";a:3:{s:5:\"label\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Mulish\";a:3:{s:5:\"label\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"MuseoModerno\";a:3:{s:5:\"label\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mystery Quest\";a:3:{s:5:\"label\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"NTR\";a:3:{s:5:\"label\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Nanum Brush Script\";a:3:{s:5:\"label\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Nanum Gothic\";a:3:{s:5:\"label\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Nanum Gothic Coding\";a:3:{s:5:\"label\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Nanum Myeongjo\";a:3:{s:5:\"label\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Nanum Pen Script\";a:3:{s:5:\"label\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Nerko One\";a:3:{s:5:\"label\";s:9:\"Nerko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neucha\";a:3:{s:5:\"label\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neuton\";a:3:{s:5:\"label\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"New Rocker\";a:3:{s:5:\"label\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"News Cycle\";a:3:{s:5:\"label\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Niconne\";a:3:{s:5:\"label\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Niramit\";a:3:{s:5:\"label\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Nixie One\";a:3:{s:5:\"label\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Nobile\";a:3:{s:5:\"label\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nokora\";a:3:{s:5:\"label\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Norican\";a:3:{s:5:\"label\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Nosifer\";a:3:{s:5:\"label\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Notable\";a:3:{s:5:\"label\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Nothing You Could Do\";a:3:{s:5:\"label\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Noticia Text\";a:3:{s:5:\"label\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Noto Sans\";a:3:{s:5:\"label\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans HK\";a:3:{s:5:\"label\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans JP\";a:3:{s:5:\"label\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans KR\";a:3:{s:5:\"label\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans SC\";a:3:{s:5:\"label\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans TC\";a:3:{s:5:\"label\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Serif\";a:3:{s:5:\"label\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif JP\";a:3:{s:5:\"label\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif KR\";a:3:{s:5:\"label\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif SC\";a:3:{s:5:\"label\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif TC\";a:3:{s:5:\"label\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Nova Cut\";a:3:{s:5:\"label\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Flat\";a:3:{s:5:\"label\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Mono\";a:3:{s:5:\"label\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Nova Oval\";a:3:{s:5:\"label\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Nova Round\";a:3:{s:5:\"label\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Script\";a:3:{s:5:\"label\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Slim\";a:3:{s:5:\"label\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Square\";a:3:{s:5:\"label\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Numans\";a:3:{s:5:\"label\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nunito\";a:3:{s:5:\"label\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Nunito Sans\";a:3:{s:5:\"label\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Odibee Sans\";a:3:{s:5:\"label\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Odor Mean Chey\";a:3:{s:5:\"label\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Offside\";a:3:{s:5:\"label\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Old Standard TT\";a:3:{s:5:\"label\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Oldenburg\";a:3:{s:5:\"label\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Oleo Script\";a:3:{s:5:\"label\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Oleo Script Swash Caps\";a:3:{s:5:\"label\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Open Sans\";a:3:{s:5:\"label\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Open Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oranienbaum\";a:3:{s:5:\"label\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Orbitron\";a:3:{s:5:\"label\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Oregano\";a:3:{s:5:\"label\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Orienta\";a:3:{s:5:\"label\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Original Surfer\";a:3:{s:5:\"label\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oswald\";a:3:{s:5:\"label\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Over the Rainbow\";a:3:{s:5:\"label\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Overlock\";a:3:{s:5:\"label\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Overlock SC\";a:3:{s:5:\"label\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Overpass\";a:3:{s:5:\"label\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Overpass Mono\";a:3:{s:5:\"label\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:3:\"Ovo\";a:3:{s:5:\"label\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Oxanium\";a:3:{s:5:\"label\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oxygen\";a:3:{s:5:\"label\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oxygen Mono\";a:3:{s:5:\"label\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Mono\";a:3:{s:5:\"label\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Sans\";a:3:{s:5:\"label\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"PT Sans Caption\";a:3:{s:5:\"label\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"PT Sans Narrow\";a:3:{s:5:\"label\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"PT Serif\";a:3:{s:5:\"label\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"PT Serif Caption\";a:3:{s:5:\"label\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pacifico\";a:3:{s:5:\"label\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Padauk\";a:3:{s:5:\"label\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Palanquin\";a:3:{s:5:\"label\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palanquin Dark\";a:3:{s:5:\"label\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Pangolin\";a:3:{s:5:\"label\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Paprika\";a:3:{s:5:\"label\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Parisienne\";a:3:{s:5:\"label\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Passero One\";a:3:{s:5:\"label\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Passion One\";a:3:{s:5:\"label\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Pathway Gothic One\";a:3:{s:5:\"label\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Patrick Hand\";a:3:{s:5:\"label\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Patrick Hand SC\";a:3:{s:5:\"label\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Pattaya\";a:3:{s:5:\"label\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Patua One\";a:3:{s:5:\"label\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Pavanam\";a:3:{s:5:\"label\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Paytone One\";a:3:{s:5:\"label\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Peddana\";a:3:{s:5:\"label\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Peralta\";a:3:{s:5:\"label\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Permanent Marker\";a:3:{s:5:\"label\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Petit Formal Script\";a:3:{s:5:\"label\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Petrona\";a:3:{s:5:\"label\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Philosopher\";a:3:{s:5:\"label\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Piazzolla\";a:3:{s:5:\"label\";s:9:\"Piazzolla\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Piedra\";a:3:{s:5:\"label\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Pinyon Script\";a:3:{s:5:\"label\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Pirata One\";a:3:{s:5:\"label\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Plaster\";a:3:{s:5:\"label\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Play\";a:3:{s:5:\"label\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Playball\";a:3:{s:5:\"label\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Playfair Display\";a:3:{s:5:\"label\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Playfair Display SC\";a:3:{s:5:\"label\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Podkova\";a:3:{s:5:\"label\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Poiret One\";a:3:{s:5:\"label\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Poller One\";a:3:{s:5:\"label\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Poly\";a:3:{s:5:\"label\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pompiere\";a:3:{s:5:\"label\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Pontano Sans\";a:3:{s:5:\"label\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Poor Story\";a:3:{s:5:\"label\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Poppins\";a:3:{s:5:\"label\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Sans\";a:3:{s:5:\"label\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Slab\";a:3:{s:5:\"label\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Pragati Narrow\";a:3:{s:5:\"label\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Prata\";a:3:{s:5:\"label\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Preahvihear\";a:3:{s:5:\"label\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Press Start 2P\";a:3:{s:5:\"label\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Pridi\";a:3:{s:5:\"label\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Princess Sofia\";a:3:{s:5:\"label\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Prociono\";a:3:{s:5:\"label\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Prompt\";a:3:{s:5:\"label\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Prosto One\";a:3:{s:5:\"label\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Proza Libre\";a:3:{s:5:\"label\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Public Sans\";a:3:{s:5:\"label\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Puritan\";a:3:{s:5:\"label\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Purple Purse\";a:3:{s:5:\"label\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Quando\";a:3:{s:5:\"label\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Quantico\";a:3:{s:5:\"label\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Quattrocento\";a:3:{s:5:\"label\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Quattrocento Sans\";a:3:{s:5:\"label\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Questrial\";a:3:{s:5:\"label\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Quicksand\";a:3:{s:5:\"label\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Quintessential\";a:3:{s:5:\"label\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Qwigley\";a:3:{s:5:\"label\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Racing Sans One\";a:3:{s:5:\"label\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Radley\";a:3:{s:5:\"label\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Rajdhani\";a:3:{s:5:\"label\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rakkas\";a:3:{s:5:\"label\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Raleway\";a:3:{s:5:\"label\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Raleway Dots\";a:3:{s:5:\"label\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Ramabhadra\";a:3:{s:5:\"label\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Ramaraja\";a:3:{s:5:\"label\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Rambla\";a:3:{s:5:\"label\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Rammetto One\";a:3:{s:5:\"label\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Ranchers\";a:3:{s:5:\"label\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Rancho\";a:3:{s:5:\"label\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ranga\";a:3:{s:5:\"label\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Rasa\";a:3:{s:5:\"label\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rationale\";a:3:{s:5:\"label\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Ravi Prakash\";a:3:{s:5:\"label\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Recursive\";a:3:{s:5:\"label\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Red Hat Display\";a:3:{s:5:\"label\";s:15:\"Red Hat Display\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Red Hat Text\";a:3:{s:5:\"label\";s:12:\"Red Hat Text\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Red Rose\";a:3:{s:5:\"label\";s:8:\"Red Rose\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Redressed\";a:3:{s:5:\"label\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Reem Kufi\";a:3:{s:5:\"label\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Reenie Beanie\";a:3:{s:5:\"label\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Revalia\";a:3:{s:5:\"label\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Rhodium Libre\";a:3:{s:5:\"label\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Ribeye\";a:3:{s:5:\"label\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Ribeye Marrow\";a:3:{s:5:\"label\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Righteous\";a:3:{s:5:\"label\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Risque\";a:3:{s:5:\"label\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Roboto\";a:3:{s:5:\"label\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Roboto Condensed\";a:3:{s:5:\"label\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Roboto Mono\";a:3:{s:5:\"label\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Roboto Slab\";a:3:{s:5:\"label\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rochester\";a:3:{s:5:\"label\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Rock Salt\";a:3:{s:5:\"label\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rokkitt\";a:3:{s:5:\"label\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Romanesco\";a:3:{s:5:\"label\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Ropa Sans\";a:3:{s:5:\"label\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rosario\";a:3:{s:5:\"label\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Rosarivo\";a:3:{s:5:\"label\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Rouge Script\";a:3:{s:5:\"label\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rowdies\";a:3:{s:5:\"label\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Rozha One\";a:3:{s:5:\"label\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Rubik\";a:3:{s:5:\"label\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Rubik Mono One\";a:3:{s:5:\"label\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Ruda\";a:3:{s:5:\"label\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rufina\";a:3:{s:5:\"label\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Ruge Boogie\";a:3:{s:5:\"label\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ruluko\";a:3:{s:5:\"label\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Rum Raisin\";a:3:{s:5:\"label\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Ruslan Display\";a:3:{s:5:\"label\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Russo One\";a:3:{s:5:\"label\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Ruthie\";a:3:{s:5:\"label\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Rye\";a:3:{s:5:\"label\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sacramento\";a:3:{s:5:\"label\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Sahitya\";a:3:{s:5:\"label\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Sail\";a:3:{s:5:\"label\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Saira\";a:3:{s:5:\"label\";s:5:\"Saira\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Saira Condensed\";a:3:{s:5:\"label\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Saira Extra Condensed\";a:3:{s:5:\"label\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Saira Semi Condensed\";a:3:{s:5:\"label\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Saira Stencil One\";a:3:{s:5:\"label\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Salsa\";a:3:{s:5:\"label\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sanchez\";a:3:{s:5:\"label\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sancreek\";a:3:{s:5:\"label\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sansita\";a:3:{s:5:\"label\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"800\";i:3;s:9:\"800italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sansita Swashed\";a:3:{s:5:\"label\";s:15:\"Sansita Swashed\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sarabun\";a:3:{s:5:\"label\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarala\";a:3:{s:5:\"label\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarina\";a:3:{s:5:\"label\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Sarpanch\";a:3:{s:5:\"label\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Satisfy\";a:3:{s:5:\"label\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Sawarabi Gothic\";a:3:{s:5:\"label\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sawarabi Mincho\";a:3:{s:5:\"label\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Scada\";a:3:{s:5:\"label\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Scheherazade\";a:3:{s:5:\"label\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Schoolbell\";a:3:{s:5:\"label\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Scope One\";a:3:{s:5:\"label\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Seaweed Script\";a:3:{s:5:\"label\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Secular One\";a:3:{s:5:\"label\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Sedgwick Ave\";a:3:{s:5:\"label\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:20:\"Sedgwick Ave Display\";a:3:{s:5:\"label\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Sen\";a:3:{s:5:\"label\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sevillana\";a:3:{s:5:\"label\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Seymour One\";a:3:{s:5:\"label\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Shadows Into Light\";a:3:{s:5:\"label\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:22:\"Shadows Into Light Two\";a:3:{s:5:\"label\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Shanti\";a:3:{s:5:\"label\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Share\";a:3:{s:5:\"label\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Share Tech\";a:3:{s:5:\"label\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Share Tech Mono\";a:3:{s:5:\"label\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Shojumaru\";a:3:{s:5:\"label\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Short Stack\";a:3:{s:5:\"label\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Shrikhand\";a:3:{s:5:\"label\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Siemreap\";a:3:{s:5:\"label\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sigmar One\";a:3:{s:5:\"label\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Signika\";a:3:{s:5:\"label\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Signika Negative\";a:3:{s:5:\"label\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Simonetta\";a:3:{s:5:\"label\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:3:\"900\";i:1;s:9:\"900italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Single Day\";a:3:{s:5:\"label\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sintony\";a:3:{s:5:\"label\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Sirin Stencil\";a:3:{s:5:\"label\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Six Caps\";a:3:{s:5:\"label\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Skranji\";a:3:{s:5:\"label\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Slabo 13px\";a:3:{s:5:\"label\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Slabo 27px\";a:3:{s:5:\"label\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Slackey\";a:3:{s:5:\"label\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smokum\";a:3:{s:5:\"label\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smythe\";a:3:{s:5:\"label\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sniglet\";a:3:{s:5:\"label\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Snippet\";a:3:{s:5:\"label\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Snowburst One\";a:3:{s:5:\"label\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sofadi One\";a:3:{s:5:\"label\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Sofia\";a:3:{s:5:\"label\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Solway\";a:3:{s:5:\"label\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Song Myung\";a:3:{s:5:\"label\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sonsie One\";a:3:{s:5:\"label\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sora\";a:3:{s:5:\"label\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Sorts Mill Goudy\";a:3:{s:5:\"label\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Source Code Pro\";a:3:{s:5:\"label\";s:15:\"Source Code Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:15:\"Source Sans Pro\";a:3:{s:5:\"label\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Source Serif Pro\";a:3:{s:5:\"label\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Space Grotesk\";a:3:{s:5:\"label\";s:13:\"Space Grotesk\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Space Mono\";a:3:{s:5:\"label\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Spartan\";a:3:{s:5:\"label\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Special Elite\";a:3:{s:5:\"label\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Spectral\";a:3:{s:5:\"label\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Spectral SC\";a:3:{s:5:\"label\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Spicy Rice\";a:3:{s:5:\"label\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Spinnaker\";a:3:{s:5:\"label\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Spirax\";a:3:{s:5:\"label\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Squada One\";a:3:{s:5:\"label\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Sree Krushnadevaraya\";a:3:{s:5:\"label\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sriracha\";a:3:{s:5:\"label\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Srisakdi\";a:3:{s:5:\"label\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Staatliches\";a:3:{s:5:\"label\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Stalemate\";a:3:{s:5:\"label\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Stalinist One\";a:3:{s:5:\"label\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Stardos Stencil\";a:3:{s:5:\"label\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Stint Ultra Condensed\";a:3:{s:5:\"label\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Stint Ultra Expanded\";a:3:{s:5:\"label\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stoke\";a:3:{s:5:\"label\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Strait\";a:3:{s:5:\"label\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Stylish\";a:3:{s:5:\"label\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Sue Ellen Francisco\";a:3:{s:5:\"label\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Suez One\";a:3:{s:5:\"label\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Sulphur Point\";a:3:{s:5:\"label\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sumana\";a:3:{s:5:\"label\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Sunflower\";a:3:{s:5:\"label\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sunshiney\";a:3:{s:5:\"label\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Supermercado One\";a:3:{s:5:\"label\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sura\";a:3:{s:5:\"label\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Suranna\";a:3:{s:5:\"label\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Suravaram\";a:3:{s:5:\"label\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Suwannaphum\";a:3:{s:5:\"label\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Swanky and Moo Moo\";a:3:{s:5:\"label\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Syncopate\";a:3:{s:5:\"label\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Syne\";a:3:{s:5:\"label\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Syne Mono\";a:3:{s:5:\"label\";s:9:\"Syne Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:12:\"Syne Tactile\";a:3:{s:5:\"label\";s:12:\"Syne Tactile\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Tajawal\";a:3:{s:5:\"label\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Tangerine\";a:3:{s:5:\"label\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Taprom\";a:3:{s:5:\"label\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Tauri\";a:3:{s:5:\"label\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Taviraj\";a:3:{s:5:\"label\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Teko\";a:3:{s:5:\"label\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Telex\";a:3:{s:5:\"label\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Tenali Ramakrishna\";a:3:{s:5:\"label\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Tenor Sans\";a:3:{s:5:\"label\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Text Me One\";a:3:{s:5:\"label\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Texturina\";a:3:{s:5:\"label\";s:9:\"Texturina\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Thasadith\";a:3:{s:5:\"label\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"The Girl Next Door\";a:3:{s:5:\"label\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Tienne\";a:3:{s:5:\"label\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Tillana\";a:3:{s:5:\"label\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Timmana\";a:3:{s:5:\"label\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Tinos\";a:3:{s:5:\"label\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Titan One\";a:3:{s:5:\"label\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Titillium Web\";a:3:{s:5:\"label\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:6:\"italic\";i:10;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Tomorrow\";a:3:{s:5:\"label\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Trade Winds\";a:3:{s:5:\"label\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trirong\";a:3:{s:5:\"label\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Trispace\";a:3:{s:5:\"label\";s:8:\"Trispace\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trocchi\";a:3:{s:5:\"label\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trochut\";a:3:{s:5:\"label\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trykker\";a:3:{s:5:\"label\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Tulpen One\";a:3:{s:5:\"label\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Turret Road\";a:3:{s:5:\"label\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Ubuntu\";a:3:{s:5:\"label\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Ubuntu Condensed\";a:3:{s:5:\"label\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Ubuntu Mono\";a:3:{s:5:\"label\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Ultra\";a:3:{s:5:\"label\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Uncial Antiqua\";a:3:{s:5:\"label\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Underdog\";a:3:{s:5:\"label\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Unica One\";a:3:{s:5:\"label\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"UnifrakturCook\";a:3:{s:5:\"label\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:8:\"category\";s:7:\"display\";}s:18:\"UnifrakturMaguntia\";a:3:{s:5:\"label\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Unkempt\";a:3:{s:5:\"label\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Unlock\";a:3:{s:5:\"label\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Unna\";a:3:{s:5:\"label\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"VT323\";a:3:{s:5:\"label\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Vampiro One\";a:3:{s:5:\"label\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Varela\";a:3:{s:5:\"label\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Varela Round\";a:3:{s:5:\"label\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Varta\";a:3:{s:5:\"label\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Vast Shadow\";a:3:{s:5:\"label\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Vesper Libre\";a:3:{s:5:\"label\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Viaoda Libre\";a:3:{s:5:\"label\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibes\";a:3:{s:5:\"label\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibur\";a:3:{s:5:\"label\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Vidaloka\";a:3:{s:5:\"label\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Viga\";a:3:{s:5:\"label\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Voces\";a:3:{s:5:\"label\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Volkhov\";a:3:{s:5:\"label\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Vollkorn\";a:3:{s:5:\"label\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Vollkorn SC\";a:3:{s:5:\"label\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Voltaire\";a:3:{s:5:\"label\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Waiting for the Sunrise\";a:3:{s:5:\"label\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wallpoet\";a:3:{s:5:\"label\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Walter Turncoat\";a:3:{s:5:\"label\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Warnes\";a:3:{s:5:\"label\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wellfleet\";a:3:{s:5:\"label\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wendy One\";a:3:{s:5:\"label\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Wire One\";a:3:{s:5:\"label\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Work Sans\";a:3:{s:5:\"label\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Xanh Mono\";a:3:{s:5:\"label\";s:9:\"Xanh Mono\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:17:\"Yanone Kaffeesatz\";a:3:{s:5:\"label\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Yantramanav\";a:3:{s:5:\"label\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Yatra One\";a:3:{s:5:\"label\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yellowtail\";a:3:{s:5:\"label\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Yeon Sung\";a:3:{s:5:\"label\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yeseva One\";a:3:{s:5:\"label\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yesteryear\";a:3:{s:5:\"label\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Yrsa\";a:3:{s:5:\"label\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"ZCOOL KuaiLe\";a:3:{s:5:\"label\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"ZCOOL QingKe HuangYou\";a:3:{s:5:\"label\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"ZCOOL XiaoWei\";a:3:{s:5:\"label\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Zeyada\";a:3:{s:5:\"label\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Zhi Mang Xing\";a:3:{s:5:\"label\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Zilla Slab\";a:3:{s:5:\"label\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Zilla Slab Highlight\";a:3:{s:5:\"label\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(21704, '_transient_doing_cron', '1778932690.3358840942382812500000', 'on'),
(21705, '_transient_timeout_etheme_demo_versions_info', '1778975899', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(21706, '_transient_etheme_demo_versions_info', 'a:120:{s:14:\"niche-market02\";a:9:{s:5:\"title\";s:15:\"Niche market 02\";s:11:\"preview_url\";s:57:\"https://xstore.8theme.com/elementor/demos/niche-market02/\";s:9:\"to_import\";a:19:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";i:6;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:8:\"required\";a:2:{s:5:\"theme\";s:5:\"7.2.3\";s:6:\"plugin\";s:5:\"3.2.3\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:-1;s:7:\"catalog\";i:-1;s:8:\"one-page\";i:-1;s:9:\"corporate\";i:-1;}}s:19:\"minimal-electronics\";a:9:{s:5:\"title\";s:19:\"Minimal Electronics\";s:11:\"preview_url\";s:61:\"https://xstore.8theme.com/elementor/demos/minimal-electronics\";s:21:\"preview_elementor_url\";s:61:\"https://xstore.8theme.com/elementor/demos/minimal-electronics\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:0;s:7:\"catalog\";i:0;s:8:\"one-page\";i:0;s:9:\"corporate\";i:0;}}s:7:\"default\";a:9:{s:5:\"title\";s:7:\"Classic\";s:11:\"preview_url\";s:31:\"https://xstore.8theme.com/home/\";s:21:\"preview_elementor_url\";s:36:\"https://xstore.8theme.com/elementor/\";s:9:\"to_import\";a:19:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:1;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:12:\"wwp-vc-gmaps\";i:4;s:14:\"contact-form-7\";i:5;s:9:\"revslider\";i:6;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:-1;s:7:\"catalog\";i:1;s:8:\"one-page\";i:1;s:9:\"corporate\";i:1;}}s:10:\"furniture3\";a:9:{s:5:\"title\";s:11:\"Furniture03\";s:11:\"preview_url\";s:48:\"https://xstore.8theme.com/elementor2/furniture3/\";s:21:\"preview_elementor_url\";s:48:\"https://xstore.8theme.com/elementor2/furniture3/\";s:9:\"to_import\";a:23:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:2;s:7:\"catalog\";i:2;s:8:\"one-page\";i:2;s:9:\"corporate\";i:2;}}s:14:\"grocery-market\";a:9:{s:5:\"title\";s:14:\"Grocery Market\";s:11:\"preview_url\";s:56:\"https://xstore.8theme.com/elementor/demos/grocery-market\";s:21:\"preview_elementor_url\";s:56:\"https://xstore.8theme.com/elementor/demos/grocery-market\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:3;s:7:\"catalog\";i:3;s:8:\"one-page\";i:3;s:9:\"corporate\";i:3;}}s:16:\"yoga-accessories\";a:9:{s:5:\"title\";s:16:\"Yoga Accessories\";s:11:\"preview_url\";s:53:\"https://xstore.8theme.com/elementor3/yoga-accessories\";s:21:\"preview_elementor_url\";s:53:\"https://xstore.8theme.com/elementor3/yoga-accessories\";s:9:\"to_import\";a:23:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:1;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:1;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:18:\"elementor_sections\";b:0;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:4;s:7:\"catalog\";i:4;s:8:\"one-page\";i:4;s:9:\"corporate\";i:4;}}s:10:\"nft-crypto\";a:9:{s:5:\"title\";s:10:\"NFT Crypto\";s:11:\"preview_url\";s:47:\"https://xstore.8theme.com/elementor2/nft-crypto\";s:21:\"preview_elementor_url\";s:47:\"https://xstore.8theme.com/elementor2/nft-crypto\";s:9:\"to_import\";a:23:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:18:\"elementor_sections\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:5;s:7:\"catalog\";i:5;s:8:\"one-page\";i:5;s:9:\"corporate\";i:5;}}s:10:\"web-agency\";a:9:{s:5:\"title\";s:10:\"Web Agency\";s:11:\"preview_url\";s:47:\"https://xstore.8theme.com/elementor2/web-agency\";s:21:\"preview_elementor_url\";s:47:\"https://xstore.8theme.com/elementor2/web-agency\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:0;s:12:\"product_cats\";b:0;s:8:\"projects\";b:1;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:0;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;}s:7:\"plugins\";a:3:{i:0;s:9:\"elementor\";i:1;s:14:\"contact-form-7\";i:2;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:6;s:7:\"catalog\";i:6;s:8:\"one-page\";i:6;s:9:\"corporate\";i:6;}}s:5:\"sport\";a:9:{s:5:\"title\";s:5:\"Sport\";s:11:\"preview_url\";s:42:\"https://xstore.8theme.com/elementor2/sport\";s:21:\"preview_elementor_url\";s:42:\"https://xstore.8theme.com/elementor2/sport\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:0;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;}s:7:\"plugins\";a:3:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:7;s:7:\"catalog\";i:7;s:8:\"one-page\";i:7;s:9:\"corporate\";i:7;}}s:22:\"industrial-power-tools\";a:9:{s:5:\"title\";s:22:\"Industrial Power Tools\";s:11:\"preview_url\";s:59:\"https://xstore.8theme.com/elementor2/industrial-power-tools\";s:21:\"preview_elementor_url\";s:59:\"https://xstore.8theme.com/elementor2/industrial-power-tools\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:1;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:8;s:7:\"catalog\";i:8;s:8:\"one-page\";i:8;s:9:\"corporate\";i:8;}}s:10:\"seo-agency\";a:9:{s:5:\"title\";s:10:\"Seo Agency\";s:11:\"preview_url\";s:47:\"https://xstore.8theme.com/elementor2/seo-agency\";s:21:\"preview_elementor_url\";s:47:\"https://xstore.8theme.com/elementor2/seo-agency\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:1;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:0;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:9;s:7:\"catalog\";i:9;s:8:\"one-page\";i:9;s:9:\"corporate\";i:9;}}s:14:\"luxury-jewelry\";a:9:{s:5:\"title\";s:14:\"Luxury Jewelry\";s:11:\"preview_url\";s:51:\"https://xstore.8theme.com/elementor2/luxury-jewelry\";s:21:\"preview_elementor_url\";s:51:\"https://xstore.8theme.com/elementor2/luxury-jewelry\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:1;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:1;s:19:\"multiple_conditions\";b:1;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:10;s:7:\"catalog\";i:10;s:8:\"one-page\";i:10;s:9:\"corporate\";i:10;}}s:6:\"spices\";a:9:{s:5:\"title\";s:6:\"Spices\";s:11:\"preview_url\";s:43:\"https://xstore.8theme.com/elementor2/spices\";s:21:\"preview_elementor_url\";s:43:\"https://xstore.8theme.com/elementor2/spices\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:1;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:11;s:7:\"catalog\";i:11;s:8:\"one-page\";i:11;s:9:\"corporate\";i:11;}}s:9:\"kids-toys\";a:9:{s:5:\"title\";s:9:\"Kids Toys\";s:11:\"preview_url\";s:46:\"https://xstore.8theme.com/elementor2/kids-toys\";s:21:\"preview_elementor_url\";s:46:\"https://xstore.8theme.com/elementor2/kids-toys\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:1;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:12;s:7:\"catalog\";i:12;s:8:\"one-page\";i:12;s:9:\"corporate\";i:12;}}s:12:\"home-decor02\";a:9:{s:5:\"title\";s:13:\"Home Decor 02\";s:11:\"preview_url\";s:49:\"https://xstore.8theme.com/elementor2/home-decor02\";s:21:\"preview_elementor_url\";s:49:\"https://xstore.8theme.com/elementor2/home-decor02\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:13;s:7:\"catalog\";i:13;s:8:\"one-page\";i:13;s:9:\"corporate\";i:13;}}s:11:\"marseille04\";a:9:{s:5:\"title\";s:11:\"Marseille04\";s:11:\"preview_url\";s:49:\"https://xstore.8theme.com/elementor2/marseille04/\";s:21:\"preview_elementor_url\";s:49:\"https://xstore.8theme.com/elementor2/marseille04/\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:0;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:1;s:19:\"multiple_conditions\";b:1;}s:7:\"plugins\";a:3:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:14;s:7:\"catalog\";i:14;s:8:\"one-page\";i:14;s:9:\"corporate\";i:14;}}s:12:\"hemp-and-cbd\";a:9:{s:5:\"title\";s:12:\"Hemp And Cbd\";s:11:\"preview_url\";s:54:\"https://xstore.8theme.com/elementor/demos/hemp-and-cbd\";s:21:\"preview_elementor_url\";s:54:\"https://xstore.8theme.com/elementor/demos/hemp-and-cbd\";s:9:\"to_import\";a:24:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:0;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;s:18:\"elementor_sections\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:15;s:7:\"catalog\";i:15;s:8:\"one-page\";i:15;s:9:\"corporate\";i:15;}}s:20:\"beauty-and-cosmetics\";a:9:{s:5:\"title\";s:20:\"Beauty And Cosmetics\";s:11:\"preview_url\";s:62:\"https://xstore.8theme.com/elementor/demos/beauty-and-cosmetics\";s:21:\"preview_elementor_url\";s:62:\"https://xstore.8theme.com/elementor/demos/beauty-and-cosmetics\";s:9:\"to_import\";a:24:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:1;s:19:\"multiple_conditions\";b:1;s:18:\"elementor_sections\";b:1;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:16;s:7:\"catalog\";i:16;s:8:\"one-page\";i:16;s:9:\"corporate\";i:16;}}s:14:\"lifestyle-blog\";a:9:{s:5:\"title\";s:14:\"Lifestyle Blog\";s:11:\"preview_url\";s:56:\"https://xstore.8theme.com/elementor/demos/lifestyle-blog\";s:21:\"preview_elementor_url\";s:56:\"https://xstore.8theme.com/elementor/demos/lifestyle-blog\";s:9:\"to_import\";a:24:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:0;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;s:18:\"elementor_sections\";b:1;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:17;s:7:\"catalog\";i:17;s:8:\"one-page\";i:17;s:9:\"corporate\";i:17;}}s:10:\"rental-car\";a:9:{s:5:\"title\";s:10:\"Rental Car\";s:11:\"preview_url\";s:52:\"https://xstore.8theme.com/elementor/demos/rental-car\";s:21:\"preview_elementor_url\";s:52:\"https://xstore.8theme.com/elementor/demos/rental-car\";s:9:\"to_import\";a:24:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;s:18:\"elementor_sections\";b:1;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:18;s:7:\"catalog\";i:18;s:8:\"one-page\";i:18;s:9:\"corporate\";i:18;}}s:9:\"car-parts\";a:9:{s:5:\"title\";s:9:\"Car Parts\";s:11:\"preview_url\";s:51:\"https://xstore.8theme.com/elementor/demos/car-parts\";s:21:\"preview_elementor_url\";s:51:\"https://xstore.8theme.com/elementor/demos/car-parts\";s:9:\"to_import\";a:23:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:1;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:0;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:19;s:7:\"catalog\";i:19;s:8:\"one-page\";i:19;s:9:\"corporate\";i:19;}}s:13:\"phone-service\";a:9:{s:5:\"title\";s:13:\"Phone Service\";s:11:\"preview_url\";s:55:\"https://xstore.8theme.com/elementor/demos/phone-service\";s:21:\"preview_elementor_url\";s:55:\"https://xstore.8theme.com/elementor/demos/phone-service\";s:9:\"to_import\";a:25:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:1;s:19:\"multiple_conditions\";b:1;s:23:\"multiple_single_product\";b:1;s:34:\"multiple_single_product_conditions\";b:1;s:18:\"elementor_sections\";b:1;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:20;s:7:\"catalog\";i:20;s:8:\"one-page\";i:20;s:9:\"corporate\";i:20;}}s:10:\"book-store\";a:8:{s:5:\"title\";s:10:\"Book Store\";s:11:\"preview_url\";s:53:\"https://xstore.8theme.com/elementor/demos/book-store/\";s:9:\"to_import\";a:20:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:18:\"elementor_sections\";b:1;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:15:\"all popular new\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:21;s:7:\"catalog\";i:21;s:8:\"one-page\";i:21;s:9:\"corporate\";i:21;}}s:14:\"niche-market04\";a:8:{s:5:\"title\";s:15:\"Niche market 04\";s:11:\"preview_url\";s:57:\"https://xstore.8theme.com/elementor/demos/niche-market04/\";s:9:\"to_import\";a:20:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:0;s:12:\"product_cats\";b:1;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:15:\"all popular new\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:22;s:7:\"catalog\";i:22;s:8:\"one-page\";i:22;s:9:\"corporate\";i:22;}}s:9:\"animals01\";a:9:{s:5:\"title\";s:10:\"Animals 01\";s:11:\"preview_url\";s:51:\"https://xstore.8theme.com/elementor/demos/animals01\";s:21:\"preview_elementor_url\";s:51:\"https://xstore.8theme.com/elementor/demos/animals01\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:23;s:7:\"catalog\";i:23;s:8:\"one-page\";i:23;s:9:\"corporate\";i:23;}}s:14:\"water-delivery\";a:9:{s:5:\"title\";s:14:\"Water Delivery\";s:11:\"preview_url\";s:56:\"https://xstore.8theme.com/elementor/demos/water-delivery\";s:21:\"preview_elementor_url\";s:56:\"https://xstore.8theme.com/elementor/demos/water-delivery\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:1;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:24;s:7:\"catalog\";i:24;s:8:\"one-page\";i:24;s:9:\"corporate\";i:24;}}s:10:\"business02\";a:9:{s:5:\"title\";s:11:\"Business 02\";s:11:\"preview_url\";s:52:\"https://xstore.8theme.com/elementor/demos/business02\";s:21:\"preview_elementor_url\";s:52:\"https://xstore.8theme.com/elementor/demos/business02\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:25;s:7:\"catalog\";i:25;s:8:\"one-page\";i:25;s:9:\"corporate\";i:25;}}s:17:\"minimal-fashion02\";a:9:{s:5:\"title\";s:17:\"Minimal Fashion 2\";s:11:\"preview_url\";s:59:\"https://xstore.8theme.com/elementor/demos/minimal-fashion02\";s:21:\"preview_elementor_url\";s:59:\"https://xstore.8theme.com/elementor/demos/minimal-fashion02\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:0;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:26;s:7:\"catalog\";i:26;s:8:\"one-page\";i:26;s:9:\"corporate\";i:26;}}s:12:\"niche-market\";a:9:{s:5:\"title\";s:12:\"Niche market\";s:11:\"preview_url\";s:47:\"https://xstore.8theme.com/demos/2/niche-market/\";s:21:\"preview_elementor_url\";s:55:\"https://xstore.8theme.com/elementor/demos/niche-market/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:6:\"brands\";b:1;}s:7:\"plugins\";a:5:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:14:\"contact-form-7\";i:4;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:0;s:7:\"catalog\";i:27;s:8:\"one-page\";i:27;s:9:\"corporate\";i:27;}}s:15:\"minimal-fashion\";a:9:{s:5:\"title\";s:15:\"Minimal Fashion\";s:11:\"preview_url\";s:57:\"https://xstore.8theme.com/elementor/demos/minimal-fashion\";s:21:\"preview_elementor_url\";s:57:\"https://xstore.8theme.com/elementor/demos/minimal-fashion\";s:9:\"to_import\";a:21:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:0;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:1;s:19:\"multiple_conditions\";b:1;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:28;s:7:\"catalog\";i:28;s:8:\"one-page\";i:28;s:9:\"corporate\";i:28;}}s:17:\"minimal-fashion03\";a:9:{s:5:\"title\";s:18:\"Minimal Fashion 03\";s:11:\"preview_url\";s:59:\"https://xstore.8theme.com/elementor/demos/minimal-fashion03\";s:21:\"preview_elementor_url\";s:59:\"https://xstore.8theme.com/elementor/demos/minimal-fashion03\";s:9:\"to_import\";a:23:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:12:\"product_cats\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:0;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:29;s:7:\"catalog\";i:29;s:8:\"one-page\";i:29;s:9:\"corporate\";i:29;}}s:9:\"ecoenergy\";a:9:{s:5:\"title\";s:12:\"Green Energy\";s:11:\"preview_url\";s:52:\"https://xstore.8theme.com/elementor/demos/ecoenergy/\";s:21:\"preview_elementor_url\";s:52:\"https://xstore.8theme.com/elementor/demos/ecoenergy/\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:0;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:0;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:1;s:19:\"multiple_conditions\";b:1;s:6:\"brands\";b:1;}s:7:\"plugins\";a:5:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";i:4;s:9:\"revslider\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:30;s:7:\"catalog\";i:30;s:8:\"one-page\";i:30;s:9:\"corporate\";i:30;}}s:8:\"sneakers\";a:9:{s:5:\"title\";s:8:\"Sneakers\";s:11:\"preview_url\";s:51:\"https://xstore.8theme.com/elementor/demos/sneakers/\";s:21:\"preview_elementor_url\";s:51:\"https://xstore.8theme.com/elementor/demos/sneakers/\";s:9:\"to_import\";a:20:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:0;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:0;s:17:\"elementor_globals\";b:1;s:6:\"brands\";b:1;}s:7:\"plugins\";a:5:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";i:4;s:9:\"revslider\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:31;s:7:\"catalog\";i:31;s:8:\"one-page\";i:31;s:9:\"corporate\";i:31;}}s:11:\"real-estate\";a:9:{s:5:\"title\";s:11:\"Real Estate\";s:11:\"preview_url\";s:53:\"https://xstore.8theme.com/elementor/demos/real-estate\";s:21:\"preview_elementor_url\";s:53:\"https://xstore.8theme.com/elementor/demos/real-estate\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:0;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:1;s:19:\"multiple_conditions\";b:1;s:15:\"content-presets\";b:1;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";i:6;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:32;s:7:\"catalog\";i:32;s:8:\"one-page\";i:32;s:9:\"corporate\";i:32;}}s:17:\"digital-marketing\";a:9:{s:5:\"title\";s:17:\"Digital marketing\";s:11:\"preview_url\";s:59:\"https://xstore.8theme.com/elementor/demos/digital-marketing\";s:21:\"preview_elementor_url\";s:59:\"https://xstore.8theme.com/elementor/demos/digital-marketing\";s:9:\"to_import\";a:21:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:0;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:1;s:19:\"multiple_conditions\";b:1;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:33;s:7:\"catalog\";i:33;s:8:\"one-page\";i:33;s:9:\"corporate\";i:33;}}s:14:\"niche-market03\";a:9:{s:5:\"title\";s:15:\"Niche market 03\";s:11:\"preview_url\";s:57:\"https://xstore.8theme.com/elementor/demos/niche-market03/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:6:\"brands\";b:1;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";i:6;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:8:\"required\";a:2:{s:5:\"theme\";s:5:\"7.2.3\";s:6:\"plugin\";s:5:\"3.2.3\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:34;s:7:\"catalog\";i:34;s:8:\"one-page\";i:34;s:9:\"corporate\";i:34;}}s:14:\"online-courses\";a:9:{s:5:\"title\";s:14:\"Online courses\";s:11:\"preview_url\";s:56:\"https://xstore.8theme.com/elementor/demos/online-courses\";s:21:\"preview_elementor_url\";s:56:\"https://xstore.8theme.com/elementor/demos/online-courses\";s:9:\"to_import\";a:19:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:0;s:17:\"elementor_globals\";b:1;s:6:\"brands\";b:1;}s:7:\"plugins\";a:5:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";i:4;s:11:\"subscriptio\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:35;s:7:\"catalog\";i:35;s:8:\"one-page\";i:35;s:9:\"corporate\";i:35;}}s:9:\"headphone\";a:9:{s:5:\"title\";s:10:\"Headphones\";s:11:\"preview_url\";s:52:\"https://xstore.8theme.com/elementor/demos/headphone/\";s:9:\"to_import\";a:20:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:1;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:16:\"multiple_headers\";b:1;s:19:\"multiple_conditions\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";i:6;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:8:\"required\";a:2:{s:5:\"theme\";s:5:\"7.2.4\";s:6:\"plugin\";s:5:\"3.2.4\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:36;s:7:\"catalog\";i:36;s:8:\"one-page\";i:36;s:9:\"corporate\";i:36;}}s:11:\"marseille03\";a:9:{s:5:\"title\";s:11:\"Marseille03\";s:11:\"preview_url\";s:46:\"https://xstore.8theme.com/demos/2/marseille03/\";s:21:\"preview_elementor_url\";s:53:\"https://xstore.8theme.com/elementor/demos/marseille03\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:6:\"brands\";b:1;}s:7:\"plugins\";a:6:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:12:\"wwp-vc-gmaps\";i:4;s:14:\"contact-form-7\";i:5;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:37;s:7:\"catalog\";i:37;s:8:\"one-page\";i:37;s:9:\"corporate\";i:37;}}s:9:\"medical02\";a:9:{s:5:\"title\";s:9:\"Medical02\";s:11:\"preview_url\";s:52:\"https://xstore.8theme.com/elementor/demos/medical02/\";s:21:\"preview_elementor_url\";s:51:\"https://xstore.8theme.com/elementor/demos/medical02\";s:9:\"to_import\";a:24:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:0;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;s:23:\"multiple_single_product\";b:0;s:34:\"multiple_single_product_conditions\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:38;s:7:\"catalog\";i:38;s:8:\"one-page\";i:38;s:9:\"corporate\";i:38;}}s:10:\"restaurant\";a:9:{s:5:\"title\";s:10:\"Restaurant\";s:11:\"preview_url\";s:53:\"https://xstore.8theme.com/elementor/demos/restaurant/\";s:21:\"preview_elementor_url\";s:52:\"https://xstore.8theme.com/elementor/demos/restaurant\";s:9:\"to_import\";a:24:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:0;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;s:23:\"multiple_single_product\";b:0;s:34:\"multiple_single_product_conditions\";b:0;}s:7:\"plugins\";a:4:{i:0;s:9:\"elementor\";i:1;s:11:\"woocommerce\";i:2;s:14:\"contact-form-7\";i:3;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:39;s:7:\"catalog\";i:39;s:8:\"one-page\";i:39;s:9:\"corporate\";i:39;}}s:6:\"coffee\";a:9:{s:5:\"title\";s:6:\"Coffee\";s:11:\"preview_url\";s:41:\"https://xstore.8theme.com/demos/2/coffee/\";s:21:\"preview_elementor_url\";s:48:\"https://xstore.8theme.com/elementor/demos/coffee\";s:9:\"to_import\";a:23:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:0;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:0;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";i:2;s:9:\"home_page\";b:1;s:16:\"multiple_headers\";b:1;s:19:\"multiple_conditions\";b:1;s:17:\"elementor_globals\";b:1;s:22:\"single_product_builder\";b:0;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:12:\"wwp-vc-gmaps\";i:4;s:14:\"contact-form-7\";i:5;s:9:\"revslider\";i:6;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:40;s:7:\"catalog\";i:40;s:8:\"one-page\";i:40;s:9:\"corporate\";i:40;}}s:17:\"organic-cosmetics\";a:9:{s:5:\"title\";s:17:\"Organic-Cosmetics\";s:11:\"preview_url\";s:52:\"https://xstore.8theme.com/demos/2/organic-cosmetics/\";s:21:\"preview_elementor_url\";s:59:\"https://xstore.8theme.com/elementor/demos/organic-cosmetics\";s:9:\"to_import\";a:21:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:16:\"multiple_headers\";b:1;s:19:\"multiple_conditions\";b:1;s:23:\"multiple_single_product\";b:1;s:34:\"multiple_single_product_conditions\";b:1;s:22:\"single_product_builder\";b:1;s:6:\"brands\";b:1;}s:7:\"plugins\";a:8:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";i:6;s:9:\"revslider\";i:7;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:41;s:7:\"catalog\";i:41;s:8:\"one-page\";i:41;s:9:\"corporate\";i:41;}}s:12:\"ecotransport\";a:9:{s:5:\"title\";s:13:\"Eco Transport\";s:11:\"preview_url\";s:47:\"https://xstore.8theme.com/demos/2/ecotransport/\";s:21:\"preview_elementor_url\";s:55:\"https://xstore.8theme.com/elementor/demos/ecotransport/\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:1;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";i:2;s:9:\"home_page\";b:1;s:16:\"multiple_headers\";b:1;s:19:\"multiple_conditions\";b:1;s:23:\"multiple_single_product\";b:1;s:34:\"multiple_single_product_conditions\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;s:6:\"brands\";b:1;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:11:\"mpc-massive\";i:4;s:14:\"contact-form-7\";i:5;s:9:\"revslider\";i:6;s:16:\"mailchimp-for-wp\";}s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:42;s:7:\"catalog\";i:42;s:8:\"one-page\";i:42;s:9:\"corporate\";i:42;}}s:25:\"under-construction-coming\";a:9:{s:5:\"title\";s:33:\"Website Under Construction Coming\";s:11:\"preview_url\";s:68:\"https://xstore.8theme.com/elementor/demos/under-construction-coming/\";s:21:\"preview_elementor_url\";s:67:\"https://xstore.8theme.com/elementor/demos/under-construction-coming\";s:9:\"to_import\";a:21:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:0;s:12:\"grid-builder\";b:0;s:9:\"mailchimp\";b:0;s:5:\"media\";b:0;s:4:\"menu\";b:0;s:5:\"fonts\";b:0;s:7:\"options\";b:0;s:5:\"pages\";b:1;s:5:\"posts\";b:0;s:8:\"products\";b:0;s:8:\"projects\";b:0;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:0;s:12:\"testimonials\";b:0;s:10:\"variations\";b:0;s:7:\"widgets\";b:0;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:0;s:22:\"single_product_builder\";b:0;}s:7:\"plugins\";a:2:{i:0;s:9:\"elementor\";i:1;s:9:\"revslider\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:1:{i:0;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:43;s:7:\"catalog\";i:43;s:8:\"one-page\";i:43;s:9:\"corporate\";i:43;}}s:5:\"decor\";a:9:{s:5:\"title\";s:10:\"Home decor\";s:11:\"preview_url\";s:45:\"https://xstore.8theme.com/demos/2/home-decor/\";s:21:\"preview_elementor_url\";s:53:\"https://xstore.8theme.com/elementor/demos/home-decor/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:1;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:0;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:6:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:14:\"contact-form-7\";i:5;s:16:\"mailchimp-for-wp\";}s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"orders\";a:4:{s:7:\"popular\";i:11;s:7:\"catalog\";i:44;s:8:\"one-page\";i:44;s:9:\"corporate\";i:44;}}s:18:\"minimalist-outfits\";a:9:{s:5:\"title\";s:18:\"Minimalist outfits\";s:11:\"preview_url\";s:53:\"https://xstore.8theme.com/demos/2/minimalist-outfits/\";s:21:\"preview_elementor_url\";s:61:\"https://xstore.8theme.com/elementor/demos/minimalist-outfits/\";s:9:\"to_import\";a:19:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:1;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:0;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:6:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:14:\"contact-form-7\";i:5;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:12;s:7:\"catalog\";i:45;s:8:\"one-page\";i:45;s:9:\"corporate\";i:45;}}s:7:\"medical\";a:7:{s:5:\"title\";s:7:\"Medical\";s:11:\"preview_url\";s:40:\"https://xstore.8theme.com/demos/medical/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:7:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:9:\"revslider\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";i:6;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:51;s:7:\"catalog\";i:46;s:8:\"one-page\";i:46;s:9:\"corporate\";i:46;}}s:7:\"fashion\";a:9:{s:5:\"title\";s:7:\"Fashion\";s:11:\"preview_url\";s:42:\"https://xstore.8theme.com/demos/2/fashion/\";s:21:\"preview_elementor_url\";s:50:\"https://xstore.8theme.com/elementor/demos/fashion/\";s:9:\"to_import\";a:21:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:16:\"multiple_headers\";b:1;s:19:\"multiple_conditions\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:6:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:12:\"wwp-vc-gmaps\";i:4;s:14:\"contact-form-7\";i:5;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"engine\";a:2:{i:0;s:9:\"elementor\";i:1;s:3:\"wpb\";}s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:18;s:7:\"catalog\";i:47;s:8:\"one-page\";i:47;s:9:\"corporate\";i:47;}}s:7:\"artmaxy\";a:7:{s:5:\"title\";s:7:\"Artmaxy\";s:11:\"preview_url\";s:42:\"https://xstore.8theme.com/demos/2/artmaxy/\";s:9:\"to_import\";a:16:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:1;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:4:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:12:\"wwp-vc-gmaps\";i:3;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"orders\";a:4:{s:7:\"popular\";i:48;s:7:\"catalog\";i:48;s:8:\"one-page\";i:48;s:9:\"corporate\";i:48;}}s:11:\"eco-scooter\";a:9:{s:5:\"title\";s:11:\"Eco scooter\";s:11:\"preview_url\";s:46:\"https://xstore.8theme.com/demos/2/eco-scooter/\";s:21:\"preview_elementor_url\";s:54:\"https://xstore.8theme.com/elementor/demos/eco-scooter/\";s:9:\"to_import\";a:17:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:22:\"single_product_builder\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:5:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:14:\"contact-form-7\";i:4;s:9:\"revslider\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:49;s:7:\"catalog\";i:49;s:8:\"one-page\";i:49;s:9:\"corporate\";i:49;}}s:8:\"lingerie\";a:9:{s:5:\"title\";s:8:\"Lingerie\";s:11:\"preview_url\";s:43:\"https://xstore.8theme.com/demos/2/lingerie/\";s:21:\"preview_elementor_url\";s:50:\"https://xstore.8theme.com/elementor/demos/lingerie\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:1;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:5:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:12:\"wwp-vc-gmaps\";i:4;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:14;s:7:\"catalog\";i:50;s:8:\"one-page\";i:50;s:9:\"corporate\";i:50;}}s:10:\"babyland01\";a:10:{s:5:\"title\";s:11:\"BabyLand 01\";s:11:\"preview_url\";s:45:\"https://xstore.8theme.com/demos/2/babyland01/\";s:21:\"preview_elementor_url\";s:53:\"https://xstore.8theme.com/elementor/demos/babyland01/\";s:9:\"to_import\";a:19:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:1;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:6:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:12:\"wwp-vc-gmaps\";i:4;s:14:\"contact-form-7\";i:5;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:17:\"elementor_globals\";b:1;s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:51;s:7:\"catalog\";i:51;s:8:\"one-page\";i:51;s:9:\"corporate\";i:51;}}s:9:\"organic02\";a:9:{s:5:\"title\";s:10:\"Organic 02\";s:11:\"preview_url\";s:44:\"https://xstore.8theme.com/demos/2/organic02/\";s:21:\"preview_elementor_url\";s:52:\"https://xstore.8theme.com/elementor/demos/organic02/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:6:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:12:\"wwp-vc-gmaps\";i:4;s:14:\"contact-form-7\";i:5;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:52;s:7:\"catalog\";i:52;s:8:\"one-page\";i:52;s:9:\"corporate\";i:52;}}s:9:\"organic01\";a:9:{s:5:\"title\";s:10:\"Organic 01\";s:11:\"preview_url\";s:44:\"https://xstore.8theme.com/demos/2/organic01/\";s:21:\"preview_elementor_url\";s:52:\"https://xstore.8theme.com/elementor/demos/organic01/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:1;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:6:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:12:\"wwp-vc-gmaps\";i:4;s:14:\"contact-form-7\";i:5;s:16:\"mailchimp-for-wp\";}s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:5;s:7:\"catalog\";i:53;s:8:\"one-page\";i:53;s:9:\"corporate\";i:53;}}s:10:\"electron02\";a:9:{s:5:\"title\";s:11:\"Electron 02\";s:11:\"preview_url\";s:45:\"https://xstore.8theme.com/demos/2/electron02/\";s:21:\"preview_elementor_url\";s:53:\"https://xstore.8theme.com/elementor/demos/electron02/\";s:9:\"to_import\";a:17:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:6:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:12:\"wwp-vc-gmaps\";i:4;s:14:\"contact-form-7\";i:5;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:13;s:7:\"catalog\";i:54;s:8:\"one-page\";i:54;s:9:\"corporate\";i:54;}}s:10:\"electron01\";a:9:{s:5:\"title\";s:11:\"Electron 01\";s:11:\"preview_url\";s:45:\"https://xstore.8theme.com/demos/2/electron01/\";s:21:\"preview_elementor_url\";s:53:\"https://xstore.8theme.com/elementor/demos/electron01/\";s:9:\"to_import\";a:19:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:1;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:6:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:12:\"wwp-vc-gmaps\";i:4;s:14:\"contact-form-7\";i:5;s:16:\"mailchimp-for-wp\";}s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:8;s:7:\"catalog\";i:55;s:8:\"one-page\";i:55;s:9:\"corporate\";i:55;}}s:12:\"agricultural\";a:7:{s:5:\"title\";s:12:\"Agricultural\";s:11:\"preview_url\";s:47:\"https://xstore.8theme.com/demos/2/agricultural/\";s:9:\"to_import\";a:20:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:0;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:16:\"multiple_headers\";b:0;s:19:\"multiple_conditions\";b:0;s:23:\"multiple_single_product\";b:0;s:34:\"multiple_single_product_conditions\";b:0;s:22:\"single_product_builder\";b:0;}s:7:\"plugins\";a:4:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:11:\"mpc-massive\";i:3;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"orders\";a:4:{s:7:\"popular\";i:56;s:7:\"catalog\";i:56;s:8:\"one-page\";i:56;s:9:\"corporate\";i:56;}}s:11:\"marseille02\";a:9:{s:5:\"title\";s:12:\"Marseille 02\";s:11:\"preview_url\";s:46:\"https://xstore.8theme.com/demos/2/marseille02/\";s:21:\"preview_elementor_url\";s:54:\"https://xstore.8theme.com/elementor/demos/marseille02/\";s:9:\"to_import\";a:20:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:16:\"multiple_headers\";b:1;s:19:\"multiple_conditions\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:6:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:12:\"wwp-vc-gmaps\";i:4;s:14:\"contact-form-7\";i:5;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:1;s:7:\"catalog\";i:57;s:8:\"one-page\";i:57;s:9:\"corporate\";i:57;}}s:11:\"marseille01\";a:9:{s:5:\"title\";s:12:\"Marseille 01\";s:11:\"preview_url\";s:46:\"https://xstore.8theme.com/demos/2/marseille01/\";s:21:\"preview_elementor_url\";s:54:\"https://xstore.8theme.com/elementor/demos/marseille01/\";s:9:\"to_import\";a:17:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:6:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:12:\"wwp-vc-gmaps\";i:4;s:14:\"contact-form-7\";i:5;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:58;s:7:\"catalog\";i:58;s:8:\"one-page\";i:58;s:9:\"corporate\";i:58;}}s:9:\"baby-shop\";a:8:{s:5:\"title\";s:9:\"Baby Shop\";s:11:\"preview_url\";s:44:\"https://xstore.8theme.com/demos/2/baby-shop/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";i:6;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:59;s:7:\"catalog\";i:59;s:8:\"one-page\";i:59;s:9:\"corporate\";i:59;}}s:7:\"carwash\";a:8:{s:5:\"title\";s:8:\"Car wash\";s:11:\"preview_url\";s:42:\"https://xstore.8theme.com/demos/2/carwash/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:0;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:25;s:7:\"catalog\";i:60;s:8:\"one-page\";i:60;s:9:\"corporate\";i:60;}}s:8:\"delivery\";a:9:{s:5:\"title\";s:8:\"Delivery\";s:11:\"preview_url\";s:43:\"https://xstore.8theme.com/demos/2/delivery/\";s:21:\"preview_elementor_url\";s:51:\"https://xstore.8theme.com/elementor/demos/delivery/\";s:9:\"to_import\";a:15:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:0;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:6:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";}s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:28:\"all popular catalog one-page\";s:6:\"orders\";a:4:{s:7:\"popular\";i:26;s:7:\"catalog\";i:61;s:8:\"one-page\";i:61;s:9:\"corporate\";i:61;}}s:12:\"photographer\";a:7:{s:5:\"title\";s:12:\"Photographer\";s:11:\"preview_url\";s:47:\"https://xstore.8theme.com/demos/2/photographer/\";s:9:\"to_import\";a:20:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:16:\"multiple_headers\";b:1;s:19:\"multiple_conditions\";b:1;}s:7:\"plugins\";a:7:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:9:\"revslider\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";i:6;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:27;s:7:\"catalog\";i:62;s:8:\"one-page\";i:62;s:9:\"corporate\";i:62;}}s:7:\"x-phone\";a:7:{s:5:\"title\";s:7:\"X-Phone\";s:11:\"preview_url\";s:42:\"https://xstore.8theme.com/demos/2/x-phone/\";s:9:\"to_import\";a:17:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:0;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:0;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:5:{i:0;s:11:\"js_composer\";i:1;s:9:\"revslider\";i:2;s:11:\"mpc-massive\";i:3;s:12:\"wwp-vc-gmaps\";i:4;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:16;s:7:\"catalog\";i:63;s:8:\"one-page\";i:63;s:9:\"corporate\";i:63;}}s:8:\"plumbing\";a:8:{s:5:\"title\";s:8:\"Plumbing\";s:11:\"preview_url\";s:43:\"https://xstore.8theme.com/demos/2/plumbing/\";s:9:\"to_import\";a:17:{s:7:\"content\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:0;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:6:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:35;s:7:\"catalog\";i:64;s:8:\"one-page\";i:64;s:9:\"corporate\";i:64;}}s:9:\"designers\";a:7:{s:5:\"title\";s:9:\"Designers\";s:11:\"preview_url\";s:44:\"https://xstore.8theme.com/demos/2/designers/\";s:9:\"to_import\";a:20:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:0;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:0;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";i:2;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:6:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:9:\"revslider\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:3:\"all\";s:6:\"orders\";a:4:{s:7:\"popular\";i:65;s:7:\"catalog\";i:65;s:8:\"one-page\";i:65;s:9:\"corporate\";i:65;}}s:8:\"cleaning\";a:9:{s:5:\"title\";s:8:\"Cleaning\";s:11:\"preview_url\";s:43:\"https://xstore.8theme.com/demos/2/cleaning/\";s:21:\"preview_elementor_url\";s:51:\"https://xstore.8theme.com/elementor/demos/cleaning/\";s:9:\"to_import\";a:14:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:13:\"static-blocks\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:8:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";i:7;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:12:\"all one-page\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:66;s:7:\"catalog\";i:66;s:8:\"one-page\";i:66;s:9:\"corporate\";i:66;}}s:10:\"furniture2\";a:9:{s:5:\"title\";s:11:\"Furniture 2\";s:11:\"preview_url\";s:43:\"https://xstore.8theme.com/demos/furniture2/\";s:21:\"preview_elementor_url\";s:53:\"https://xstore.8theme.com/elementor/demos/furniture2/\";s:9:\"to_import\";a:16:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:8:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";i:7;s:16:\"mailchimp-for-wp\";}s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:36;s:7:\"catalog\";i:67;s:8:\"one-page\";i:67;s:9:\"corporate\";i:67;}}s:8:\"interior\";a:9:{s:5:\"title\";s:8:\"Interior\";s:11:\"preview_url\";s:41:\"https://xstore.8theme.com/demos/interior/\";s:21:\"preview_elementor_url\";s:51:\"https://xstore.8theme.com/elementor/demos/interior/\";s:9:\"to_import\";a:16:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";}s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:19;s:7:\"catalog\";i:68;s:8:\"one-page\";i:68;s:9:\"corporate\";i:68;}}s:6:\"mobile\";a:9:{s:5:\"title\";s:11:\"Mobile Apps\";s:11:\"preview_url\";s:39:\"https://xstore.8theme.com/demos/mobile/\";s:21:\"preview_elementor_url\";s:49:\"https://xstore.8theme.com/elementor/demos/mobile/\";s:9:\"to_import\";a:17:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:0;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";i:2;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:9:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";i:7;s:16:\"mailchimp-for-wp\";i:8;s:11:\"subscriptio\";}s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:28:\"all popular catalog one-page\";s:6:\"orders\";a:4:{s:7:\"popular\";i:21;s:7:\"catalog\";i:69;s:8:\"one-page\";i:69;s:9:\"corporate\";i:69;}}s:3:\"spa\";a:9:{s:5:\"title\";s:3:\"Spa\";s:11:\"preview_url\";s:36:\"https://xstore.8theme.com/demos/spa/\";s:21:\"preview_elementor_url\";s:46:\"https://xstore.8theme.com/elementor/demos/spa/\";s:9:\"to_import\";a:17:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";i:2;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"filter\";s:19:\"all popular catalog\";s:6:\"orders\";a:4:{s:7:\"popular\";i:37;s:7:\"catalog\";i:70;s:8:\"one-page\";i:70;s:9:\"corporate\";i:70;}}s:5:\"pizza\";a:7:{s:5:\"title\";s:5:\"Pizza\";s:11:\"preview_url\";s:38:\"https://xstore.8theme.com/demos/pizza/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";i:3;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:6:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:9:\"revslider\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:38;s:7:\"catalog\";i:71;s:8:\"one-page\";i:71;s:9:\"corporate\";i:71;}}s:10:\"typography\";a:7:{s:5:\"title\";s:10:\"Typography\";s:11:\"preview_url\";s:43:\"https://xstore.8theme.com/demos/typography/\";s:9:\"to_import\";a:19:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:12:\"product_cats\";b:0;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:6:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:9:\"revslider\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:20:\"all popular one-page\";s:6:\"orders\";a:4:{s:7:\"popular\";i:28;s:7:\"catalog\";i:72;s:8:\"one-page\";i:72;s:9:\"corporate\";i:72;}}s:5:\"games\";a:7:{s:5:\"title\";s:5:\"Games\";s:11:\"preview_url\";s:38:\"https://xstore.8theme.com/demos/games/\";s:9:\"to_import\";a:19:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:7:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:9:\"revslider\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";i:6;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:29;s:7:\"catalog\";i:73;s:8:\"one-page\";i:73;s:9:\"corporate\";i:73;}}s:8:\"business\";a:9:{s:5:\"title\";s:8:\"Business\";s:11:\"preview_url\";s:41:\"https://xstore.8theme.com/demos/business/\";s:21:\"preview_elementor_url\";s:51:\"https://xstore.8theme.com/elementor/demos/business/\";s:9:\"to_import\";a:19:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:0;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:0;s:8:\"projects\";b:0;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:6:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"engine\";a:2:{i:0;s:9:\"elementor\";i:1;s:3:\"wpb\";}s:6:\"filter\";s:29:\"all popular catalog corporate\";s:6:\"orders\";a:4:{s:7:\"popular\";i:30;s:7:\"catalog\";i:74;s:8:\"one-page\";i:74;s:9:\"corporate\";i:74;}}s:10:\"barbershop\";a:8:{s:5:\"title\";s:10:\"Barbershop\";s:11:\"preview_url\";s:43:\"https://xstore.8theme.com/demos/barbershop/\";s:9:\"to_import\";a:21:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:16:\"multiple_headers\";b:1;s:19:\"multiple_conditions\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:8:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";i:7;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:19:\"all popular catalog\";s:6:\"engine\";a:2:{i:0;s:9:\"elementor\";i:1;s:3:\"wpb\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:31;s:7:\"catalog\";i:75;s:8:\"one-page\";i:75;s:9:\"corporate\";i:75;}}s:9:\"cocktails\";a:7:{s:5:\"title\";s:9:\"Cocktails\";s:11:\"preview_url\";s:42:\"https://xstore.8theme.com/demos/cocktails/\";s:9:\"to_import\";a:21:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";i:2;s:9:\"home_page\";b:1;s:16:\"multiple_headers\";b:1;s:19:\"multiple_conditions\";b:1;}s:7:\"plugins\";a:7:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:9:\"revslider\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";i:6;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:19:\"all popular catalog\";s:6:\"orders\";a:4:{s:7:\"popular\";i:32;s:7:\"catalog\";i:76;s:8:\"one-page\";i:76;s:9:\"corporate\";i:76;}}s:5:\"shoes\";a:9:{s:5:\"title\";s:5:\"Shoes\";s:11:\"preview_url\";s:38:\"https://xstore.8theme.com/demos/shoes/\";s:21:\"preview_elementor_url\";s:48:\"https://xstore.8theme.com/elementor/demos/shoes/\";s:9:\"to_import\";a:19:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:34;s:7:\"catalog\";i:77;s:8:\"one-page\";i:77;s:9:\"corporate\";i:77;}}s:3:\"tea\";a:7:{s:5:\"title\";s:3:\"Tea\";s:11:\"preview_url\";s:36:\"https://xstore.8theme.com/demos/tea/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:7:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:9:\"revslider\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";i:6;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:39;s:7:\"catalog\";i:78;s:8:\"one-page\";i:78;s:9:\"corporate\";i:78;}}s:6:\"makeup\";a:7:{s:5:\"title\";s:6:\"Makeup\";s:11:\"preview_url\";s:39:\"https://xstore.8theme.com/demos/makeup/\";s:9:\"to_import\";a:17:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:6:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:9:\"revslider\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:44;s:7:\"catalog\";i:79;s:8:\"one-page\";i:79;s:9:\"corporate\";i:79;}}s:5:\"books\";a:8:{s:5:\"title\";s:5:\"Books\";s:11:\"preview_url\";s:38:\"https://xstore.8theme.com/demos/books/\";s:9:\"to_import\";a:20:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:6:\"brands\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";i:4;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:8:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";i:7;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:40;s:7:\"catalog\";i:80;s:8:\"one-page\";i:80;s:9:\"corporate\";i:80;}}s:11:\"electronics\";a:9:{s:5:\"title\";s:11:\"Electronics\";s:11:\"preview_url\";s:44:\"https://xstore.8theme.com/demos/electronics/\";s:21:\"preview_elementor_url\";s:54:\"https://xstore.8theme.com/elementor/demos/electronics/\";s:9:\"to_import\";a:20:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";i:2;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:6:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:14:\"contact-form-7\";i:5;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:17;s:7:\"catalog\";i:81;s:8:\"one-page\";i:81;s:9:\"corporate\";i:81;}}s:7:\"bicycle\";a:9:{s:5:\"title\";s:7:\"Bicycle\";s:11:\"preview_url\";s:37:\"https://xstore.8theme.com/demos/bike/\";s:21:\"preview_elementor_url\";s:47:\"https://xstore.8theme.com/elementor/demos/bike/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";i:3;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:8:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";i:7;s:16:\"mailchimp-for-wp\";}s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:20:\"all popular one-page\";s:6:\"orders\";a:4:{s:7:\"popular\";i:6;s:7:\"catalog\";i:82;s:8:\"one-page\";i:82;s:9:\"corporate\";i:82;}}s:9:\"furniture\";a:9:{s:5:\"title\";s:9:\"Furniture\";s:11:\"preview_url\";s:42:\"https://xstore.8theme.com/demos/furniture/\";s:21:\"preview_elementor_url\";s:52:\"https://xstore.8theme.com/elementor/demos/furniture/\";s:9:\"to_import\";a:20:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:0;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";}s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:9;s:7:\"catalog\";i:83;s:8:\"one-page\";i:83;s:9:\"corporate\";i:83;}}s:7:\"minimal\";a:9:{s:5:\"title\";s:7:\"Minimal\";s:11:\"preview_url\";s:40:\"https://xstore.8theme.com/demos/minimal/\";s:21:\"preview_elementor_url\";s:50:\"https://xstore.8theme.com/elementor/demos/minimal/\";s:9:\"to_import\";a:20:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:0;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";}s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:20;s:7:\"catalog\";i:84;s:8:\"one-page\";i:84;s:9:\"corporate\";i:84;}}s:6:\"burger\";a:7:{s:5:\"title\";s:6:\"Burger\";s:11:\"preview_url\";s:39:\"https://xstore.8theme.com/demos/burger/\";s:9:\"to_import\";a:16:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:6:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:9:\"revslider\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:23;s:7:\"catalog\";i:85;s:8:\"one-page\";i:85;s:9:\"corporate\";i:85;}}s:7:\"landing\";a:9:{s:5:\"title\";s:7:\"Landing\";s:11:\"preview_url\";s:46:\"https://xstore.8theme.com/demos/landing-watch/\";s:21:\"preview_elementor_url\";s:50:\"https://xstore.8theme.com/elementor/demos/landing/\";s:9:\"to_import\";a:22:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:0;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";i:2;s:9:\"home_page\";b:1;s:16:\"multiple_headers\";b:1;s:19:\"multiple_conditions\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:28:\"all popular catalog one-page\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:7;s:7:\"catalog\";i:86;s:8:\"one-page\";i:86;s:9:\"corporate\";i:86;}}s:8:\"engineer\";a:9:{s:5:\"title\";s:8:\"Engineer\";s:11:\"preview_url\";s:41:\"https://xstore.8theme.com/demos/engineer/\";s:21:\"preview_elementor_url\";s:51:\"https://xstore.8theme.com/elementor/demos/engineer/\";s:9:\"to_import\";a:19:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";i:4;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:8:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";i:7;s:16:\"mailchimp-for-wp\";}s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:4;s:7:\"catalog\";i:87;s:8:\"one-page\";i:87;s:9:\"corporate\";i:87;}}s:7:\"hipster\";a:9:{s:5:\"title\";s:7:\"Hipster\";s:11:\"preview_url\";s:40:\"https://xstore.8theme.com/demos/hipster/\";s:21:\"preview_elementor_url\";s:50:\"https://xstore.8theme.com/elementor/demos/hipster/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";i:2;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:10;s:7:\"catalog\";i:88;s:8:\"one-page\";i:88;s:9:\"corporate\";i:88;}}s:7:\"glasses\";a:9:{s:5:\"title\";s:7:\"Glasses\";s:11:\"preview_url\";s:40:\"https://xstore.8theme.com/demos/glasses/\";s:21:\"preview_elementor_url\";s:50:\"https://xstore.8theme.com/elementor/demos/glasses/\";s:9:\"to_import\";a:19:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:8:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";i:7;s:16:\"mailchimp-for-wp\";}s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:15;s:7:\"catalog\";i:89;s:8:\"one-page\";i:89;s:9:\"corporate\";i:89;}}s:9:\"underwear\";a:7:{s:5:\"title\";s:9:\"Underwear\";s:11:\"preview_url\";s:42:\"https://xstore.8theme.com/demos/underwear/\";s:9:\"to_import\";a:19:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:7:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:9:\"revslider\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";i:6;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:22;s:7:\"catalog\";i:90;s:8:\"one-page\";i:90;s:9:\"corporate\";i:90;}}s:4:\"dark\";a:7:{s:5:\"title\";s:4:\"Dark\";s:11:\"preview_url\";s:37:\"https://xstore.8theme.com/demos/dark/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:3:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:9:\"revslider\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:24;s:7:\"catalog\";i:91;s:8:\"one-page\";i:91;s:9:\"corporate\";i:91;}}s:7:\"animals\";a:8:{s:5:\"title\";s:7:\"Animals\";s:11:\"preview_url\";s:40:\"https://xstore.8theme.com/demos/animals/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:8:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";i:7;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:3;s:7:\"catalog\";i:92;s:8:\"one-page\";i:92;s:9:\"corporate\";i:92;}}s:7:\"organic\";a:8:{s:5:\"title\";s:7:\"Organic\";s:11:\"preview_url\";s:40:\"https://xstore.8theme.com/demos/organic/\";s:9:\"to_import\";a:16:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";i:2;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:8:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";i:7;s:16:\"mailchimp-for-wp\";}s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:33;s:7:\"catalog\";i:93;s:8:\"one-page\";i:93;s:9:\"corporate\";i:93;}}s:9:\"jewellery\";a:9:{s:5:\"title\";s:9:\"Jewellery\";s:11:\"preview_url\";s:42:\"https://xstore.8theme.com/demos/jewellery/\";s:21:\"preview_elementor_url\";s:52:\"https://xstore.8theme.com/elementor/demos/jewellery/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:8:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";i:7;s:20:\"smart-product-viewer\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:41;s:7:\"catalog\";i:94;s:8:\"one-page\";i:94;s:9:\"corporate\";i:94;}}s:9:\"corporate\";a:10:{s:5:\"title\";s:9:\"Corporate\";s:11:\"preview_url\";s:42:\"https://xstore.8theme.com/demos/corporate/\";s:21:\"preview_elementor_url\";s:52:\"https://xstore.8theme.com/elementor/demos/corporate/\";s:9:\"to_import\";a:20:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:6:\"brands\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:8:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";i:7;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:29:\"all popular catalog corporate\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:8:\"required\";a:2:{s:5:\"theme\";s:5:\"7.2.3\";s:6:\"plugin\";s:5:\"3.2.3\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:42;s:7:\"catalog\";i:95;s:8:\"one-page\";i:95;s:9:\"corporate\";i:95;}}s:3:\"gym\";a:7:{s:5:\"title\";s:3:\"Gym\";s:11:\"preview_url\";s:36:\"https://xstore.8theme.com/demos/gym/\";s:9:\"to_import\";a:19:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";i:2;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:6:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:9:\"revslider\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:43;s:7:\"catalog\";i:96;s:8:\"one-page\";i:96;s:9:\"corporate\";i:96;}}s:9:\"marketing\";a:7:{s:5:\"title\";s:9:\"Marketing\";s:11:\"preview_url\";s:42:\"https://xstore.8theme.com/demos/marketing/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:7:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:9:\"revslider\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";i:6;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:21:\"all popular corporate\";s:6:\"orders\";a:4:{s:7:\"popular\";i:45;s:7:\"catalog\";i:97;s:8:\"one-page\";i:97;s:9:\"corporate\";i:97;}}s:7:\"wedding\";a:8:{s:5:\"title\";s:7:\"Wedding\";s:11:\"preview_url\";s:40:\"https://xstore.8theme.com/demos/wedding/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:12:\"product_cats\";b:1;s:13:\"static-blocks\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";i:2;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:8:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";i:7;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:46;s:7:\"catalog\";i:98;s:8:\"one-page\";i:98;s:9:\"corporate\";i:98;}}s:4:\"kids\";a:9:{s:5:\"title\";s:4:\"Kids\";s:11:\"preview_url\";s:37:\"https://xstore.8theme.com/demos/kids/\";s:21:\"preview_elementor_url\";s:47:\"https://xstore.8theme.com/elementor/demos/kids/\";s:9:\"to_import\";a:19:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";i:2;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:8:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";i:7;s:16:\"mailchimp-for-wp\";}s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:47;s:7:\"catalog\";i:99;s:8:\"one-page\";i:99;s:9:\"corporate\";i:99;}}s:5:\"sushi\";a:8:{s:5:\"title\";s:16:\"Sushi Restaurant\";s:11:\"preview_url\";s:38:\"https://xstore.8theme.com/demos/sushi/\";s:9:\"to_import\";a:19:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:6:\"brands\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";i:2;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:8:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";i:7;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:19:\"all popular catalog\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:48;s:7:\"catalog\";i:100;s:8:\"one-page\";i:100;s:9:\"corporate\";i:100;}}s:8:\"handmade\";a:7:{s:5:\"title\";s:8:\"Handmade\";s:11:\"preview_url\";s:41:\"https://xstore.8theme.com/demos/handmade/\";s:9:\"to_import\";a:17:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";i:2;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:6:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:9:\"revslider\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:49;s:7:\"catalog\";i:101;s:8:\"one-page\";i:101;s:9:\"corporate\";i:101;}}s:7:\"hosting\";a:9:{s:5:\"title\";s:7:\"Hosting\";s:11:\"preview_url\";s:40:\"https://xstore.8theme.com/demos/hosting/\";s:21:\"preview_elementor_url\";s:50:\"https://xstore.8theme.com/elementor/demos/hosting/\";s:9:\"to_import\";a:19:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:0;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";i:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:6:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"subscriptio\";i:5;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:38:\"all popular catalog one-page corporate\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:50;s:7:\"catalog\";i:102;s:8:\"one-page\";i:102;s:9:\"corporate\";i:102;}}s:16:\"language-courses\";a:7:{s:5:\"title\";s:16:\"Language courses\";s:11:\"preview_url\";s:51:\"https://xstore.8theme.com/demos/2/language-courses/\";s:9:\"to_import\";a:20:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:15:\"content-presets\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:0;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:0;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:5:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:12:\"wwp-vc-gmaps\";i:3;s:14:\"contact-form-7\";i:4;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:13:\"all corporate\";s:6:\"orders\";a:4:{s:7:\"popular\";i:103;s:7:\"catalog\";i:103;s:8:\"one-page\";i:103;s:9:\"corporate\";i:103;}}s:8:\"finances\";a:9:{s:5:\"title\";s:8:\"Finances\";s:11:\"preview_url\";s:41:\"https://xstore.8theme.com/demos/finances/\";s:21:\"preview_elementor_url\";s:51:\"https://xstore.8theme.com/elementor/demos/finances/\";s:9:\"to_import\";a:20:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:8:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";i:7;s:16:\"mailchimp-for-wp\";}s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:29:\"all popular catalog corporate\";s:6:\"orders\";a:4:{s:7:\"popular\";i:52;s:7:\"catalog\";i:104;s:8:\"one-page\";i:104;s:9:\"corporate\";i:104;}}s:7:\"concert\";a:7:{s:5:\"title\";s:7:\"Concert\";s:11:\"preview_url\";s:40:\"https://xstore.8theme.com/demos/concert/\";s:9:\"to_import\";a:17:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:6:{i:0;s:11:\"js_composer\";i:1;s:11:\"woocommerce\";i:2;s:9:\"revslider\";i:3;s:11:\"mpc-massive\";i:4;s:12:\"wwp-vc-gmaps\";i:5;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:53;s:7:\"catalog\";i:105;s:8:\"one-page\";i:105;s:9:\"corporate\";i:105;}}s:7:\"flowers\";a:8:{s:5:\"title\";s:7:\"Flowers\";s:11:\"preview_url\";s:40:\"https://xstore.8theme.com/demos/flowers/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";}s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:54;s:7:\"catalog\";i:106;s:8:\"one-page\";i:106;s:9:\"corporate\";i:106;}}s:6:\"bakery\";a:9:{s:5:\"title\";s:6:\"Bakery\";s:11:\"preview_url\";s:39:\"https://xstore.8theme.com/demos/bakery/\";s:21:\"preview_elementor_url\";s:49:\"https://xstore.8theme.com/elementor/demos/bakery/\";s:9:\"to_import\";a:19:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:11:\"all popular\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:55;s:7:\"catalog\";i:107;s:8:\"one-page\";i:107;s:9:\"corporate\";i:107;}}s:6:\"lawyer\";a:9:{s:5:\"title\";s:6:\"Lawyer\";s:11:\"preview_url\";s:39:\"https://xstore.8theme.com/demos/lawyer/\";s:21:\"preview_elementor_url\";s:49:\"https://xstore.8theme.com/elementor/demos/lawyer/\";s:9:\"to_import\";a:20:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:0;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:0;s:7:\"widgets\";b:1;s:6:\"slider\";b:1;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:7:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";}s:4:\"type\";s:4:\"demo\";s:6:\"engine\";a:2:{i:0;s:9:\"elementor\";i:1;s:3:\"wpb\";}s:6:\"filter\";s:21:\"all popular corporate\";s:6:\"orders\";a:4:{s:7:\"popular\";i:56;s:7:\"catalog\";i:108;s:8:\"one-page\";i:108;s:9:\"corporate\";i:108;}}s:9:\"cosmetics\";a:8:{s:5:\"title\";s:9:\"Cosmetics\";s:11:\"preview_url\";s:42:\"https://xstore.8theme.com/demos/cosmetics/\";s:9:\"to_import\";a:18:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";i:2;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:8:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";i:7;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"engine\";a:2:{i:0;s:9:\"elementor\";i:1;s:3:\"wpb\";}s:6:\"filter\";s:11:\"all popular\";s:6:\"orders\";a:4:{s:7:\"popular\";i:57;s:7:\"catalog\";i:109;s:8:\"one-page\";i:109;s:9:\"corporate\";i:109;}}s:6:\"drinks\";a:9:{s:5:\"title\";s:6:\"Drinks\";s:11:\"preview_url\";s:39:\"https://xstore.8theme.com/demos/drinks/\";s:21:\"preview_elementor_url\";s:49:\"https://xstore.8theme.com/elementor/demos/drinks/\";s:9:\"to_import\";a:20:{s:7:\"content\";b:1;s:13:\"contact-forms\";b:1;s:12:\"grid-builder\";b:1;s:9:\"mailchimp\";b:1;s:5:\"media\";b:1;s:4:\"menu\";b:1;s:5:\"fonts\";b:0;s:7:\"options\";b:1;s:5:\"pages\";b:1;s:5:\"posts\";b:1;s:8:\"products\";b:1;s:6:\"brands\";b:0;s:8:\"projects\";b:1;s:13:\"static-blocks\";b:1;s:12:\"testimonials\";b:1;s:10:\"variations\";b:1;s:7:\"widgets\";b:1;s:6:\"slider\";i:2;s:9:\"home_page\";b:1;s:17:\"elementor_globals\";b:1;}s:7:\"plugins\";a:8:{i:0;s:9:\"elementor\";i:1;s:11:\"js_composer\";i:2;s:11:\"woocommerce\";i:3;s:9:\"revslider\";i:4;s:11:\"mpc-massive\";i:5;s:12:\"wwp-vc-gmaps\";i:6;s:14:\"contact-form-7\";i:7;s:16:\"mailchimp-for-wp\";}s:4:\"type\";s:4:\"demo\";s:6:\"filter\";s:19:\"all popular catalog\";s:6:\"engine\";a:2:{i:0;s:3:\"wpb\";i:1;s:9:\"elementor\";}s:6:\"orders\";a:4:{s:7:\"popular\";i:58;s:7:\"catalog\";i:110;s:8:\"one-page\";i:110;s:9:\"corporate\";i:110;}}s:16:\"coming-soon-flat\";a:6:{s:5:\"title\";s:16:\"Coming soon flat\";s:11:\"preview_url\";s:49:\"https://xstore.8theme.com/demos/coming-soon-flat/\";s:9:\"to_import\";a:2:{s:5:\"pages\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:1:{i:0;s:11:\"js_composer\";}s:4:\"type\";s:4:\"demo\";s:6:\"orders\";a:4:{s:7:\"popular\";i:111;s:7:\"catalog\";i:111;s:8:\"one-page\";i:111;s:9:\"corporate\";i:111;}}s:15:\"coming-soon-red\";a:6:{s:5:\"title\";s:15:\"Coming soon red\";s:11:\"preview_url\";s:48:\"https://xstore.8theme.com/demos/coming-soon-red/\";s:9:\"to_import\";a:2:{s:5:\"pages\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:1:{i:0;s:11:\"js_composer\";}s:4:\"type\";s:4:\"demo\";s:6:\"orders\";a:4:{s:7:\"popular\";i:112;s:7:\"catalog\";i:112;s:8:\"one-page\";i:112;s:9:\"corporate\";i:112;}}s:17:\"coming-soon-white\";a:6:{s:5:\"title\";s:17:\"Coming soon white\";s:11:\"preview_url\";s:50:\"https://xstore.8theme.com/demos/coming-soon-white/\";s:9:\"to_import\";a:2:{s:5:\"pages\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:1:{i:0;s:11:\"js_composer\";}s:4:\"type\";s:4:\"demo\";s:6:\"orders\";a:4:{s:7:\"popular\";i:113;s:7:\"catalog\";i:113;s:8:\"one-page\";i:113;s:9:\"corporate\";i:113;}}s:16:\"coming-soon-dark\";a:6:{s:5:\"title\";s:16:\"Coming soon dark\";s:11:\"preview_url\";s:50:\"https://xstore.8theme.com/demos/coming-soon-black/\";s:9:\"to_import\";a:2:{s:5:\"pages\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:1:{i:0;s:11:\"js_composer\";}s:4:\"type\";s:4:\"demo\";s:6:\"orders\";a:4:{s:7:\"popular\";i:114;s:7:\"catalog\";i:114;s:8:\"one-page\";i:114;s:9:\"corporate\";i:114;}}s:35:\"coming-soon-great-things-are-coming\";a:6:{s:5:\"title\";s:23:\"Great things are coming\";s:11:\"preview_url\";s:58:\"https://xstore.8theme.com/demos/2/great-things-are-coming/\";s:9:\"to_import\";a:2:{s:5:\"pages\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:2:{i:0;s:11:\"js_composer\";i:1;s:11:\"mpc-massive\";}s:4:\"type\";s:4:\"demo\";s:6:\"orders\";a:4:{s:7:\"popular\";i:115;s:7:\"catalog\";i:115;s:8:\"one-page\";i:115;s:9:\"corporate\";i:115;}}s:24:\"coming-soon-space-coming\";a:6:{s:5:\"title\";s:12:\"Space coming\";s:11:\"preview_url\";s:47:\"https://xstore.8theme.com/demos/2/space-coming/\";s:9:\"to_import\";a:3:{s:5:\"pages\";b:1;s:9:\"home_page\";b:1;s:5:\"media\";b:1;}s:7:\"plugins\";a:2:{i:0;s:11:\"js_composer\";i:1;s:11:\"mpc-massive\";}s:4:\"type\";s:4:\"demo\";s:6:\"orders\";a:4:{s:7:\"popular\";i:116;s:7:\"catalog\";i:116;s:8:\"one-page\";i:116;s:9:\"corporate\";i:116;}}s:27:\"coming-soon-modern-x-coming\";a:6:{s:5:\"title\";s:15:\"Modern X coming\";s:11:\"preview_url\";s:50:\"https://xstore.8theme.com/demos/2/modern-x-coming/\";s:9:\"to_import\";a:2:{s:5:\"pages\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:2:{i:0;s:11:\"js_composer\";i:1;s:11:\"mpc-massive\";}s:4:\"type\";s:4:\"demo\";s:6:\"orders\";a:4:{s:7:\"popular\";i:117;s:7:\"catalog\";i:117;s:8:\"one-page\";i:117;s:9:\"corporate\";i:117;}}s:18:\"coming-soon-xstore\";a:6:{s:5:\"title\";s:18:\"Coming soon xstore\";s:11:\"preview_url\";s:51:\"https://xstore.8theme.com/demos/coming-soon-xstore/\";s:9:\"to_import\";a:2:{s:5:\"pages\";b:1;s:9:\"home_page\";b:1;}s:7:\"plugins\";a:1:{i:0;s:11:\"js_composer\";}s:4:\"type\";s:4:\"demo\";s:6:\"orders\";a:4:{s:7:\"popular\";i:118;s:7:\"catalog\";i:118;s:8:\"one-page\";i:118;s:9:\"corporate\";i:118;}}}', 'off');

-- --------------------------------------------------------

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

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(3, 5, '_wp_attached_file', 'woocommerce-placeholder.png'),
(4, 5, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5, 11, '_wp_attached_file', 'xstore/xstore-placeholder.png'),
(6, 11, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:29:\"xstore/xstore-placeholder.png\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"xstore-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"xstore-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"xstore-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"xstore-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"xstore-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"xstore-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"xstore-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:26:\"xstore-placeholder-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:28:\"xstore-placeholder-10x10.png\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"xstore-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"xstore-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"xstore-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7, 12, '_elementor_edit_mode', 'builder'),
(8, 12, '_elementor_template_type', 'kit'),
(9, 13, '_form', '<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]'),
(10, 13, '_mail', 'a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:36:\"[_site_title] <online@hagarbath.com>\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(11, 13, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:36:\"[_site_title] <online@hagarbath.com>\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(12, 13, '_messages', 'a:12:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";}'),
(13, 13, '_additional_settings', ''),
(14, 13, '_locale', 'en_US'),
(15, 14, '_et_widget_area', '0'),
(16, 14, '_et_page_banner', '0'),
(17, 14, '_et_custom_prefooter', '734'),
(18, 18, '_et_widget_area', '0'),
(19, 18, '_et_breadcrumb_type', 'disable'),
(20, 18, '_et_page_banner', '0'),
(22, 18, '_elementor_template_type', 'wp-page'),
(23, 18, '_elementor_version', '3.6.5'),
(24, 18, '_wp_page_template', 'default'),
(25, 18, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\",\"taxonomies\":[\"84\",\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"space-around\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\",\"arrows_style\":\"style-3\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"taxonomies\":[\"85\",\"88\",\"89\",\"90\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Sellers In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(26, 18, '_yoast_wpseo_content_score', '90'),
(27, 18, '_yoast_wpseo_estimated-reading-time-minutes', '5'),
(28, 18, '_yoast_wpseo_meta-robots-noindex', '2'),
(29, 18, '_yoast_wpseo_canonical', 'https://xstore.8theme.com/elementor/demos/niche-market02/');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(31, 18, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(32, 19, '_et_widget_area', '0'),
(33, 19, '_et_page_banner', '0'),
(34, 211, '_et_widget_area', '0'),
(35, 211, '_et_breadcrumb_type', 'disable'),
(36, 211, '_et_page_banner', '0'),
(37, 211, '_elementor_edit_mode', 'builder'),
(38, 211, '_elementor_template_type', 'wp-page'),
(39, 211, '_elementor_version', '3.6.2'),
(40, 211, '_wp_page_template', 'default'),
(41, 211, '_elementor_data', '[{\"id\":\"be6e391\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-10.jpg\",\"id\":234},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"70e8bc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18},\"elements\":[{\"id\":\"56f7193\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"title_color\":\"#222222\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff2821\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"norebro-custom-624ac18050272\\\" class=\\\"norebro-text-sc \\\" style=\\\"overflow-wrap: break-word; outline: none; font-size: 18px; color: #494949; font-family: Poppins, sans-serif; letter-spacing: 1px; text-align: start;\\\"><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\"><strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0is a Leading Choice in Bathroom Faucets and accessories.<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\">Capturing the imagination of discerning buyers all over the world.\\u00a0<strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0offers you the perfect match of precision,<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\">which guarantees the unequalled comfort of use and everlasting durability.<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\"><strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0products includes advanced features and improve the functionality without sacrificing on style.<\\/p><div>\\u00a0<\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44eff44\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9665779\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abf656f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4\",\"id\":4037,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f2ebe0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Map.png\",\"id\":241},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0f28f26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"28bb5e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"100+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"776a347\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Employee Empowered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"97a9600\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"abbe64a\",\"elType\":\"widget\",\"settings\":{\"title\":\"50+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4143d11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Worldwide Distributors\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1e4a070\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"19e7563\",\"elType\":\"widget\",\"settings\":{\"title\":\"750+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87c3555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Receive Daily Ordered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2d05634\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"306bd8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"80%\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10fc84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get Growth Per Year\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"795c4da\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"487599f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ec60567\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Here from our\",\"highlighted_text\":\"Customers\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"animated-headline\"}],\"isInner\":false},{\"id\":\"a98a3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6d571e\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4\",\"id\":4043,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5d4d52\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"84c7770\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1077f08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/hagar-awards.webp\",\"id\":4047,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(42, 211, '_et_custom_prefooter', '734'),
(44, 211, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:5:\"align\";i:7;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:8;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:11:\"title_color\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:6;s:10:\"text_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:24;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:11;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:8;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:11;s:13:\"margin_mobile\";i:12;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:18;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:8;s:15:\"stretch_section\";i:1;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:4;s:11:\"css_classes\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:7;s:16:\"description_text\";i:7;s:8:\"position\";i:4;s:5:\"image\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:7;s:10:\"image_size\";i:7;s:18:\"image_space_mobile\";i:3;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:4;s:11:\"title_color\";i:7;s:27:\"title_typography_typography\";i:7;s:28:\"title_typography_font_family\";i:7;s:26:\"title_typography_font_size\";i:7;s:28:\"title_typography_font_weight\";i:7;s:17:\"description_color\";i:7;s:33:\"description_typography_typography\";i:7;s:34:\"description_typography_font_family\";i:7;s:32:\"description_typography_font_size\";i:7;s:34:\"description_typography_font_weight\";i:7;s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:34:\"description_typography_line_height\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:13:\"_border_width\";i:3;s:13:\"_border_color\";i:3;}}}}s:12:\"testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:8:\"settings\";a:1:{s:14:\"image_position\";i:1;}s:32:\"et_section_tabs_content_settings\";a:1:{s:16:\"testimonials_tab\";i:1;}s:14:\"section_slider\";a:1:{s:15:\"slides_per_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:5:{s:19:\"section_style_image\";a:1:{s:15:\"image_max_width\";i:1;}s:20:\"rating_style_section\";a:1:{s:12:\"rating_color\";i:1;}s:21:\"content_style_section\";a:6:{s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_line_height\";i:1;s:21:\"content_wrapper_color\";i:1;s:22:\"content_wrapper_margin\";i:1;}s:18:\"name_style_section\";a:7:{s:26:\"name_typography_typography\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;s:30:\"name_typography_text_transform\";i:1;s:10:\"name_color\";i:1;s:11:\"name_margin\";i:1;}s:21:\"country_style_section\";a:5:{s:29:\"country_typography_typography\";i:1;s:30:\"country_typography_font_family\";i:1;s:28:\"country_typography_font_size\";i:1;s:30:\"country_typography_line_height\";i:1;s:13:\"country_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_mobile\";i:1;}}}}s:11:\"team_member\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"general_section\";a:6:{s:8:\"img_size\";i:5;s:4:\"name\";i:5;s:5:\"email\";i:5;s:8:\"position\";i:5;s:3:\"img\";i:5;s:7:\"content\";i:5;}s:13:\"icons_section\";a:2:{s:5:\"skype\";i:5;s:11:\"icons_color\";i:5;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:3:{s:10:\"name_color\";i:5;s:14:\"position_color\";i:5;s:13:\"et_overlay_bg\";i:5;}}}}}'),
(45, 367, '_et_widget_area', '0'),
(46, 367, '_et_page_banner', '0'),
(47, 367, '_elementor_edit_mode', 'builder'),
(48, 367, '_elementor_template_type', 'wp-page'),
(49, 367, '_elementor_version', '3.6.2'),
(50, 367, '_wp_page_template', 'default'),
(51, 367, '_elementor_data', '[{\"id\":\"42a23c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".etheme-contact-form-7 .form-group {\\n    margin-bottom: 0px !important;\\n}\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"bcb55fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":25,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"1122985\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leave Us A Message\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a49425\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"text_color\":\"#888888\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a557583\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"field_bg\":\"#F1F1F1\",\"field_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"field_border_color\":\"#F5F5F5\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Roboto\",\"field_typography_font_weight\":\"400\",\"text_color_label\":\"#111111\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Roboto\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_label_font_weight\":\"500\",\"typography_placeholder_typography\":\"custom\",\"typography_placeholder_font_family\":\"Roboto\",\"typography_placeholder_font_weight\":\"400\",\"button_width\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"button_bg_color_normal\":\"#006C55\",\"button_text_color_normal\":\"#FFFFFF\",\"button_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_typography_font_weight\":\"bold\",\"button_typography_text_transform\":\"capitalize\",\"button_bg_color_hover\":\"#E95D2BCC\",\"button_text_color_hover\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"xstore_element_custom_css\":\".etheme-contact-form-7 .wpcf7-form label:after {content: \\\"*\\\";color:#E95D2A;\\n}\\n.wpcf7-form .form-group p:first-child {\\n    margin-bottom: 0px;\\n}\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":false},{\"id\":\"965b6ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d6ce79f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Address\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83c65bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"LrzXr\\\">E-20, Pilanji, South Extension I, New Delhi, Delhi 110049<\\/span><\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95161ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 500;\\\">Support<\\/span> : <b style=\\\"font-weight: normal;\\\"><span style=\\\"font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\\\">8881222666 <\\/span><\\/b><\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b98a03b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 500;\\\">Email<\\/span> : online@hagarbath.com<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1b09f29\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"6998a20\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"space_between_widgets\":12},\"elements\":[{\"id\":\"967cd0b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Monday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3db898d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Tuesday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8522ff6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wednesday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"843e8a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Friday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4a4b4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Saturday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9855fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sunday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2baa9eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"space_between_widgets\":12},\"elements\":[{\"id\":\"c6ac4db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22b12af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f592c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cfaa440\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f338a5c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 4 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6429fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Closed\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(52, 367, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:7:\"_margin\";i:2;s:14:\"_margin_mobile\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:4;s:13:\"_border_width\";i:4;s:13:\"_border_color\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:18;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:18;s:21:\"typography_typography\";i:18;s:22:\"typography_font_family\";i:18;s:20:\"typography_font_size\";i:18;s:22:\"typography_font_weight\";i:18;s:22:\"typography_line_height\";i:18;s:5:\"align\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"et-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_info_box\";a:1:{s:17:\"contact_form_list\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_fields_style\";a:8:{s:8:\"field_bg\";i:1;s:13:\"field_padding\";i:1;s:19:\"field_border_border\";i:1;s:18:\"field_border_width\";i:1;s:18:\"field_border_color\";i:1;s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_family\";i:1;s:28:\"field_typography_font_weight\";i:1;}s:19:\"section_label_style\";a:5:{s:16:\"text_color_label\";i:1;s:27:\"typography_label_typography\";i:1;s:28:\"typography_label_font_family\";i:1;s:26:\"typography_label_font_size\";i:1;s:28:\"typography_label_font_weight\";i:1;}s:25:\"section_placeholder_style\";a:3:{s:33:\"typography_placeholder_typography\";i:1;s:34:\"typography_placeholder_font_family\";i:1;s:34:\"typography_placeholder_font_weight\";i:1;}s:27:\"section_submit_button_style\";a:12:{s:12:\"button_width\";i:1;s:22:\"button_bg_color_normal\";i:1;s:24:\"button_text_color_normal\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:21:\"button_bg_color_hover\";i:1;s:23:\"button_text_color_hover\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:4;s:19:\"_inline_size_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_mobile\";i:2;s:13:\"margin_tablet\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}}'),
(53, 457, '_et_widget_area', '0'),
(54, 457, '_et_page_banner', '0'),
(55, 457, '_elementor_edit_mode', 'builder'),
(56, 457, '_elementor_template_type', 'wp-page'),
(57, 457, '_elementor_version', '3.6.2'),
(58, 457, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(59, 457, '_elementor_data', '[{\"id\":\"cdd908a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"43a9555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ea7f50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Quentions\",\"align\":\"center\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8795733\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".elementor-accordion-item {\\n    margin-bottom: 20px;\\n}\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"6986d41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e00ca3\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is your return policy?\",\"tab_content\":\"<p>If your item arrived damaged or defective, we are happy to arrange for a prompt replacement. Please note that damages and defects must be reported within 12 hours of delivery. <\\/p>\",\"_id\":\"30dac99\"}],\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_background\":\"#F7F7F7\",\"title_color\":\"#333333\",\"tab_active_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"right\",\"content_background_color\":\"#F7F7F7\",\"content_color\":\"#777777\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),
(60, 457, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:7;s:19:\"_inline_size_tablet\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:5;s:3:\"gap\";i:5;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:6:\"weight\";i:2;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:2;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:2;}s:26:\"section_toggle_style_title\";a:10:{s:16:\"title_background\";i:2;s:11:\"title_color\";i:2;s:16:\"tab_active_color\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:35:\"title_typography_line_height_mobile\";i:1;s:13:\"title_padding\";i:2;}s:25:\"section_toggle_style_icon\";a:1:{s:10:\"icon_align\";i:2;}s:28:\"section_toggle_style_content\";a:8:{s:24:\"content_background_color\";i:2;s:13:\"content_color\";i:2;s:29:\"content_typography_typography\";i:2;s:30:\"content_typography_font_family\";i:2;s:28:\"content_typography_font_size\";i:2;s:30:\"content_typography_font_weight\";i:2;s:30:\"content_typography_line_height\";i:2;s:15:\"content_padding\";i:2;}}}}}'),
(61, 517, '_et_widget_area', '0'),
(62, 517, '_et_page_banner', '0'),
(63, 517, '_elementor_edit_mode', 'builder'),
(64, 517, '_elementor_template_type', 'wp-page'),
(65, 517, '_elementor_version', '3.6.2'),
(66, 517, '_wp_page_template', 'default'),
(67, 517, '_elementor_data', '[{\"id\":\"1d488cf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"xstore_element_custom_css\":\".elementor-shortcode p {\\n    font-size: 18px;\\n}\\n.elementor-shortcode label {font-weight: 500; color: #111111;}\\n.track_order .button {\\n    background: #E95D2A !important;\\n    border-radius: 900px;\\n    border-color: #E95D2A !important;\\n    text-transform: none;\\n    font-weight: 500;\\n    font-size: 17px;\\n    padding: 24px 59px;\\n    line-height: 0;\\n}\\n.track_order .button:hover {\\n    background: #e95d2bcc;\\n}\\n.track_order input {\\n    padding: 24px 20px;\\n    margin-top: 5px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e2967ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"eee3dc1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-6.jpg\",\"id\":522},\"image_size\":\"full\",\"align\":\"left\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e3e2c0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Always Up To Date With Your Order\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a579ff5\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[woocommerce_order_tracking]  \",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"279fe7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2c4169d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Rectangle-14.jpg\",\"id\":523},\"image_size\":\"full\",\"align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(68, 517, '_elementor_controls_usage', 'a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}}'),
(69, 517, '_yoast_wpseo_content_score', '90'),
(70, 517, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(71, 713, '_elementor_template_type', 'wp-page'),
(72, 713, '_elementor_version', '3.0.13'),
(73, 713, '_wp_page_template', 'default'),
(74, 713, '_elementor_data', '[{\"id\":\"751eadda\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"27bb2483\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"51815733\",\"elType\":\"widget\",\"settings\":{\"editor\":\"[wcmp_vendor]\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(75, 713, '_elementor_controls_usage', 'a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}}}}'),
(76, 713, '_et_widget_area', '0'),
(77, 713, '_et_page_banner', '0'),
(78, 774, '_et_widget_area', '0'),
(79, 774, '_et_page_banner', '0'),
(80, 774, '_elementor_edit_mode', 'builder'),
(81, 774, '_elementor_template_type', 'wp-page'),
(82, 774, '_elementor_version', '3.0.13'),
(83, 774, '_wp_page_template', 'default'),
(84, 774, '_elementor_data', '[{\"id\":\"6b43fc7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"12c485b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d1da88\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wcmp_vendorslist orderby=\\\"registered\\\" order=\\\"ASC\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(85, 774, '_elementor_controls_usage', 'a:3:{s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}}}}}'),
(86, 774, '_et_custom_prefooter', '734'),
(92, 436, '_et_views_count', '71'),
(93, 436, '_et_widget_area', '0'),
(94, 436, '_et_page_banner', '0'),
(95, 436, '_et_primary_category', 'auto'),
(96, 436, '_elementor_edit_mode', 'builder'),
(97, 436, '_elementor_template_type', 'wp-post'),
(98, 436, '_elementor_version', '3.0.13'),
(99, 436, '_wp_page_template', 'default'),
(100, 436, '_elementor_data', '[{\"id\":\"38338a7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"c7b2b00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0feb15e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cf242fe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"6725f73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"12c0457\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a35900\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"957d403\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ba353a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41927c3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"3b52f7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a06d74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fc7a22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cec8b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e6fde28\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"cd6f5b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"927fe37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(101, 436, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(102, 436, '_thumbnail_id', '868'),
(105, 887, '_thumbnail_id', '869'),
(106, 887, '_et_views_count', '21'),
(107, 887, '_et_widget_area', '0'),
(108, 887, '_et_page_banner', '0'),
(109, 887, '_et_primary_category', 'auto'),
(110, 887, '_elementor_edit_mode', 'builder'),
(111, 887, '_elementor_template_type', 'wp-post'),
(112, 887, '_elementor_version', '3.0.13'),
(113, 887, '_wp_page_template', 'default'),
(114, 887, '_elementor_data', '[{\"id\":\"45dabfe3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"5292ab12\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"57574d1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ecfa9ac\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"23a2b4d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"71e5edbc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9cc7665\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"5c54b87f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40bf436a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35b263fc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"11285c13\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25ad5bcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5e2fb153\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6db8962e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48a8d0a2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"57f64224\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"49eb3aa2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(115, 887, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(116, 887, '_wp_old_date', '2020-12-07'),
(119, 888, '_thumbnail_id', '870'),
(120, 888, '_et_views_count', '53'),
(121, 888, '_et_widget_area', '0'),
(122, 888, '_et_page_banner', '0'),
(123, 888, '_et_primary_category', 'auto'),
(124, 888, '_elementor_edit_mode', 'builder'),
(125, 888, '_elementor_template_type', 'wp-post'),
(126, 888, '_elementor_version', '3.0.13'),
(127, 888, '_wp_page_template', 'default'),
(128, 888, '_elementor_data', '[{\"id\":\"652fecc7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"34c425b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1259308c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c78e624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"6921ed32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"29ca6a66\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1576b0d4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"562cb16f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2e1b55c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"320885da\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"3f322e7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d94922\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60571b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bc128c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74d511db\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"dcda4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"57b64b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(129, 888, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(130, 888, '_wp_old_date', '2020-12-07'),
(133, 889, '_thumbnail_id', '871'),
(134, 889, '_et_views_count', '29'),
(135, 889, '_et_widget_area', '0'),
(136, 889, '_et_page_banner', '0'),
(137, 889, '_et_primary_category', 'auto'),
(138, 889, '_elementor_edit_mode', 'builder'),
(139, 889, '_elementor_template_type', 'wp-post'),
(140, 889, '_elementor_version', '3.0.13'),
(141, 889, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(142, 889, '_elementor_data', '[{\"id\":\"5ca934f5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"4c9b6353\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508e0af8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7667918c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"219b0199\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"68a97a9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d5b5b2b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"3f90b899\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e18f84d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3084f989\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"71735f52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6df76379\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44997ff4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1858e343\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11c1765b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"50a3c6d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eb460c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(143, 889, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(144, 889, '_wp_old_date', '2020-12-07'),
(147, 890, '_thumbnail_id', '872'),
(148, 890, '_et_views_count', '26'),
(149, 890, '_et_widget_area', '0'),
(150, 890, '_et_page_banner', '0'),
(151, 890, '_et_primary_category', 'auto'),
(152, 890, '_elementor_edit_mode', 'builder'),
(153, 890, '_elementor_template_type', 'wp-post'),
(154, 890, '_elementor_version', '3.0.13'),
(155, 890, '_wp_page_template', 'default'),
(156, 890, '_elementor_data', '[{\"id\":\"5b8c656c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"285d6dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"302c372f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1313dcd9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"318c9522\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c93761e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"77b34e67\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"1d0af50d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6734118\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"315e1ad8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"27e5c3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d7860a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44421037\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f9d8a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cc3bc28\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"d69700e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"452e23b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(157, 890, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(158, 890, '_wp_old_date', '2020-12-07'),
(161, 891, '_thumbnail_id', '873'),
(162, 891, '_et_views_count', '31'),
(163, 891, '_et_widget_area', '0'),
(164, 891, '_et_page_banner', '0'),
(165, 891, '_et_primary_category', 'auto'),
(166, 891, '_elementor_edit_mode', 'builder'),
(167, 891, '_elementor_template_type', 'wp-post'),
(168, 891, '_elementor_version', '3.0.13'),
(169, 891, '_wp_page_template', 'default'),
(170, 891, '_elementor_data', '[{\"id\":\"6516e0ac\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"74a51fa7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3fdb1232\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"22008bdf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"28558a30\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"5efbe769\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5739d17\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"505dc67d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a2051eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4265dff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"435fccae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c409d6a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2e994a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2091d400\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29b91246\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"2542de3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f860483\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(171, 891, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(172, 891, '_wp_old_date', '2020-12-07'),
(175, 892, '_thumbnail_id', '874'),
(176, 892, '_et_views_count', '24'),
(177, 892, '_et_widget_area', '0'),
(178, 892, '_et_page_banner', '0'),
(179, 892, '_et_primary_category', 'auto'),
(180, 892, '_elementor_edit_mode', 'builder'),
(181, 892, '_elementor_template_type', 'wp-post'),
(182, 892, '_elementor_version', '3.0.13'),
(183, 892, '_wp_page_template', 'default'),
(184, 892, '_elementor_data', '[{\"id\":\"20b13caf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"77ea5a1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"471e164f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ca48d43\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"419e1881\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"be8cec1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39e6208\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"276efacd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2082084f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7268a04e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"62e15a92\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"41d131d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c23564f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a7fc6d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dd487dd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"4c7adccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b94555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(185, 892, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(186, 892, '_wp_old_date', '2020-12-07'),
(189, 893, '_thumbnail_id', '875'),
(190, 893, '_et_views_count', '23'),
(191, 893, '_et_widget_area', '0'),
(192, 893, '_et_page_banner', '0'),
(193, 893, '_et_primary_category', 'auto'),
(194, 893, '_elementor_edit_mode', 'builder'),
(195, 893, '_elementor_template_type', 'wp-post'),
(196, 893, '_elementor_version', '3.0.13'),
(197, 893, '_wp_page_template', 'default'),
(198, 893, '_elementor_data', '[{\"id\":\"57c796c2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"48ca69b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe53b1f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1361539a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"3aa8a701\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"25e02499\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44015f52\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"4ac627f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1fe6863\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29aacd70\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"3c3a6751\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"71f0612b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"631bfe2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fd7c2ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f6e33d1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"36e06d66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2de00310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(199, 893, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(200, 893, '_wp_old_date', '2020-12-07'),
(203, 894, '_thumbnail_id', '876'),
(204, 894, '_et_views_count', '20'),
(205, 894, '_et_widget_area', '0'),
(206, 894, '_et_page_banner', '0'),
(207, 894, '_et_primary_category', 'auto'),
(208, 894, '_elementor_edit_mode', 'builder'),
(209, 894, '_elementor_template_type', 'wp-post'),
(210, 894, '_elementor_version', '3.0.13'),
(211, 894, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(212, 894, '_elementor_data', '[{\"id\":\"40d26db4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"1b6348ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2724f651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53476c9c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"41f1c712\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"2746a281\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1579d627\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"18e79f16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638c4af2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c248e9d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"46ebb4a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d4bfc40\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"739d8c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43c55db1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a7c4a14\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"20571bc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30de34e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(213, 894, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(214, 894, '_wp_old_date', '2020-12-07'),
(217, 895, '_thumbnail_id', '877'),
(218, 895, '_et_views_count', '30'),
(219, 895, '_et_widget_area', '0'),
(220, 895, '_et_page_banner', '0'),
(221, 895, '_et_primary_category', 'auto'),
(222, 895, '_elementor_edit_mode', 'builder'),
(223, 895, '_elementor_template_type', 'wp-post'),
(224, 895, '_elementor_version', '3.0.13'),
(225, 895, '_wp_page_template', 'default'),
(226, 895, '_elementor_data', '[{\"id\":\"4cebe945\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"4e521d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"525adcaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6bea4fd7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"2ab47efd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"a0d5262\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19eea0c7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"40a686ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f2219da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e0bdceb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"225949a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4eaf1400\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"35f02d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6e1b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4132c86e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"565a5a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"99e256b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(227, 895, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(228, 895, '_wp_old_date', '2020-12-07'),
(1858, 25, '_wp_page_template', 'default'),
(1859, 25, '_elementor_edit_mode', 'builder'),
(1860, 25, '_elementor_template_type', 'wp-post'),
(1861, 25, '_elementor_version', '3.2.5'),
(1862, 25, '_elementor_data', '[{\"id\":\"520a946\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-min-1.jpg\",\"id\":3827},\"background_position\":\"center center\",\"background_size\":\"cover\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_position_tablet\":\"center center\",\"background_xpos\":{\"unit\":\"px\",\"size\":-405,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"overflow\":\"hidden\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"486edaf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.667,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b067815\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sale up to <span style=\\\"color:#F3E500;\\\">50% off!<\\/span>\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_animation\":\"bounceInUp\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"47bc847\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.299,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"59dcb96\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop now\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_tablet\":\"center\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"13\",\"bottom\":\"6\",\"left\":\"13\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(1863, 25, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;s:14:\"padding_tablet\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:15:{s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:1;s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:1;s:8:\"overflow\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:1;}}}}}'),
(1864, 48, '_wp_page_template', 'default'),
(1865, 48, '_elementor_edit_mode', 'builder'),
(1866, 48, '_elementor_template_type', 'wp-post'),
(1867, 48, '_elementor_version', '3.6.2'),
(1868, 48, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#006C5500\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/delivery-and-shipping-information\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"\\/privacy-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"\\/terms-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"\\/refund_returns\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/my-account-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Wish List\",\"link\":{\"url\":\"\\/wishlist\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.33,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#006C55\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"\\/shop\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":18.018,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(1870, 48, '_yoast_wpseo_content_score', '90'),
(1871, 48, '_yoast_wpseo_estimated-reading-time-minutes', '3');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1872, 48, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(1873, 627, '_wp_page_template', 'default'),
(1874, 627, '_elementor_edit_mode', 'builder'),
(1875, 627, '_elementor_template_type', 'wp-post'),
(1876, 627, '_elementor_version', '3.6.2'),
(1877, 627, '_elementor_data', '[]'),
(1878, 627, '_elementor_controls_usage', 'a:3:{s:9:\"image-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:8:\"position\";i:2;s:5:\"image\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:2;s:10:\"image_size\";i:2;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:2;s:18:\"title_bottom_space\";i:2;s:11:\"title_color\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:17:\"description_color\";i:2;s:33:\"description_typography_typography\";i:2;s:34:\"description_typography_font_family\";i:2;s:32:\"description_typography_font_size\";i:2;s:34:\"description_typography_font_weight\";i:2;s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}}'),
(1879, 734, '_wp_page_template', 'default'),
(1880, 734, '_elementor_edit_mode', 'builder'),
(1881, 734, '_elementor_template_type', 'wp-post'),
(1882, 734, '_elementor_version', '3.6.2'),
(1883, 734, '_elementor_data', '[{\"id\":\"b70fd62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":801,\"sizes\":[]}},\"elements\":[{\"id\":\"ceb7ced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c47e5e4\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"13\",\"form_title\":\"yes\",\"form_title_text\":\"Contact Us!\",\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(1884, 734, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:11:\"title_color\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:3:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:1;}}}}}'),
(1892, 1200, '_wp_page_template', 'default'),
(1893, 1200, '_elementor_edit_mode', 'builder'),
(1894, 1200, '_elementor_template_type', 'wp-post'),
(1895, 1200, '_elementor_version', '3.4.3'),
(1896, 1200, '_elementor_data', '[{\"id\":\"cd6773d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"3c397af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b79a768\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-13-min-1.jpg\",\"id\":3810},\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"befa061\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66,\"_inline_size_tablet\":30,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"bc66f19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2c3f9ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% flate on\\nelectronic items\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55ab5b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Save up to $100 on select washing machine only.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1ff61ec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"78e5c6a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"523717f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a20e38\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"6\",\"product_view\":\"mask2\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"product_view_color\":\"white\",\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1897, 1200, '_yoast_wpseo_content_score', '90'),
(1898, 1200, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1900, 1200, '_elementor_controls_usage', 'a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:2:{s:5:\"order\";i:1;s:5:\"limit\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:1;s:18:\"product_view_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(1901, 1250, '_wp_page_template', 'default'),
(1902, 1250, '_elementor_edit_mode', 'builder'),
(1903, 1250, '_elementor_template_type', 'wp-post'),
(1904, 1250, '_elementor_version', '3.4.3'),
(1905, 1250, '_elementor_data', '[{\"id\":\"146a43fd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"3857e4db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dfe4c13\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/9-min-1.jpg\",\"id\":3811},\"background_position\":\"top left\",\"background_size\":\"cover\",\"background_repeat_tablet\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"18ee4c5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"7703522f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"650dd4dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save up to 50% flate on\\nelectronic items\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1974718a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Save up to $100 on select washing machine only.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"425fc32c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9425a38\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"be09560\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"59b268af\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"6\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1906, 1250, '_yoast_wpseo_content_score', '90'),
(1907, 1250, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(1909, 1250, '_elementor_controls_usage', 'a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:24:\"background_repeat_tablet\";i:1;s:22:\"background_size_tablet\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:3:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:7:\"orderby\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(1910, 1251, '_wp_page_template', 'default'),
(1911, 1251, '_elementor_edit_mode', 'builder'),
(1912, 1251, '_elementor_template_type', 'wp-post'),
(1913, 1251, '_elementor_version', '3.6.1'),
(1914, 1251, '_elementor_data', '[{\"id\":\"4a5ce87a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#006C55\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"5faaedea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60c3f512\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_bg_width\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[{\"id\":\"6e249c02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"758c2d71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% on Bathroom faucets\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"align\":\"left\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c3533\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#006C55\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ee23b18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f67534a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e677db9\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"5\",\"order\":\"DESC\",\"limit\":\"5\",\"product_view\":\"default\",\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[\"88\"],\"ajax\":\"true\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"excerpt_length\":120,\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1915, 1251, '_yoast_wpseo_content_score', '90'),
(1916, 1251, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(1918, 1251, '_elementor_controls_usage', 'a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:4:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:7:\"orderby\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(1919, 1252, '_wp_page_template', 'default'),
(1920, 1252, '_elementor_edit_mode', 'builder'),
(1921, 1252, '_elementor_template_type', 'wp-post'),
(1922, 1252, '_elementor_version', '3.6.1'),
(1923, 1252, '_elementor_data', '[{\"id\":\"5e416e77\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#006C55\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"8de431e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ffa238d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\",\"id\":4348,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]}},\"elements\":[{\"id\":\"44bdbaf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"__dynamic__\":[]},\"elements\":[{\"id\":\"4365b753\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% on Showers Accessories\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"_background_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"123f2544\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"403c1fcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1924, 1252, '_yoast_wpseo_content_score', '90'),
(1925, 1252, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1927, 1252, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:3:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(1928, 2263, '_wp_page_template', 'default'),
(1929, 2263, '_elementor_edit_mode', 'builder'),
(1930, 2263, '_elementor_template_type', 'wp-post'),
(1931, 2263, '_elementor_version', '3.4.4');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1932, 2263, '_elementor_data', '[{\"id\":\"39edd66\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"custom-menu\",\"xstore_element_custom_css\":\"selector .custom-menu .banner-content {\\n    background-color: rgb(255 255 255 \\/ .95);\\n}\\nselector .elementor-button-icon i {\\n    font-size: 24px;\\n    line-height: 32px;\\n}\\n\"},\"elements\":[{\"id\":\"04745a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8661948\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a3b9de1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"903ab6a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Email: youremail@site.com\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-message\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db501c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"34a8063\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af25e28\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\" New Arrivals \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Jumpers & Cardigans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Blazers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Suits\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Jeans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Casual Shirts\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Clothing\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"b222885\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1805440\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"New Arrivals\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Online Only\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Best Sellers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gift Guide\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"}],\"title\":\"Featured\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"381d92b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5818b44\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"82e00db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d14b97\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call to us! +44 1632 960655\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-phone-call\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"55e768a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"563fa55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dce57ba\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Bags \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Watches\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Caps\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gloves & Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Wallets\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Jewelry\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Accessories\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"3966727\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ef163f\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Boots\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Trainers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Casual Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Formal Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Crossbody \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a519c2f\"},{\"title\":\"Evening Bags\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"e1e85e6\"}],\"title\":\"Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e92def7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca7b71d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c2392e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e48b004\",\"elType\":\"widget\",\"settings\":{\"text\":\"East 21st Street \\/ 304 New York\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-internet\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2740576\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/8-2-min.jpg\",\"id\":3856},\"title\":\"Perfect yourself style\",\"subtitle\":\"\",\"button_title\":\"Show more\",\"img_size\":\"full\",\"content\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"none\",\"title_font_container_textcolor\":\"#222222\",\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"_background_background\":\"classic\",\"type_with_diagonal\":\"true\",\"etheme_parallax_scroll_y\":-80,\"xstore_element_custom_css\":\"selector .banner-content {\\n    background-color: rgba(255,255,255,0.8);\\n}\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(1933, 2263, '_yoast_wpseo_content_score', '90'),
(1934, 2263, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(1936, 2263, '_elementor_controls_usage', 'a:5:{s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:3;s:5:\"align\";i:3;s:4:\"size\";i:3;s:13:\"selected_icon\";i:3;s:11:\"icon_indent\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:4;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:3;s:12:\"border_color\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:6;s:16:\"content_position\";i:3;s:12:\"height_inner\";i:3;s:19:\"custom_height_inner\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:3;s:12:\"border_color\";i:3;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:6:\"margin\";i:3;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:4;}s:8:\"settings\";a:11:{s:5:\"title\";i:4;s:16:\"title_custom_tag\";i:4;s:4:\"link\";i:4;s:27:\"title_typography_typography\";i:4;s:28:\"title_typography_font_family\";i:4;s:26:\"title_typography_font_size\";i:4;s:28:\"title_typography_font_weight\";i:4;s:28:\"title_typography_line_height\";i:4;s:5:\"color\";i:4;s:11:\"hover_color\";i:4;s:13:\"item_paddings\";i:4;}}}}s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:12:\"button_title\";i:1;s:7:\"content\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:5:{s:13:\"image_section\";a:1:{s:8:\"img_size\";i:1;}s:13:\"title_section\";a:6:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;}s:15:\"content_section\";a:1:{s:14:\"content_margin\";i:1;}s:14:\"button_section\";a:7:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:15:\"button_paddings\";i:1;}s:13:\"style_section\";a:1:{s:18:\"type_with_diagonal\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}}'),
(1937, 2275, '_wp_page_template', 'default'),
(1938, 2275, '_elementor_edit_mode', 'builder'),
(1939, 2275, '_elementor_template_type', 'wp-post'),
(1940, 2275, '_elementor_version', '3.4.4'),
(1941, 2275, '_elementor_data', '[{\"id\":\"fb859b3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"6646f38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"916d101\",\"elType\":\"widget\",\"settings\":{\"columns\":5,\"number\":5,\"image_size\":\"shop_catalog\",\"ids\":[\"15\",\"20\",\"21\",\"24\",\"25\"],\"content_hover\":\"none\",\"content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_bg_background\":\"classic\",\"content_bg_color\":\"#FFFFFFD4\",\"products_typography_typography\":\"custom\",\"products_typography_font_family\":\"Roboto\",\"products_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"products_typography_font_weight\":\"400\",\"categories_typography_typography\":\"custom\",\"categories_typography_font_family\":\"Roboto\",\"categories_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"categories_typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false}],\"isInner\":false}]'),
(1943, 2275, '_elementor_controls_usage', 'a:3:{s:17:\"etheme_categories\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:16:\"general_settings\";a:3:{s:7:\"columns\";i:1;s:6:\"number\";i:1;s:10:\"image_size\";i:1;}s:13:\"data_settings\";a:1:{s:3:\"ids\";i:1;}s:16:\"content_settings\";a:1:{s:13:\"content_hover\";i:1;}}s:5:\"style\";a:3:{s:21:\"section_style_content\";a:3:{s:15:\"content_padding\";i:1;s:21:\"content_bg_background\";i:1;s:16:\"content_bg_color\";i:1;}s:22:\"products_style_section\";a:4:{s:30:\"products_typography_typography\";i:1;s:31:\"products_typography_font_family\";i:1;s:29:\"products_typography_font_size\";i:1;s:31:\"products_typography_font_weight\";i:1;}s:24:\"categories_style_section\";a:4:{s:32:\"categories_typography_typography\";i:1;s:33:\"categories_typography_font_family\";i:1;s:31:\"categories_typography_font_size\";i:1;s:33:\"categories_typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}'),
(1944, 2275, '_yoast_wpseo_content_score', '90'),
(1945, 2275, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(1946, 2277, '_wp_page_template', 'default'),
(1947, 2277, '_elementor_edit_mode', 'builder'),
(1948, 2277, '_elementor_template_type', 'wp-post'),
(1949, 2277, '_elementor_version', '3.2.5');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1950, 2277, '_elementor_data', '[{\"id\":\"1450a5bb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"5147893d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"51c3fa89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"2cb04352\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3eb991cd\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\" New Arrivals \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Jumpers & Cardigans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Blazers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Suits\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Cardigans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b855c66\"},{\"title\":\"Jeans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Casual Shirts\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Clothing\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"534e3571\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"14d9f65e\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"New Arrivals\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Online Only\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Best Gifts\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"New only\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"5f40382\"},{\"title\":\"Suits\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"3d2e0f7\"},{\"title\":\"Best Sellers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"3b1d1d3\"},{\"title\":\"Gift Guide\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"}],\"title\":\"Featured\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"28b2443c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"239211a1\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/banner-1-1-17.03.18-min.jpg\",\"id\":3852},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"button_title\":\"Show all\",\"img_size\":\"full\",\"content\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"none\",\"title_font_container_textcolor\":\"#222222\",\"valign\":\"middle\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"_background_background\":\"classic\",\"type_with_diagonal\":\"true\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"5d298c67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\"},\"elements\":[{\"id\":\"61c218bb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"59e28925\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f026c2a\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Bags \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Watches\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Caps\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gloves & Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ef2808c\"},{\"title\":\"Wallets\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Jewelry\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Accessories\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"50ef0294\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a698430\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Boots\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Trainers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Casual Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"All Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Formal Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"6b56fd6\"},{\"title\":\"Crossbody \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a519c2f\"},{\"title\":\"Evening Bags\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"e1e85e6\"}],\"title\":\"Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1951, 2277, '_elementor_controls_usage', 'a:4:{s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:4;}s:8:\"settings\";a:11:{s:5:\"title\";i:4;s:16:\"title_custom_tag\";i:4;s:4:\"link\";i:4;s:27:\"title_typography_typography\";i:4;s:28:\"title_typography_font_family\";i:4;s:26:\"title_typography_font_size\";i:4;s:28:\"title_typography_font_weight\";i:4;s:28:\"title_typography_line_height\";i:4;s:5:\"color\";i:4;s:11:\"hover_color\";i:4;s:13:\"item_paddings\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:4;s:6:\"margin\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:3;s:12:\"border_color\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:12:\"button_title\";i:1;s:7:\"content\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"image_section\";a:2:{s:8:\"img_size\";i:1;s:18:\"type_with_diagonal\";i:1;}s:13:\"style_section\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:28:\"title_typography_line_height\";i:1;s:16:\"content_paddings\";i:1;}s:14:\"button_section\";a:7:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}}'),
(1952, 2280, '_wp_page_template', 'default'),
(1953, 2280, '_elementor_edit_mode', 'builder'),
(1954, 2280, '_elementor_template_type', 'wp-post'),
(1955, 2280, '_elementor_version', '3.0.14'),
(1956, 2280, '_elementor_data', '[{\"id\":\"e750c23\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_position\":\"bottom\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"xstore_element_custom_css\":\".menu-item .elementor-image-box-wrapper:hover a {\\n    color: #A3A3A3;\\n}\"},\"elements\":[{\"id\":\"1892ee7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3be408c\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"58facf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9cc53b1\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"cd9bdd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b5a87a\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"94dad60\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fb85ec\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b8230e7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_position\":\"bottom\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"576523c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fe8eb02\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"24e60d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ddd47b\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"ed6b46a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"194bf0d\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"edfff03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9bd8308\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(1957, 2280, '_elementor_controls_usage', 'a:3:{s:9:\"image-box\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:8;s:16:\"description_text\";i:8;s:5:\"image\";i:8;s:4:\"link\";i:8;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:8;s:10:\"image_size\";i:3;s:26:\"css_filters_hover_saturate\";i:1;}s:21:\"section_style_content\";a:5:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:8;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:7;s:12:\"border_width\";i:7;s:12:\"border_color\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:8;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:2:{s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}}'),
(1958, 2458, '_wp_page_template', 'default'),
(1959, 2458, '_elementor_edit_mode', 'builder'),
(1960, 2458, '_elementor_template_type', 'wp-post'),
(1961, 2458, '_elementor_version', '3.0.14');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1962, 2458, '_elementor_data', '[{\"id\":\"cc6b209\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"custom-menu-block\",\"xstore_element_custom_css\":\".custom-menu-block .elementor-widget-container .et-menu-list {\\n    margin-bottom: 0px;\\n}\"},\"elements\":[{\"id\":\"2967787f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7708e58\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\" New Arrivals \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Jumpers & Cardigans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Blazers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Suits\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Jeans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Casual Shirts\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"},{\"title\":\"Casual Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"f24624e\"},{\"title\":\"Formal Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"645a540\"}],\"title\":\"Clothing\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"681736da\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"space_between_widgets\":20},\"elements\":[{\"id\":\"758505ac\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"New Arrivals\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Online Only\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Featured\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"},{\"id\":\"0be9f5d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Bags \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Watches\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Caps\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gloves & Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"}],\"title\":\"Accessories\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e4afe03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"59b8c8a\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\" New Arrivals \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Jumpers & Cardigans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Blazers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Suits\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Jeans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Casual Shirts\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"},{\"title\":\"Casual Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"f24624e\"},{\"title\":\"Formal Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"645a540\"}],\"title\":\"Clothing\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"7074f8da\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b823a5\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"hover_animation\":\"shrink\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"61abac5c\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"hover_animation\":\"shrink\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5d20cb2e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(1963, 2458, '_elementor_controls_usage', 'a:4:{s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:4;}s:8:\"settings\";a:11:{s:5:\"title\";i:4;s:16:\"title_custom_tag\";i:4;s:4:\"link\";i:4;s:27:\"title_typography_typography\";i:4;s:28:\"title_typography_font_family\";i:4;s:26:\"title_typography_font_size\";i:4;s:28:\"title_typography_font_weight\";i:4;s:28:\"title_typography_line_height\";i:4;s:5:\"color\";i:4;s:11:\"hover_color\";i:4;s:13:\"item_paddings\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:4;s:6:\"margin\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:5:\"image\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;s:15:\"hover_animation\";i:3;}s:21:\"section_style_content\";a:5:{s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}}'),
(1964, 2459, '_wp_page_template', 'default'),
(1965, 2459, '_elementor_edit_mode', 'builder'),
(1966, 2459, '_elementor_template_type', 'wp-post'),
(1967, 2459, '_elementor_version', '3.2.5'),
(1968, 2459, '_elementor_data', '[{\"id\":\"42affc70\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"13d642c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7415d574\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/10-2-min.jpg\",\"id\":3863},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"button_title\":\"Show all\",\"img_size\":\"full\",\"content\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"none\",\"title_font_container_textcolor\":\"#FFFFFF\",\"valign\":\"middle\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"_background_background\":\"classic\",\"type_with_diagonal\":\"true\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"2e523dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"6e02fd28\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"2ca7614d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26798f2e\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\" New Arrivals \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Jumpers & Cardigans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Blazers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Suits\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Jeans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Casual Shirts\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Clothing\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"2055e46a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d636c1a\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"New Arrivals\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Online Only\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Best Sellers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gift Guide\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"}],\"title\":\"Featured\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d5c1afb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3f13bf57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a3a866a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Email: youremail@site.com\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-message\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1969, 2459, '_elementor_controls_usage', 'a:5:{s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:12:\"button_title\";i:1;s:7:\"content\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"image_section\";a:2:{s:8:\"img_size\";i:1;s:18:\"type_with_diagonal\";i:1;}s:13:\"style_section\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:28:\"title_typography_line_height\";i:1;s:16:\"content_paddings\";i:1;}s:14:\"button_section\";a:7:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:21:\"space_between_widgets\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:2:{s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:5;s:6:\"margin\";i:1;s:14:\"padding_mobile\";i:2;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:2;}s:8:\"settings\";a:11:{s:5:\"title\";i:2;s:16:\"title_custom_tag\";i:2;s:4:\"link\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:5:\"color\";i:2;s:11:\"hover_color\";i:2;s:13:\"item_paddings\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:3;s:16:\"content_position\";i:1;s:12:\"height_inner\";i:1;s:19:\"custom_height_inner\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:12:\"text_padding\";i:1;}}}}}'),
(1970, 2459, '_yoast_wpseo_content_score', '60'),
(1971, 2459, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(1972, 2461, '_wp_page_template', 'default'),
(1973, 2461, '_elementor_edit_mode', 'builder'),
(1974, 2461, '_elementor_template_type', 'wp-post'),
(1975, 2461, '_elementor_version', '3.4.4');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1976, 2461, '_elementor_data', '[{\"id\":\"53e8995c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"custom-menu\",\"xstore_element_custom_css\":\"selector .custom-menu .banner-content {\\n    background-color: rgb(255 255 255 \\/ .95);\\n}\"},\"elements\":[{\"id\":\"3e241098\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b035760\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1f0c1bfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"19f63c41\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call to us! +44 1632 960655\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-phone-call\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48e703ba\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"70072b59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e13ec1\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Bags \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Watches\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Caps\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gloves & Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"d6d2d30\"},{\"title\":\"Wallets\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Jewelry\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Accessories\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"7f2a1ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61981659\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Boots\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Trainers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"All Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Casual Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4142128\"},{\"title\":\"Formal Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Crossbody \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a519c2f\"},{\"title\":\"Evening Bags\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"e1e85e6\"}],\"title\":\"Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7ca562ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"49a7a8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Products\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156227\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"2\",\"limit\":\"2\",\"slides\":2,\"product_view\":\"light\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]'),
(1978, 2461, '_elementor_controls_usage', 'a:6:{s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:12:\"text_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:2:{s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:3;s:16:\"content_position\";i:1;s:12:\"height_inner\";i:1;s:19:\"custom_height_inner\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:6:\"margin\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:2;}s:8:\"settings\";a:11:{s:5:\"title\";i:2;s:16:\"title_custom_tag\";i:2;s:4:\"link\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:5:\"color\";i:2;s:11:\"hover_color\";i:2;s:13:\"item_paddings\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:8:\"settings\";a:2:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;}s:20:\"product_data_section\";a:1:{s:5:\"limit\";i:1;}s:15:\"slider_settings\";a:1:{s:6:\"slides\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}}}}'),
(1979, 2558, '_wp_page_template', 'default'),
(1980, 2558, '_elementor_edit_mode', 'builder'),
(1981, 2558, '_elementor_template_type', 'wp-post'),
(1982, 2558, '_elementor_version', '3.4.4'),
(1983, 2558, '_elementor_data', '[{\"id\":\"43ce82ca\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"middle\",\"structure\":\"20\"},\"elements\":[{\"id\":\"705f9019\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6992fbe4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3cb97dec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7218695e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call to us! +44 1632 960655\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-phone-call\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f55410c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9185a1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29be88c6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Bags \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Watches\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Caps\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gloves & Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Wallets\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Jewelry\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Accessories\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5ca1d72d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55c59897\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Boots\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Trainers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Casual Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Formal Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Crossbody \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a519c2f\"},{\"title\":\"Evening Bags\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"e1e85e6\"}],\"title\":\"Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e97739\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3314e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6694dc4b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Email: youremail@site.com\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-message\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"516d72b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"93d3c1a\",\"elType\":\"widget\",\"settings\":{\"columns\":2,\"number\":2,\"image_size\":\"shop_catalog\",\"ids\":[\"20\",\"21\"],\"content_hover\":\"none\",\"content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_bg_background\":\"classic\",\"content_bg_color\":\"#FFFFFFD4\",\"products_typography_typography\":\"custom\",\"products_typography_font_family\":\"Roboto\",\"products_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"products_typography_font_weight\":\"400\",\"categories_typography_typography\":\"custom\",\"categories_typography_font_family\":\"Roboto\",\"categories_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"categories_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false}],\"isInner\":false}]'),
(1985, 2558, '_elementor_controls_usage', 'a:5:{s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:2;s:11:\"icon_indent\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:2;s:12:\"text_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:6;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:4;s:16:\"content_position\";i:3;s:12:\"height_inner\";i:2;s:19:\"custom_height_inner\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:6:\"margin\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:2;}s:8:\"settings\";a:11:{s:5:\"title\";i:2;s:16:\"title_custom_tag\";i:2;s:4:\"link\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:5:\"color\";i:2;s:11:\"hover_color\";i:2;s:13:\"item_paddings\";i:2;}}}}s:17:\"etheme_categories\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:16:\"general_settings\";a:3:{s:7:\"columns\";i:1;s:6:\"number\";i:1;s:10:\"image_size\";i:1;}s:13:\"data_settings\";a:1:{s:3:\"ids\";i:1;}s:16:\"content_settings\";a:1:{s:13:\"content_hover\";i:1;}}s:5:\"style\";a:3:{s:21:\"section_style_content\";a:3:{s:15:\"content_padding\";i:1;s:21:\"content_bg_background\";i:1;s:16:\"content_bg_color\";i:1;}s:22:\"products_style_section\";a:4:{s:30:\"products_typography_typography\";i:1;s:31:\"products_typography_font_family\";i:1;s:29:\"products_typography_font_size\";i:1;s:31:\"products_typography_font_weight\";i:1;}s:24:\"categories_style_section\";a:4:{s:32:\"categories_typography_typography\";i:1;s:33:\"categories_typography_font_family\";i:1;s:31:\"categories_typography_font_size\";i:1;s:33:\"categories_typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}}'),
(1986, 2593, '_wp_page_template', 'default'),
(1987, 2593, '_elementor_edit_mode', 'builder'),
(1988, 2593, '_elementor_template_type', 'wp-post'),
(1989, 2593, '_elementor_version', '3.4.4');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1990, 2593, '_elementor_data', '[{\"id\":\"4b4086af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"top\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1b454226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"486120d1\",\"elType\":\"widget\",\"settings\":{\"columns\":2,\"number\":2,\"image_size\":\"shop_catalog\",\"ids\":[\"20\",\"21\"],\"content_hover\":\"none\",\"content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_bg_background\":\"classic\",\"content_bg_color\":\"#FFFFFFD4\",\"products_typography_typography\":\"custom\",\"products_typography_font_family\":\"Roboto\",\"products_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"products_typography_font_weight\":\"400\",\"categories_typography_typography\":\"custom\",\"categories_typography_font_family\":\"Roboto\",\"categories_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"categories_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false},{\"id\":\"333679b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"caba6f4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1e82f1fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3517d3e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call to us! +44 1632 960655\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-phone-call\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"488aef27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2a3d2e9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"54f43f3e\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Bags \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Watches\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Caps\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gloves & Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"6eb5af6\"},{\"title\":\"Wallets\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Jewelry\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Accessories\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5b7d2b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bf683f7\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Boots\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Trainers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Casual Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"All Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Formal Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"f7e6b8c\"},{\"title\":\"Crossbody \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a519c2f\"},{\"title\":\"Evening Bags\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"e1e85e6\"}],\"title\":\"Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f60d77b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"68d4262d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cf1008f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Email: youremail@site.com\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-message\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1992, 2593, '_elementor_controls_usage', 'a:5:{s:17:\"etheme_categories\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:16:\"general_settings\";a:3:{s:7:\"columns\";i:1;s:6:\"number\";i:1;s:10:\"image_size\";i:1;}s:13:\"data_settings\";a:1:{s:3:\"ids\";i:1;}s:16:\"content_settings\";a:1:{s:13:\"content_hover\";i:1;}}s:5:\"style\";a:3:{s:21:\"section_style_content\";a:3:{s:15:\"content_padding\";i:1;s:21:\"content_bg_background\";i:1;s:16:\"content_bg_color\";i:1;}s:22:\"products_style_section\";a:4:{s:30:\"products_typography_typography\";i:1;s:31:\"products_typography_font_family\";i:1;s:29:\"products_typography_font_size\";i:1;s:31:\"products_typography_font_weight\";i:1;}s:24:\"categories_style_section\";a:4:{s:32:\"categories_typography_typography\";i:1;s:33:\"categories_typography_font_family\";i:1;s:31:\"categories_typography_font_size\";i:1;s:33:\"categories_typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:6;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:2:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:2;s:11:\"icon_indent\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:2;s:12:\"text_padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:4;s:16:\"content_position\";i:3;s:12:\"height_inner\";i:2;s:19:\"custom_height_inner\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:6:\"margin\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:2;}s:8:\"settings\";a:11:{s:5:\"title\";i:2;s:16:\"title_custom_tag\";i:2;s:4:\"link\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:5:\"color\";i:2;s:11:\"hover_color\";i:2;s:13:\"item_paddings\";i:2;}}}}}'),
(1993, 2607, '_wp_page_template', 'default'),
(1994, 2607, '_elementor_edit_mode', 'builder'),
(1995, 2607, '_elementor_template_type', 'wp-post'),
(1996, 2607, '_elementor_version', '3.4.4'),
(1997, 2607, '_elementor_data', '[{\"id\":\"22c611f5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"custom-menu\",\"xstore_element_custom_css\":\"selector .custom-menu .banner-content {\\n    background-color: rgb(255 255 255 \\/ .95);\\n}\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"28a049a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3dbbd40d\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"hover_animation\":\"shrink\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"20382fe2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"hover_animation\":\"shrink\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4b363a69\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"hover_animation\":\"shrink\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"77fff7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.332,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c41541e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"401b4076\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61315a71\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call to us! +44 1632 960655\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-phone-call\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1b563b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-40\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47dafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"6069d80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Boots\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Trainers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Evening Bags\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"e1e85e6\"}],\"title\":\"Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"},{\"id\":\"8fef081\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"New Arrivals\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Online Only\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Furniture\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"47397fe9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"fa31dc8\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"New Arrivals\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Online Only\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Furniture\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"},{\"id\":\"c603c75\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Watches\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Caps\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gloves & Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"}],\"title\":\"Accessories\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"e8f6a15\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"3eb4ae9\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Bags \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Watches\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Gloves & Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"}],\"title\":\"Accessories\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"},{\"id\":\"78e5394\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Kitchen\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Trainers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"}],\"title\":\"Furniture\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8359e2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"030\",\"isLinked\":false},\"space_between_widgets\":15,\"border_border\":\"solid\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a5b2573\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Products\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443f76d2\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"2\",\"limit\":\"2\",\"slides\":2,\"product_view\":\"light\",\"orderby\":\"menu_order\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]'),
(1999, 2607, '_elementor_controls_usage', 'a:7:{s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:5:\"image\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;s:15:\"hover_animation\";i:3;}s:21:\"section_style_content\";a:5:{s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:7;s:21:\"space_between_widgets\";i:4;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:12:\"border_width\";i:3;s:12:\"border_color\";i:3;s:13:\"border_border\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:7;s:6:\"margin\";i:2;s:14:\"padding_mobile\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:12:\"text_padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:3;s:16:\"content_position\";i:2;s:12:\"height_inner\";i:1;s:19:\"custom_height_inner\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:3;s:6:\"margin\";i:2;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:11:{s:5:\"title\";i:6;s:16:\"title_custom_tag\";i:6;s:4:\"link\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:28:\"title_typography_line_height\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:8:\"settings\";a:2:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;}s:20:\"product_data_section\";a:2:{s:5:\"limit\";i:1;s:7:\"orderby\";i:1;}s:15:\"slider_settings\";a:1:{s:6:\"slides\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}}}}'),
(2000, 2649, '_wp_page_template', 'default'),
(2001, 2649, '_elementor_edit_mode', 'builder'),
(2002, 2649, '_elementor_template_type', 'wp-post'),
(2003, 2649, '_elementor_version', '3.2.5');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2004, 2649, '_elementor_data', '[{\"id\":\"5d707015\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"4ae2eecb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32c768\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/banner-1-1-17.03.18-min.jpg\",\"id\":3852},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"button_title\":\"Show all\",\"img_size\":\"full\",\"content\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"none\",\"title_font_container_textcolor\":\"#222222\",\"valign\":\"middle\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"_background_background\":\"classic\",\"type_with_diagonal\":\"true\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"3395ea72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2485a134\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"65932b0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1683965f\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\" New Arrivals \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Jumpers & Cardigans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Cardigans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"6f562db\"},{\"title\":\"Blazers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Suits\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Jeans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Casual Shirts\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Clothing\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"30e557b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bf7949f\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"New Arrivals\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Best gifts\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Children\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a1f70f3\"},{\"title\":\"New Items\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"e9cc649\"},{\"title\":\"Online Only\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"dfefff6\"},{\"title\":\"Best Sellers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gift Guide\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"}],\"title\":\"Featured\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(2005, 2649, '_elementor_controls_usage', 'a:4:{s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:12:\"button_title\";i:1;s:7:\"content\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"image_section\";a:2:{s:8:\"img_size\";i:1;s:18:\"type_with_diagonal\";i:1;}s:13:\"style_section\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:28:\"title_typography_line_height\";i:1;s:16:\"content_paddings\";i:1;}s:14:\"button_section\";a:7:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;s:13:\"border_border\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:6:\"margin\";i:1;s:14:\"padding_mobile\";i:2;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:2;}s:8:\"settings\";a:11:{s:5:\"title\";i:2;s:16:\"title_custom_tag\";i:2;s:4:\"link\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:5:\"color\";i:2;s:11:\"hover_color\";i:2;s:13:\"item_paddings\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}}'),
(2006, 2648, '_wp_page_template', 'default'),
(2007, 2648, '_elementor_edit_mode', 'builder'),
(2008, 2648, '_elementor_template_type', 'wp-post'),
(2009, 2648, '_elementor_version', '3.4.4'),
(2010, 2648, '_elementor_data', '[{\"id\":\"1a16a6dc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e00d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c58425c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"25059537\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b490864\",\"elType\":\"widget\",\"settings\":{\"text\":\"Email: youremail@site.com\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-message\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"309e3fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4866089b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call to us! +44 1632 960655\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-phone-call\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c8837ba\",\"elType\":\"widget\",\"settings\":{\"columns\":4,\"number\":4,\"image_size\":\"shop_catalog\",\"ids\":[\"15\",\"20\",\"21\",\"24\",\"25\"],\"content_hover\":\"none\",\"content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_bg_background\":\"classic\",\"content_bg_color\":\"#FFFFFFD4\",\"products_typography_typography\":\"custom\",\"products_typography_font_family\":\"Roboto\",\"products_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"products_typography_font_weight\":\"400\",\"categories_typography_typography\":\"custom\",\"categories_typography_font_family\":\"Roboto\",\"categories_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"categories_typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false}],\"isInner\":false}]'),
(2012, 2648, '_elementor_controls_usage', 'a:4:{s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:2;s:11:\"icon_indent\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:2;s:12:\"text_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:12:\"height_inner\";i:1;s:19:\"custom_height_inner\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"margin\";i:1;}}}}s:17:\"etheme_categories\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:16:\"general_settings\";a:3:{s:7:\"columns\";i:1;s:6:\"number\";i:1;s:10:\"image_size\";i:1;}s:13:\"data_settings\";a:1:{s:3:\"ids\";i:1;}s:16:\"content_settings\";a:1:{s:13:\"content_hover\";i:1;}}s:5:\"style\";a:3:{s:21:\"section_style_content\";a:3:{s:15:\"content_padding\";i:1;s:21:\"content_bg_background\";i:1;s:16:\"content_bg_color\";i:1;}s:22:\"products_style_section\";a:4:{s:30:\"products_typography_typography\";i:1;s:31:\"products_typography_font_family\";i:1;s:29:\"products_typography_font_size\";i:1;s:31:\"products_typography_font_weight\";i:1;}s:24:\"categories_style_section\";a:4:{s:32:\"categories_typography_typography\";i:1;s:33:\"categories_typography_font_family\";i:1;s:31:\"categories_typography_font_size\";i:1;s:33:\"categories_typography_font_weight\";i:1;}}}}}'),
(2013, 2801, '_wp_page_template', 'default'),
(2014, 2801, '_elementor_edit_mode', 'builder'),
(2015, 2801, '_elementor_template_type', 'wp-post'),
(2016, 2801, '_elementor_version', '3.6.2'),
(2017, 2801, '_elementor_data', '[{\"id\":\"459d3f1d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow custom-banner-shop\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\\n.elementor-widget-image-box:hover .elementor-image-box-title a {\\n    color: #A3A3A3 \\n}\\n@media only screen and (min-width: 1000px) and (max-width: 1200px) {\\n    .custom-banner-shop .banner-content .content-inner,\\n    .custom-banner-shop .banner-content .button-wrap  {\\n        display:none;\\n    }\\n}\\n\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"be4999d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36d2ef6e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Gorgeous-Bathroom.jpeg\",\"id\":4333,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"<p><strong>Find your Dream Bathroom<\\/strong><\\/p>\",\"button_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"subtitle_typography_font_weight\":\"300\",\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_font_container_textcolor\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#FFFFFF\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"type_with_diagonal\":\"true\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#FFFFFF00\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"hide_description_responsive\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a70ea4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f94a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ccd0be2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>h\\u0101gar<\\/strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"48eb4b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.666,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"735501a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"50\"},\"elements\":[{\"id\":\"13c56995\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6d7d7619\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Bathroom\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-bathroom-64.png\",\"id\":4554,\"alt\":\"\",\"source\":\"library\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/product-category\\/bathroomfaucets\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"ca48c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1a90743\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-kitchen-room-80.png\",\"id\":4553,\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/product-category\\/kitchentaps\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1403b93c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"255b37d6\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Shower\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-shower-50.png\",\"id\":4551,\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/product-category\\/shower\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3929327d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"2fc9dcd2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Accessories\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-soap-dispenser-50.png\",\"id\":4555,\"alt\":\"\",\"source\":\"library\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/product-category\\/accessories\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"50064efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"69c63010\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Valves\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-valve-64.png\",\"id\":4649,\"alt\":\"\",\"source\":\"library\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/product-category\\/valves\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(2018, 2801, '_elementor_controls_usage', 'a:6:{s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:7:\"content\";i:1;s:12:\"button_title\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"style_section\";a:20:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:30:\"subtitle_typography_typography\";i:1;s:31:\"subtitle_typography_font_family\";i:1;s:29:\"subtitle_typography_font_size\";i:1;s:31:\"subtitle_typography_font_weight\";i:1;s:34:\"subtitle_typography_text_transform\";i:1;s:33:\"subtitle_font_container_textcolor\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;s:32:\"content_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:16:\"content_paddings\";i:1;s:27:\"hide_description_responsive\";i:1;}s:13:\"image_section\";a:1:{s:18:\"type_with_diagonal\";i:1;}s:14:\"button_section\";a:9:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:18:\"button_hover_color\";i:1;s:15:\"button_hover_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:3;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:8;s:13:\"margin_mobile\";i:8;s:13:\"margin_tablet\";i:3;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:5:\"image\";i:5;s:4:\"link\";i:5;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:5;s:10:\"image_size\";i:5;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:5;}s:21:\"section_style_content\";a:6:{s:11:\"title_color\";i:5;s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:10:\"text_align\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:11:\"css_classes\";i:1;s:7:\"padding\";i:1;}s:15:\"section_effects\";a:1:{s:16:\"animation_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),
(2019, 2965, '_wp_page_template', 'default'),
(2020, 2965, '_elementor_edit_mode', 'builder'),
(2021, 2965, '_elementor_template_type', 'wp-post'),
(2022, 2965, '_elementor_version', '3.6.2'),
(2023, 2965, '_elementor_data', '[{\"id\":\"705a0768\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"29f0074e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"13ddb208\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment security\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69b5e71a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Encryption ensures increased transaction security. SSL technology protects data linked to personal and payment info.\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ce3fcbc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"center\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(2024, 2965, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}}'),
(2025, 3759, '_wp_page_template', 'default'),
(2026, 3759, '_yoast_wpseo_estimated-reading-time-minutes', ''),
(2027, 3759, '_elementor_edit_mode', 'builder'),
(2028, 3759, '_elementor_template_type', 'wp-post'),
(2029, 3759, '_elementor_version', '3.4.4'),
(2030, 3759, '_elementor_data', '[{\"id\":\"5fdc5e42\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":840,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-newsletter\",\"xstore_element_custom_css\":\".custom-newsletter .et-mailchimp.classic-button input[type=submit] {\\n    font-size: 12px;\\n}\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"485418b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_image\":{\"id\":3761,\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/newsletter-pattern.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"506e39c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Stay in Touch!\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6726759b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At sem a enim eu vulputate nullam convallis Iaculis vitae odio faucibus adipiscing urna.\",\"align\":\"center\",\"text_color\":\"#555555\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2174bc9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_css_classes\":\"et-mailchimp classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b7b0ddc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_image\":{\"id\":3762,\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/newsletter-girl.jpg\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"282ee400\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":530,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2032, 3759, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:1;s:12:\"space_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}}'),
(2043, 383, '_form', '<div class=\"form-group\">\n<p> <label class=\"required-item\">First Name </label>[text* your-name] </p>\n<p> <label class=\"required-item\">Last Name </label> [text* your-last-name] </p>\n</div>\n\n<p> <label class=\"required-item\">Subject </label> [text* text-389] </p>\n\n<p> <label class=\"required-item\">Your Message </label> [textarea* your-message] </p>\n\n[submit \"Send Message\"]'),
(2044, 383, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:43:\"[_site_title] <wordpress@xstore.8theme.com>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2045, 383, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:43:\"[_site_title] <wordpress@xstore.8theme.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2046, 383, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(2047, 383, '_additional_settings', ''),
(2048, 383, '_locale', 'en_US'),
(2050, 163, '_mc4wp_settings', 'a:9:{s:15:\"required_fields\";s:5:\"EMAIL\";s:12:\"double_optin\";s:1:\"1\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";s:15:\"subscriber_tags\";s:0:\"\";s:18:\"hide_after_success\";s:1:\"0\";s:8:\"redirect\";s:0:\"\";s:3:\"css\";s:1:\"0\";s:5:\"lists\";a:0:{}}'),
(2051, 163, 'text_subscribed', 'Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),
(2052, 163, 'text_invalid_email', 'Please provide a valid email address.'),
(2053, 163, 'text_required_field_missing', 'Please fill in the required fields.'),
(2054, 163, 'text_already_subscribed', 'Given email address is already subscribed, thank you!'),
(2055, 163, 'text_error', 'Oops. Something went wrong. Please try again later.'),
(2056, 163, 'text_unsubscribed', 'You were successfully unsubscribed.'),
(2057, 163, 'text_not_subscribed', 'Given email address is not subscribed.'),
(2058, 163, 'text_no_lists_selected', 'Please select at least one list.'),
(2059, 163, 'text_updated', 'Thank you, your records have been updated!'),
(2060, 3760, '_wp_attached_file', '2020/12/woocommerce-placeholder.png'),
(2061, 3760, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:35:\"2020/12/woocommerce-placeholder.png\";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:{}}}'),
(2062, 30, '_wp_attached_file', '2020/12/Image.jpg'),
(2063, 30, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:70;s:4:\"file\";s:17:\"2020/12/Image.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2064, 51, '_wp_attached_file', '2020/12/secured-by.png'),
(2065, 51, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:242;s:6:\"height\";i:28;s:4:\"file\";s:22:\"2020/12/secured-by.png\";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:{}}}'),
(2066, 51, '_elementor_source_image_hash', 'bcce04b10016feb9082b5ab801cafdbdba3d03b3'),
(2067, 52, '_wp_attached_file', '2020/12/payment-methods-1.png'),
(2068, 52, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:225;s:6:\"height\";i:21;s:4:\"file\";s:29:\"2020/12/payment-methods-1.png\";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:{}}}'),
(2069, 52, '_elementor_source_image_hash', 'a7726b3fe3a235242bb06f90fb3dc563d607b773'),
(2070, 85, '_wp_attached_file', '2020/12/Logo.png'),
(2071, 85, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:143;s:6:\"height\";i:53;s:4:\"file\";s:16:\"2020/12/Logo.png\";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:{}}}'),
(2072, 86, '_wp_attached_file', '2020/12/Icon-1.jpg'),
(2073, 86, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:60;s:6:\"height\";i:49;s:4:\"file\";s:18:\"2020/12/Icon-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2074, 87, '_wp_attached_file', '2020/12/Icon-2.jpg'),
(2075, 87, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:59;s:6:\"height\";i:36;s:4:\"file\";s:18:\"2020/12/Icon-2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2076, 88, '_wp_attached_file', '2020/12/Icon-3.jpg'),
(2077, 88, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:45;s:6:\"height\";i:48;s:4:\"file\";s:18:\"2020/12/Icon-3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2078, 89, '_wp_attached_file', '2020/12/Icon.jpg'),
(2079, 89, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:16:\"2020/12/Icon.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2080, 90, '_wp_attached_file', '2020/12/Image-1.jpg'),
(2081, 90, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:642;s:4:\"file\";s:19:\"2020/12/Image-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2082, 91, '_wp_attached_file', '2020/12/Image-2.jpg'),
(2083, 91, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:440;s:6:\"height\";i:194;s:4:\"file\";s:19:\"2020/12/Image-2.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"Image-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Image-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2084, 92, '_wp_attached_file', '2020/12/Vector.jpg'),
(2085, 92, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:38;s:6:\"height\";i:60;s:4:\"file\";s:18:\"2020/12/Vector.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2086, 93, '_wp_attached_file', '2020/12/BG.jpg'),
(2087, 93, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1456;s:6:\"height\";i:446;s:4:\"file\";s:14:\"2020/12/BG.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2088, 94, '_wp_attached_file', '2020/12/Image-3.jpg'),
(2089, 94, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1407;s:6:\"height\";i:248;s:4:\"file\";s:19:\"2020/12/Image-3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2090, 95, '_wp_attached_file', '2020/12/Image-4.jpg'),
(2091, 95, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:624;s:6:\"height\";i:350;s:4:\"file\";s:19:\"2020/12/Image-4.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2092, 96, '_wp_attached_file', '2020/12/Image-5.jpg'),
(2093, 96, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:738;s:6:\"height\";i:350;s:4:\"file\";s:19:\"2020/12/Image-5.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2094, 97, '_wp_attached_file', '2020/12/Image-6.jpg'),
(2095, 97, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:546;s:6:\"height\";i:334;s:4:\"file\";s:19:\"2020/12/Image-6.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2096, 98, '_wp_attached_file', '2020/12/1.jpg'),
(2097, 98, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:138;s:6:\"height\";i:79;s:4:\"file\";s:13:\"2020/12/1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2098, 99, '_wp_attached_file', '2020/12/2.jpg'),
(2099, 99, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:130;s:6:\"height\";i:71;s:4:\"file\";s:13:\"2020/12/2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2100, 100, '_wp_attached_file', '2020/12/3.jpg'),
(2101, 100, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:130;s:6:\"height\";i:71;s:4:\"file\";s:13:\"2020/12/3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2102, 101, '_wp_attached_file', '2020/12/4.jpg'),
(2103, 101, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:130;s:6:\"height\";i:71;s:4:\"file\";s:13:\"2020/12/4.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2104, 102, '_wp_attached_file', '2020/12/5.jpg'),
(2105, 102, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:130;s:6:\"height\";i:71;s:4:\"file\";s:13:\"2020/12/5.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2106, 103, '_wp_attached_file', '2020/12/6.jpg'),
(2107, 103, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:130;s:6:\"height\";i:71;s:4:\"file\";s:13:\"2020/12/6.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2108, 104, '_wp_attached_file', '2020/12/banner-1-1.jpg'),
(2109, 104, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:354;s:6:\"height\";i:330;s:4:\"file\";s:22:\"2020/12/banner-1-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2110, 105, '_wp_attached_file', '2020/12/Icon-4.jpg'),
(2111, 105, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:44;s:6:\"height\";i:45;s:4:\"file\";s:18:\"2020/12/Icon-4.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2112, 106, '_wp_attached_file', '2020/12/Image-7.jpg'),
(2113, 106, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:354;s:6:\"height\";i:330;s:4:\"file\";s:19:\"2020/12/Image-7.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2114, 107, '_wp_attached_file', '2020/12/Image-8.jpg'),
(2115, 107, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1410;s:6:\"height\";i:250;s:4:\"file\";s:19:\"2020/12/Image-8.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2116, 108, '_wp_attached_file', '2020/12/Logo.jpg'),
(2117, 108, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:144;s:6:\"height\";i:53;s:4:\"file\";s:16:\"2020/12/Logo.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2118, 109, '_wp_attached_file', '2020/12/Payment.jpg'),
(2119, 109, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:290;s:6:\"height\";i:34;s:4:\"file\";s:19:\"2020/12/Payment.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2120, 110, '_wp_attached_file', '2020/12/Vector-1.png'),
(2121, 110, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:26;s:6:\"height\";i:26;s:4:\"file\";s:20:\"2020/12/Vector-1.png\";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:{}}}'),
(2122, 216, '_wp_attached_file', '2020/12/Avatar-1.jpg'),
(2123, 216, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:85;s:6:\"height\";i:85;s:4:\"file\";s:20:\"2020/12/Avatar-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2124, 217, '_wp_attached_file', '2020/12/Avatar.jpg'),
(2125, 217, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:85;s:6:\"height\";i:85;s:4:\"file\";s:18:\"2020/12/Avatar.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2126, 219, '_wp_attached_file', '2020/12/Box.jpg'),
(2127, 219, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:258;s:6:\"height\";i:258;s:4:\"file\";s:15:\"2020/12/Box.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2128, 222, '_wp_attached_file', '2020/12/Icon-1-1.jpg'),
(2129, 222, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:42;s:6:\"height\";i:42;s:4:\"file\";s:20:\"2020/12/Icon-1-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2130, 223, '_wp_attached_file', '2020/12/Icon-2-1.jpg'),
(2131, 223, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:42;s:6:\"height\";i:42;s:4:\"file\";s:20:\"2020/12/Icon-2-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2132, 224, '_wp_attached_file', '2020/12/Icon-3-1.jpg'),
(2133, 224, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:42;s:6:\"height\";i:42;s:4:\"file\";s:20:\"2020/12/Icon-3-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2134, 225, '_wp_attached_file', '2020/12/Icon-5.jpg'),
(2135, 225, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:18:\"2020/12/Icon-5.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2136, 226, '_wp_attached_file', '2020/12/Image-1-1.jpg'),
(2137, 226, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:250;s:4:\"file\";s:21:\"2020/12/Image-1-1.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"Image-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Image-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2138, 227, '_wp_attached_file', '2020/12/Image-2-1.jpg'),
(2139, 227, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:250;s:4:\"file\";s:21:\"2020/12/Image-2-1.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"Image-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Image-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2140, 228, '_wp_attached_file', '2020/12/Image-3-1.jpg'),
(2141, 228, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:335;s:6:\"height\";i:449;s:4:\"file\";s:21:\"2020/12/Image-3-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2142, 229, '_wp_attached_file', '2020/12/Image-4-1.jpg'),
(2143, 229, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:258;s:6:\"height\";i:258;s:4:\"file\";s:21:\"2020/12/Image-4-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2144, 230, '_wp_attached_file', '2020/12/Image-5-1.jpg'),
(2145, 230, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:258;s:6:\"height\";i:258;s:4:\"file\";s:21:\"2020/12/Image-5-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2146, 231, '_wp_attached_file', '2020/12/Image-6-1.jpg'),
(2147, 231, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:258;s:6:\"height\";i:258;s:4:\"file\";s:21:\"2020/12/Image-6-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2148, 232, '_wp_attached_file', '2020/12/Image-9.jpg'),
(2149, 232, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:250;s:4:\"file\";s:19:\"2020/12/Image-9.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"Image-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Image-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2150, 234, '_wp_attached_file', '2020/12/Image-10.jpg'),
(2151, 234, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:450;s:4:\"file\";s:20:\"2020/12/Image-10.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2152, 241, '_wp_attached_file', '2020/12/Map.png'),
(2153, 241, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1304;s:6:\"height\";i:246;s:4:\"file\";s:15:\"2020/12/Map.png\";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:{}}}'),
(2154, 330, '_wp_attached_file', '2020/12/1-1.jpg'),
(2155, 330, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:130;s:6:\"height\";i:71;s:4:\"file\";s:15:\"2020/12/1-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2156, 438, '_wp_attached_file', '2020/12/Image-1-2.jpg'),
(2157, 438, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:546;s:6:\"height\";i:296;s:4:\"file\";s:21:\"2020/12/Image-1-2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2158, 439, '_wp_attached_file', '2020/12/Image-2-2.jpg'),
(2159, 439, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:546;s:6:\"height\";i:296;s:4:\"file\";s:21:\"2020/12/Image-2-2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2160, 440, '_wp_attached_file', '2020/12/Image-11.jpg'),
(2161, 440, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1122;s:6:\"height\";i:552;s:4:\"file\";s:20:\"2020/12/Image-11.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2162, 441, '_wp_attached_file', '2020/12/Photo-1.jpg'),
(2163, 441, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:19:\"2020/12/Photo-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2164, 442, '_wp_attached_file', '2020/12/Photo.jpg'),
(2165, 442, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:17:\"2020/12/Photo.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2166, 442, '_wp_attachment_wp_user_avatar', '2'),
(2167, 522, '_wp_attached_file', '2020/12/Icon-6.jpg'),
(2168, 522, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:60;s:6:\"height\";i:61;s:4:\"file\";s:18:\"2020/12/Icon-6.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2169, 523, '_wp_attached_file', '2020/12/Rectangle-14.jpg'),
(2170, 523, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:736;s:6:\"height\";i:444;s:4:\"file\";s:24:\"2020/12/Rectangle-14.jpg\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"Rectangle-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"Rectangle-14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"Rectangle-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Rectangle-14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2171, 573, '_wp_attached_file', '2020/12/Icon.png'),
(2172, 573, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:13;s:6:\"height\";i:13;s:4:\"file\";s:16:\"2020/12/Icon.png\";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:{}}}'),
(2173, 647, '_wp_attached_file', '2020/12/Icon-1.png'),
(2174, 647, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:25;s:6:\"height\";i:25;s:4:\"file\";s:18:\"2020/12/Icon-1.png\";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:{}}}'),
(2175, 648, '_wp_attached_file', '2020/12/Icon-2.png'),
(2176, 648, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:25;s:6:\"height\";i:25;s:4:\"file\";s:18:\"2020/12/Icon-2.png\";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:{}}}'),
(2177, 649, '_wp_attached_file', '2020/12/Icon-3.png'),
(2178, 649, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:23;s:6:\"height\";i:23;s:4:\"file\";s:18:\"2020/12/Icon-3.png\";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:{}}}'),
(2179, 651, '_wp_attached_file', '2020/12/Image-1-3.jpg'),
(2180, 651, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1032;s:6:\"height\";i:378;s:4:\"file\";s:21:\"2020/12/Image-1-3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2181, 652, '_wp_attached_file', '2020/12/Image-12.jpg'),
(2182, 652, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:258;s:6:\"height\";i:338;s:4:\"file\";s:20:\"2020/12/Image-12.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2183, 655, '_wp_attached_file', '2020/12/Icon-2-1.png'),
(2184, 655, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:25;s:6:\"height\";i:25;s:4:\"file\";s:20:\"2020/12/Icon-2-1.png\";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:{}}}'),
(2185, 665, '_wp_attached_file', '2020/12/Icon3.png'),
(2186, 665, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:26;s:6:\"height\";i:21;s:4:\"file\";s:17:\"2020/12/Icon3.png\";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:{}}}'),
(2187, 765, '_wp_attached_file', '2020/12/menu-Icon.jpg'),
(2188, 765, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:16;s:6:\"height\";i:13;s:4:\"file\";s:21:\"2020/12/menu-Icon.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2189, 766, '_wp_attached_file', '2020/12/menu-Icon2.jpg'),
(2190, 766, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:14;s:6:\"height\";i:17;s:4:\"file\";s:22:\"2020/12/menu-Icon2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2191, 767, '_wp_attached_file', '2020/12/menu-Icon3.jpg'),
(2192, 767, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:17;s:6:\"height\";i:17;s:4:\"file\";s:22:\"2020/12/menu-Icon3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2193, 768, '_wp_attached_file', '2020/12/menu-Icon4.jpg'),
(2194, 768, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:16;s:6:\"height\";i:17;s:4:\"file\";s:22:\"2020/12/menu-Icon4.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2195, 769, '_wp_attached_file', '2020/12/menu-Icon5.jpg'),
(2196, 769, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:13;s:6:\"height\";i:14;s:4:\"file\";s:22:\"2020/12/menu-Icon5.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2197, 770, '_wp_attached_file', '2020/12/menu-Icon6.jpg'),
(2198, 770, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:16;s:6:\"height\";i:14;s:4:\"file\";s:22:\"2020/12/menu-Icon6.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2199, 771, '_wp_attached_file', '2020/12/menu-Icon7.jpg'),
(2200, 771, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:14;s:6:\"height\";i:14;s:4:\"file\";s:22:\"2020/12/menu-Icon7.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2201, 772, '_wp_attached_file', '2020/12/menu-Icon8.jpg'),
(2202, 772, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:16;s:6:\"height\";i:14;s:4:\"file\";s:22:\"2020/12/menu-Icon8.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2203, 779, '_wp_attached_file', '2020/12/Address.png'),
(2204, 779, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:21;s:6:\"height\";i:21;s:4:\"file\";s:19:\"2020/12/Address.png\";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:{}}}'),
(2205, 780, '_wp_attached_file', '2020/12/Background_image-1.jpg'),
(2206, 780, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:225;s:4:\"file\";s:30:\"2020/12/Background_image-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2207, 781, '_wp_attached_file', '2020/12/Background_image-2.jpg'),
(2208, 781, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:225;s:4:\"file\";s:30:\"2020/12/Background_image-2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2209, 782, '_wp_attached_file', '2020/12/Background_image-3.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2210, 782, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:225;s:4:\"file\";s:30:\"2020/12/Background_image-3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2211, 783, '_wp_attached_file', '2020/12/Background_image.jpg'),
(2212, 783, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:225;s:4:\"file\";s:28:\"2020/12/Background_image.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2213, 784, '_wp_attached_file', '2020/12/Logo-1.png'),
(2214, 784, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:131;s:6:\"height\";i:131;s:4:\"file\";s:18:\"2020/12/Logo-1.png\";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:{}}}'),
(2215, 785, '_wp_attached_file', '2020/12/Logo-2.png'),
(2216, 785, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:131;s:6:\"height\";i:131;s:4:\"file\";s:18:\"2020/12/Logo-2.png\";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:{}}}'),
(2217, 786, '_wp_attached_file', '2020/12/Logo-3.png'),
(2218, 786, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:131;s:6:\"height\";i:131;s:4:\"file\";s:18:\"2020/12/Logo-3.png\";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:{}}}'),
(2219, 787, '_wp_attached_file', '2020/12/Logo-4.png'),
(2220, 787, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:131;s:6:\"height\";i:131;s:4:\"file\";s:18:\"2020/12/Logo-4.png\";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:{}}}'),
(2221, 788, '_wp_attached_file', '2020/12/Store.png'),
(2222, 788, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:21;s:6:\"height\";i:21;s:4:\"file\";s:17:\"2020/12/Store.png\";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:{}}}'),
(2223, 791, '_wp_attached_file', '2020/12/Background_image-4.jpg'),
(2224, 791, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:225;s:4:\"file\";s:30:\"2020/12/Background_image-4.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2225, 792, '_wp_attached_file', '2020/12/Logo-5.png'),
(2226, 792, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:131;s:6:\"height\";i:131;s:4:\"file\";s:18:\"2020/12/Logo-5.png\";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:{}}}'),
(2227, 793, '_wp_attached_file', '2020/12/cropped-Background_image-4.jpg'),
(2228, 793, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:390;s:4:\"file\";s:38:\"2020/12/cropped-Background_image-4.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2229, 794, '_wp_attached_file', '2020/12/cropped-Logo-5.png'),
(2230, 794, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:26:\"2020/12/cropped-Logo-5.png\";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:{}}}'),
(2231, 803, '_wp_attached_file', '2020/12/Adv.-Banner.jpg'),
(2232, 803, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:448;s:6:\"height\";i:338;s:4:\"file\";s:23:\"2020/12/Adv.-Banner.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2233, 834, '_wp_attached_file', '2020/12/Group-3.png'),
(2234, 834, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:14;s:6:\"height\";i:14;s:4:\"file\";s:19:\"2020/12/Group-3.png\";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:{}}}'),
(2235, 846, '_wp_attached_file', '2020/12/Background_image-2-1.jpg'),
(2236, 846, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:225;s:4:\"file\";s:32:\"2020/12/Background_image-2-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2237, 847, '_wp_attached_file', '2020/12/Logo-2-1.png'),
(2238, 847, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:131;s:6:\"height\";i:131;s:4:\"file\";s:20:\"2020/12/Logo-2-1.png\";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:{}}}'),
(2239, 848, '_wp_attached_file', '2020/12/cropped-Background_image-2-1.jpg'),
(2240, 848, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:390;s:4:\"file\";s:40:\"2020/12/cropped-Background_image-2-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2241, 849, '_wp_attached_file', '2020/12/cropped-Logo-2-1.png'),
(2242, 849, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:28:\"2020/12/cropped-Logo-2-1.png\";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:{}}}'),
(2243, 859, '_wp_attached_file', '2020/12/Background_image-1-1.jpg'),
(2244, 859, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:225;s:4:\"file\";s:32:\"2020/12/Background_image-1-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2245, 860, '_wp_attached_file', '2020/12/Logo-1-1.png'),
(2246, 860, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:131;s:6:\"height\";i:131;s:4:\"file\";s:20:\"2020/12/Logo-1-1.png\";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:{}}}'),
(2247, 861, '_wp_attached_file', '2020/12/cropped-Background_image-1-1.jpg'),
(2248, 861, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:390;s:4:\"file\";s:40:\"2020/12/cropped-Background_image-1-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2249, 862, '_wp_attached_file', '2020/12/cropped-Logo-1-1.png'),
(2250, 862, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:28:\"2020/12/cropped-Logo-1-1.png\";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:{}}}'),
(2251, 863, '_wp_attached_file', '2020/12/Background_image-3-1.jpg'),
(2252, 863, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:225;s:4:\"file\";s:32:\"2020/12/Background_image-3-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2253, 864, '_wp_attached_file', '2020/12/Logo-3-1.png'),
(2254, 864, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:131;s:6:\"height\";i:131;s:4:\"file\";s:20:\"2020/12/Logo-3-1.png\";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:{}}}'),
(2255, 865, '_wp_attached_file', '2020/12/cropped-Background_image-3-1.jpg'),
(2256, 865, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:390;s:4:\"file\";s:40:\"2020/12/cropped-Background_image-3-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2257, 866, '_wp_attached_file', '2020/12/cropped-Logo-3-1.png'),
(2258, 866, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:28:\"2020/12/cropped-Logo-3-1.png\";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:{}}}'),
(2259, 868, '_wp_attached_file', '2020/12/1-2.jpg'),
(2260, 868, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:15:\"2020/12/1-2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2261, 869, '_wp_attached_file', '2020/12/2-1.jpg'),
(2262, 869, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:15:\"2020/12/2-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2263, 870, '_wp_attached_file', '2020/12/3-1.jpg'),
(2264, 870, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:15:\"2020/12/3-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2265, 871, '_wp_attached_file', '2020/12/4-1.jpg'),
(2266, 871, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:15:\"2020/12/4-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2267, 872, '_wp_attached_file', '2020/12/5-1.jpg'),
(2268, 872, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:15:\"2020/12/5-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2269, 873, '_wp_attached_file', '2020/12/6-1.jpg'),
(2270, 873, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:15:\"2020/12/6-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2271, 874, '_wp_attached_file', '2020/12/7.jpg'),
(2272, 874, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:13:\"2020/12/7.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2273, 875, '_wp_attached_file', '2020/12/8.jpg'),
(2274, 875, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:13:\"2020/12/8.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2275, 876, '_wp_attached_file', '2020/12/9.jpg'),
(2276, 876, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:13:\"2020/12/9.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2277, 877, '_wp_attached_file', '2020/12/10.jpg'),
(2278, 877, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:14:\"2020/12/10.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2279, 949, '_wp_attached_file', '2020/12/4-2.jpg'),
(2280, 949, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"2020/12/4-2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2281, 950, '_wp_attached_file', '2020/12/1-3.jpg'),
(2282, 950, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"2020/12/1-3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2283, 951, '_wp_attached_file', '2020/12/2-2.jpg'),
(2284, 951, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"2020/12/2-2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2285, 952, '_wp_attached_file', '2020/12/3-2.jpg'),
(2286, 952, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"2020/12/3-2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2287, 953, '_wp_attached_file', '2020/12/5-2.jpg'),
(2288, 953, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"2020/12/5-2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2289, 954, '_wp_attached_file', '2020/12/6-2.jpg'),
(2290, 954, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"2020/12/6-2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2291, 955, '_wp_attached_file', '2020/12/7-1.jpg'),
(2292, 955, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"2020/12/7-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2293, 956, '_wp_attached_file', '2020/12/8-1.jpg'),
(2294, 956, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"2020/12/8-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2295, 957, '_wp_attached_file', '2020/12/9-1.jpg'),
(2296, 957, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"2020/12/9-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2297, 958, '_wp_attached_file', '2020/12/10-1.jpg'),
(2298, 958, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:16:\"2020/12/10-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2299, 959, '_wp_attached_file', '2020/12/11.jpg'),
(2300, 959, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:14:\"2020/12/11.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2301, 961, '_wp_attached_file', '2020/12/7-2.jpg'),
(2302, 961, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"2020/12/7-2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2303, 1126, '_wp_attached_file', '2020/12/12.jpg'),
(2304, 1126, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:14:\"2020/12/12.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2305, 1127, '_wp_attached_file', '2020/12/13.jpg'),
(2306, 1127, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:14:\"2020/12/13.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2307, 1128, '_wp_attached_file', '2020/12/14.jpg'),
(2308, 1128, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:14:\"2020/12/14.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2309, 1187, '_wp_attached_file', '2020/12/Icon-7.jpg'),
(2310, 1187, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:53;s:6:\"height\";i:60;s:4:\"file\";s:18:\"2020/12/Icon-7.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2311, 1209, '_wp_attached_file', '2020/12/Image-13.jpg'),
(2312, 1209, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1407;s:6:\"height\";i:248;s:4:\"file\";s:20:\"2020/12/Image-13.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2313, 1378, '_wp_attached_file', '2020/12/BG-1.jpg'),
(2314, 1378, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1456;s:6:\"height\";i:446;s:4:\"file\";s:16:\"2020/12/BG-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2315, 1476, '_wp_attached_file', '2020/12/cat-01.jpg'),
(2316, 1476, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:202;s:6:\"height\";i:188;s:4:\"file\";s:18:\"2020/12/cat-01.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2317, 1476, '_elementor_source_image_hash', '1ffd77aff8053078be8bea20ad1469e9df6c57f0'),
(2318, 1477, '_wp_attached_file', '2020/12/cat-02.jpg'),
(2319, 1477, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:202;s:6:\"height\";i:188;s:4:\"file\";s:18:\"2020/12/cat-02.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2320, 1477, '_elementor_source_image_hash', '029ccc48f81de29b3e393f6f00a8cab4235c7c55'),
(2321, 1478, '_wp_attached_file', '2020/12/cat-03.jpg'),
(2322, 1478, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:202;s:6:\"height\";i:188;s:4:\"file\";s:18:\"2020/12/cat-03.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2323, 1478, '_elementor_source_image_hash', 'fbef2876a50b4d56d880cd4c214926b5fdb2f81f'),
(2324, 1479, '_wp_attached_file', '2020/12/cat-04.jpg'),
(2325, 1479, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:202;s:6:\"height\";i:188;s:4:\"file\";s:18:\"2020/12/cat-04.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2326, 1479, '_elementor_source_image_hash', '436130189f9a255a1c7c454f52cf6b47a1a3c253'),
(2327, 1762, '_wp_attached_file', '2020/12/Logo-large-opt.png'),
(2328, 1762, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:293;s:6:\"height\";i:105;s:4:\"file\";s:26:\"2020/12/Logo-large-opt.png\";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:{}}}'),
(2329, 1764, '_wp_attached_file', '2020/12/single-prod-icon.png'),
(2330, 1764, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:28:\"2020/12/single-prod-icon.png\";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:{}}}'),
(2331, 2003, '_wp_attached_file', '2020/12/favicon.png'),
(2332, 2003, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:19:\"2020/12/favicon.png\";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:{}}}'),
(2333, 2004, '_wp_attached_file', '2020/12/cropped-favicon.png'),
(2334, 2004, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2020/12/cropped-favicon.png\";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:{}}}'),
(2335, 2004, '_wp_attachment_context', 'site-icon'),
(2336, 2332, '_wp_attached_file', '2020/12/loader.gif'),
(2337, 2332, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:25;s:6:\"height\";i:25;s:4:\"file\";s:18:\"2020/12/loader.gif\";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:{}}}'),
(2338, 2348, '_wp_attached_file', '2020/12/3-3.jpg'),
(2339, 2348, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:254;s:6:\"height\";i:365;s:4:\"file\";s:15:\"2020/12/3-3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2340, 2349, '_wp_attached_file', '2020/12/4-3.jpg'),
(2341, 2349, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:254;s:6:\"height\";i:365;s:4:\"file\";s:15:\"2020/12/4-3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2342, 2350, '_wp_attached_file', '2020/12/5-3.jpg'),
(2343, 2350, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:254;s:6:\"height\";i:365;s:4:\"file\";s:15:\"2020/12/5-3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2344, 2351, '_wp_attached_file', '2020/12/6-3.jpg'),
(2345, 2351, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:253;s:6:\"height\";i:365;s:4:\"file\";s:15:\"2020/12/6-3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2346, 2353, '_wp_attached_file', '2020/12/8-2.jpg'),
(2347, 2353, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:442;s:6:\"height\";i:262;s:4:\"file\";s:15:\"2020/12/8-2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2348, 2354, '_wp_attached_file', '2020/12/banner-1-1-17.03.18.jpg'),
(2349, 2354, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:443;s:6:\"height\";i:334;s:4:\"file\";s:31:\"2020/12/banner-1-1-17.03.18.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2350, 2387, '_wp_attached_file', '2020/12/Image-17.03.18.jpg'),
(2351, 2387, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:254;s:6:\"height\";i:365;s:4:\"file\";s:26:\"2020/12/Image-17.03.18.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2352, 2512, '_wp_attached_file', '2020/12/10-2.jpg'),
(2353, 2512, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:443;s:6:\"height\";i:334;s:4:\"file\";s:16:\"2020/12/10-2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2354, 2889, '_wp_attached_file', '2020/12/site-loader.gif'),
(2355, 2889, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:23:\"2020/12/site-loader.gif\";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:{}}}'),
(2356, 3296, '_wp_attached_file', '2020/12/Image_3_niche_market02.jpg'),
(2357, 3296, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:848;s:6:\"height\";i:276;s:4:\"file\";s:34:\"2020/12/Image_3_niche_market02.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2358, 3662, '_wp_attached_file', '2021/07/xstore-placeholder.png'),
(2359, 3662, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:30:\"2021/07/xstore-placeholder.png\";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:{}}}'),
(2360, 3761, '_wp_attached_file', '2021/08/newsletter-pattern.png'),
(2361, 3761, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:848;s:6:\"height\";i:532;s:4:\"file\";s:30:\"2021/08/newsletter-pattern.png\";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:{}}}'),
(2362, 3761, '_elementor_source_image_hash', '21bad695f01e9a917b15316fa2f560cdd014f61c'),
(2363, 3762, '_wp_attached_file', '2021/08/newsletter-girl.jpg'),
(2364, 3762, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:390;s:6:\"height\";i:532;s:4:\"file\";s:27:\"2021/08/newsletter-girl.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2365, 3762, '_elementor_source_image_hash', 'd8eae05c5b07ce8fc378842651f91f4ada8b7e0d'),
(2366, 3782, '_wp_attached_file', '2021/08/Image-1-1.jpg'),
(2367, 3782, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:642;s:4:\"file\";s:21:\"2021/08/Image-1-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2368, 3801, '_wp_attached_file', '2021/08/Image-5-min.jpg'),
(2369, 3801, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:738;s:6:\"height\";i:350;s:4:\"file\";s:23:\"2021/08/Image-5-min.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2370, 3802, '_wp_attached_file', '2021/08/Image-4-min.jpg'),
(2371, 3802, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:624;s:6:\"height\";i:350;s:4:\"file\";s:23:\"2021/08/Image-4-min.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2372, 3803, '_wp_attached_file', '2021/08/banner-1-1-min.jpg'),
(2373, 3803, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:354;s:6:\"height\";i:330;s:4:\"file\";s:26:\"2021/08/banner-1-1-min.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2374, 3804, '_wp_attached_file', '2021/08/Image-7-min.jpg'),
(2375, 3804, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:354;s:6:\"height\";i:330;s:4:\"file\";s:23:\"2021/08/Image-7-min.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2376, 3809, '_wp_attached_file', '2020/12/6-1-min.jpg'),
(2377, 3809, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2020/12/6-1-min.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2378, 3810, '_wp_attached_file', '2020/12/Image-13-min-1.jpg'),
(2379, 3810, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1407;s:6:\"height\";i:248;s:4:\"file\";s:26:\"2020/12/Image-13-min-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2380, 3811, '_wp_attached_file', '2020/12/9-min-1.jpg'),
(2381, 3811, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2020/12/9-min-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2382, 3827, '_wp_attached_file', '2020/12/Image-min-1.jpg'),
(2383, 3827, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:70;s:4:\"file\";s:23:\"2020/12/Image-min-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2384, 3831, '_wp_attached_file', '2021/08/Image-8-min.jpg'),
(2385, 3831, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1410;s:6:\"height\";i:250;s:4:\"file\";s:23:\"2021/08/Image-8-min.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2386, 3835, '_wp_attached_file', '2020/12/2-2-1.jpg'),
(2387, 3835, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"2020/12/2-2-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2388, 3836, '_wp_attached_file', '2021/08/Image-17.03.18-1-min.jpg'),
(2389, 3836, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:254;s:6:\"height\";i:365;s:4:\"file\";s:32:\"2021/08/Image-17.03.18-1-min.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2390, 3837, '_wp_attached_file', '2021/08/5-3-1-min.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2391, 3837, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:254;s:6:\"height\";i:365;s:4:\"file\";s:21:\"2021/08/5-3-1-min.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2392, 3838, '_wp_attached_file', '2021/08/4-3-min.jpg'),
(2393, 3838, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:254;s:6:\"height\";i:365;s:4:\"file\";s:19:\"2021/08/4-3-min.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2394, 3839, '_wp_attached_file', '2021/08/3-3new-1-min.jpg'),
(2395, 3839, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:254;s:6:\"height\";i:365;s:4:\"file\";s:24:\"2021/08/3-3new-1-min.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2396, 3840, '_wp_attached_file', '2021/08/6-3-min.jpg'),
(2397, 3840, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:253;s:6:\"height\";i:365;s:4:\"file\";s:19:\"2021/08/6-3-min.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2398, 3841, '_wp_attached_file', '2020/12/1-2-min.jpg'),
(2399, 3841, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2020/12/1-2-min.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2400, 3848, '_wp_attached_file', '2020/11/3-1-1.jpg'),
(2401, 3848, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:17:\"2020/11/3-1-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2402, 3849, '_wp_attached_file', '2020/11/4-1-1.jpg'),
(2403, 3849, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:17:\"2020/11/4-1-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2404, 3852, '_wp_attached_file', '2020/12/banner-1-1-17.03.18-min.jpg'),
(2405, 3852, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:443;s:6:\"height\";i:334;s:4:\"file\";s:35:\"2020/12/banner-1-1-17.03.18-min.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2406, 3856, '_wp_attached_file', '2020/12/8-2-min.jpg'),
(2407, 3856, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:442;s:6:\"height\";i:262;s:4:\"file\";s:19:\"2020/12/8-2-min.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2408, 3863, '_wp_attached_file', '2020/12/10-2-min.jpg'),
(2409, 3863, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:443;s:6:\"height\";i:334;s:4:\"file\";s:20:\"2020/12/10-2-min.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2410, 14, '_et_widget_area', '0'),
(2411, 14, '_et_page_banner', '0'),
(2412, 14, '_et_custom_prefooter', '734'),
(2422, 19, '_et_widget_area', '0'),
(2423, 19, '_et_page_banner', '0'),
(2444, 3867, '_menu_item_type', 'custom'),
(2445, 3867, '_menu_item_menu_item_parent', '0'),
(2446, 3867, '_menu_item_object_id', '3867'),
(2447, 3867, '_menu_item_object', 'custom'),
(2448, 3867, '_menu_item_target', ''),
(2449, 3867, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2450, 3867, '_menu_item_xfn', ''),
(2451, 3867, '_menu_item_url', '#'),
(2452, 3867, '_menu-item-disable_titles', '0'),
(2453, 3867, '_menu-item-open_by_click', '0'),
(2454, 3868, '_menu_item_type', 'custom'),
(2455, 3868, '_menu_item_menu_item_parent', '3867'),
(2456, 3868, '_menu_item_object_id', '3868'),
(2457, 3868, '_menu_item_object', 'custom'),
(2458, 3868, '_menu_item_target', ''),
(2459, 3868, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2460, 3868, '_menu_item_xfn', ''),
(2461, 3868, '_menu_item_url', '#'),
(2462, 3868, '_menu-item-disable_titles', '0'),
(2463, 3868, '_menu-item-open_by_click', '0'),
(2464, 3869, '_menu_item_type', 'custom'),
(2465, 3869, '_menu_item_menu_item_parent', '3867'),
(2466, 3869, '_menu_item_object_id', '3869'),
(2467, 3869, '_menu_item_object', 'custom'),
(2468, 3869, '_menu_item_target', ''),
(2469, 3869, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2470, 3869, '_menu_item_xfn', ''),
(2471, 3869, '_menu_item_url', '#'),
(2472, 3869, '_menu-item-disable_titles', '0'),
(2473, 3869, '_menu-item-open_by_click', '0'),
(2474, 3870, '_menu_item_type', 'custom'),
(2475, 3870, '_menu_item_menu_item_parent', '0'),
(2476, 3870, '_menu_item_object_id', '3870'),
(2477, 3870, '_menu_item_object', 'custom'),
(2478, 3870, '_menu_item_target', ''),
(2479, 3870, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2480, 3870, '_menu_item_xfn', ''),
(2481, 3870, '_menu_item_url', '#'),
(2482, 3870, '_menu-item-disable_titles', '0'),
(2483, 3870, '_menu-item-open_by_click', '0'),
(2484, 3871, '_menu_item_type', 'custom'),
(2485, 3871, '_menu_item_menu_item_parent', '3870'),
(2486, 3871, '_menu_item_object_id', '3871'),
(2487, 3871, '_menu_item_object', 'custom'),
(2488, 3871, '_menu_item_target', ''),
(2489, 3871, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2490, 3871, '_menu_item_xfn', ''),
(2491, 3871, '_menu_item_url', '#'),
(2492, 3871, '_menu-item-disable_titles', '0'),
(2493, 3871, '_menu-item-open_by_click', '0'),
(2494, 3872, '_menu_item_type', 'custom'),
(2495, 3872, '_menu_item_menu_item_parent', '3870'),
(2496, 3872, '_menu_item_object_id', '3872'),
(2497, 3872, '_menu_item_object', 'custom'),
(2498, 3872, '_menu_item_target', ''),
(2499, 3872, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2500, 3872, '_menu_item_xfn', ''),
(2501, 3872, '_menu_item_url', '#'),
(2502, 3872, '_menu-item-disable_titles', '0'),
(2503, 3872, '_menu-item-open_by_click', '0'),
(2504, 211, '_et_widget_area', '0'),
(2505, 211, '_et_breadcrumb_type', 'disable'),
(2506, 211, '_et_page_banner', '0'),
(2507, 211, '_elementor_edit_mode', 'builder'),
(2508, 211, '_elementor_template_type', 'wp-page'),
(2509, 211, '_elementor_version', '3.6.2'),
(2510, 211, '_wp_page_template', 'default'),
(2511, 211, '_elementor_data', '[{\"id\":\"be6e391\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-10.jpg\",\"id\":234},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"70e8bc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18},\"elements\":[{\"id\":\"56f7193\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"title_color\":\"#222222\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff2821\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"norebro-custom-624ac18050272\\\" class=\\\"norebro-text-sc \\\" style=\\\"overflow-wrap: break-word; outline: none; font-size: 18px; color: #494949; font-family: Poppins, sans-serif; letter-spacing: 1px; text-align: start;\\\"><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\"><strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0is a Leading Choice in Bathroom Faucets and accessories.<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\">Capturing the imagination of discerning buyers all over the world.\\u00a0<strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0offers you the perfect match of precision,<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\">which guarantees the unequalled comfort of use and everlasting durability.<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\"><strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0products includes advanced features and improve the functionality without sacrificing on style.<\\/p><div>\\u00a0<\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44eff44\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9665779\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abf656f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4\",\"id\":4037,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f2ebe0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Map.png\",\"id\":241},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0f28f26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"28bb5e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"100+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"776a347\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Employee Empowered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"97a9600\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"abbe64a\",\"elType\":\"widget\",\"settings\":{\"title\":\"50+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4143d11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Worldwide Distributors\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1e4a070\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"19e7563\",\"elType\":\"widget\",\"settings\":{\"title\":\"750+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87c3555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Receive Daily Ordered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2d05634\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"306bd8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"80%\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10fc84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get Growth Per Year\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"795c4da\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"487599f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ec60567\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Here from our\",\"highlighted_text\":\"Customers\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"animated-headline\"}],\"isInner\":false},{\"id\":\"a98a3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6d571e\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4\",\"id\":4043,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5d4d52\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"84c7770\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1077f08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/hagar-awards.webp\",\"id\":4047,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(2512, 211, '_et_custom_prefooter', '734'),
(2513, 211, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:5:\"align\";i:7;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:8;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:11:\"title_color\";i:7;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:6;s:10:\"text_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:24;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:11;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:8;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:11;s:13:\"margin_mobile\";i:12;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:18;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:8;s:15:\"stretch_section\";i:1;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:4;s:11:\"css_classes\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:7;s:16:\"description_text\";i:7;s:8:\"position\";i:4;s:5:\"image\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:7;s:10:\"image_size\";i:7;s:18:\"image_space_mobile\";i:3;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:4;s:11:\"title_color\";i:7;s:27:\"title_typography_typography\";i:7;s:28:\"title_typography_font_family\";i:7;s:26:\"title_typography_font_size\";i:7;s:28:\"title_typography_font_weight\";i:7;s:17:\"description_color\";i:7;s:33:\"description_typography_typography\";i:7;s:34:\"description_typography_font_family\";i:7;s:32:\"description_typography_font_size\";i:7;s:34:\"description_typography_font_weight\";i:7;s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:34:\"description_typography_line_height\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:13:\"_border_width\";i:3;s:13:\"_border_color\";i:3;}}}}s:12:\"testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:4:{s:8:\"settings\";a:1:{s:14:\"image_position\";i:1;}s:32:\"et_section_tabs_content_settings\";a:1:{s:16:\"testimonials_tab\";i:1;}s:15:\"slider_settings\";a:4:{s:14:\"slider_spacing\";i:1;s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;}s:22:\"slider_content_section\";a:4:{s:16:\"navigation_style\";i:1;s:25:\"navigation_position_style\";i:1;s:15:\"navigation_size\";i:1;s:15:\"navigation_type\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:6:{s:19:\"section_style_image\";a:2:{s:4:\"size\";i:1;s:15:\"image_max_width\";i:1;}s:20:\"rating_style_section\";a:1:{s:12:\"rating_color\";i:1;}s:21:\"content_style_section\";a:6:{s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_line_height\";i:1;s:21:\"content_wrapper_color\";i:1;s:22:\"content_wrapper_margin\";i:1;}s:18:\"name_style_section\";a:7:{s:26:\"name_typography_typography\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;s:30:\"name_typography_text_transform\";i:1;s:10:\"name_color\";i:1;s:11:\"name_margin\";i:1;}s:21:\"country_style_section\";a:5:{s:29:\"country_typography_typography\";i:1;s:30:\"country_typography_font_family\";i:1;s:28:\"country_typography_font_size\";i:1;s:30:\"country_typography_line_height\";i:1;s:13:\"country_color\";i:1;}s:17:\"nav_style_section\";a:2:{s:18:\"advanced_nav_color\";i:1;s:24:\"advanced_nav_color_hover\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_mobile\";i:1;}}}}s:11:\"team_member\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"general_section\";a:6:{s:8:\"img_size\";i:5;s:4:\"name\";i:5;s:5:\"email\";i:5;s:8:\"position\";i:5;s:3:\"img\";i:5;s:7:\"content\";i:5;}s:13:\"icons_section\";a:2:{s:5:\"skype\";i:5;s:11:\"icons_color\";i:5;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:3:{s:10:\"name_color\";i:5;s:14:\"position_color\";i:5;s:13:\"et_overlay_bg\";i:5;}}}}}'),
(2514, 367, '_et_widget_area', '0'),
(2515, 367, '_et_page_banner', '0'),
(2516, 367, '_elementor_edit_mode', 'builder'),
(2517, 367, '_elementor_template_type', 'wp-page'),
(2518, 367, '_elementor_version', '3.6.2'),
(2519, 367, '_wp_page_template', 'default'),
(2520, 367, '_elementor_data', '[{\"id\":\"42a23c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".etheme-contact-form-7 .form-group {\\n    margin-bottom: 0px !important;\\n}\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"bcb55fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":25,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"1122985\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leave Us A Message\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a49425\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"text_color\":\"#888888\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a557583\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"field_bg\":\"#F1F1F1\",\"field_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"field_border_color\":\"#F5F5F5\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Roboto\",\"field_typography_font_weight\":\"400\",\"text_color_label\":\"#111111\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Roboto\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_label_font_weight\":\"500\",\"typography_placeholder_typography\":\"custom\",\"typography_placeholder_font_family\":\"Roboto\",\"typography_placeholder_font_weight\":\"400\",\"button_width\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"button_bg_color_normal\":\"#006C55\",\"button_text_color_normal\":\"#FFFFFF\",\"button_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_typography_font_weight\":\"bold\",\"button_typography_text_transform\":\"capitalize\",\"button_bg_color_hover\":\"#E95D2BCC\",\"button_text_color_hover\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"xstore_element_custom_css\":\".etheme-contact-form-7 .wpcf7-form label:after {content: \\\"*\\\";color:#E95D2A;\\n}\\n.wpcf7-form .form-group p:first-child {\\n    margin-bottom: 0px;\\n}\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":false},{\"id\":\"965b6ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d6ce79f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Address\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83c65bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"LrzXr\\\">E-20, Pilanji, South Extension I, New Delhi, Delhi 110049<\\/span><\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95161ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 500;\\\">Support<\\/span> : <b style=\\\"font-weight: normal;\\\"><span style=\\\"font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\\\">8881222666 <\\/span><\\/b><\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b98a03b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 500;\\\">Email<\\/span> : online@hagarbath.com<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1b09f29\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"6998a20\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"space_between_widgets\":12},\"elements\":[{\"id\":\"967cd0b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Monday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3db898d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Tuesday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8522ff6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wednesday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"843e8a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Friday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4a4b4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Saturday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9855fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sunday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2baa9eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"space_between_widgets\":12},\"elements\":[{\"id\":\"c6ac4db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22b12af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f592c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cfaa440\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f338a5c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 4 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6429fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Closed\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(2521, 367, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:7:\"_margin\";i:2;s:14:\"_margin_mobile\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:4;s:13:\"_border_width\";i:4;s:13:\"_border_color\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:18;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:18;s:21:\"typography_typography\";i:18;s:22:\"typography_font_family\";i:18;s:20:\"typography_font_size\";i:18;s:22:\"typography_font_weight\";i:18;s:22:\"typography_line_height\";i:18;s:5:\"align\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"et-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_info_box\";a:1:{s:17:\"contact_form_list\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_fields_style\";a:8:{s:8:\"field_bg\";i:1;s:13:\"field_padding\";i:1;s:19:\"field_border_border\";i:1;s:18:\"field_border_width\";i:1;s:18:\"field_border_color\";i:1;s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_family\";i:1;s:28:\"field_typography_font_weight\";i:1;}s:19:\"section_label_style\";a:5:{s:16:\"text_color_label\";i:1;s:27:\"typography_label_typography\";i:1;s:28:\"typography_label_font_family\";i:1;s:26:\"typography_label_font_size\";i:1;s:28:\"typography_label_font_weight\";i:1;}s:25:\"section_placeholder_style\";a:3:{s:33:\"typography_placeholder_typography\";i:1;s:34:\"typography_placeholder_font_family\";i:1;s:34:\"typography_placeholder_font_weight\";i:1;}s:27:\"section_submit_button_style\";a:12:{s:12:\"button_width\";i:1;s:22:\"button_bg_color_normal\";i:1;s:24:\"button_text_color_normal\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:21:\"button_bg_color_hover\";i:1;s:23:\"button_text_color_hover\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:4;s:19:\"_inline_size_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_mobile\";i:2;s:13:\"margin_tablet\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}}'),
(2522, 457, '_et_widget_area', '0'),
(2523, 457, '_et_page_banner', '0'),
(2524, 457, '_elementor_edit_mode', 'builder'),
(2525, 457, '_elementor_template_type', 'wp-page'),
(2526, 457, '_elementor_version', '3.6.2'),
(2527, 457, '_wp_page_template', 'default'),
(2528, 457, '_elementor_data', '[{\"id\":\"cdd908a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"43a9555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ea7f50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Quentions\",\"align\":\"center\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8795733\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".elementor-accordion-item {\\n    margin-bottom: 20px;\\n}\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"6986d41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e00ca3\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is your return policy?\",\"tab_content\":\"<p>If your item arrived damaged or defective, we are happy to arrange for a prompt replacement. Please note that damages and defects must be reported within 12 hours of delivery. <\\/p>\",\"_id\":\"30dac99\"}],\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_background\":\"#F7F7F7\",\"title_color\":\"#333333\",\"tab_active_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"right\",\"content_background_color\":\"#F7F7F7\",\"content_color\":\"#777777\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2529, 457, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:7;s:19:\"_inline_size_tablet\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:5;s:3:\"gap\";i:5;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:6:\"weight\";i:2;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:2;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:2;}s:26:\"section_toggle_style_title\";a:10:{s:16:\"title_background\";i:2;s:11:\"title_color\";i:2;s:16:\"tab_active_color\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:35:\"title_typography_line_height_mobile\";i:1;s:13:\"title_padding\";i:2;}s:25:\"section_toggle_style_icon\";a:1:{s:10:\"icon_align\";i:2;}s:28:\"section_toggle_style_content\";a:8:{s:24:\"content_background_color\";i:2;s:13:\"content_color\";i:2;s:29:\"content_typography_typography\";i:2;s:30:\"content_typography_font_family\";i:2;s:28:\"content_typography_font_size\";i:2;s:30:\"content_typography_font_weight\";i:2;s:30:\"content_typography_line_height\";i:2;s:15:\"content_padding\";i:2;}}}}}'),
(2530, 3873, '_menu_item_type', 'post_type'),
(2531, 3873, '_menu_item_menu_item_parent', '0'),
(2532, 3873, '_menu_item_object_id', '14'),
(2533, 3873, '_menu_item_object', 'page'),
(2534, 3873, '_menu_item_target', ''),
(2535, 3873, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2536, 3873, '_menu_item_xfn', ''),
(2537, 3873, '_menu_item_url', ''),
(2538, 3873, '_menu-item-disable_titles', '0'),
(2539, 3873, '_menu-item-open_by_click', '0'),
(2540, 3874, '_menu_item_type', 'post_type'),
(2541, 3874, '_menu_item_menu_item_parent', '0'),
(2542, 3874, '_menu_item_object_id', '211'),
(2543, 3874, '_menu_item_object', 'page'),
(2544, 3874, '_menu_item_target', ''),
(2545, 3874, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2546, 3874, '_menu_item_xfn', ''),
(2547, 3874, '_menu_item_url', ''),
(2548, 3874, '_menu-item-disable_titles', '0'),
(2549, 3874, '_menu-item-open_by_click', '0'),
(2550, 3875, '_menu_item_type', 'post_type'),
(2551, 3875, '_menu_item_menu_item_parent', '0'),
(2552, 3875, '_menu_item_object_id', '457'),
(2553, 3875, '_menu_item_object', 'page'),
(2554, 3875, '_menu_item_target', ''),
(2555, 3875, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2556, 3875, '_menu_item_xfn', ''),
(2557, 3875, '_menu_item_url', ''),
(2558, 3875, '_menu-item-disable_titles', '0'),
(2559, 3875, '_menu-item-open_by_click', '0'),
(2560, 774, '_et_widget_area', '0'),
(2561, 774, '_et_page_banner', '0'),
(2562, 774, '_elementor_edit_mode', 'builder'),
(2563, 774, '_elementor_template_type', 'wp-page'),
(2564, 774, '_elementor_version', '3.0.13'),
(2565, 774, '_wp_page_template', 'default'),
(2566, 774, '_elementor_data', '[{\"id\":\"6b43fc7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"12c485b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d1da88\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wcmp_vendorslist orderby=\\\"registered\\\" order=\\\"ASC\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(2567, 774, '_elementor_controls_usage', 'a:3:{s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}}}}}'),
(2568, 774, '_et_custom_prefooter', '734'),
(2569, 3876, '_menu_item_type', 'post_type'),
(2570, 3876, '_menu_item_menu_item_parent', '0'),
(2571, 3876, '_menu_item_object_id', '367'),
(2572, 3876, '_menu_item_object', 'page'),
(2573, 3876, '_menu_item_target', ''),
(2574, 3876, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2575, 3876, '_menu_item_xfn', ''),
(2576, 3876, '_menu_item_url', ''),
(2577, 3876, '_menu-item-disable_titles', '0'),
(2578, 3876, '_menu-item-open_by_click', '0'),
(3122, 3901, '_edit_last', '1'),
(3123, 3901, '_edit_lock', '1649156794:1'),
(3124, 3901, 'total_sales', '0'),
(3125, 3901, '_tax_status', 'taxable'),
(3126, 3901, '_tax_class', ''),
(3127, 3901, '_manage_stock', 'no'),
(3128, 3901, '_backorders', 'no'),
(3129, 3901, '_sold_individually', 'no'),
(3130, 3901, '_virtual', 'no'),
(3131, 3901, '_downloadable', 'no'),
(3132, 3901, '_download_limit', '-1'),
(3133, 3901, '_download_expiry', '-1'),
(3134, 3901, '_stock', NULL),
(3135, 3901, '_stock_status', 'instock'),
(3136, 3901, '_wc_average_rating', '0'),
(3137, 3901, '_wc_review_count', '0'),
(3138, 3901, '_product_attributes', 'a:1:{s:8:\"material\";a:6:{s:4:\"name\";s:8:\"Material\";s:5:\"value\";s:5:\"Brass\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),
(3139, 3901, '_product_version', '6.3.1'),
(3140, 3901, '_product_video_gallery', ''),
(3141, 3901, '_product_video_code', ''),
(3142, 3901, '_product_video_autoplay', ''),
(3143, 3901, '_sale_price_time_start', ''),
(3144, 3901, '_sale_price_time_end', ''),
(3145, 3901, '_sku', 'OL001'),
(3146, 3901, '_regular_price', '504'),
(3147, 3901, '_sale_price', '242'),
(3148, 3901, '_weight', '305'),
(3149, 3901, '_length', '8.5'),
(3150, 3901, '_width', '2.5'),
(3151, 3901, '_height', '9'),
(3152, 3901, '_price', '242'),
(3153, 3901, '_et_single_layout', 'standard'),
(3154, 3901, '_et_single_thumbnail_hover', 'inherit'),
(3155, 3901, '_et_product_view_hover', 'inherit'),
(3156, 3901, '_et_product_view_color', 'inherit'),
(3157, 3901, '_et_additional_block', '0'),
(3158, 3901, '_et_sale_counter', 'disable'),
(3159, 3901, '_et_product_slider', 'inherit'),
(3160, 3901, '_et_primary_category', 'auto'),
(3161, 3901, '_yoast_wpseo_content_score', '30'),
(3162, 3901, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3181, 1, '_et_views_count', '1'),
(3189, 3907, '_sku', 'LI001'),
(3190, 3907, '_regular_price', '796'),
(3191, 3907, '_sale_price', '239'),
(3192, 3907, 'total_sales', '0'),
(3193, 3907, '_tax_status', 'taxable'),
(3194, 3907, '_tax_class', ''),
(3195, 3907, '_manage_stock', 'yes'),
(3196, 3907, '_backorders', 'no'),
(3197, 3907, '_sold_individually', 'no'),
(3198, 3907, '_weight', '0.305'),
(3199, 3907, '_length', '8.5'),
(3200, 3907, '_width', '2.5'),
(3201, 3907, '_height', '9'),
(3202, 3907, '_virtual', 'no'),
(3203, 3907, '_downloadable', 'no'),
(3204, 3907, '_download_limit', '0'),
(3205, 3907, '_download_expiry', '0'),
(3206, 3907, '_stock', '100'),
(3207, 3907, '_stock_status', 'instock'),
(3208, 3907, '_wc_average_rating', '0'),
(3209, 3907, '_wc_review_count', '0'),
(3210, 3907, '_product_version', '6.3.1'),
(3211, 3907, '_price', '239'),
(3212, 3908, '_sku', 'LI002'),
(3213, 3908, '_regular_price', '946'),
(3214, 3908, '_sale_price', '284'),
(3215, 3908, 'total_sales', '0'),
(3216, 3908, '_tax_status', 'taxable'),
(3217, 3908, '_tax_class', ''),
(3218, 3908, '_manage_stock', 'yes'),
(3219, 3908, '_backorders', 'no'),
(3220, 3908, '_sold_individually', 'no'),
(3221, 3908, '_weight', '0.42'),
(3222, 3908, '_length', '11.3'),
(3223, 3908, '_width', '2.8'),
(3224, 3908, '_height', '5.9'),
(3225, 3908, '_virtual', 'no'),
(3226, 3908, '_downloadable', 'no'),
(3227, 3908, '_download_limit', '0'),
(3228, 3908, '_download_expiry', '0'),
(3229, 3908, '_stock', '100'),
(3230, 3908, '_stock_status', 'instock'),
(3231, 3908, '_wc_average_rating', '0'),
(3232, 3908, '_wc_review_count', '0'),
(3233, 3908, '_product_version', '6.3.1'),
(3234, 3908, '_price', '284'),
(3235, 3909, '_sku', 'LI004'),
(3236, 3909, '_regular_price', '770'),
(3237, 3909, '_sale_price', '231'),
(3238, 3909, 'total_sales', '0'),
(3239, 3909, '_tax_status', 'taxable'),
(3240, 3909, '_tax_class', ''),
(3241, 3909, '_manage_stock', 'yes'),
(3242, 3909, '_backorders', 'no'),
(3243, 3909, '_sold_individually', 'no'),
(3244, 3909, '_weight', '0.28'),
(3245, 3909, '_length', '7'),
(3246, 3909, '_width', '4'),
(3247, 3909, '_virtual', 'no'),
(3248, 3909, '_downloadable', 'no'),
(3249, 3909, '_download_limit', '0'),
(3250, 3909, '_download_expiry', '0'),
(3251, 3909, '_stock', '100'),
(3252, 3909, '_stock_status', 'instock'),
(3253, 3909, '_wc_average_rating', '0'),
(3254, 3909, '_wc_review_count', '0'),
(3255, 3909, '_product_version', '6.3.1'),
(3256, 3909, '_price', '231'),
(3257, 3910, '_sku', 'LI005'),
(3258, 3910, '_regular_price', '1946'),
(3259, 3910, '_sale_price', '540'),
(3260, 3910, 'total_sales', '0'),
(3261, 3910, '_tax_status', 'taxable'),
(3262, 3910, '_tax_class', ''),
(3263, 3910, '_manage_stock', 'yes'),
(3264, 3910, '_backorders', 'no'),
(3265, 3910, '_sold_individually', 'no'),
(3266, 3910, '_weight', '0.585'),
(3267, 3910, '_length', '10'),
(3268, 3910, '_width', '2.5'),
(3269, 3910, '_height', '9'),
(3270, 3910, '_virtual', 'no'),
(3271, 3910, '_downloadable', 'no'),
(3272, 3910, '_download_limit', '0'),
(3273, 3910, '_download_expiry', '0'),
(3274, 3910, '_stock', '100'),
(3275, 3910, '_stock_status', 'instock'),
(3276, 3910, '_wc_average_rating', '0'),
(3277, 3910, '_wc_review_count', '0'),
(3278, 3910, '_product_version', '6.3.1'),
(3279, 3910, '_price', '540'),
(3280, 3911, '_sku', 'LI006'),
(3281, 3911, '_regular_price', '1946'),
(3282, 3911, '_sale_price', '540'),
(3283, 3911, 'total_sales', '0'),
(3284, 3911, '_tax_status', 'taxable'),
(3285, 3911, '_tax_class', ''),
(3286, 3911, '_manage_stock', 'yes'),
(3287, 3911, '_backorders', 'no'),
(3288, 3911, '_sold_individually', 'no'),
(3289, 3911, '_weight', '0.52'),
(3290, 3911, '_length', '10'),
(3291, 3911, '_width', '2.9'),
(3292, 3911, '_height', '9'),
(3293, 3911, '_virtual', 'no'),
(3294, 3911, '_downloadable', 'no'),
(3295, 3911, '_download_limit', '0'),
(3296, 3911, '_download_expiry', '0'),
(3297, 3911, '_stock', '100'),
(3298, 3911, '_stock_status', 'instock'),
(3299, 3911, '_wc_average_rating', '0'),
(3300, 3911, '_wc_review_count', '0'),
(3301, 3911, '_product_version', '6.3.1'),
(3302, 3911, '_price', '540'),
(3303, 3912, '_sku', 'LI009'),
(3304, 3912, '_regular_price', '1680'),
(3305, 3912, '_sale_price', '504'),
(3306, 3912, 'total_sales', '0'),
(3307, 3912, '_tax_status', 'taxable'),
(3308, 3912, '_tax_class', ''),
(3309, 3912, '_manage_stock', 'yes'),
(3310, 3912, '_backorders', 'no'),
(3311, 3912, '_sold_individually', 'no'),
(3312, 3912, '_weight', '0.72'),
(3313, 3912, '_length', '7.5'),
(3314, 3912, '_width', '3'),
(3315, 3912, '_height', '23.5'),
(3316, 3912, '_virtual', 'no'),
(3317, 3912, '_downloadable', 'no'),
(3318, 3912, '_download_limit', '0'),
(3319, 3912, '_download_expiry', '0'),
(3320, 3912, '_stock', '100'),
(3321, 3912, '_stock_status', 'instock'),
(3322, 3912, '_wc_average_rating', '0'),
(3323, 3912, '_wc_review_count', '0'),
(3324, 3912, '_product_version', '6.3.1'),
(3325, 3912, '_price', '504'),
(3326, 3913, '_sku', 'LI010'),
(3327, 3913, '_regular_price', '1857'),
(3328, 3913, '_sale_price', '557'),
(3329, 3913, 'total_sales', '0'),
(3330, 3913, '_tax_status', 'taxable'),
(3331, 3913, '_tax_class', ''),
(3332, 3913, '_manage_stock', 'yes'),
(3333, 3913, '_backorders', 'no'),
(3334, 3913, '_sold_individually', 'no'),
(3335, 3913, '_weight', '0.72'),
(3336, 3913, '_length', '7.5'),
(3337, 3913, '_width', '3'),
(3338, 3913, '_height', '24.5'),
(3339, 3913, '_virtual', 'no'),
(3340, 3913, '_downloadable', 'no'),
(3341, 3913, '_download_limit', '0'),
(3342, 3913, '_download_expiry', '0'),
(3343, 3913, '_stock', '100'),
(3344, 3913, '_stock_status', 'instock'),
(3345, 3913, '_wc_average_rating', '0'),
(3346, 3913, '_wc_review_count', '0'),
(3347, 3913, '_product_version', '6.3.1'),
(3348, 3913, '_price', '557'),
(3349, 3914, '_sku', 'LI011'),
(3350, 3914, '_regular_price', '3714'),
(3351, 3914, '_sale_price', '1114'),
(3352, 3914, 'total_sales', '0'),
(3353, 3914, '_tax_status', 'taxable'),
(3354, 3914, '_tax_class', ''),
(3355, 3914, '_manage_stock', 'yes'),
(3356, 3914, '_backorders', 'no'),
(3357, 3914, '_sold_individually', 'no'),
(3358, 3914, '_weight', '1.255'),
(3359, 3914, '_length', '17'),
(3360, 3914, '_width', '9.7'),
(3361, 3914, '_height', '20'),
(3362, 3914, '_virtual', 'no'),
(3363, 3914, '_downloadable', 'no'),
(3364, 3914, '_download_limit', '0'),
(3365, 3914, '_download_expiry', '0'),
(3366, 3914, '_stock', '100'),
(3367, 3914, '_stock_status', 'instock'),
(3368, 3914, '_wc_average_rating', '0'),
(3369, 3914, '_wc_review_count', '0'),
(3370, 3914, '_product_version', '6.3.1'),
(3371, 3914, '_price', '1114'),
(3374, 3916, '_sku', 'OL002'),
(3375, 3916, '_regular_price', '672'),
(3376, 3916, '_sale_price', '323'),
(3377, 3916, 'total_sales', '0'),
(3378, 3916, '_tax_status', 'taxable'),
(3379, 3916, '_tax_class', ''),
(3380, 3916, '_manage_stock', 'yes'),
(3381, 3916, '_backorders', 'no'),
(3382, 3916, '_sold_individually', 'no'),
(3383, 3916, '_weight', '0.41'),
(3384, 3916, '_length', '11.3'),
(3385, 3916, '_width', '2.8'),
(3386, 3916, '_height', '5.9'),
(3387, 3916, '_virtual', 'no'),
(3388, 3916, '_downloadable', 'no'),
(3389, 3916, '_download_limit', '0'),
(3390, 3916, '_download_expiry', '0'),
(3391, 3916, '_stock', '100'),
(3392, 3916, '_stock_status', 'instock'),
(3393, 3916, '_wc_average_rating', '0'),
(3394, 3916, '_wc_review_count', '0'),
(3395, 3916, '_product_version', '6.3.1'),
(3396, 3916, '_price', '323'),
(3397, 3917, '_sku', 'OL003'),
(3398, 3917, '_regular_price', '756'),
(3399, 3917, '_sale_price', '363'),
(3400, 3917, 'total_sales', '0'),
(3401, 3917, '_tax_status', 'taxable'),
(3402, 3917, '_tax_class', ''),
(3403, 3917, '_manage_stock', 'yes'),
(3404, 3917, '_backorders', 'no'),
(3405, 3917, '_sold_individually', 'no'),
(3406, 3917, '_weight', '0.5'),
(3407, 3917, '_length', '9.3'),
(3408, 3917, '_width', '11'),
(3409, 3917, '_virtual', 'no'),
(3410, 3917, '_downloadable', 'no'),
(3411, 3917, '_download_limit', '0'),
(3412, 3917, '_download_expiry', '0'),
(3413, 3917, '_stock', '100'),
(3414, 3917, '_stock_status', 'instock'),
(3415, 3917, '_wc_average_rating', '0'),
(3416, 3917, '_wc_review_count', '0'),
(3417, 3917, '_product_version', '6.3.1'),
(3418, 3917, '_price', '363'),
(3419, 3918, '_sku', 'OL005'),
(3420, 3918, '_regular_price', '504'),
(3421, 3918, '_sale_price', '242'),
(3422, 3918, 'total_sales', '0'),
(3423, 3918, '_tax_status', 'taxable'),
(3424, 3918, '_tax_class', ''),
(3425, 3918, '_manage_stock', 'yes'),
(3426, 3918, '_backorders', 'no'),
(3427, 3918, '_sold_individually', 'no'),
(3428, 3918, '_weight', '0.28'),
(3429, 3918, '_length', '7'),
(3430, 3918, '_width', '4'),
(3431, 3918, '_virtual', 'no'),
(3432, 3918, '_downloadable', 'no'),
(3433, 3918, '_download_limit', '0'),
(3434, 3918, '_download_expiry', '0'),
(3435, 3918, '_stock', '100'),
(3436, 3918, '_stock_status', 'instock'),
(3437, 3918, '_wc_average_rating', '0'),
(3438, 3918, '_wc_review_count', '0'),
(3439, 3918, '_product_version', '6.3.1'),
(3440, 3918, '_price', '242'),
(3441, 3919, '_sku', 'OL006'),
(3442, 3919, '_regular_price', '1232'),
(3443, 3919, '_sale_price', '591'),
(3444, 3919, 'total_sales', '0'),
(3445, 3919, '_tax_status', 'taxable'),
(3446, 3919, '_tax_class', ''),
(3447, 3919, '_manage_stock', 'yes'),
(3448, 3919, '_backorders', 'no'),
(3449, 3919, '_sold_individually', 'no'),
(3450, 3919, '_weight', '0.585'),
(3451, 3919, '_length', '10'),
(3452, 3919, '_width', '2.5'),
(3453, 3919, '_height', '9'),
(3454, 3919, '_virtual', 'no'),
(3455, 3919, '_downloadable', 'no'),
(3456, 3919, '_download_limit', '0'),
(3457, 3919, '_download_expiry', '0'),
(3458, 3919, '_stock', '100'),
(3459, 3919, '_stock_status', 'instock'),
(3460, 3919, '_wc_average_rating', '0'),
(3461, 3919, '_wc_review_count', '0'),
(3462, 3919, '_product_version', '6.3.1'),
(3463, 3919, '_price', '591'),
(3464, 3920, '_sku', 'OL007'),
(3465, 3920, '_regular_price', '1232'),
(3466, 3920, '_sale_price', '591'),
(3467, 3920, 'total_sales', '0'),
(3468, 3920, '_tax_status', 'taxable'),
(3469, 3920, '_tax_class', ''),
(3470, 3920, '_manage_stock', 'yes'),
(3471, 3920, '_backorders', 'no'),
(3472, 3920, '_sold_individually', 'no'),
(3473, 3920, '_weight', '0.52'),
(3474, 3920, '_length', '10'),
(3475, 3920, '_width', '3'),
(3476, 3920, '_height', '2009'),
(3477, 3920, '_virtual', 'no'),
(3478, 3920, '_downloadable', 'no'),
(3479, 3920, '_download_limit', '0'),
(3480, 3920, '_download_expiry', '0'),
(3481, 3920, '_stock', '100'),
(3482, 3920, '_stock_status', 'instock'),
(3483, 3920, '_wc_average_rating', '0'),
(3484, 3920, '_wc_review_count', '0'),
(3485, 3920, '_product_version', '6.3.1'),
(3486, 3920, '_price', '591'),
(3487, 3921, '_sku', 'OL019'),
(3488, 3921, '_regular_price', '2580'),
(3489, 3921, '_sale_price', '1238'),
(3490, 3921, 'total_sales', '0'),
(3491, 3921, '_tax_status', 'taxable'),
(3492, 3921, '_tax_class', ''),
(3493, 3921, '_manage_stock', 'yes'),
(3494, 3921, '_backorders', 'no'),
(3495, 3921, '_sold_individually', 'no'),
(3496, 3921, '_weight', '1.3'),
(3497, 3921, '_length', '15'),
(3498, 3921, '_width', '9.7'),
(3499, 3921, '_height', '15.7'),
(3500, 3921, '_virtual', 'no'),
(3501, 3921, '_downloadable', 'no'),
(3502, 3921, '_download_limit', '0'),
(3503, 3921, '_download_expiry', '0'),
(3504, 3921, '_stock', '100'),
(3505, 3921, '_stock_status', 'instock'),
(3506, 3921, '_wc_average_rating', '0'),
(3507, 3921, '_wc_review_count', '0'),
(3508, 3921, '_product_version', '6.3.1'),
(3509, 3921, '_price', '1238'),
(3510, 3922, '_sku', 'FA001'),
(3511, 3922, '_regular_price', '1195'),
(3512, 3922, '_sale_price', '546'),
(3513, 3922, 'total_sales', '5'),
(3514, 3922, '_tax_status', 'taxable'),
(3515, 3922, '_tax_class', ''),
(3516, 3922, '_manage_stock', 'yes'),
(3517, 3922, '_backorders', 'no'),
(3518, 3922, '_sold_individually', 'no'),
(3519, 3922, '_weight', '0.606'),
(3520, 3922, '_length', '15.3'),
(3521, 3922, '_width', '3'),
(3522, 3922, '_height', '7'),
(3523, 3922, '_virtual', 'no'),
(3524, 3922, '_downloadable', 'no'),
(3525, 3922, '_download_limit', '0'),
(3526, 3922, '_download_expiry', '0'),
(3527, 3922, '_stock', '95'),
(3528, 3922, '_stock_status', 'instock'),
(3529, 3922, '_wc_average_rating', '0'),
(3530, 3922, '_wc_review_count', '0'),
(3531, 3922, '_product_version', '6.3.1'),
(3532, 3922, '_price', '546'),
(3533, 3923, '_sku', 'FA002'),
(3534, 3923, '_regular_price', '1380'),
(3535, 3923, '_sale_price', '631'),
(3536, 3923, 'total_sales', '0'),
(3537, 3923, '_tax_status', 'taxable'),
(3538, 3923, '_tax_class', ''),
(3539, 3923, '_manage_stock', 'yes'),
(3540, 3923, '_backorders', 'no'),
(3541, 3923, '_sold_individually', 'no'),
(3542, 3923, '_weight', '0.65'),
(3543, 3923, '_length', '11'),
(3544, 3923, '_width', '12.5'),
(3545, 3923, '_height', '7'),
(3546, 3923, '_virtual', 'no'),
(3547, 3923, '_downloadable', 'no'),
(3548, 3923, '_download_limit', '0'),
(3549, 3923, '_download_expiry', '0'),
(3550, 3923, '_stock', '100'),
(3551, 3923, '_stock_status', 'instock'),
(3552, 3923, '_wc_average_rating', '0'),
(3553, 3923, '_wc_review_count', '0'),
(3554, 3923, '_product_version', '6.3.1'),
(3555, 3923, '_price', '631'),
(3556, 3924, '_sku', 'FA004'),
(3557, 3924, '_regular_price', '880'),
(3558, 3924, '_sale_price', '410'),
(3559, 3924, 'total_sales', '0'),
(3560, 3924, '_tax_status', 'taxable'),
(3561, 3924, '_tax_class', ''),
(3562, 3924, '_manage_stock', 'yes'),
(3563, 3924, '_backorders', 'no'),
(3564, 3924, '_sold_individually', 'no'),
(3565, 3924, '_weight', '0.372'),
(3566, 3924, '_length', '7'),
(3567, 3924, '_width', '4'),
(3568, 3924, '_virtual', 'no'),
(3569, 3924, '_downloadable', 'no'),
(3570, 3924, '_download_limit', '0'),
(3571, 3924, '_download_expiry', '0'),
(3572, 3924, '_stock', '100'),
(3573, 3924, '_stock_status', 'instock'),
(3574, 3924, '_wc_average_rating', '0'),
(3575, 3924, '_wc_review_count', '0'),
(3576, 3924, '_product_version', '6.3.1'),
(3577, 3924, '_price', '410'),
(3578, 3925, '_sku', 'FA005'),
(3579, 3925, '_regular_price', '1825'),
(3580, 3925, '_sale_price', '826'),
(3581, 3925, 'total_sales', '0'),
(3582, 3925, '_tax_status', 'taxable'),
(3583, 3925, '_tax_class', ''),
(3584, 3925, '_manage_stock', 'yes'),
(3585, 3925, '_backorders', 'no'),
(3586, 3925, '_sold_individually', 'no'),
(3587, 3925, '_weight', '0.776'),
(3588, 3925, '_length', '15'),
(3589, 3925, '_width', '8'),
(3590, 3925, '_height', '3'),
(3591, 3925, '_virtual', 'no'),
(3592, 3925, '_downloadable', 'no'),
(3593, 3925, '_download_limit', '0'),
(3594, 3925, '_download_expiry', '0'),
(3595, 3925, '_stock', '100'),
(3596, 3925, '_stock_status', 'instock'),
(3597, 3925, '_wc_average_rating', '0'),
(3598, 3925, '_wc_review_count', '0'),
(3599, 3925, '_product_version', '6.3.1'),
(3600, 3925, '_price', '826'),
(3601, 3926, '_sku', 'FA009'),
(3602, 3926, '_regular_price', '2290'),
(3603, 3926, '_sale_price', '1040'),
(3604, 3926, 'total_sales', '0'),
(3605, 3926, '_tax_status', 'taxable'),
(3606, 3926, '_tax_class', ''),
(3607, 3926, '_manage_stock', 'yes'),
(3608, 3926, '_backorders', 'no'),
(3609, 3926, '_sold_individually', 'no'),
(3610, 3926, '_weight', '0.99'),
(3611, 3926, '_length', '8'),
(3612, 3926, '_width', '19'),
(3613, 3926, '_height', '2003'),
(3614, 3926, '_virtual', 'no'),
(3615, 3926, '_downloadable', 'no'),
(3616, 3926, '_download_limit', '0'),
(3617, 3926, '_download_expiry', '0'),
(3618, 3926, '_stock', '100'),
(3619, 3926, '_stock_status', 'instock'),
(3620, 3926, '_wc_average_rating', '0'),
(3621, 3926, '_wc_review_count', '0'),
(3622, 3926, '_product_version', '6.3.1'),
(3623, 3926, '_price', '1040'),
(3624, 3927, '_sku', 'FA022'),
(3625, 3927, '_regular_price', '1625'),
(3626, 3927, '_sale_price', '735'),
(3627, 3927, 'total_sales', '0'),
(3628, 3927, '_tax_status', 'taxable'),
(3629, 3927, '_tax_class', ''),
(3630, 3927, '_manage_stock', 'yes'),
(3631, 3927, '_backorders', 'no'),
(3632, 3927, '_sold_individually', 'no'),
(3633, 3927, '_weight', '0.87'),
(3634, 3927, '_length', '8'),
(3635, 3927, '_width', '48'),
(3636, 3927, '_height', '3'),
(3637, 3927, '_virtual', 'no'),
(3638, 3927, '_downloadable', 'no'),
(3639, 3927, '_download_limit', '0'),
(3640, 3927, '_download_expiry', '0'),
(3641, 3927, '_stock', '100'),
(3642, 3927, '_stock_status', 'instock'),
(3643, 3927, '_wc_average_rating', '0'),
(3644, 3927, '_wc_review_count', '0'),
(3645, 3927, '_product_version', '6.3.1'),
(3646, 3927, '_price', '735'),
(3647, 3928, '_sku', 'AC001'),
(3648, 3928, '_regular_price', '650'),
(3649, 3928, '_sale_price', '304'),
(3650, 3928, 'total_sales', '0'),
(3651, 3928, '_tax_status', 'taxable'),
(3652, 3928, '_tax_class', ''),
(3653, 3928, '_manage_stock', 'yes'),
(3654, 3928, '_backorders', 'no'),
(3655, 3928, '_sold_individually', 'no'),
(3656, 3928, '_weight', '0.44'),
(3657, 3928, '_length', '9'),
(3658, 3928, '_width', '9.5'),
(3659, 3928, '_height', '1.5'),
(3660, 3928, '_virtual', 'no'),
(3661, 3928, '_downloadable', 'no'),
(3662, 3928, '_download_limit', '0'),
(3663, 3928, '_download_expiry', '0'),
(3664, 3928, '_stock', '100'),
(3665, 3928, '_stock_status', 'instock'),
(3666, 3928, '_wc_average_rating', '0'),
(3667, 3928, '_wc_review_count', '0'),
(3668, 3928, '_product_version', '6.3.1'),
(3669, 3928, '_price', '304'),
(3670, 3929, '_sku', 'AC003'),
(3671, 3929, '_regular_price', '690'),
(3672, 3929, '_sale_price', '322'),
(3673, 3929, 'total_sales', '0'),
(3674, 3929, '_tax_status', 'taxable'),
(3675, 3929, '_tax_class', ''),
(3676, 3929, '_manage_stock', 'yes'),
(3677, 3929, '_backorders', 'no'),
(3678, 3929, '_sold_individually', 'no'),
(3679, 3929, '_weight', '0.46'),
(3680, 3929, '_length', '12'),
(3681, 3929, '_width', '9.5'),
(3682, 3929, '_height', '1.75'),
(3683, 3929, '_virtual', 'no'),
(3684, 3929, '_downloadable', 'no'),
(3685, 3929, '_download_limit', '0'),
(3686, 3929, '_download_expiry', '0'),
(3687, 3929, '_stock', '100'),
(3688, 3929, '_stock_status', 'instock'),
(3689, 3929, '_wc_average_rating', '0'),
(3690, 3929, '_wc_review_count', '0'),
(3691, 3929, '_product_version', '6.3.1'),
(3692, 3929, '_price', '322'),
(3693, 3930, '_sku', 'AC005'),
(3694, 3930, '_regular_price', '880'),
(3695, 3930, '_sale_price', '412'),
(3696, 3930, 'total_sales', '5'),
(3697, 3930, '_tax_status', 'taxable'),
(3698, 3930, '_tax_class', ''),
(3699, 3930, '_manage_stock', 'yes'),
(3700, 3930, '_backorders', 'no'),
(3701, 3930, '_sold_individually', 'no'),
(3702, 3930, '_weight', '0.595'),
(3703, 3930, '_length', '8.5'),
(3704, 3930, '_width', '12'),
(3705, 3930, '_virtual', 'no'),
(3706, 3930, '_downloadable', 'no'),
(3707, 3930, '_download_limit', '0'),
(3708, 3930, '_download_expiry', '0'),
(3709, 3930, '_stock', '95'),
(3710, 3930, '_stock_status', 'instock'),
(3711, 3930, '_wc_average_rating', '0'),
(3712, 3930, '_wc_review_count', '0'),
(3713, 3930, '_product_version', '6.3.1'),
(3714, 3930, '_price', '412'),
(3715, 3931, '_sku', 'AC006'),
(3716, 3931, '_regular_price', '620'),
(3717, 3931, '_sale_price', '290'),
(3718, 3931, 'total_sales', '0'),
(3719, 3931, '_tax_status', 'taxable'),
(3720, 3931, '_tax_class', ''),
(3721, 3931, '_manage_stock', 'yes'),
(3722, 3931, '_backorders', 'no'),
(3723, 3931, '_sold_individually', 'no'),
(3724, 3931, '_weight', '0.44'),
(3725, 3931, '_length', '9.5'),
(3726, 3931, '_width', '4.5'),
(3727, 3931, '_virtual', 'no'),
(3728, 3931, '_downloadable', 'no'),
(3729, 3931, '_download_limit', '0'),
(3730, 3931, '_download_expiry', '0'),
(3731, 3931, '_stock', '100'),
(3732, 3931, '_stock_status', 'instock'),
(3733, 3931, '_wc_average_rating', '0'),
(3734, 3931, '_wc_review_count', '0'),
(3735, 3931, '_product_version', '6.3.1'),
(3736, 3931, '_price', '290'),
(3737, 3932, '_sku', 'AC009'),
(3738, 3932, '_regular_price', '850'),
(3739, 3932, '_sale_price', '398'),
(3740, 3932, 'total_sales', '0'),
(3741, 3932, '_tax_status', 'taxable'),
(3742, 3932, '_tax_class', ''),
(3743, 3932, '_manage_stock', 'yes'),
(3744, 3932, '_backorders', 'no'),
(3745, 3932, '_sold_individually', 'no'),
(3746, 3932, '_weight', '1.641'),
(3747, 3932, '_length', '15'),
(3748, 3932, '_width', '2.5'),
(3749, 3932, '_height', '9'),
(3750, 3932, '_virtual', 'no'),
(3751, 3932, '_downloadable', 'no'),
(3752, 3932, '_download_limit', '0'),
(3753, 3932, '_download_expiry', '0'),
(3754, 3932, '_stock', '100'),
(3755, 3932, '_stock_status', 'instock'),
(3756, 3932, '_wc_average_rating', '0'),
(3757, 3932, '_wc_review_count', '0'),
(3758, 3932, '_product_version', '6.3.1'),
(3759, 3932, '_price', '398'),
(3760, 3933, '_sku', 'PT002'),
(3761, 3933, '_regular_price', '1920'),
(3762, 3933, '_sale_price', '10'),
(3763, 3933, 'total_sales', '1'),
(3764, 3933, '_tax_status', 'taxable'),
(3765, 3933, '_tax_class', ''),
(3766, 3933, '_manage_stock', 'yes'),
(3767, 3933, '_backorders', 'no'),
(3768, 3933, '_sold_individually', 'no'),
(3769, 3933, '_weight', '0.772'),
(3770, 3933, '_length', '15'),
(3771, 3933, '_width', '9'),
(3772, 3933, '_height', '3'),
(3773, 3933, '_virtual', 'no'),
(3774, 3933, '_downloadable', 'no'),
(3775, 3933, '_download_limit', '0'),
(3776, 3933, '_download_expiry', '0'),
(3777, 3933, '_stock', '99'),
(3778, 3933, '_stock_status', 'instock'),
(3779, 3933, '_wc_average_rating', '0'),
(3780, 3933, '_wc_review_count', '0'),
(3781, 3933, '_product_version', '6.5.0'),
(3782, 3933, '_price', '10'),
(3783, 3934, '_sku', 'OHS007'),
(3784, 3934, '_regular_price', '790'),
(3785, 3934, '_sale_price', '338'),
(3786, 3934, 'total_sales', '0'),
(3787, 3934, '_tax_status', 'taxable'),
(3788, 3934, '_tax_class', ''),
(3789, 3934, '_manage_stock', 'yes'),
(3790, 3934, '_backorders', 'no'),
(3791, 3934, '_sold_individually', 'no'),
(3792, 3934, '_weight', '0.67'),
(3793, 3934, '_length', '20'),
(3794, 3934, '_width', '20'),
(3795, 3934, '_virtual', 'no'),
(3796, 3934, '_downloadable', 'no'),
(3797, 3934, '_download_limit', '0'),
(3798, 3934, '_download_expiry', '0'),
(3799, 3934, '_stock', '100'),
(3800, 3934, '_stock_status', 'instock'),
(3801, 3934, '_wc_average_rating', '0'),
(3802, 3934, '_wc_review_count', '0'),
(3803, 3934, '_product_version', '6.3.1'),
(3804, 3934, '_price', '338'),
(3805, 3935, '_sku', 'OHS002'),
(3806, 3935, '_regular_price', '920'),
(3807, 3935, '_sale_price', '395'),
(3808, 3935, 'total_sales', '0'),
(3809, 3935, '_tax_status', 'taxable'),
(3810, 3935, '_tax_class', ''),
(3811, 3935, '_manage_stock', 'yes'),
(3812, 3935, '_backorders', 'no'),
(3813, 3935, '_sold_individually', 'no'),
(3814, 3935, '_weight', '0.67'),
(3815, 3935, '_length', '20'),
(3816, 3935, '_width', '20'),
(3817, 3935, '_virtual', 'no'),
(3818, 3935, '_downloadable', 'no'),
(3819, 3935, '_download_limit', '0'),
(3820, 3935, '_download_expiry', '0'),
(3821, 3935, '_stock', '100'),
(3822, 3935, '_stock_status', 'instock'),
(3823, 3935, '_wc_average_rating', '0'),
(3824, 3935, '_wc_review_count', '0'),
(3825, 3935, '_product_version', '6.3.1'),
(3826, 3935, '_price', '395'),
(3827, 3936, '_sku', 'AV001'),
(3828, 3936, '_regular_price', '420'),
(3829, 3936, '_sale_price', '182'),
(3830, 3936, 'total_sales', '0'),
(3831, 3936, '_tax_status', 'taxable'),
(3832, 3936, '_tax_class', ''),
(3833, 3936, '_manage_stock', 'yes'),
(3834, 3936, '_backorders', 'no'),
(3835, 3936, '_sold_individually', 'no'),
(3836, 3936, '_weight', '0.16'),
(3837, 3936, '_length', '9'),
(3838, 3936, '_width', '3.5'),
(3839, 3936, '_virtual', 'no'),
(3840, 3936, '_downloadable', 'no'),
(3841, 3936, '_download_limit', '0'),
(3842, 3936, '_download_expiry', '0'),
(3843, 3936, '_stock', '100'),
(3844, 3936, '_stock_status', 'instock'),
(3845, 3936, '_wc_average_rating', '0'),
(3846, 3936, '_wc_review_count', '0'),
(3847, 3936, '_product_version', '6.3.1'),
(3848, 3936, '_price', '182'),
(3849, 3937, '_sku', 'HF001'),
(3850, 3937, '_regular_price', '675'),
(3851, 3937, '_sale_price', '293'),
(3852, 3937, 'total_sales', '0'),
(3853, 3937, '_tax_status', 'taxable'),
(3854, 3937, '_tax_class', ''),
(3855, 3937, '_manage_stock', 'yes'),
(3856, 3937, '_backorders', 'no'),
(3857, 3937, '_sold_individually', 'no'),
(3858, 3937, '_weight', '0.265'),
(3859, 3937, '_length', '12.5'),
(3860, 3937, '_width', '2.5'),
(3861, 3937, '_height', '102'),
(3862, 3937, '_virtual', 'no'),
(3863, 3937, '_downloadable', 'no'),
(3864, 3937, '_download_limit', '0'),
(3865, 3937, '_download_expiry', '0'),
(3866, 3937, '_stock', '100'),
(3867, 3937, '_stock_status', 'instock'),
(3868, 3937, '_wc_average_rating', '0'),
(3869, 3937, '_wc_review_count', '0'),
(3870, 3937, '_product_version', '6.3.1'),
(3871, 3937, '_price', '293'),
(3872, 3938, '_sku', 'HF003'),
(3873, 3938, '_regular_price', '675'),
(3874, 3938, '_sale_price', '286'),
(3875, 3938, 'total_sales', '0'),
(3876, 3938, '_tax_status', 'taxable'),
(3877, 3938, '_tax_class', ''),
(3878, 3938, '_manage_stock', 'yes'),
(3879, 3938, '_backorders', 'no'),
(3880, 3938, '_sold_individually', 'no'),
(3881, 3938, '_weight', '0.27'),
(3882, 3938, '_length', '10.5'),
(3883, 3938, '_width', '2.5'),
(3884, 3938, '_height', '102'),
(3885, 3938, '_virtual', 'no'),
(3886, 3938, '_downloadable', 'no'),
(3887, 3938, '_download_limit', '0'),
(3888, 3938, '_download_expiry', '0'),
(3889, 3938, '_stock', '100'),
(3890, 3938, '_stock_status', 'instock'),
(3891, 3938, '_wc_average_rating', '0'),
(3892, 3938, '_wc_review_count', '0'),
(3893, 3938, '_product_version', '6.3.1'),
(3894, 3938, '_price', '286'),
(3895, 3939, '_sku', 'IR01'),
(3896, 3939, '_regular_price', '810'),
(3897, 3939, '_sale_price', '358'),
(3898, 3939, 'total_sales', '0'),
(3899, 3939, '_tax_status', 'taxable'),
(3900, 3939, '_tax_class', ''),
(3901, 3939, '_manage_stock', 'yes'),
(3902, 3939, '_backorders', 'no'),
(3903, 3939, '_sold_individually', 'no'),
(3904, 3939, '_weight', '0.436'),
(3905, 3939, '_length', '8.5'),
(3906, 3939, '_width', '8'),
(3907, 3939, '_virtual', 'no'),
(3908, 3939, '_downloadable', 'no'),
(3909, 3939, '_download_limit', '0'),
(3910, 3939, '_download_expiry', '0'),
(3911, 3939, '_stock', '100'),
(3912, 3939, '_stock_status', 'instock'),
(3913, 3939, '_wc_average_rating', '0'),
(3914, 3939, '_wc_review_count', '0'),
(3915, 3939, '_product_version', '6.3.1'),
(3916, 3939, '_price', '358'),
(3917, 3940, '_sku', 'IR02'),
(3918, 3940, '_regular_price', '590'),
(3919, 3940, '_sale_price', '260'),
(3920, 3940, 'total_sales', '1'),
(3921, 3940, '_tax_status', 'taxable'),
(3922, 3940, '_tax_class', ''),
(3923, 3940, '_manage_stock', 'yes'),
(3924, 3940, '_backorders', 'no'),
(3925, 3940, '_sold_individually', 'no'),
(3926, 3940, '_weight', '0.21'),
(3927, 3940, '_length', '8.5'),
(3928, 3940, '_width', '11'),
(3929, 3940, '_virtual', 'no'),
(3930, 3940, '_downloadable', 'no'),
(3931, 3940, '_download_limit', '0'),
(3932, 3940, '_download_expiry', '0'),
(3933, 3940, '_stock', '99'),
(3934, 3940, '_stock_status', 'instock'),
(3935, 3940, '_wc_average_rating', '0'),
(3936, 3940, '_wc_review_count', '0'),
(3937, 3940, '_product_version', '6.3.1'),
(3938, 3940, '_price', '260'),
(3939, 3941, '_sku', 'IR03'),
(3940, 3941, '_regular_price', '1200'),
(3941, 3941, '_sale_price', '533'),
(3942, 3941, 'total_sales', '0'),
(3943, 3941, '_tax_status', 'taxable'),
(3944, 3941, '_tax_class', ''),
(3945, 3941, '_manage_stock', 'yes'),
(3946, 3941, '_backorders', 'no'),
(3947, 3941, '_sold_individually', 'no'),
(3948, 3941, '_weight', '0.394'),
(3949, 3941, '_length', '56'),
(3950, 3941, '_width', '7'),
(3951, 3941, '_virtual', 'no'),
(3952, 3941, '_downloadable', 'no'),
(3953, 3941, '_download_limit', '0'),
(3954, 3941, '_download_expiry', '0'),
(3955, 3941, '_stock', '100'),
(3956, 3941, '_stock_status', 'instock'),
(3957, 3941, '_wc_average_rating', '0'),
(3958, 3941, '_wc_review_count', '0'),
(3959, 3941, '_product_version', '6.3.1'),
(3960, 3941, '_price', '533'),
(3961, 3942, '_sku', 'THS002'),
(3962, 3942, '_regular_price', '790'),
(3963, 3942, '_sale_price', '403'),
(3964, 3942, 'total_sales', '0'),
(3965, 3942, '_tax_status', 'taxable'),
(3966, 3942, '_tax_class', ''),
(3967, 3942, '_manage_stock', 'yes'),
(3968, 3942, '_backorders', 'no'),
(3969, 3942, '_sold_individually', 'no'),
(3970, 3942, '_weight', '0.38'),
(3971, 3942, '_length', '21'),
(3972, 3942, '_width', '2.5'),
(3973, 3942, '_height', '102'),
(3974, 3942, '_virtual', 'no'),
(3975, 3942, '_downloadable', 'no'),
(3976, 3942, '_download_limit', '0'),
(3977, 3942, '_download_expiry', '0'),
(3978, 3942, '_stock', '100'),
(3979, 3942, '_stock_status', 'instock'),
(3980, 3942, '_wc_average_rating', '0'),
(3981, 3942, '_wc_review_count', '0'),
(3982, 3942, '_product_version', '6.3.1'),
(3983, 3942, '_price', '403'),
(4043, 18, '_edit_lock', '1652443001:1'),
(4044, 3943, '_wp_attached_file', '2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg'),
(4045, 3943, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:49:\"2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6186825-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"pexels-max-vakhtbovych-6186825-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6186825-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6186825-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"pexels-max-vakhtbovych-6186825-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:44:\"pexels-max-vakhtbovych-6186825-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:38:\"pexels-max-vakhtbovych-6186825-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:39:\"pexels-max-vakhtbovych-6186825-10x7.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6186825-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6186825-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6186825-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6186825-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6186825-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6186825-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:34:\"pexels-max-vakhtbovych-6186825.jpg\";}'),
(4054, 14, '_edit_lock', '1652259299:1'),
(4055, 14, '_edit_last', '1'),
(4056, 14, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(4057, 3948, '_elementor_edit_mode', 'builder'),
(4058, 3948, '_elementor_template_type', 'wp-page'),
(4059, 3948, '_elementor_version', '3.4.4'),
(4060, 3948, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4061, 3948, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-1-1.jpg\",\"id\":3782},\"title\":\"Starting at $59.99 See what else is new from Decor.\",\"subtitle\":\"Introducing The New Surface Furniture.\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2.jpg\",\"id\":91},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kitchenaid Trolly\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Flexible financing on storewide $299.<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Xstore is World\'s largest online marketplace connecting buyers with suppliers.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Electronic (12)\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Fashion (9)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Furniture (15)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Groceries (3)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Clothing\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over $400 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#E95D2A\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-coupon\\\" style=\\\"font-size: 1.2em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Take <\\/span> <span style=\\\"color: #F3E500;\\\">30% off <\\/span> when you spend $240<\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#E95D2A\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_id\":\"f20dc1e\"}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f77e05f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"46fa6e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf473e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Handpicked Products For You\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nice looking XStore Niche Market02 Demo \",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Save up to $100 on select washing machine only.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8aefd2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"298e7765\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"85\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"css_classes\":\"custom-brands\",\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"550baf04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f206fd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore from Premium Brands\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d3c54aa\",\"elType\":\"widget\",\"settings\":{\"slides\":6,\"slides_tablet\":4,\"slides_mobile\":1,\"slider_valign\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_brands\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2443a43\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"37c4391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":20},\"elements\":[{\"id\":\"f4cd25c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"39798fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e51eaed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Popular Blog Post\",\"align\":\"left\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"28242d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ec5e1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2AD1\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"right\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_mobile\":\"hidden-phone\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d32f74f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"64479b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a55f675\",\"elType\":\"widget\",\"settings\":{\"size\":\"417x209\",\"slides\":3,\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"slides_mobile\":1,\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_blog_carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4063, 3948, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4065, 3949, '_elementor_edit_mode', 'builder'),
(4066, 3949, '_elementor_template_type', 'wp-page'),
(4067, 3949, '_elementor_version', '3.4.4'),
(4068, 3949, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4069, 3949, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-1-1.jpg\",\"id\":3782},\"title\":\"Starting at $59.99 See what else is new from Decor.\",\"subtitle\":\"Introducing The New Surface Furniture.\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2.jpg\",\"id\":91},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kitchenaid Trolly\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Flexible financing on storewide $299.<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Xstore is World\'s largest online marketplace connecting buyers with suppliers.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Electronic (12)\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Fashion (9)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Furniture (15)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Groceries (3)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Clothing\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over $400 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#E95D2A\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-coupon\\\" style=\\\"font-size: 1.2em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Take <\\/span> <span style=\\\"color: #F3E500;\\\">30% off <\\/span> when you spend $240<\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#E95D2A\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_id\":\"f20dc1e\"}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f77e05f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"46fa6e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf473e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Handpicked Products For You\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nice looking XStore Niche Market02 Demo \",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Save up to $100 on select washing machine only.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8aefd2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"298e7765\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"85\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"css_classes\":\"custom-brands\",\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"550baf04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f206fd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore from Premium Brands\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d3c54aa\",\"elType\":\"widget\",\"settings\":{\"slides\":6,\"slides_tablet\":4,\"slides_mobile\":1,\"slider_valign\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_brands\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2443a43\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"37c4391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":20},\"elements\":[{\"id\":\"f4cd25c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"39798fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e51eaed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Popular Blog Post\",\"align\":\"left\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"28242d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ec5e1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2AD1\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"right\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_mobile\":\"hidden-phone\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d32f74f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"64479b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a55f675\",\"elType\":\"widget\",\"settings\":{\"size\":\"417x209\",\"slides\":3,\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"slides_mobile\":1,\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_blog_carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4071, 3949, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4073, 3950, '_elementor_edit_mode', 'builder'),
(4074, 3950, '_elementor_template_type', 'wp-page'),
(4075, 3950, '_elementor_version', '3.4.4'),
(4076, 3950, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4077, 3950, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2.jpg\",\"id\":91},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kitchenaid Trolly\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Flexible financing on storewide $299.<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Xstore is World\'s largest online marketplace connecting buyers with suppliers.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Electronic (12)\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Fashion (9)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Furniture (15)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Groceries (3)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Clothing\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over $400 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#E95D2A\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-coupon\\\" style=\\\"font-size: 1.2em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Take <\\/span> <span style=\\\"color: #F3E500;\\\">30% off <\\/span> when you spend $240<\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#E95D2A\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_id\":\"f20dc1e\"}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f77e05f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"46fa6e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf473e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Handpicked Products For You\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nice looking XStore Niche Market02 Demo \",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Save up to $100 on select washing machine only.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8aefd2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"298e7765\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"85\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"css_classes\":\"custom-brands\",\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"550baf04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f206fd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore from Premium Brands\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d3c54aa\",\"elType\":\"widget\",\"settings\":{\"slides\":6,\"slides_tablet\":4,\"slides_mobile\":1,\"slider_valign\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_brands\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2443a43\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"37c4391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":20},\"elements\":[{\"id\":\"f4cd25c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"39798fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e51eaed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Popular Blog Post\",\"align\":\"left\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"28242d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ec5e1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2AD1\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"right\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_mobile\":\"hidden-phone\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d32f74f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"64479b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a55f675\",\"elType\":\"widget\",\"settings\":{\"size\":\"417x209\",\"slides\":3,\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"slides_mobile\":1,\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_blog_carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4079, 3950, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4088, 3952, '_wp_attached_file', '2022/04/pexels-steve-johnson-861414-scaled.jpg'),
(4089, 3952, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1714;s:4:\"file\";s:46:\"2022/04/pexels-steve-johnson-861414-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"pexels-steve-johnson-861414-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"pexels-steve-johnson-861414-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"pexels-steve-johnson-861414-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"pexels-steve-johnson-861414-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"pexels-steve-johnson-861414-1536x1028.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1028;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:41:\"pexels-steve-johnson-861414-2048x1371.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:35:\"pexels-steve-johnson-861414-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:36:\"pexels-steve-johnson-861414-10x7.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"pexels-steve-johnson-861414-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"pexels-steve-johnson-861414-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"pexels-steve-johnson-861414-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"pexels-steve-johnson-861414-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"pexels-steve-johnson-861414-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"pexels-steve-johnson-861414-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:31:\"pexels-steve-johnson-861414.jpg\";}'),
(4090, 6, '_edit_lock', '1648806889:1'),
(4091, 14, '_wp_page_template', 'default'),
(4092, 3954, '_elementor_edit_mode', 'builder'),
(4093, 3954, '_elementor_template_type', 'wp-page'),
(4094, 3954, '_elementor_version', '3.6.1'),
(4095, 3954, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4096, 3954, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2.jpg\",\"id\":91},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kitchenaid Trolly\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Flexible financing on storewide $299.<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Xstore is World\'s largest online marketplace connecting buyers with suppliers.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Electronic (12)\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Fashion (9)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Furniture (15)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Groceries (3)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Clothing\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over $400 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#E95D2A\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-coupon\\\" style=\\\"font-size: 1.2em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Take <\\/span> <span style=\\\"color: #F3E500;\\\">30% off <\\/span> when you spend $240<\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#E95D2A\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_id\":\"f20dc1e\"}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f77e05f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"46fa6e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf473e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Handpicked Products For You\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nice looking XStore Niche Market02 Demo \",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Save up to $100 on select washing machine only.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8aefd2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"298e7765\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"85\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"css_classes\":\"custom-brands\",\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"550baf04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f206fd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore from Premium Brands\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d3c54aa\",\"elType\":\"widget\",\"settings\":{\"slides\":6,\"slides_tablet\":4,\"slides_mobile\":1,\"slider_valign\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_brands\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2443a43\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"37c4391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":20},\"elements\":[{\"id\":\"f4cd25c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"39798fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e51eaed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Popular Blog Post\",\"align\":\"left\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"28242d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ec5e1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2AD1\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"right\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_mobile\":\"hidden-phone\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d32f74f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"64479b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a55f675\",\"elType\":\"widget\",\"settings\":{\"size\":\"417x209\",\"slides\":3,\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"slides_mobile\":1,\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_blog_carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4098, 3954, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4100, 3955, '_elementor_edit_mode', 'builder'),
(4101, 3955, '_elementor_template_type', 'wp-page'),
(4102, 3955, '_elementor_version', '3.6.1'),
(4103, 3955, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4104, 3955, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2.jpg\",\"id\":91},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kitchenaid Trolly\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Flexible financing on storewide $299.<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Xstore is World\'s largest online marketplace connecting buyers with suppliers.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Electronic (12)\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Fashion (9)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Furniture (15)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Groceries (3)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Clothing\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over $400 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#E95D2A\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-coupon\\\" style=\\\"font-size: 1.2em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Take <\\/span> <span style=\\\"color: #F3E500;\\\">30% off <\\/span> when you spend $240<\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#E95D2A\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_id\":\"f20dc1e\"}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f77e05f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"46fa6e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf473e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Handpicked Products For You\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nice looking XStore Niche Market02 Demo \",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Save up to $100 on select washing machine only.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8aefd2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"298e7765\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"85\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"css_classes\":\"custom-brands\",\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"550baf04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f206fd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore from Premium Brands\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d3c54aa\",\"elType\":\"widget\",\"settings\":{\"slides\":6,\"slides_tablet\":4,\"slides_mobile\":1,\"slider_valign\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_brands\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2443a43\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"37c4391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":20},\"elements\":[{\"id\":\"f4cd25c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"39798fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e51eaed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Popular Blog Post\",\"align\":\"left\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"28242d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ec5e1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2AD1\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"right\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_mobile\":\"hidden-phone\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d32f74f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"64479b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a55f675\",\"elType\":\"widget\",\"settings\":{\"size\":\"417x209\",\"slides\":3,\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"slides_mobile\":1,\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_blog_carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4106, 3955, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4108, 3956, '_elementor_edit_mode', 'builder'),
(4109, 3956, '_elementor_template_type', 'wp-page'),
(4110, 3956, '_elementor_version', '3.6.1'),
(4111, 3956, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4112, 3956, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Xstore is World\'s largest online marketplace connecting buyers with suppliers.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Electronic (12)\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Fashion (9)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Furniture (15)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Groceries (3)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Clothing\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over $400 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#E95D2A\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-coupon\\\" style=\\\"font-size: 1.2em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Take <\\/span> <span style=\\\"color: #F3E500;\\\">30% off <\\/span> when you spend $240<\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#E95D2A\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_id\":\"f20dc1e\"}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f77e05f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"46fa6e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf473e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Handpicked Products For You\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nice looking XStore Niche Market02 Demo \",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Save up to $100 on select washing machine only.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8aefd2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"298e7765\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"85\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"css_classes\":\"custom-brands\",\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"550baf04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f206fd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore from Premium Brands\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d3c54aa\",\"elType\":\"widget\",\"settings\":{\"slides\":6,\"slides_tablet\":4,\"slides_mobile\":1,\"slider_valign\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_brands\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2443a43\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"37c4391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":20},\"elements\":[{\"id\":\"f4cd25c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"39798fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e51eaed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Popular Blog Post\",\"align\":\"left\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"28242d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ec5e1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2AD1\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"right\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_mobile\":\"hidden-phone\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d32f74f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"64479b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a55f675\",\"elType\":\"widget\",\"settings\":{\"size\":\"417x209\",\"slides\":3,\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"slides_mobile\":1,\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_blog_carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4114, 3956, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4117, 3957, '_elementor_edit_mode', 'builder'),
(4118, 3957, '_elementor_template_type', 'wp-page'),
(4119, 3957, '_elementor_version', '3.6.1'),
(4120, 3957, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4121, 3957, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Xstore is World\'s largest online marketplace connecting buyers with suppliers.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Electronic (12)\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Fashion (9)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Furniture (15)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Groceries (3)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Clothing\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over $400 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#E95D2A\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-coupon\\\" style=\\\"font-size: 1.2em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Take <\\/span> <span style=\\\"color: #F3E500;\\\">30% off <\\/span> when you spend $240<\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#E95D2A\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_id\":\"f20dc1e\"}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f77e05f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"46fa6e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf473e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Handpicked Products For You\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nice looking XStore Niche Market02 Demo \",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Save up to $100 on select washing machine only.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8aefd2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"298e7765\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"85\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"css_classes\":\"custom-brands\",\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"550baf04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f206fd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore from Premium Brands\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d3c54aa\",\"elType\":\"widget\",\"settings\":{\"slides\":6,\"slides_tablet\":4,\"slides_mobile\":1,\"slider_valign\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_brands\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2443a43\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"37c4391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":20},\"elements\":[{\"id\":\"f4cd25c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"39798fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e51eaed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Popular Blog Post\",\"align\":\"left\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"28242d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ec5e1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2AD1\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"right\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_mobile\":\"hidden-phone\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d32f74f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"64479b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a55f675\",\"elType\":\"widget\",\"settings\":{\"size\":\"417x209\",\"slides\":3,\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"slides_mobile\":1,\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_blog_carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4123, 3957, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4125, 3958, '_elementor_edit_mode', 'builder'),
(4126, 3958, '_elementor_template_type', 'wp-page'),
(4127, 3958, '_elementor_version', '3.6.1'),
(4128, 3958, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4129, 3958, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Xstore is World\'s largest online marketplace connecting buyers with suppliers.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Electronic (12)\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Fashion (9)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Furniture (15)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Groceries (3)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Clothing\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over $400 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#E95D2A\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-coupon\\\" style=\\\"font-size: 1.2em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Take <\\/span> <span style=\\\"color: #F3E500;\\\">30% off <\\/span> when you spend $240<\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#E95D2A\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_id\":\"f20dc1e\"}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f77e05f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"46fa6e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf473e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Handpicked Products For You\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nice looking XStore Niche Market02 Demo \",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Save up to $100 on select washing machine only.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8aefd2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"298e7765\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"85\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"css_classes\":\"custom-brands\",\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"550baf04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f206fd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore from Premium Brands\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d3c54aa\",\"elType\":\"widget\",\"settings\":{\"slides\":6,\"slides_tablet\":4,\"slides_mobile\":1,\"slider_valign\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_brands\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2443a43\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"37c4391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":20},\"elements\":[{\"id\":\"f4cd25c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"39798fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e51eaed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Popular Blog Post\",\"align\":\"left\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"28242d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ec5e1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2AD1\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"right\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_mobile\":\"hidden-phone\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d32f74f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"64479b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a55f675\",\"elType\":\"widget\",\"settings\":{\"size\":\"417x209\",\"slides\":3,\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"slides_mobile\":1,\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_blog_carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4131, 3958, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4133, 3959, '_elementor_edit_mode', 'builder'),
(4134, 3959, '_elementor_template_type', 'wp-page'),
(4135, 3959, '_elementor_version', '3.6.1'),
(4136, 3959, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4137, 3959, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Xstore is World\'s largest online marketplace connecting buyers with suppliers.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Electronic (12)\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Fashion (9)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Furniture (15)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Groceries (3)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Clothing\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f77e05f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"46fa6e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf473e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Handpicked Products For You\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nice looking XStore Niche Market02 Demo \",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Save up to $100 on select washing machine only.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8aefd2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4139, 3959, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4148, 3961, '_elementor_edit_mode', 'builder'),
(4149, 3961, '_elementor_template_type', 'wp-page'),
(4150, 3961, '_elementor_version', '3.6.1'),
(4151, 3961, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4152, 3961, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Xstore is World\'s largest online marketplace connecting buyers with suppliers.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Electronic (12)\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Fashion (9)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Furniture (15)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Groceries (3)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Clothing\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f77e05f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"46fa6e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf473e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Handpicked Products For You\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nice looking XStore Niche Market02 Demo \",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Save up to $100 on select washing machine only.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8aefd2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4154, 3961, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4156, 3962, '_elementor_edit_mode', 'builder'),
(4157, 3962, '_elementor_template_type', 'wp-page'),
(4158, 3962, '_elementor_version', '3.6.1'),
(4159, 3962, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4160, 3962, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Xstore is World\'s largest online marketplace connecting buyers with suppliers.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Electronic (12)\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Fashion (9)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Furniture (15)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Groceries (3)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Clothing\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f77e05f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"46fa6e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf473e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Handpicked Products For You\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nice looking XStore Niche Market02 Demo \",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Save up to $100 on select washing machine only.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8aefd2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4162, 3962, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4164, 3963, '_elementor_edit_mode', 'builder'),
(4165, 3963, '_elementor_template_type', 'wp-page'),
(4166, 3963, '_elementor_version', '3.6.1'),
(4167, 3963, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4168, 3963, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Package\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"et_tab_layout\":\"et-tabs-vertical\"},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Clothing\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f77e05f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"46fa6e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf473e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Handpicked Products For You\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nice looking XStore Niche Market02 Demo \",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Save up to $100 on select washing machine only.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8aefd2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4170, 3963, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4172, 1200, '_edit_lock', '1648808755:1'),
(4173, 3964, '_wp_page_template', 'default'),
(4174, 3964, '_elementor_edit_mode', 'builder'),
(4175, 3964, '_elementor_template_type', 'wp-post'),
(4176, 3964, '_elementor_version', '3.4.3'),
(4177, 3964, '_elementor_data', '[{\"id\":\"cd6773d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"3c397af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b79a768\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-13-min-1.jpg\",\"id\":3810},\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"befa061\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66,\"_inline_size_tablet\":30,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"bc66f19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2c3f9ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% flate on\\nelectronic items\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55ab5b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Save up to $100 on select washing machine only.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1ff61ec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"78e5c6a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"523717f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a20e38\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"6\",\"product_view\":\"mask2\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"product_view_color\":\"white\",\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(4179, 3964, '_elementor_controls_usage', 'a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:2:{s:5:\"order\";i:1;s:5:\"limit\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:1;s:18:\"product_view_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(4188, 1200, '_edit_last', '1'),
(4190, 3966, '_elementor_edit_mode', 'builder'),
(4191, 3966, '_elementor_template_type', 'wp-page'),
(4192, 3966, '_elementor_version', '3.6.1'),
(4193, 3966, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4194, 3966, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Package\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"et_tab_layout\":\"et-tabs-vertical\"},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Clothing\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f77e05f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"46fa6e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf473e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Handpicked Products For You\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nice looking XStore Niche Market02 Demo \",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Save up to $100 on select washing machine only.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8aefd2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4196, 3966, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4198, 3967, '_elementor_edit_mode', 'builder'),
(4199, 3967, '_elementor_template_type', 'wp-page'),
(4200, 3967, '_elementor_version', '3.6.1'),
(4201, 3967, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4202, 3967, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Package\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"et_tab_layout\":\"et-tabs-vertical\"},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Clothing\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f77e05f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"46fa6e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf473e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Handpicked Products For You\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nice looking XStore Niche Market02 Demo \",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Save up to $100 on select washing machine only.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8aefd2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4204, 3967, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4206, 3968, '_elementor_edit_mode', 'builder'),
(4207, 3968, '_elementor_template_type', 'wp-page'),
(4208, 3968, '_elementor_version', '3.6.1'),
(4209, 3968, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4210, 3968, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Package\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Clothing\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f77e05f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"46fa6e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf473e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Handpicked Products For You\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nice looking XStore Niche Market02 Demo \",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Save up to $100 on select washing machine only.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8aefd2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4212, 3968, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4215, 3969, '_elementor_edit_mode', 'builder'),
(4216, 3969, '_elementor_template_type', 'wp-page'),
(4217, 3969, '_elementor_version', '3.6.1'),
(4218, 3969, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4219, 3969, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Package\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Clothing\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f77e05f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"46fa6e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf473e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Handpicked Products For You\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nice looking XStore Niche Market02 Demo \",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Save up to $100 on select washing machine only.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8aefd2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4221, 3969, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4223, 3970, '_elementor_edit_mode', 'builder'),
(4224, 3970, '_elementor_template_type', 'wp-page'),
(4225, 3970, '_elementor_version', '3.6.1'),
(4226, 3970, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4227, 3970, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Package\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Clothing\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f77e05f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"46fa6e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf473e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Handpicked Products For You\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nice looking XStore Niche Market02 Demo \",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Save up to $100 on select washing machine only.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8aefd2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4229, 3970, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4231, 3971, '_elementor_edit_mode', 'builder'),
(4232, 3971, '_elementor_template_type', 'wp-page'),
(4233, 3971, '_elementor_version', '3.6.1'),
(4234, 3971, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4235, 3971, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Package\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4237, 3971, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4241, 3873, '_wp_old_date', '2022-03-30'),
(4242, 3873, '_menu-item-item_visibility', 'all'),
(4243, 3874, '_wp_old_date', '2022-03-30'),
(4244, 3874, '_menu-item-item_visibility', 'all'),
(4245, 3875, '_wp_old_date', '2022-03-30'),
(4246, 3875, '_menu-item-item_visibility', 'all'),
(4247, 3876, '_wp_old_date', '2022-03-30'),
(4248, 3876, '_menu-item-item_visibility', 'all'),
(4250, 17, '_edit_lock', '1648810914:1'),
(4251, 9, '_edit_lock', '1648810932:1'),
(4254, 3974, '_wp_attached_file', '2022/04/logo.png'),
(4255, 3974, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:227;s:6:\"height\";i:222;s:4:\"file\";s:16:\"2022/04/logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:12:\"logo-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:14:\"logo-10x10.png\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4260, 3976, '_menu_item_type', 'taxonomy'),
(4261, 3976, '_menu_item_menu_item_parent', '0'),
(4262, 3976, '_menu_item_object_id', '86'),
(4263, 3976, '_menu_item_object', 'product_cat'),
(4264, 3976, '_menu_item_target', ''),
(4265, 3976, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4266, 3976, '_menu_item_xfn', ''),
(4267, 3976, '_menu_item_url', ''),
(4269, 3976, '_menu-item-disable_titles', '0'),
(4270, 3976, '_menu-item-open_by_click', '0'),
(4271, 3977, '_menu_item_type', 'taxonomy'),
(4272, 3977, '_menu_item_menu_item_parent', '0'),
(4273, 3977, '_menu_item_object_id', '88'),
(4274, 3977, '_menu_item_object', 'product_cat'),
(4275, 3977, '_menu_item_target', ''),
(4276, 3977, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4277, 3977, '_menu_item_xfn', ''),
(4278, 3977, '_menu_item_url', ''),
(4280, 3977, '_menu-item-disable_titles', '0'),
(4281, 3977, '_menu-item-open_by_click', '0'),
(4282, 3978, '_menu_item_type', 'taxonomy'),
(4283, 3978, '_menu_item_menu_item_parent', '0'),
(4284, 3978, '_menu_item_object_id', '83'),
(4285, 3978, '_menu_item_object', 'product_cat'),
(4286, 3978, '_menu_item_target', ''),
(4287, 3978, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4288, 3978, '_menu_item_xfn', ''),
(4289, 3978, '_menu_item_url', ''),
(4291, 3978, '_menu-item-disable_titles', '0'),
(4292, 3978, '_menu-item-open_by_click', '0'),
(4293, 3979, '_menu_item_type', 'taxonomy'),
(4294, 3979, '_menu_item_menu_item_parent', '0'),
(4295, 3979, '_menu_item_object_id', '87'),
(4296, 3979, '_menu_item_object', 'product_cat'),
(4297, 3979, '_menu_item_target', ''),
(4298, 3979, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4299, 3979, '_menu_item_xfn', ''),
(4300, 3979, '_menu_item_url', ''),
(4302, 3979, '_menu-item-disable_titles', '0'),
(4303, 3979, '_menu-item-open_by_click', '0'),
(4304, 3980, '_menu_item_type', 'taxonomy'),
(4305, 3980, '_menu_item_menu_item_parent', '0'),
(4306, 3980, '_menu_item_object_id', '93'),
(4307, 3980, '_menu_item_object', 'product_cat'),
(4308, 3980, '_menu_item_target', ''),
(4309, 3980, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4310, 3980, '_menu_item_xfn', ''),
(4311, 3980, '_menu_item_url', ''),
(4313, 3980, '_menu-item-disable_titles', '0'),
(4314, 3980, '_menu-item-open_by_click', '0'),
(4315, 3981, '_menu_item_type', 'taxonomy'),
(4316, 3981, '_menu_item_menu_item_parent', '0'),
(4317, 3981, '_menu_item_object_id', '92'),
(4318, 3981, '_menu_item_object', 'product_cat'),
(4319, 3981, '_menu_item_target', ''),
(4320, 3981, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4321, 3981, '_menu_item_xfn', ''),
(4322, 3981, '_menu_item_url', ''),
(4324, 3981, '_menu-item-disable_titles', '0'),
(4325, 3981, '_menu-item-open_by_click', '0'),
(4326, 3982, '_menu_item_type', 'taxonomy'),
(4327, 3982, '_menu_item_menu_item_parent', '0'),
(4328, 3982, '_menu_item_object_id', '84'),
(4329, 3982, '_menu_item_object', 'product_cat'),
(4330, 3982, '_menu_item_target', ''),
(4331, 3982, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4332, 3982, '_menu_item_xfn', ''),
(4333, 3982, '_menu_item_url', ''),
(4335, 3982, '_menu-item-disable_titles', '0'),
(4336, 3982, '_menu-item-open_by_click', '0'),
(4337, 3983, '_menu_item_type', 'taxonomy'),
(4338, 3983, '_menu_item_menu_item_parent', '0'),
(4339, 3983, '_menu_item_object_id', '90'),
(4340, 3983, '_menu_item_object', 'product_cat'),
(4341, 3983, '_menu_item_target', ''),
(4342, 3983, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4343, 3983, '_menu_item_xfn', ''),
(4344, 3983, '_menu_item_url', ''),
(4346, 3983, '_menu-item-disable_titles', '0'),
(4347, 3983, '_menu-item-open_by_click', '0'),
(4348, 3984, '_menu_item_type', 'taxonomy'),
(4349, 3984, '_menu_item_menu_item_parent', '0'),
(4350, 3984, '_menu_item_object_id', '85'),
(4351, 3984, '_menu_item_object', 'product_cat'),
(4352, 3984, '_menu_item_target', ''),
(4353, 3984, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4354, 3984, '_menu_item_xfn', ''),
(4355, 3984, '_menu_item_url', ''),
(4357, 3984, '_menu-item-disable_titles', '0'),
(4358, 3984, '_menu-item-open_by_click', '0'),
(4359, 3985, '_menu_item_type', 'taxonomy'),
(4360, 3985, '_menu_item_menu_item_parent', '0'),
(4361, 3985, '_menu_item_object_id', '15'),
(4362, 3985, '_menu_item_object', 'product_cat'),
(4363, 3985, '_menu_item_target', ''),
(4364, 3985, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4365, 3985, '_menu_item_xfn', ''),
(4366, 3985, '_menu_item_url', ''),
(4368, 3985, '_menu-item-disable_titles', '0'),
(4369, 3985, '_menu-item-open_by_click', '0'),
(4370, 3986, '_menu_item_type', 'taxonomy'),
(4371, 3986, '_menu_item_menu_item_parent', '0'),
(4372, 3986, '_menu_item_object_id', '89'),
(4373, 3986, '_menu_item_object', 'product_cat'),
(4374, 3986, '_menu_item_target', ''),
(4375, 3986, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4376, 3986, '_menu_item_xfn', ''),
(4377, 3986, '_menu_item_url', ''),
(4379, 3986, '_menu-item-disable_titles', '0'),
(4380, 3986, '_menu-item-open_by_click', '0'),
(4381, 3987, '_menu_item_type', 'taxonomy'),
(4382, 3987, '_menu_item_menu_item_parent', '0'),
(4383, 3987, '_menu_item_object_id', '91'),
(4384, 3987, '_menu_item_object', 'product_cat'),
(4385, 3987, '_menu_item_target', ''),
(4386, 3987, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4387, 3987, '_menu_item_xfn', ''),
(4388, 3987, '_menu_item_url', ''),
(4390, 3987, '_menu-item-disable_titles', '0'),
(4391, 3987, '_menu-item-open_by_click', '0'),
(4392, 3976, '_menu-item-item_visibility', 'all'),
(4393, 3977, '_menu-item-item_visibility', 'all'),
(4394, 3978, '_menu-item-item_visibility', 'all'),
(4395, 3979, '_menu-item-item_visibility', 'all'),
(4396, 3980, '_menu-item-item_visibility', 'all'),
(4397, 3981, '_menu-item-item_visibility', 'all'),
(4398, 3982, '_menu-item-item_visibility', 'all'),
(4399, 3983, '_menu-item-item_visibility', 'all'),
(4400, 3984, '_menu-item-item_visibility', 'all'),
(4401, 3985, '_menu-item-item_visibility', 'all'),
(4402, 3986, '_menu-item-item_visibility', 'all'),
(4403, 3987, '_menu-item-item_visibility', 'all'),
(4433, 3996, '_wp_attached_file', '2022/04/bathroom-g2b96ba125_1280.jpg'),
(4434, 3996, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:36:\"2022/04/bathroom-g2b96ba125_1280.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"bathroom-g2b96ba125_1280-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"bathroom-g2b96ba125_1280-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"bathroom-g2b96ba125_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"bathroom-g2b96ba125_1280-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:32:\"bathroom-g2b96ba125_1280-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:33:\"bathroom-g2b96ba125_1280-10x6.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:6;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"bathroom-g2b96ba125_1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"bathroom-g2b96ba125_1280-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"bathroom-g2b96ba125_1280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"bathroom-g2b96ba125_1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"bathroom-g2b96ba125_1280-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"bathroom-g2b96ba125_1280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4435, 3997, '_wp_attached_file', '2022/04/bathroom-g710c29298_1920.jpg'),
(4436, 3997, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:36:\"2022/04/bathroom-g710c29298_1920.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"bathroom-g710c29298_1920-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"bathroom-g710c29298_1920-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"bathroom-g710c29298_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"bathroom-g710c29298_1920-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"bathroom-g710c29298_1920-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:32:\"bathroom-g710c29298_1920-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:33:\"bathroom-g710c29298_1920-10x6.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:6;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"bathroom-g710c29298_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"bathroom-g710c29298_1920-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"bathroom-g710c29298_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"bathroom-g710c29298_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"bathroom-g710c29298_1920-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"bathroom-g710c29298_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4437, 3998, '_elementor_edit_mode', 'builder'),
(4438, 3998, '_elementor_template_type', 'wp-page'),
(4439, 3998, '_elementor_version', '3.6.1'),
(4440, 3998, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4441, 3998, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Package\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4443, 3998, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4445, 3999, '_elementor_edit_mode', 'builder'),
(4446, 3999, '_elementor_template_type', 'wp-page'),
(4447, 3999, '_elementor_version', '3.6.1'),
(4448, 3999, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4449, 3999, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Package\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4451, 3999, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4453, 4000, '_elementor_edit_mode', 'builder'),
(4454, 4000, '_elementor_template_type', 'wp-page'),
(4455, 4000, '_elementor_version', '3.6.1'),
(4456, 4000, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4457, 4000, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d48278a\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Remarkably Unique\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Button Title\",\"type\":\"2\",\"etheme_parallax_type\":\"hover_effects\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4459, 4000, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4462, 4001, '_elementor_edit_mode', 'builder'),
(4463, 4001, '_elementor_template_type', 'wp-page'),
(4464, 4001, '_elementor_version', '3.6.1'),
(4465, 4001, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4466, 4001, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d48278a\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Remarkably Unique\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Button Title\",\"type\":\"2\",\"etheme_parallax_type\":\"hover_effects\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4468, 4001, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4470, 4002, '_elementor_edit_mode', 'builder'),
(4471, 4002, '_elementor_template_type', 'wp-page'),
(4472, 4002, '_elementor_version', '3.6.1'),
(4473, 4002, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4474, 4002, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d48278a\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Remarkably Unique\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Button Title\",\"type\":\"2\",\"etheme_parallax_type\":\"hover_effects\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4476, 4002, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4478, 4003, '_elementor_edit_mode', 'builder'),
(4479, 4003, '_elementor_template_type', 'wp-page'),
(4480, 4003, '_elementor_version', '3.6.1'),
(4481, 4003, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4482, 4003, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d48278a\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Remarkably Unique\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Shop Now\",\"type\":\"2\",\"etheme_parallax_type\":\"hover_effects\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4484, 4003, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4495, 4005, '_wp_attached_file', '2022/04/faucet-g4c755f825_1920.jpg'),
(4496, 4005, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:4:\"file\";s:34:\"2022/04/faucet-g4c755f825_1920.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"faucet-g4c755f825_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"faucet-g4c755f825_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"faucet-g4c755f825_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"faucet-g4c755f825_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"faucet-g4c755f825_1920-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:30:\"faucet-g4c755f825_1920-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:31:\"faucet-g4c755f825_1920-10x7.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"faucet-g4c755f825_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"faucet-g4c755f825_1920-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"faucet-g4c755f825_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"faucet-g4c755f825_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"faucet-g4c755f825_1920-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"faucet-g4c755f825_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4497, 4006, '_elementor_edit_mode', 'builder'),
(4498, 4006, '_elementor_template_type', 'wp-page'),
(4499, 4006, '_elementor_version', '3.6.1'),
(4500, 4006, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4501, 4006, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d48278a\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Remarkably Unique\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Shop Now\",\"type\":\"2\",\"etheme_parallax_type\":\"hover_effects\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4503, 4006, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4505, 4007, '_elementor_edit_mode', 'builder'),
(4506, 4007, '_elementor_template_type', 'wp-page'),
(4507, 4007, '_elementor_version', '3.6.1'),
(4508, 4007, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4509, 4007, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d48278a\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Remarkably Unique\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Shop Now\",\"type\":\"2\",\"etheme_parallax_type\":\"hover_effects\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4511, 4007, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4513, 4008, '_elementor_edit_mode', 'builder'),
(4514, 4008, '_elementor_template_type', 'wp-page'),
(4515, 4008, '_elementor_version', '3.6.1'),
(4516, 4008, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4517, 4008, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d48278a\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Remarkably Unique\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"type\":\"2\",\"etheme_parallax_type\":\"hover_effects\",\"etheme_parallax_scroll_y\":-80,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4519, 4008, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4522, 4009, '_elementor_edit_mode', 'builder'),
(4523, 4009, '_elementor_template_type', 'wp-page'),
(4524, 4009, '_elementor_version', '3.6.1'),
(4525, 4009, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4526, 4009, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d48278a\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Remarkably Unique\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"type\":\"2\",\"etheme_parallax_type\":\"hover_effects\",\"etheme_parallax_scroll_y\":-80,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4528, 4009, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4530, 4010, '_elementor_edit_mode', 'builder'),
(4531, 4010, '_elementor_template_type', 'wp-page'),
(4532, 4010, '_elementor_version', '3.6.1'),
(4533, 4010, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4534, 4010, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d48278a\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Remarkably Unique\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"type\":\"2\",\"etheme_parallax_type\":\"hover_effects\",\"etheme_parallax_scroll_y\":-80,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4536, 4010, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4538, 4011, '_elementor_edit_mode', 'builder'),
(4539, 4011, '_elementor_template_type', 'wp-page'),
(4540, 4011, '_elementor_version', '3.6.1'),
(4541, 4011, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4542, 4011, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d48278a\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Remarkably Unique\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"type\":\"2\",\"etheme_parallax_type\":\"hover_effects\",\"etheme_parallax_scroll_y\":-80,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_offset_y\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4544, 4011, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4546, 4012, '_elementor_edit_mode', 'builder'),
(4547, 4012, '_elementor_template_type', 'wp-page'),
(4548, 4012, '_elementor_version', '3.6.1'),
(4549, 4012, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4550, 4012, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d48278a\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Remarkably Unique\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"type\":\"2\",\"etheme_parallax_type\":\"hover_effects\",\"etheme_parallax_scroll_y\":-80,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_offset_y\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4552, 4012, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4562, 4014, '_elementor_edit_mode', 'builder'),
(4563, 4014, '_elementor_template_type', 'wp-page'),
(4564, 4014, '_elementor_version', '3.6.1'),
(4565, 4014, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4566, 4014, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d48278a\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Remarkably Unique\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"type\":\"2\",\"etheme_parallax_type\":\"hover_effects\",\"etheme_parallax_scroll_y\":-80,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_offset_y\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4568, 4014, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4570, 4015, '_elementor_edit_mode', 'builder'),
(4571, 4015, '_elementor_template_type', 'wp-page'),
(4572, 4015, '_elementor_version', '3.6.1'),
(4573, 4015, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4574, 4015, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d48278a\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Remarkably Unique\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"type\":\"2\",\"title_typography_typography\":\"custom\",\"title_background_color_stop\":{\"unit\":\"%\",\"size\":4,\"sizes\":[]},\"title_space\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"etheme_parallax_type\":\"hover_effects\",\"etheme_parallax_scroll_y\":-80,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_offset_y\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4576, 4015, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4586, 4017, '_wp_attached_file', '2022/04/pexels-skitterphoto-349749-scaled.jpg'),
(4587, 4017, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1696;s:4:\"file\";s:45:\"2022/04/pexels-skitterphoto-349749-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"pexels-skitterphoto-349749-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"pexels-skitterphoto-349749-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"pexels-skitterphoto-349749-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"pexels-skitterphoto-349749-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"pexels-skitterphoto-349749-1536x1017.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1017;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:40:\"pexels-skitterphoto-349749-2048x1356.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:34:\"pexels-skitterphoto-349749-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:35:\"pexels-skitterphoto-349749-10x7.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"pexels-skitterphoto-349749-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"pexels-skitterphoto-349749-600x397.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"pexels-skitterphoto-349749-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"pexels-skitterphoto-349749-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"pexels-skitterphoto-349749-600x397.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"pexels-skitterphoto-349749-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:30:\"pexels-skitterphoto-349749.jpg\";}'),
(4589, 4018, '_wp_attached_file', '2022/04/pexels-la-miko-3616774-scaled.jpg'),
(4590, 4018, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:41:\"2022/04/pexels-la-miko-3616774-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"pexels-la-miko-3616774-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"pexels-la-miko-3616774-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"pexels-la-miko-3616774-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"pexels-la-miko-3616774-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"pexels-la-miko-3616774-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:36:\"pexels-la-miko-3616774-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:30:\"pexels-la-miko-3616774-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:31:\"pexels-la-miko-3616774-7x10.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"pexels-la-miko-3616774-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"pexels-la-miko-3616774-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"pexels-la-miko-3616774-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"pexels-la-miko-3616774-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"pexels-la-miko-3616774-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"pexels-la-miko-3616774-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:26:\"pexels-la-miko-3616774.jpg\";}'),
(4593, 4019, '_elementor_edit_mode', 'builder'),
(4594, 4019, '_elementor_template_type', 'wp-page'),
(4595, 4019, '_elementor_version', '3.6.1'),
(4596, 4019, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4597, 4019, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d48278a\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Remarkably Unique\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"type\":\"2\",\"title_typography_typography\":\"custom\",\"title_background_color_stop\":{\"unit\":\"%\",\"size\":4,\"sizes\":[]},\"title_space\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"etheme_parallax_type\":\"hover_effects\",\"etheme_parallax_scroll_y\":-80,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_offset_y\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4599, 4019, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4601, 4020, '_elementor_edit_mode', 'builder'),
(4602, 4020, '_elementor_template_type', 'wp-page'),
(4603, 4020, '_elementor_version', '3.6.1'),
(4604, 4020, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4605, 4020, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d48278a\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Remarkably Unique\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"type\":\"2\",\"title_typography_typography\":\"custom\",\"title_background_color_stop\":{\"unit\":\"%\",\"size\":4,\"sizes\":[]},\"title_space\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"etheme_parallax_type\":\"hover_effects\",\"etheme_parallax_scroll_y\":-80,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_offset_y\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4607, 4020, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4609, 4021, '_elementor_edit_mode', 'builder'),
(4610, 4021, '_elementor_template_type', 'wp-page'),
(4611, 4021, '_elementor_version', '3.6.1'),
(4612, 4021, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4613, 4021, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Kitchen Mixer Faucet upto 60% off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"e80ffc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3962cf5\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4615, 4021, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4623, 4024, '_elementor_edit_mode', 'builder'),
(4624, 4024, '_elementor_template_type', 'wp-page'),
(4625, 4024, '_elementor_version', '3.6.1'),
(4626, 4024, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4627, 4024, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Kitchen Mixer Faucet upto 60% off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"e80ffc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3962cf5\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4629, 4024, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4631, 4025, '_elementor_edit_mode', 'builder'),
(4632, 4025, '_elementor_template_type', 'wp-page'),
(4633, 4025, '_elementor_version', '3.6.1'),
(4634, 4025, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4635, 4025, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Kitchen Mixer Faucet upto 60% off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"e80ffc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3962cf5\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4637, 4025, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4639, 4026, '_elementor_edit_mode', 'builder'),
(4640, 4026, '_elementor_template_type', 'wp-page'),
(4641, 4026, '_elementor_version', '3.6.1'),
(4642, 4026, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4643, 4026, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Kitchen Mixer Faucet upto 60% off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"964cab2\",\"elType\":\"widget\",\"settings\":{\"graphic_element_a\":\"image\",\"title_a\":\"Kitchen Mixer\",\"description_a\":\"\",\"button_a_text\":\"Button\",\"graphic_element_b\":\"image\",\"title_b\":\"Bathroom\",\"description_b\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_flipbox\"}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4645, 4026, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4648, 4027, '_elementor_edit_mode', 'builder'),
(4649, 4027, '_elementor_template_type', 'wp-page'),
(4650, 4027, '_elementor_version', '3.6.1'),
(4651, 4027, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4652, 4027, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Kitchen Mixer Faucet upto 60% off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"964cab2\",\"elType\":\"widget\",\"settings\":{\"graphic_element_a\":\"image\",\"title_a\":\"Kitchen Mixer\",\"description_a\":\"\",\"button_a_text\":\"Button\",\"graphic_element_b\":\"image\",\"title_b\":\"Bathroom\",\"description_b\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_flipbox\"}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4654, 4027, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4656, 4028, '_elementor_edit_mode', 'builder'),
(4657, 4028, '_elementor_template_type', 'wp-page'),
(4658, 4028, '_elementor_version', '3.6.1'),
(4659, 4028, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4660, 4028, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Kitchen Mixer Faucet upto 60% off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"964cab2\",\"elType\":\"widget\",\"settings\":{\"graphic_element_a\":\"image\",\"title_a\":\"Kitchen Mixer\",\"description_a\":\"\",\"button_a_text\":\"Button\",\"graphic_element_b\":\"image\",\"title_b\":\"Bathroom\",\"description_b\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_flipbox\"}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4662, 4028, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4664, 4029, '_elementor_edit_mode', 'builder'),
(4665, 4029, '_elementor_template_type', 'wp-page'),
(4666, 4029, '_elementor_version', '3.6.1'),
(4667, 4029, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4668, 4029, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Kitchen Mixer Faucet upto 60% off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"964cab2\",\"elType\":\"widget\",\"settings\":{\"graphic_element_a\":\"image\",\"title_a\":\"Kitchen Mixer\",\"description_a\":\"\",\"button_a_text\":\"Button\",\"graphic_element_b\":\"image\",\"title_b\":\"Bathroom\",\"description_b\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_flipbox\"}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4670, 4029, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4673, 48, '_edit_lock', '1651830062:1'),
(4682, 48, '_edit_last', '1'),
(4691, 4032, '_elementor_edit_mode', 'builder'),
(4692, 4032, '_elementor_template_type', 'wp-page'),
(4693, 4032, '_elementor_version', '3.6.1'),
(4694, 4032, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4695, 4032, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Kitchen Mixer Faucet upto 60% off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"964cab2\",\"elType\":\"widget\",\"settings\":{\"graphic_element_a\":\"image\",\"title_a\":\"Kitchen Mixer\",\"description_a\":\"\",\"button_a_text\":\"Button\",\"graphic_element_b\":\"image\",\"title_b\":\"Bathroom\",\"description_b\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_flipbox\"}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4697, 4032, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4699, 4033, '_elementor_edit_mode', 'builder'),
(4700, 4033, '_elementor_template_type', 'wp-page'),
(4701, 4033, '_elementor_version', '3.6.1'),
(4702, 4033, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4703, 4033, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Kitchen Mixer Faucet upto 60% off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"964cab2\",\"elType\":\"widget\",\"settings\":{\"graphic_element_a\":\"image\",\"title_a\":\"Kitchen Mixer\",\"description_a\":\"\",\"button_a_text\":\"Button\",\"graphic_element_b\":\"image\",\"title_b\":\"Bathroom\",\"description_b\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_flipbox\"}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4705, 4033, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4707, 4034, '_elementor_edit_mode', 'builder'),
(4708, 4034, '_elementor_template_type', 'wp-page'),
(4709, 4034, '_elementor_version', '3.6.1'),
(4710, 4034, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4711, 4034, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Kitchen Mixer Faucet upto 60% off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"964cab2\",\"elType\":\"widget\",\"settings\":{\"graphic_element_a\":\"image\",\"title_a\":\"Kitchen Mixer\",\"description_a\":\"\",\"button_a_text\":\"Button\",\"graphic_element_b\":\"image\",\"title_b\":\"Bathroom\",\"description_b\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_flipbox\"}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4713, 4034, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(4721, 211, '_edit_lock', '1649835470:1'),
(4724, 4037, '_wp_attached_file', '2022/04/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4'),
(4725, 4037, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:12198269;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:77;s:16:\"length_formatted\";s:4:\"1:17\";s:5:\"width\";i:848;s:6:\"height\";i:480;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:-2082844800;}'),
(4726, 4038, '_wp_attached_file', '2022/04/WhatsApp-Video-2022-04-04-at-1.24.22-PM.mp4'),
(4727, 4038, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:1630122;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:13;s:16:\"length_formatted\";s:4:\"0:13\";s:5:\"width\";i:640;s:6:\"height\";i:352;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:-2082844800;}'),
(4737, 4040, '_wp_attached_file', '2022/04/WhatsApp-Video-2022-04-04-at-1.24.22-PM-1.mp4'),
(4738, 4040, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:1630122;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:13;s:16:\"length_formatted\";s:4:\"0:13\";s:5:\"width\";i:640;s:6:\"height\";i:352;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:-2082844800;}'),
(4739, 4041, '_wp_attached_file', '2022/04/WhatsApp-Video-2022-04-04-at-1.24.22-PM-2.mp4'),
(4740, 4041, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:1630122;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:13;s:16:\"length_formatted\";s:4:\"0:13\";s:5:\"width\";i:640;s:6:\"height\";i:352;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:-2082844800;}'),
(4741, 4042, '_wp_attached_file', '2022/04/WhatsApp-Video-2022-04-04-at-1.24.22-PM-3.mp4'),
(4742, 4042, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:1630122;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:13;s:16:\"length_formatted\";s:4:\"0:13\";s:5:\"width\";i:640;s:6:\"height\";i:352;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:-2082844800;}'),
(4743, 4043, '_wp_attached_file', '2022/04/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4'),
(4744, 4043, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:1630122;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:13;s:16:\"length_formatted\";s:4:\"0:13\";s:5:\"width\";i:640;s:6:\"height\";i:352;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:-2082844800;}'),
(4745, 4044, '_elementor_edit_mode', 'builder'),
(4746, 4044, '_elementor_template_type', 'wp-page'),
(4747, 4044, '_elementor_version', '3.4.4'),
(4748, 4044, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4749, 4044, '_elementor_data', '[{\"id\":\"be6e391\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-10.jpg\",\"id\":234},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"70e8bc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18},\"elements\":[{\"id\":\"56f7193\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"title_color\":\"#222222\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff2821\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Passion may be a friendly or eager interest in or admiration for a proposal,\\ncause, discovery, or activity or love to a feeling of excitement.\",\"align\":\"center\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a7320\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"75\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"xstore_element_custom_css\":\".elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {\\n    margin-bottom: 10px;\\n}\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"461a0e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e92920b\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Free Shipping Worldwide\",\"description_text\":\"Our products are free in delivery\\nafter shopping on $999\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-5.jpg\",\"id\":225},\"image_space\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"24851c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"b9f9143\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Weekly Gifts Members\",\"description_text\":\"We are your one-stop shop for\\nnationwide online store.\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1-1.jpg\",\"id\":222},\"image_space\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"dcba657\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"300ba69\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Money Back Guarantee\",\"description_text\":\"Start saving straight away with\\ndiscount offer on items.\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2-1.jpg\",\"id\":223},\"image_space\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"e92ea82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e18c6f7\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"24\\/7 Supermarket Help\",\"description_text\":\"We work for all customer to make\\nsatisfied shoppers value.\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3-1.jpg\",\"id\":224},\"image_space\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7622d88\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"css_classes\":\"what-we-do-block\",\"xstore_element_custom_css\":\".what-we-do-block .elementor-widget-image-box .elementor-image-box-content {\\n    border: 2px solid #EBEBEB;\\n    margin-top: -5px;\\n    padding: 30px;\\n}\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"74e3adb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"6e45ed7\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"What Do We Do?\",\"description_text\":\"Sed ut perspiciatis unde omnis iste natu errorit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae inventore\\nveritatis et quasi architecto\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-9.jpg\",\"id\":232},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"17c0830\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"b5c6409\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Mission & Vision\",\"description_text\":\"It is a long established fact that a reader will be distracted by the readables content of a page when looking layout. The point of using Lorem Ipsum\\nthat has a more-or-less norma.\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-1.jpg\",\"id\":226},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d2f1b64\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"e67149c\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"History Of Us\",\"description_text\":\"There are many variation of passage of Lorem available, but the majiority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slight believable.\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-1.jpg\",\"id\":227},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f2ebe0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Map.png\",\"id\":241},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0f28f26\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"28bb5e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"956+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"776a347\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Employee Empowered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"97a9600\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"abbe64a\",\"elType\":\"widget\",\"settings\":{\"title\":\"10M\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4143d11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Worldwide Distributors\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1e4a070\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"19e7563\",\"elType\":\"widget\",\"settings\":{\"title\":\"7550+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87c3555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Receive Daily Ordered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2d05634\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"306bd8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"80%\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10fc84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get Growth Per Year\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"38ee321\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"cac7b72\",\"elType\":\"widget\",\"settings\":{\"title\":\"2150+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c107dc1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Overall Top Brands\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b4e0eeb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"601bef2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":76},\"elements\":[{\"id\":\"dd46741\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"70\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"cbf3329\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":28,\"_inline_size_tablet\":40,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7572b76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Client Testimonial\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6e0766f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":72.017,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"045f9d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is a long established fact that a reader will be distracted by the readables content of a page when ooking layout. The point of using its Lorem Ipsum that has a more-or-less. Is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable.\",\"text_color\":\"#888888\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4b9eb7\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"4e9735c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"25b5719\",\"elType\":\"widget\",\"settings\":{\"image_position\":\"left\",\"testimonials_tab\":[{\"name\":\"Judith Mckinney\",\"content\":\"This is by far the best theme on Themeforest. It adapts to a lot of the plugins, and their customer support is great. I really love this theme! Thanks 8theme.\",\"country\":\"Seychelles\",\"_id\":\"722f5eb\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Avatar.jpg\",\"id\":217},\"rating\":\"5\"},{\"name\":\"Brandon Pena\",\"content\":\"Best support! Thank you very much for you help and fast response. Definetly I will choose xsore for one of the next projects.\",\"country\":\"Benin\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Avatar-1.jpg\",\"id\":216},\"rating\":\"5\",\"_id\":\"606396c\"}],\"slider_spacing\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"slides\":2,\"navigation_style\":\"style-4\",\"navigation_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"25\",\"left\":\"65\",\"isLinked\":false},\"size\":\"full\",\"image_max_width\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"rating_color\":\"#FDD835\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"content_wrapper_color\":\"#888888\",\"content_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"name_typography_font_weight\":\"bold\",\"name_typography_text_transform\":\"uppercase\",\"name_color\":\"#000000\",\"name_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"country_typography_typography\":\"custom\",\"country_typography_font_family\":\"Roboto\",\"country_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"country_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"country_color\":\"#888888\",\"slides_tablet\":1,\"slides_mobile\":1,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navigation_type\":\"archery\",\"advanced_nav_color\":\"#000000\",\"advanced_nav_color_hover\":\"#333333\",\"slides_per_view\":\"2\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5a4a7f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-3-1.jpg\",\"id\":228},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7249050\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"006e393\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"08269c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":35},\"elements\":[{\"id\":\"f2235cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Our Executive Members\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4217669\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"structure\":\"50\"},\"elements\":[{\"id\":\"ba658d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"78c2d4e\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Thomas Jacky\",\"email\":\"\",\"position\":\"CEO\\/Founder\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Box.jpg\",\"id\":219},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true},{\"id\":\"6715dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e708e68\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Anna Baranov \",\"email\":\"\",\"position\":\"Support Boss\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-4-1.jpg\",\"id\":229},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true},{\"id\":\"3d297cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"ce23a0a\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Andre Kowalsy \",\"email\":\"\",\"position\":\"Client Care Taker\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-5-1.jpg\",\"id\":230},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true},{\"id\":\"706eeab\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"bd8dc97\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Susan McCain \",\"email\":\"\",\"position\":\"Packaging Girl\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6-1.jpg\",\"id\":231},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true},{\"id\":\"028ba7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"6f7d6aa\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Jack Doe \",\"email\":\"\",\"position\":\"Support Manager\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Box.jpg\",\"id\":219},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(4751, 4044, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:5:\"align\";i:7;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:8;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:11:\"title_color\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:6;s:10:\"text_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:24;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:11;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:8;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:11;s:13:\"margin_mobile\";i:12;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:18;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:8;s:15:\"stretch_section\";i:1;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:4;s:11:\"css_classes\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:7;s:16:\"description_text\";i:7;s:8:\"position\";i:4;s:5:\"image\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:7;s:10:\"image_size\";i:7;s:18:\"image_space_mobile\";i:3;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:4;s:11:\"title_color\";i:7;s:27:\"title_typography_typography\";i:7;s:28:\"title_typography_font_family\";i:7;s:26:\"title_typography_font_size\";i:7;s:28:\"title_typography_font_weight\";i:7;s:17:\"description_color\";i:7;s:33:\"description_typography_typography\";i:7;s:34:\"description_typography_font_family\";i:7;s:32:\"description_typography_font_size\";i:7;s:34:\"description_typography_font_weight\";i:7;s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:34:\"description_typography_line_height\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:13:\"_border_width\";i:3;s:13:\"_border_color\";i:3;}}}}s:12:\"testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:8:\"settings\";a:1:{s:14:\"image_position\";i:1;}s:32:\"et_section_tabs_content_settings\";a:1:{s:16:\"testimonials_tab\";i:1;}s:14:\"section_slider\";a:1:{s:15:\"slides_per_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:5:{s:19:\"section_style_image\";a:1:{s:15:\"image_max_width\";i:1;}s:20:\"rating_style_section\";a:1:{s:12:\"rating_color\";i:1;}s:21:\"content_style_section\";a:6:{s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_line_height\";i:1;s:21:\"content_wrapper_color\";i:1;s:22:\"content_wrapper_margin\";i:1;}s:18:\"name_style_section\";a:7:{s:26:\"name_typography_typography\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;s:30:\"name_typography_text_transform\";i:1;s:10:\"name_color\";i:1;s:11:\"name_margin\";i:1;}s:21:\"country_style_section\";a:5:{s:29:\"country_typography_typography\";i:1;s:30:\"country_typography_font_family\";i:1;s:28:\"country_typography_font_size\";i:1;s:30:\"country_typography_line_height\";i:1;s:13:\"country_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_mobile\";i:1;}}}}s:11:\"team_member\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"general_section\";a:6:{s:8:\"img_size\";i:5;s:4:\"name\";i:5;s:5:\"email\";i:5;s:8:\"position\";i:5;s:3:\"img\";i:5;s:7:\"content\";i:5;}s:13:\"icons_section\";a:2:{s:5:\"skype\";i:5;s:11:\"icons_color\";i:5;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:3:{s:10:\"name_color\";i:5;s:14:\"position_color\";i:5;s:13:\"et_overlay_bg\";i:5;}}}}}'),
(4753, 4045, '_elementor_edit_mode', 'builder'),
(4754, 4045, '_elementor_template_type', 'wp-page'),
(4755, 4045, '_elementor_version', '3.4.4'),
(4756, 4045, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4757, 4045, '_elementor_data', '[{\"id\":\"be6e391\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-10.jpg\",\"id\":234},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"70e8bc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18},\"elements\":[{\"id\":\"56f7193\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"title_color\":\"#222222\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff2821\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Passion may be a friendly or eager interest in or admiration for a proposal,\\ncause, discovery, or activity or love to a feeling of excitement.\",\"align\":\"center\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a7320\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"75\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"xstore_element_custom_css\":\".elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {\\n    margin-bottom: 10px;\\n}\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"461a0e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e92920b\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Free Shipping Worldwide\",\"description_text\":\"Our products are free in delivery\\nafter shopping on $999\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-5.jpg\",\"id\":225},\"image_space\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"24851c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"b9f9143\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Weekly Gifts Members\",\"description_text\":\"We are your one-stop shop for\\nnationwide online store.\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1-1.jpg\",\"id\":222},\"image_space\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"dcba657\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"300ba69\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Money Back Guarantee\",\"description_text\":\"Start saving straight away with\\ndiscount offer on items.\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2-1.jpg\",\"id\":223},\"image_space\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"e92ea82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e18c6f7\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"24\\/7 Supermarket Help\",\"description_text\":\"We work for all customer to make\\nsatisfied shoppers value.\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3-1.jpg\",\"id\":224},\"image_space\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7622d88\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"css_classes\":\"what-we-do-block\",\"xstore_element_custom_css\":\".what-we-do-block .elementor-widget-image-box .elementor-image-box-content {\\n    border: 2px solid #EBEBEB;\\n    margin-top: -5px;\\n    padding: 30px;\\n}\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"74e3adb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"6e45ed7\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"What Do We Do?\",\"description_text\":\"Sed ut perspiciatis unde omnis iste natu errorit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae inventore\\nveritatis et quasi architecto\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-9.jpg\",\"id\":232},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"17c0830\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"b5c6409\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Mission & Vision\",\"description_text\":\"It is a long established fact that a reader will be distracted by the readables content of a page when looking layout. The point of using Lorem Ipsum\\nthat has a more-or-less norma.\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-1.jpg\",\"id\":226},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d2f1b64\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"e67149c\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"History Of Us\",\"description_text\":\"There are many variation of passage of Lorem available, but the majiority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slight believable.\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-1.jpg\",\"id\":227},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f2ebe0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Map.png\",\"id\":241},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0f28f26\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"28bb5e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"956+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"776a347\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Employee Empowered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"97a9600\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"abbe64a\",\"elType\":\"widget\",\"settings\":{\"title\":\"10M\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4143d11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Worldwide Distributors\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1e4a070\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"19e7563\",\"elType\":\"widget\",\"settings\":{\"title\":\"7550+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87c3555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Receive Daily Ordered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2d05634\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"306bd8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"80%\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10fc84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get Growth Per Year\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"38ee321\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"cac7b72\",\"elType\":\"widget\",\"settings\":{\"title\":\"2150+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c107dc1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Overall Top Brands\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b4e0eeb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"601bef2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":76},\"elements\":[{\"id\":\"dd46741\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"70\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"cbf3329\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":28,\"_inline_size_tablet\":40,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7572b76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Client Testimonial\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6e0766f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":72.017,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"045f9d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is a long established fact that a reader will be distracted by the readables content of a page when ooking layout. The point of using its Lorem Ipsum that has a more-or-less. Is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable.\",\"text_color\":\"#888888\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4b9eb7\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"4e9735c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"25b5719\",\"elType\":\"widget\",\"settings\":{\"image_position\":\"left\",\"testimonials_tab\":[{\"name\":\"Judith Mckinney\",\"content\":\"This is by far the best theme on Themeforest. It adapts to a lot of the plugins, and their customer support is great. I really love this theme! Thanks 8theme.\",\"country\":\"Seychelles\",\"_id\":\"722f5eb\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Avatar.jpg\",\"id\":217},\"rating\":\"5\"},{\"name\":\"Brandon Pena\",\"content\":\"Best support! Thank you very much for you help and fast response. Definetly I will choose xsore for one of the next projects.\",\"country\":\"Benin\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Avatar-1.jpg\",\"id\":216},\"rating\":\"5\",\"_id\":\"606396c\"}],\"slider_spacing\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"slides\":2,\"navigation_style\":\"style-4\",\"navigation_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"25\",\"left\":\"65\",\"isLinked\":false},\"size\":\"full\",\"image_max_width\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"rating_color\":\"#FDD835\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"content_wrapper_color\":\"#888888\",\"content_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"name_typography_font_weight\":\"bold\",\"name_typography_text_transform\":\"uppercase\",\"name_color\":\"#000000\",\"name_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"country_typography_typography\":\"custom\",\"country_typography_font_family\":\"Roboto\",\"country_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"country_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"country_color\":\"#888888\",\"slides_tablet\":1,\"slides_mobile\":1,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navigation_type\":\"archery\",\"advanced_nav_color\":\"#000000\",\"advanced_nav_color_hover\":\"#333333\",\"slides_per_view\":\"2\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5a4a7f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-3-1.jpg\",\"id\":228},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7249050\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"006e393\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"08269c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":35},\"elements\":[{\"id\":\"f2235cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Our Executive Members\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4217669\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"structure\":\"50\"},\"elements\":[{\"id\":\"ba658d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"78c2d4e\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Thomas Jacky\",\"email\":\"\",\"position\":\"CEO\\/Founder\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Box.jpg\",\"id\":219},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true},{\"id\":\"6715dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e708e68\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Anna Baranov \",\"email\":\"\",\"position\":\"Support Boss\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-4-1.jpg\",\"id\":229},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true},{\"id\":\"3d297cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"ce23a0a\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Andre Kowalsy \",\"email\":\"\",\"position\":\"Client Care Taker\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-5-1.jpg\",\"id\":230},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true},{\"id\":\"706eeab\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"bd8dc97\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Susan McCain \",\"email\":\"\",\"position\":\"Packaging Girl\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6-1.jpg\",\"id\":231},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true},{\"id\":\"028ba7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"6f7d6aa\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Jack Doe \",\"email\":\"\",\"position\":\"Support Manager\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Box.jpg\",\"id\":219},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(4759, 4045, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:5:\"align\";i:7;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:8;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:11:\"title_color\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:6;s:10:\"text_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:24;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:11;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:8;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:11;s:13:\"margin_mobile\";i:12;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:18;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:8;s:15:\"stretch_section\";i:1;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:4;s:11:\"css_classes\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:7;s:16:\"description_text\";i:7;s:8:\"position\";i:4;s:5:\"image\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:7;s:10:\"image_size\";i:7;s:18:\"image_space_mobile\";i:3;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:4;s:11:\"title_color\";i:7;s:27:\"title_typography_typography\";i:7;s:28:\"title_typography_font_family\";i:7;s:26:\"title_typography_font_size\";i:7;s:28:\"title_typography_font_weight\";i:7;s:17:\"description_color\";i:7;s:33:\"description_typography_typography\";i:7;s:34:\"description_typography_font_family\";i:7;s:32:\"description_typography_font_size\";i:7;s:34:\"description_typography_font_weight\";i:7;s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:34:\"description_typography_line_height\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:13:\"_border_width\";i:3;s:13:\"_border_color\";i:3;}}}}s:12:\"testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:8:\"settings\";a:1:{s:14:\"image_position\";i:1;}s:32:\"et_section_tabs_content_settings\";a:1:{s:16:\"testimonials_tab\";i:1;}s:14:\"section_slider\";a:1:{s:15:\"slides_per_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:5:{s:19:\"section_style_image\";a:1:{s:15:\"image_max_width\";i:1;}s:20:\"rating_style_section\";a:1:{s:12:\"rating_color\";i:1;}s:21:\"content_style_section\";a:6:{s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_line_height\";i:1;s:21:\"content_wrapper_color\";i:1;s:22:\"content_wrapper_margin\";i:1;}s:18:\"name_style_section\";a:7:{s:26:\"name_typography_typography\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;s:30:\"name_typography_text_transform\";i:1;s:10:\"name_color\";i:1;s:11:\"name_margin\";i:1;}s:21:\"country_style_section\";a:5:{s:29:\"country_typography_typography\";i:1;s:30:\"country_typography_font_family\";i:1;s:28:\"country_typography_font_size\";i:1;s:30:\"country_typography_line_height\";i:1;s:13:\"country_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_mobile\";i:1;}}}}s:11:\"team_member\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"general_section\";a:6:{s:8:\"img_size\";i:5;s:4:\"name\";i:5;s:5:\"email\";i:5;s:8:\"position\";i:5;s:3:\"img\";i:5;s:7:\"content\";i:5;}s:13:\"icons_section\";a:2:{s:5:\"skype\";i:5;s:11:\"icons_color\";i:5;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:3:{s:10:\"name_color\";i:5;s:14:\"position_color\";i:5;s:13:\"et_overlay_bg\";i:5;}}}}}'),
(4761, 4046, '_elementor_edit_mode', 'builder'),
(4762, 4046, '_elementor_template_type', 'wp-page'),
(4763, 4046, '_elementor_version', '3.4.4'),
(4764, 4046, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4765, 4046, '_elementor_data', '[{\"id\":\"be6e391\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-10.jpg\",\"id\":234},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"70e8bc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18},\"elements\":[{\"id\":\"56f7193\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"title_color\":\"#222222\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff2821\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"norebro-custom-624ac18050272\\\" class=\\\"norebro-text-sc \\\" style=\\\"overflow-wrap: break-word; outline: none; font-size: 18px; color: #494949; font-family: Poppins, sans-serif; letter-spacing: 1px; text-align: start;\\\"><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\"><strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0is a Leading Choice in Bathroom Faucets and accessories.<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\">Capturing the imagination of discerning buyers all over the world.\\u00a0<strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0offers you the perfect match of precision,<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\">which guarantees the unequalled comfort of use and everlasting durability.<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\"><strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0products includes advanced features and improve the functionality without sacrificing on style.<\\/p><div>\\u00a0<\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44eff44\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9665779\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abf656f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4\",\"id\":4037,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f2ebe0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Map.png\",\"id\":241},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0f28f26\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"28bb5e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"956+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"776a347\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Employee Empowered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"97a9600\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"abbe64a\",\"elType\":\"widget\",\"settings\":{\"title\":\"10M\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4143d11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Worldwide Distributors\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1e4a070\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"19e7563\",\"elType\":\"widget\",\"settings\":{\"title\":\"7550+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87c3555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Receive Daily Ordered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2d05634\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"306bd8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"80%\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10fc84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get Growth Per Year\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"38ee321\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"cac7b72\",\"elType\":\"widget\",\"settings\":{\"title\":\"2150+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c107dc1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Overall Top Brands\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"795c4da\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"487599f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ec60567\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Here from our\",\"highlighted_text\":\"Customers\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"animated-headline\"}],\"isInner\":false},{\"id\":\"a98a3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6d571e\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4\",\"id\":4043,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(4767, 4046, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:5:\"align\";i:7;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:8;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:11:\"title_color\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:6;s:10:\"text_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:24;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:11;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:8;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:11;s:13:\"margin_mobile\";i:12;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:18;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:8;s:15:\"stretch_section\";i:1;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:4;s:11:\"css_classes\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:7;s:16:\"description_text\";i:7;s:8:\"position\";i:4;s:5:\"image\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:7;s:10:\"image_size\";i:7;s:18:\"image_space_mobile\";i:3;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:4;s:11:\"title_color\";i:7;s:27:\"title_typography_typography\";i:7;s:28:\"title_typography_font_family\";i:7;s:26:\"title_typography_font_size\";i:7;s:28:\"title_typography_font_weight\";i:7;s:17:\"description_color\";i:7;s:33:\"description_typography_typography\";i:7;s:34:\"description_typography_font_family\";i:7;s:32:\"description_typography_font_size\";i:7;s:34:\"description_typography_font_weight\";i:7;s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:34:\"description_typography_line_height\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:13:\"_border_width\";i:3;s:13:\"_border_color\";i:3;}}}}s:12:\"testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:8:\"settings\";a:1:{s:14:\"image_position\";i:1;}s:32:\"et_section_tabs_content_settings\";a:1:{s:16:\"testimonials_tab\";i:1;}s:14:\"section_slider\";a:1:{s:15:\"slides_per_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:5:{s:19:\"section_style_image\";a:1:{s:15:\"image_max_width\";i:1;}s:20:\"rating_style_section\";a:1:{s:12:\"rating_color\";i:1;}s:21:\"content_style_section\";a:6:{s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_line_height\";i:1;s:21:\"content_wrapper_color\";i:1;s:22:\"content_wrapper_margin\";i:1;}s:18:\"name_style_section\";a:7:{s:26:\"name_typography_typography\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;s:30:\"name_typography_text_transform\";i:1;s:10:\"name_color\";i:1;s:11:\"name_margin\";i:1;}s:21:\"country_style_section\";a:5:{s:29:\"country_typography_typography\";i:1;s:30:\"country_typography_font_family\";i:1;s:28:\"country_typography_font_size\";i:1;s:30:\"country_typography_line_height\";i:1;s:13:\"country_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_mobile\";i:1;}}}}s:11:\"team_member\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"general_section\";a:6:{s:8:\"img_size\";i:5;s:4:\"name\";i:5;s:5:\"email\";i:5;s:8:\"position\";i:5;s:3:\"img\";i:5;s:7:\"content\";i:5;}s:13:\"icons_section\";a:2:{s:5:\"skype\";i:5;s:11:\"icons_color\";i:5;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:3:{s:10:\"name_color\";i:5;s:14:\"position_color\";i:5;s:13:\"et_overlay_bg\";i:5;}}}}}'),
(4769, 211, '_elementor_pro_version', '3.5.1'),
(4770, 4047, '_wp_attached_file', '2022/04/hagar-awards.webp'),
(4771, 4047, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:797;s:6:\"height\";i:793;s:4:\"file\";s:25:\"2022/04/hagar-awards.webp\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"hagar-awards-300x298.webp\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/webp\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"hagar-awards-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"hagar-awards-768x764.webp\";s:5:\"width\";i:768;s:6:\"height\";i:764;s:9:\"mime-type\";s:10:\"image/webp\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:21:\"hagar-awards-1x1.webp\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/webp\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:23:\"hagar-awards-10x10.webp\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/webp\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"hagar-awards-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"hagar-awards-600x597.webp\";s:5:\"width\";i:600;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/webp\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"hagar-awards-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"hagar-awards-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"hagar-awards-600x597.webp\";s:5:\"width\";i:600;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/webp\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"hagar-awards-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4772, 4048, '_elementor_edit_mode', 'builder'),
(4773, 4048, '_elementor_template_type', 'wp-page'),
(4774, 4048, '_elementor_version', '3.6.1'),
(4775, 4048, '_wp_page_template', 'default'),
(4776, 4048, '_elementor_data', '[{\"id\":\"be6e391\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-10.jpg\",\"id\":234},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"70e8bc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18},\"elements\":[{\"id\":\"56f7193\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"title_color\":\"#222222\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff2821\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"norebro-custom-624ac18050272\\\" class=\\\"norebro-text-sc \\\" style=\\\"overflow-wrap: break-word; outline: none; font-size: 18px; color: #494949; font-family: Poppins, sans-serif; letter-spacing: 1px; text-align: start;\\\"><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\"><strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0is a Leading Choice in Bathroom Faucets and accessories.<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\">Capturing the imagination of discerning buyers all over the world.\\u00a0<strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0offers you the perfect match of precision,<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\">which guarantees the unequalled comfort of use and everlasting durability.<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\"><strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0products includes advanced features and improve the functionality without sacrificing on style.<\\/p><div>\\u00a0<\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44eff44\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9665779\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abf656f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4\",\"id\":4037,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f2ebe0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Map.png\",\"id\":241},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0f28f26\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"28bb5e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"956+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"776a347\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Employee Empowered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"97a9600\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"abbe64a\",\"elType\":\"widget\",\"settings\":{\"title\":\"10M\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4143d11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Worldwide Distributors\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1e4a070\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"19e7563\",\"elType\":\"widget\",\"settings\":{\"title\":\"7550+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87c3555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Receive Daily Ordered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2d05634\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"306bd8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"80%\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10fc84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get Growth Per Year\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"38ee321\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"cac7b72\",\"elType\":\"widget\",\"settings\":{\"title\":\"2150+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c107dc1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Overall Top Brands\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"795c4da\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"487599f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ec60567\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Here from our\",\"highlighted_text\":\"Customers\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"animated-headline\"}],\"isInner\":false},{\"id\":\"a98a3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6d571e\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4\",\"id\":4043,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(4778, 4048, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:5:\"align\";i:7;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:8;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:11:\"title_color\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:6;s:10:\"text_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:24;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:11;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:8;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:11;s:13:\"margin_mobile\";i:12;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:18;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:8;s:15:\"stretch_section\";i:1;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:4;s:11:\"css_classes\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:7;s:16:\"description_text\";i:7;s:8:\"position\";i:4;s:5:\"image\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:7;s:10:\"image_size\";i:7;s:18:\"image_space_mobile\";i:3;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:4;s:11:\"title_color\";i:7;s:27:\"title_typography_typography\";i:7;s:28:\"title_typography_font_family\";i:7;s:26:\"title_typography_font_size\";i:7;s:28:\"title_typography_font_weight\";i:7;s:17:\"description_color\";i:7;s:33:\"description_typography_typography\";i:7;s:34:\"description_typography_font_family\";i:7;s:32:\"description_typography_font_size\";i:7;s:34:\"description_typography_font_weight\";i:7;s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:34:\"description_typography_line_height\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:13:\"_border_width\";i:3;s:13:\"_border_color\";i:3;}}}}s:12:\"testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:8:\"settings\";a:1:{s:14:\"image_position\";i:1;}s:32:\"et_section_tabs_content_settings\";a:1:{s:16:\"testimonials_tab\";i:1;}s:14:\"section_slider\";a:1:{s:15:\"slides_per_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:5:{s:19:\"section_style_image\";a:1:{s:15:\"image_max_width\";i:1;}s:20:\"rating_style_section\";a:1:{s:12:\"rating_color\";i:1;}s:21:\"content_style_section\";a:6:{s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_line_height\";i:1;s:21:\"content_wrapper_color\";i:1;s:22:\"content_wrapper_margin\";i:1;}s:18:\"name_style_section\";a:7:{s:26:\"name_typography_typography\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;s:30:\"name_typography_text_transform\";i:1;s:10:\"name_color\";i:1;s:11:\"name_margin\";i:1;}s:21:\"country_style_section\";a:5:{s:29:\"country_typography_typography\";i:1;s:30:\"country_typography_font_family\";i:1;s:28:\"country_typography_font_size\";i:1;s:30:\"country_typography_line_height\";i:1;s:13:\"country_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_mobile\";i:1;}}}}s:11:\"team_member\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"general_section\";a:6:{s:8:\"img_size\";i:5;s:4:\"name\";i:5;s:5:\"email\";i:5;s:8:\"position\";i:5;s:3:\"img\";i:5;s:7:\"content\";i:5;}s:13:\"icons_section\";a:2:{s:5:\"skype\";i:5;s:11:\"icons_color\";i:5;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:3:{s:10:\"name_color\";i:5;s:14:\"position_color\";i:5;s:13:\"et_overlay_bg\";i:5;}}}}}'),
(4779, 4048, '_elementor_pro_version', '3.5.1'),
(4781, 4049, '_elementor_edit_mode', 'builder'),
(4782, 4049, '_elementor_template_type', 'wp-page'),
(4783, 4049, '_elementor_version', '3.6.1'),
(4784, 4049, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4785, 4049, '_elementor_data', '[{\"id\":\"be6e391\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-10.jpg\",\"id\":234},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"70e8bc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18},\"elements\":[{\"id\":\"56f7193\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"title_color\":\"#222222\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff2821\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"norebro-custom-624ac18050272\\\" class=\\\"norebro-text-sc \\\" style=\\\"overflow-wrap: break-word; outline: none; font-size: 18px; color: #494949; font-family: Poppins, sans-serif; letter-spacing: 1px; text-align: start;\\\"><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\"><strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0is a Leading Choice in Bathroom Faucets and accessories.<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\">Capturing the imagination of discerning buyers all over the world.\\u00a0<strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0offers you the perfect match of precision,<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\">which guarantees the unequalled comfort of use and everlasting durability.<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\"><strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0products includes advanced features and improve the functionality without sacrificing on style.<\\/p><div>\\u00a0<\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44eff44\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9665779\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abf656f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4\",\"id\":4037,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f2ebe0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Map.png\",\"id\":241},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0f28f26\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"28bb5e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"956+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"776a347\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Employee Empowered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"97a9600\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"abbe64a\",\"elType\":\"widget\",\"settings\":{\"title\":\"10M\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4143d11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Worldwide Distributors\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1e4a070\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"19e7563\",\"elType\":\"widget\",\"settings\":{\"title\":\"7550+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87c3555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Receive Daily Ordered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2d05634\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"306bd8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"80%\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10fc84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get Growth Per Year\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"38ee321\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"cac7b72\",\"elType\":\"widget\",\"settings\":{\"title\":\"2150+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c107dc1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Overall Top Brands\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"795c4da\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"487599f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ec60567\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Here from our\",\"highlighted_text\":\"Customers\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"animated-headline\"}],\"isInner\":false},{\"id\":\"a98a3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6d571e\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4\",\"id\":4043,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),
(4787, 4049, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:5:\"align\";i:7;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:8;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:11:\"title_color\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:6;s:10:\"text_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:24;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:11;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:8;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:11;s:13:\"margin_mobile\";i:12;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:18;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:8;s:15:\"stretch_section\";i:1;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:4;s:11:\"css_classes\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:7;s:16:\"description_text\";i:7;s:8:\"position\";i:4;s:5:\"image\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:7;s:10:\"image_size\";i:7;s:18:\"image_space_mobile\";i:3;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:4;s:11:\"title_color\";i:7;s:27:\"title_typography_typography\";i:7;s:28:\"title_typography_font_family\";i:7;s:26:\"title_typography_font_size\";i:7;s:28:\"title_typography_font_weight\";i:7;s:17:\"description_color\";i:7;s:33:\"description_typography_typography\";i:7;s:34:\"description_typography_font_family\";i:7;s:32:\"description_typography_font_size\";i:7;s:34:\"description_typography_font_weight\";i:7;s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:34:\"description_typography_line_height\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:13:\"_border_width\";i:3;s:13:\"_border_color\";i:3;}}}}s:12:\"testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:8:\"settings\";a:1:{s:14:\"image_position\";i:1;}s:32:\"et_section_tabs_content_settings\";a:1:{s:16:\"testimonials_tab\";i:1;}s:14:\"section_slider\";a:1:{s:15:\"slides_per_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:5:{s:19:\"section_style_image\";a:1:{s:15:\"image_max_width\";i:1;}s:20:\"rating_style_section\";a:1:{s:12:\"rating_color\";i:1;}s:21:\"content_style_section\";a:6:{s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_line_height\";i:1;s:21:\"content_wrapper_color\";i:1;s:22:\"content_wrapper_margin\";i:1;}s:18:\"name_style_section\";a:7:{s:26:\"name_typography_typography\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;s:30:\"name_typography_text_transform\";i:1;s:10:\"name_color\";i:1;s:11:\"name_margin\";i:1;}s:21:\"country_style_section\";a:5:{s:29:\"country_typography_typography\";i:1;s:30:\"country_typography_font_family\";i:1;s:28:\"country_typography_font_size\";i:1;s:30:\"country_typography_line_height\";i:1;s:13:\"country_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_mobile\";i:1;}}}}s:11:\"team_member\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"general_section\";a:6:{s:8:\"img_size\";i:5;s:4:\"name\";i:5;s:5:\"email\";i:5;s:8:\"position\";i:5;s:3:\"img\";i:5;s:7:\"content\";i:5;}s:13:\"icons_section\";a:2:{s:5:\"skype\";i:5;s:11:\"icons_color\";i:5;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:3:{s:10:\"name_color\";i:5;s:14:\"position_color\";i:5;s:13:\"et_overlay_bg\";i:5;}}}}}'),
(4788, 4049, '_elementor_pro_version', '3.5.1'),
(4790, 4050, '_elementor_edit_mode', 'builder'),
(4791, 4050, '_elementor_template_type', 'wp-page'),
(4792, 4050, '_elementor_version', '3.6.1'),
(4793, 4050, '_wp_page_template', 'default'),
(4794, 4050, '_elementor_data', '[{\"id\":\"be6e391\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-10.jpg\",\"id\":234},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"70e8bc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18},\"elements\":[{\"id\":\"56f7193\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"title_color\":\"#222222\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff2821\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"norebro-custom-624ac18050272\\\" class=\\\"norebro-text-sc \\\" style=\\\"overflow-wrap: break-word; outline: none; font-size: 18px; color: #494949; font-family: Poppins, sans-serif; letter-spacing: 1px; text-align: start;\\\"><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\"><strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0is a Leading Choice in Bathroom Faucets and accessories.<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\">Capturing the imagination of discerning buyers all over the world.\\u00a0<strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0offers you the perfect match of precision,<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\">which guarantees the unequalled comfort of use and everlasting durability.<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\"><strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0products includes advanced features and improve the functionality without sacrificing on style.<\\/p><div>\\u00a0<\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44eff44\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9665779\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abf656f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4\",\"id\":4037,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f2ebe0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Map.png\",\"id\":241},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0f28f26\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"28bb5e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"100+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"776a347\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Employee Empowered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"97a9600\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"abbe64a\",\"elType\":\"widget\",\"settings\":{\"title\":\"50+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4143d11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Worldwide Distributors\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1e4a070\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"19e7563\",\"elType\":\"widget\",\"settings\":{\"title\":\"7550+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87c3555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Receive Daily Ordered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2d05634\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"306bd8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"80%\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10fc84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get Growth Per Year\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"38ee321\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"cac7b72\",\"elType\":\"widget\",\"settings\":{\"title\":\"2150+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c107dc1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Overall Top Brands\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"795c4da\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"487599f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ec60567\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Here from our\",\"highlighted_text\":\"Customers\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"animated-headline\"}],\"isInner\":false},{\"id\":\"a98a3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6d571e\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4\",\"id\":4043,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5d4d52\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"84c7770\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1077f08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/hagar-awards.webp\",\"id\":4047,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(4796, 4050, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:5:\"align\";i:7;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:8;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:11:\"title_color\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:6;s:10:\"text_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:24;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:11;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:8;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:11;s:13:\"margin_mobile\";i:12;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:18;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:8;s:15:\"stretch_section\";i:1;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:4;s:11:\"css_classes\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:7;s:16:\"description_text\";i:7;s:8:\"position\";i:4;s:5:\"image\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:7;s:10:\"image_size\";i:7;s:18:\"image_space_mobile\";i:3;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:4;s:11:\"title_color\";i:7;s:27:\"title_typography_typography\";i:7;s:28:\"title_typography_font_family\";i:7;s:26:\"title_typography_font_size\";i:7;s:28:\"title_typography_font_weight\";i:7;s:17:\"description_color\";i:7;s:33:\"description_typography_typography\";i:7;s:34:\"description_typography_font_family\";i:7;s:32:\"description_typography_font_size\";i:7;s:34:\"description_typography_font_weight\";i:7;s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:34:\"description_typography_line_height\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:13:\"_border_width\";i:3;s:13:\"_border_color\";i:3;}}}}s:12:\"testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:8:\"settings\";a:1:{s:14:\"image_position\";i:1;}s:32:\"et_section_tabs_content_settings\";a:1:{s:16:\"testimonials_tab\";i:1;}s:14:\"section_slider\";a:1:{s:15:\"slides_per_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:5:{s:19:\"section_style_image\";a:1:{s:15:\"image_max_width\";i:1;}s:20:\"rating_style_section\";a:1:{s:12:\"rating_color\";i:1;}s:21:\"content_style_section\";a:6:{s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_line_height\";i:1;s:21:\"content_wrapper_color\";i:1;s:22:\"content_wrapper_margin\";i:1;}s:18:\"name_style_section\";a:7:{s:26:\"name_typography_typography\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;s:30:\"name_typography_text_transform\";i:1;s:10:\"name_color\";i:1;s:11:\"name_margin\";i:1;}s:21:\"country_style_section\";a:5:{s:29:\"country_typography_typography\";i:1;s:30:\"country_typography_font_family\";i:1;s:28:\"country_typography_font_size\";i:1;s:30:\"country_typography_line_height\";i:1;s:13:\"country_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_mobile\";i:1;}}}}s:11:\"team_member\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"general_section\";a:6:{s:8:\"img_size\";i:5;s:4:\"name\";i:5;s:5:\"email\";i:5;s:8:\"position\";i:5;s:3:\"img\";i:5;s:7:\"content\";i:5;}s:13:\"icons_section\";a:2:{s:5:\"skype\";i:5;s:11:\"icons_color\";i:5;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:3:{s:10:\"name_color\";i:5;s:14:\"position_color\";i:5;s:13:\"et_overlay_bg\";i:5;}}}}}'),
(4797, 4050, '_elementor_pro_version', '3.5.1'),
(4800, 25, '_edit_lock', '1649925978:1'),
(4801, 3759, '_edit_lock', '1649069571:1'),
(4802, 3928, '_edit_lock', '1649073000:1'),
(4803, 4052, '_wp_attached_file', '2022/04/AC-001-Bib-Cock-with-Flange44.jpg'),
(4804, 4052, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:41:\"2022/04/AC-001-Bib-Cock-with-Flange44.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange44-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"AC-001-Bib-Cock-with-Flange44-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange44-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange44-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"AC-001-Bib-Cock-with-Flange44-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:37:\"AC-001-Bib-Cock-with-Flange44-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:39:\"AC-001-Bib-Cock-with-Flange44-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange44-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange44-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange44-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange44-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange44-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange44-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4805, 4053, '_wp_attached_file', '2022/04/AC-001-Bib-Cock-with-Flange45.jpg'),
(4806, 4053, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:41:\"2022/04/AC-001-Bib-Cock-with-Flange45.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange45-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"AC-001-Bib-Cock-with-Flange45-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange45-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"AC-001-Bib-Cock-with-Flange45-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:37:\"AC-001-Bib-Cock-with-Flange45-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:39:\"AC-001-Bib-Cock-with-Flange45-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange45-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange45-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange45-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange45-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange45-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange45-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4807, 4054, '_wp_attached_file', '2022/04/AC-001-Bib-Cock-with-Flange46.jpg'),
(4808, 4054, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:41:\"2022/04/AC-001-Bib-Cock-with-Flange46.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange46-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"AC-001-Bib-Cock-with-Flange46-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange46-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange46-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"AC-001-Bib-Cock-with-Flange46-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:37:\"AC-001-Bib-Cock-with-Flange46-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:39:\"AC-001-Bib-Cock-with-Flange46-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange46-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange46-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange46-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange46-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange46-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange46-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4809, 4055, '_wp_attached_file', '2022/04/AC-001-Bib-Cock-with-Flange47.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4810, 4055, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:41:\"2022/04/AC-001-Bib-Cock-with-Flange47.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange47-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"AC-001-Bib-Cock-with-Flange47-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange47-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange47-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"AC-001-Bib-Cock-with-Flange47-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:37:\"AC-001-Bib-Cock-with-Flange47-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:39:\"AC-001-Bib-Cock-with-Flange47-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange47-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange47-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange47-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange47-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange47-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange47-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4811, 4056, '_wp_attached_file', '2022/04/AC-001-Bib-Cock-with-Flange42.jpg'),
(4812, 4056, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:41:\"2022/04/AC-001-Bib-Cock-with-Flange42.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange42-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"AC-001-Bib-Cock-with-Flange42-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange42-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange42-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"AC-001-Bib-Cock-with-Flange42-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:37:\"AC-001-Bib-Cock-with-Flange42-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:39:\"AC-001-Bib-Cock-with-Flange42-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange42-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange42-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange42-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange42-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange42-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange42-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4813, 4057, '_wp_attached_file', '2022/04/AC-001-Bib-Cock-with-Flange43.jpg'),
(4814, 4057, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:41:\"2022/04/AC-001-Bib-Cock-with-Flange43.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange43-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"AC-001-Bib-Cock-with-Flange43-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange43-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange43-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"AC-001-Bib-Cock-with-Flange43-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:37:\"AC-001-Bib-Cock-with-Flange43-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:39:\"AC-001-Bib-Cock-with-Flange43-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange43-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange43-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange43-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange43-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange43-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-001-Bib-Cock-with-Flange43-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4815, 4058, '_wp_attached_file', '2022/04/AC-001-Bib-Cock-with-Flange4.jpg'),
(4816, 4058, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:40:\"2022/04/AC-001-Bib-Cock-with-Flange4.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"AC-001-Bib-Cock-with-Flange4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"AC-001-Bib-Cock-with-Flange4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"AC-001-Bib-Cock-with-Flange4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"AC-001-Bib-Cock-with-Flange4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"AC-001-Bib-Cock-with-Flange4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:36:\"AC-001-Bib-Cock-with-Flange4-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:38:\"AC-001-Bib-Cock-with-Flange4-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"AC-001-Bib-Cock-with-Flange4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"AC-001-Bib-Cock-with-Flange4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"AC-001-Bib-Cock-with-Flange4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"AC-001-Bib-Cock-with-Flange4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"AC-001-Bib-Cock-with-Flange4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"AC-001-Bib-Cock-with-Flange4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4817, 3928, '_edit_last', '1'),
(4818, 3928, '_thumbnail_id', '4056'),
(4819, 3928, '_product_video_gallery', ''),
(4820, 3928, '_product_video_code', ''),
(4821, 3928, '_product_video_autoplay', ''),
(4822, 3928, '_sale_price_time_start', ''),
(4823, 3928, '_sale_price_time_end', ''),
(4824, 3928, '_product_image_gallery', '4052,4053,4054,4055,4056,4057,4058'),
(4825, 3928, '_et_single_layout', 'standard'),
(4826, 3928, '_et_single_thumbnail_hover', 'inherit'),
(4827, 3928, '_et_product_view_hover', 'inherit'),
(4828, 3928, '_et_product_view_color', 'inherit'),
(4829, 3928, '_et_additional_block', '0'),
(4830, 3928, '_et_sale_counter', 'disable'),
(4831, 3928, '_et_product_slider', 'inherit'),
(4832, 3928, '_et_primary_category', 'auto'),
(4833, 3928, '_yoast_wpseo_primary_product_cat', '88'),
(4834, 3928, '_yoast_wpseo_content_score', '30'),
(4835, 3928, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4836, 3929, '_edit_lock', '1649073568:1'),
(4837, 4059, '_wp_attached_file', '2022/04/AC-003-Long-Body-with-Flange45.jpg'),
(4838, 4059, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:42:\"2022/04/AC-003-Long-Body-with-Flange45.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange45-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"AC-003-Long-Body-with-Flange45-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange45-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"AC-003-Long-Body-with-Flange45-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:38:\"AC-003-Long-Body-with-Flange45-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:40:\"AC-003-Long-Body-with-Flange45-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange45-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange45-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange45-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange45-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange45-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange45-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4839, 4060, '_wp_attached_file', '2022/04/AC-003-Long-Body-with-Flange46.jpg'),
(4840, 4060, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:42:\"2022/04/AC-003-Long-Body-with-Flange46.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange46-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"AC-003-Long-Body-with-Flange46-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange46-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange46-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"AC-003-Long-Body-with-Flange46-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:38:\"AC-003-Long-Body-with-Flange46-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:40:\"AC-003-Long-Body-with-Flange46-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange46-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange46-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange46-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange46-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange46-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange46-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4841, 4061, '_wp_attached_file', '2022/04/AC-003-Long-Body-with-Flange47.jpg'),
(4842, 4061, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:42:\"2022/04/AC-003-Long-Body-with-Flange47.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange47-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"AC-003-Long-Body-with-Flange47-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange47-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange47-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"AC-003-Long-Body-with-Flange47-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:38:\"AC-003-Long-Body-with-Flange47-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:40:\"AC-003-Long-Body-with-Flange47-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange47-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange47-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange47-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange47-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange47-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange47-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4843, 4062, '_wp_attached_file', '2022/04/AC-003-Long-Body-with-Flange42.jpg'),
(4844, 4062, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:42:\"2022/04/AC-003-Long-Body-with-Flange42.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange42-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"AC-003-Long-Body-with-Flange42-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange42-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange42-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"AC-003-Long-Body-with-Flange42-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:38:\"AC-003-Long-Body-with-Flange42-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:40:\"AC-003-Long-Body-with-Flange42-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange42-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange42-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange42-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange42-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange42-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange42-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4845, 4063, '_wp_attached_file', '2022/04/AC-003-Long-Body-with-Flange43.jpg'),
(4846, 4063, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:42:\"2022/04/AC-003-Long-Body-with-Flange43.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange43-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"AC-003-Long-Body-with-Flange43-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange43-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange43-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"AC-003-Long-Body-with-Flange43-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:38:\"AC-003-Long-Body-with-Flange43-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:40:\"AC-003-Long-Body-with-Flange43-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange43-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange43-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange43-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange43-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange43-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange43-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4847, 4064, '_wp_attached_file', '2022/04/AC-003-Long-Body-with-Flange44.jpg'),
(4848, 4064, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:42:\"2022/04/AC-003-Long-Body-with-Flange44.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange44-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"AC-003-Long-Body-with-Flange44-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange44-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange44-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"AC-003-Long-Body-with-Flange44-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:38:\"AC-003-Long-Body-with-Flange44-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:40:\"AC-003-Long-Body-with-Flange44-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange44-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange44-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange44-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange44-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange44-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"AC-003-Long-Body-with-Flange44-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4849, 4065, '_wp_attached_file', '2022/04/AC-003-Long-Body-with-Flange4.jpg'),
(4850, 4065, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:41:\"2022/04/AC-003-Long-Body-with-Flange4.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"AC-003-Long-Body-with-Flange4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"AC-003-Long-Body-with-Flange4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-003-Long-Body-with-Flange4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"AC-003-Long-Body-with-Flange4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"AC-003-Long-Body-with-Flange4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:37:\"AC-003-Long-Body-with-Flange4-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:39:\"AC-003-Long-Body-with-Flange4-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"AC-003-Long-Body-with-Flange4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"AC-003-Long-Body-with-Flange4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-003-Long-Body-with-Flange4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"AC-003-Long-Body-with-Flange4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"AC-003-Long-Body-with-Flange4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"AC-003-Long-Body-with-Flange4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4851, 3929, '_edit_last', '1'),
(4852, 3929, '_thumbnail_id', '4062'),
(4853, 3929, '_product_video_gallery', ''),
(4854, 3929, '_product_video_code', ''),
(4855, 3929, '_product_video_autoplay', ''),
(4856, 3929, '_sale_price_time_start', ''),
(4857, 3929, '_sale_price_time_end', ''),
(4858, 3929, '_product_image_gallery', '4059,4060,4061,4062,4063,4064,4065'),
(4859, 3929, '_et_single_layout', 'standard'),
(4860, 3929, '_et_single_thumbnail_hover', 'inherit'),
(4861, 3929, '_et_product_view_hover', 'inherit'),
(4862, 3929, '_et_product_view_color', 'inherit'),
(4863, 3929, '_et_additional_block', '0'),
(4864, 3929, '_et_sale_counter', 'disable'),
(4865, 3929, '_et_product_slider', 'inherit'),
(4866, 3929, '_et_primary_category', 'auto'),
(4867, 3929, '_yoast_wpseo_primary_product_cat', '88'),
(4868, 3929, '_yoast_wpseo_content_score', '60'),
(4869, 3929, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4870, 3930, '_edit_lock', '1649076490:1'),
(4871, 4067, '_wp_attached_file', '2022/04/06_AC-005-Pillar-Cock-foam-flow.jpg'),
(4872, 4067, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:43:\"2022/04/06_AC-005-Pillar-Cock-foam-flow.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"06_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"06_AC-005-Pillar-Cock-foam-flow-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"06_AC-005-Pillar-Cock-foam-flow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"06_AC-005-Pillar-Cock-foam-flow-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"06_AC-005-Pillar-Cock-foam-flow-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:39:\"06_AC-005-Pillar-Cock-foam-flow-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:41:\"06_AC-005-Pillar-Cock-foam-flow-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"06_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"06_AC-005-Pillar-Cock-foam-flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"06_AC-005-Pillar-Cock-foam-flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"06_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"06_AC-005-Pillar-Cock-foam-flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"06_AC-005-Pillar-Cock-foam-flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4873, 4068, '_wp_attached_file', '2022/04/07_AC-005-Pillar-Cock-foam-flow.jpg'),
(4874, 4068, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:43:\"2022/04/07_AC-005-Pillar-Cock-foam-flow.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"07_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"07_AC-005-Pillar-Cock-foam-flow-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"07_AC-005-Pillar-Cock-foam-flow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"07_AC-005-Pillar-Cock-foam-flow-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"07_AC-005-Pillar-Cock-foam-flow-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:39:\"07_AC-005-Pillar-Cock-foam-flow-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:41:\"07_AC-005-Pillar-Cock-foam-flow-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"07_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"07_AC-005-Pillar-Cock-foam-flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"07_AC-005-Pillar-Cock-foam-flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"07_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"07_AC-005-Pillar-Cock-foam-flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"07_AC-005-Pillar-Cock-foam-flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4875, 4069, '_wp_attached_file', '2022/04/03_AC-005-Pillar-Cock-foam-flow.jpg'),
(4876, 4069, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:43:\"2022/04/03_AC-005-Pillar-Cock-foam-flow.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"03_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"03_AC-005-Pillar-Cock-foam-flow-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"03_AC-005-Pillar-Cock-foam-flow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"03_AC-005-Pillar-Cock-foam-flow-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"03_AC-005-Pillar-Cock-foam-flow-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:39:\"03_AC-005-Pillar-Cock-foam-flow-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:41:\"03_AC-005-Pillar-Cock-foam-flow-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"03_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"03_AC-005-Pillar-Cock-foam-flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"03_AC-005-Pillar-Cock-foam-flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"03_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"03_AC-005-Pillar-Cock-foam-flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"03_AC-005-Pillar-Cock-foam-flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4877, 4070, '_wp_attached_file', '2022/04/04_AC-005-Pillar-Cock-foam-flow.jpg'),
(4878, 4070, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:43:\"2022/04/04_AC-005-Pillar-Cock-foam-flow.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"04_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"04_AC-005-Pillar-Cock-foam-flow-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"04_AC-005-Pillar-Cock-foam-flow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"04_AC-005-Pillar-Cock-foam-flow-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"04_AC-005-Pillar-Cock-foam-flow-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:39:\"04_AC-005-Pillar-Cock-foam-flow-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:41:\"04_AC-005-Pillar-Cock-foam-flow-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"04_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"04_AC-005-Pillar-Cock-foam-flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"04_AC-005-Pillar-Cock-foam-flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"04_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"04_AC-005-Pillar-Cock-foam-flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"04_AC-005-Pillar-Cock-foam-flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4879, 4071, '_wp_attached_file', '2022/04/05_AC-005-Pillar-Cock-foam-flow.jpg'),
(4880, 4071, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:43:\"2022/04/05_AC-005-Pillar-Cock-foam-flow.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"05_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"05_AC-005-Pillar-Cock-foam-flow-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"05_AC-005-Pillar-Cock-foam-flow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"05_AC-005-Pillar-Cock-foam-flow-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"05_AC-005-Pillar-Cock-foam-flow-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:39:\"05_AC-005-Pillar-Cock-foam-flow-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:41:\"05_AC-005-Pillar-Cock-foam-flow-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"05_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"05_AC-005-Pillar-Cock-foam-flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"05_AC-005-Pillar-Cock-foam-flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"05_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"05_AC-005-Pillar-Cock-foam-flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"05_AC-005-Pillar-Cock-foam-flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4881, 4072, '_wp_attached_file', '2022/04/02_AC-005-Pillar-Cock-foam-flow.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4882, 4072, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:43:\"2022/04/02_AC-005-Pillar-Cock-foam-flow.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"02_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"02_AC-005-Pillar-Cock-foam-flow-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"02_AC-005-Pillar-Cock-foam-flow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"02_AC-005-Pillar-Cock-foam-flow-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"02_AC-005-Pillar-Cock-foam-flow-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:39:\"02_AC-005-Pillar-Cock-foam-flow-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:41:\"02_AC-005-Pillar-Cock-foam-flow-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"02_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"02_AC-005-Pillar-Cock-foam-flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"02_AC-005-Pillar-Cock-foam-flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"02_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"02_AC-005-Pillar-Cock-foam-flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"02_AC-005-Pillar-Cock-foam-flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4883, 4073, '_wp_attached_file', '2022/04/01_AC-005-Pillar-Cock-foam-flow.jpg'),
(4884, 4073, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:43:\"2022/04/01_AC-005-Pillar-Cock-foam-flow.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"01_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"01_AC-005-Pillar-Cock-foam-flow-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"01_AC-005-Pillar-Cock-foam-flow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"01_AC-005-Pillar-Cock-foam-flow-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"01_AC-005-Pillar-Cock-foam-flow-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:39:\"01_AC-005-Pillar-Cock-foam-flow-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:41:\"01_AC-005-Pillar-Cock-foam-flow-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"01_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"01_AC-005-Pillar-Cock-foam-flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"01_AC-005-Pillar-Cock-foam-flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"01_AC-005-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"01_AC-005-Pillar-Cock-foam-flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"01_AC-005-Pillar-Cock-foam-flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4885, 3930, '_edit_last', '1'),
(4886, 3930, '_thumbnail_id', '4072'),
(4887, 3930, '_product_video_gallery', ''),
(4888, 3930, '_product_video_code', ''),
(4889, 3930, '_product_video_autoplay', ''),
(4890, 3930, '_sale_price_time_start', ''),
(4891, 3930, '_sale_price_time_end', ''),
(4892, 3930, '_product_image_gallery', '4067,4068,4069,4070,4071,4072,4073'),
(4893, 3930, '_et_single_layout', 'standard'),
(4894, 3930, '_et_single_thumbnail_hover', 'inherit'),
(4895, 3930, '_et_product_view_hover', 'inherit'),
(4896, 3930, '_et_product_view_color', 'inherit'),
(4897, 3930, '_et_additional_block', '0'),
(4898, 3930, '_et_sale_counter', 'disable'),
(4899, 3930, '_et_product_slider', 'inherit'),
(4900, 3930, '_et_primary_category', 'auto'),
(4901, 3930, '_yoast_wpseo_primary_product_cat', '88'),
(4902, 3930, '_yoast_wpseo_content_score', '30'),
(4903, 3930, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4904, 3931, '_edit_lock', '1649933209:1'),
(4905, 4074, '_wp_attached_file', '2022/04/05_AC-006-Angle-Valve.jpg'),
(4906, 4074, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:33:\"2022/04/05_AC-006-Angle-Valve.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"05_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"05_AC-006-Angle-Valve-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"05_AC-006-Angle-Valve-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"05_AC-006-Angle-Valve-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"05_AC-006-Angle-Valve-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:29:\"05_AC-006-Angle-Valve-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:31:\"05_AC-006-Angle-Valve-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"05_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"05_AC-006-Angle-Valve-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"05_AC-006-Angle-Valve-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"05_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"05_AC-006-Angle-Valve-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"05_AC-006-Angle-Valve-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4907, 4076, '_wp_attached_file', '2022/04/06_AC-006-Angle-Valve.jpg'),
(4908, 4076, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:33:\"2022/04/06_AC-006-Angle-Valve.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"06_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"06_AC-006-Angle-Valve-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"06_AC-006-Angle-Valve-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"06_AC-006-Angle-Valve-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"06_AC-006-Angle-Valve-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:29:\"06_AC-006-Angle-Valve-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:31:\"06_AC-006-Angle-Valve-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"06_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"06_AC-006-Angle-Valve-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"06_AC-006-Angle-Valve-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"06_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"06_AC-006-Angle-Valve-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"06_AC-006-Angle-Valve-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4909, 4077, '_wp_attached_file', '2022/04/07_AC-006-Angle-Valve.jpg'),
(4910, 4077, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:33:\"2022/04/07_AC-006-Angle-Valve.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"07_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"07_AC-006-Angle-Valve-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"07_AC-006-Angle-Valve-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"07_AC-006-Angle-Valve-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"07_AC-006-Angle-Valve-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:29:\"07_AC-006-Angle-Valve-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:31:\"07_AC-006-Angle-Valve-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"07_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"07_AC-006-Angle-Valve-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"07_AC-006-Angle-Valve-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"07_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"07_AC-006-Angle-Valve-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"07_AC-006-Angle-Valve-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4911, 4078, '_wp_attached_file', '2022/04/03_AC-006-Angle-Valve.jpg'),
(4912, 4078, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:33:\"2022/04/03_AC-006-Angle-Valve.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"03_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"03_AC-006-Angle-Valve-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"03_AC-006-Angle-Valve-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"03_AC-006-Angle-Valve-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"03_AC-006-Angle-Valve-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:29:\"03_AC-006-Angle-Valve-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:31:\"03_AC-006-Angle-Valve-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"03_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"03_AC-006-Angle-Valve-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"03_AC-006-Angle-Valve-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"03_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"03_AC-006-Angle-Valve-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"03_AC-006-Angle-Valve-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4913, 4079, '_wp_attached_file', '2022/04/04_AC-006-Angle-Valve.jpg'),
(4914, 4079, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:33:\"2022/04/04_AC-006-Angle-Valve.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"04_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"04_AC-006-Angle-Valve-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"04_AC-006-Angle-Valve-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"04_AC-006-Angle-Valve-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"04_AC-006-Angle-Valve-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:29:\"04_AC-006-Angle-Valve-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:31:\"04_AC-006-Angle-Valve-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"04_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"04_AC-006-Angle-Valve-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"04_AC-006-Angle-Valve-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"04_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"04_AC-006-Angle-Valve-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"04_AC-006-Angle-Valve-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4915, 4080, '_wp_attached_file', '2022/04/01_AC-006-Angle-Valve.jpg'),
(4916, 4080, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:33:\"2022/04/01_AC-006-Angle-Valve.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"01_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"01_AC-006-Angle-Valve-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"01_AC-006-Angle-Valve-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"01_AC-006-Angle-Valve-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"01_AC-006-Angle-Valve-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:29:\"01_AC-006-Angle-Valve-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:31:\"01_AC-006-Angle-Valve-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"01_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"01_AC-006-Angle-Valve-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"01_AC-006-Angle-Valve-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"01_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"01_AC-006-Angle-Valve-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"01_AC-006-Angle-Valve-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4917, 4081, '_wp_attached_file', '2022/04/02_AC-006-Angle-Valve.jpg'),
(4918, 4081, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:33:\"2022/04/02_AC-006-Angle-Valve.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"02_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"02_AC-006-Angle-Valve-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"02_AC-006-Angle-Valve-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"02_AC-006-Angle-Valve-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"02_AC-006-Angle-Valve-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:29:\"02_AC-006-Angle-Valve-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:31:\"02_AC-006-Angle-Valve-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"02_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"02_AC-006-Angle-Valve-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"02_AC-006-Angle-Valve-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"02_AC-006-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"02_AC-006-Angle-Valve-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"02_AC-006-Angle-Valve-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4919, 3931, '_edit_last', '1'),
(4920, 3931, '_thumbnail_id', '4081'),
(4921, 3931, '_product_video_gallery', ''),
(4922, 3931, '_product_video_code', ''),
(4923, 3931, '_product_video_autoplay', ''),
(4924, 3931, '_sale_price_time_start', ''),
(4925, 3931, '_sale_price_time_end', ''),
(4926, 3931, '_product_image_gallery', '4074,4076,4077,4078,4079,4080,4081'),
(4927, 3931, '_et_single_layout', 'standard'),
(4928, 3931, '_et_single_thumbnail_hover', 'inherit'),
(4929, 3931, '_et_product_view_hover', 'inherit'),
(4930, 3931, '_et_product_view_color', 'inherit'),
(4931, 3931, '_et_additional_block', '0'),
(4932, 3931, '_et_sale_counter', 'disable'),
(4933, 3931, '_et_product_slider', 'inherit'),
(4934, 3931, '_et_primary_category', 'auto'),
(4935, 3931, '_yoast_wpseo_content_score', '60'),
(4936, 3931, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4937, 3932, '_edit_lock', '1649077201:1'),
(4938, 4083, '_wp_attached_file', '2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6.jpg'),
(4939, 4083, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:55:\"2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"AC-009-Concealed-Stop-Cock-12-Complete-Set6-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:57:\"AC-009-Concealed-Stop-Cock-12-Complete-Set6-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:51:\"AC-009-Concealed-Stop-Cock-12-Complete-Set6-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:53:\"AC-009-Concealed-Stop-Cock-12-Complete-Set6-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4940, 4084, '_wp_attached_file', '2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg'),
(4941, 4084, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:55:\"2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:57:\"AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:51:\"AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:53:\"AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4942, 4085, '_wp_attached_file', '2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3.jpg'),
(4943, 4085, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:55:\"2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"AC-009-Concealed-Stop-Cock-12-Complete-Set3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:57:\"AC-009-Concealed-Stop-Cock-12-Complete-Set3-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:51:\"AC-009-Concealed-Stop-Cock-12-Complete-Set3-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:53:\"AC-009-Concealed-Stop-Cock-12-Complete-Set3-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4944, 4086, '_wp_attached_file', '2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4.jpg'),
(4945, 4086, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:55:\"2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"AC-009-Concealed-Stop-Cock-12-Complete-Set4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:57:\"AC-009-Concealed-Stop-Cock-12-Complete-Set4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:51:\"AC-009-Concealed-Stop-Cock-12-Complete-Set4-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:53:\"AC-009-Concealed-Stop-Cock-12-Complete-Set4-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4946, 4087, '_wp_attached_file', '2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5.jpg'),
(4947, 4087, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:55:\"2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"AC-009-Concealed-Stop-Cock-12-Complete-Set5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:57:\"AC-009-Concealed-Stop-Cock-12-Complete-Set5-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:51:\"AC-009-Concealed-Stop-Cock-12-Complete-Set5-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:53:\"AC-009-Concealed-Stop-Cock-12-Complete-Set5-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"AC-009-Concealed-Stop-Cock-12-Complete-Set5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4948, 4088, '_wp_attached_file', '2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set.jpg'),
(4949, 4088, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:54:\"2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"AC-009-Concealed-Stop-Cock-12-Complete-Set-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"AC-009-Concealed-Stop-Cock-12-Complete-Set-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"AC-009-Concealed-Stop-Cock-12-Complete-Set-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:56:\"AC-009-Concealed-Stop-Cock-12-Complete-Set-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:50:\"AC-009-Concealed-Stop-Cock-12-Complete-Set-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:52:\"AC-009-Concealed-Stop-Cock-12-Complete-Set-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:54:\"AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:54:\"AC-009-Concealed-Stop-Cock-12-Complete-Set-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:54:\"AC-009-Concealed-Stop-Cock-12-Complete-Set-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:54:\"AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:54:\"AC-009-Concealed-Stop-Cock-12-Complete-Set-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"AC-009-Concealed-Stop-Cock-12-Complete-Set-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4950, 3932, '_edit_last', '1'),
(4951, 3932, '_thumbnail_id', '4084'),
(4952, 3932, '_product_video_gallery', ''),
(4953, 3932, '_product_video_code', ''),
(4954, 3932, '_product_video_autoplay', ''),
(4955, 3932, '_sale_price_time_start', ''),
(4956, 3932, '_sale_price_time_end', ''),
(4957, 3932, '_product_image_gallery', '4083,4084,4085,4086,4087,4088'),
(4958, 3932, '_et_single_layout', 'standard'),
(4959, 3932, '_et_single_thumbnail_hover', 'inherit'),
(4960, 3932, '_et_product_view_hover', 'inherit'),
(4961, 3932, '_et_product_view_color', 'inherit'),
(4962, 3932, '_et_additional_block', '0'),
(4963, 3932, '_et_sale_counter', 'disable'),
(4964, 3932, '_et_product_slider', 'inherit'),
(4965, 3932, '_et_primary_category', 'auto'),
(4966, 3932, '_yoast_wpseo_primary_product_cat', '86'),
(4967, 3932, '_yoast_wpseo_content_score', '60'),
(4968, 3932, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4969, 3936, '_edit_lock', '1649077959:1'),
(4970, 4089, '_wp_attached_file', '2022/04/AV0015.jpg'),
(4971, 4089, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:18:\"2022/04/AV0015.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"AV0015-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"AV0015-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"AV0015-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"AV0015-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"AV0015-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:14:\"AV0015-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:16:\"AV0015-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"AV0015-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"AV0015-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"AV0015-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"AV0015-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"AV0015-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"AV0015-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4972, 4090, '_wp_attached_file', '2022/04/AV0016.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4973, 4090, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:18:\"2022/04/AV0016.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"AV0016-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"AV0016-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"AV0016-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"AV0016-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"AV0016-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:14:\"AV0016-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:16:\"AV0016-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"AV0016-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"AV0016-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"AV0016-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"AV0016-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"AV0016-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"AV0016-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4974, 4091, '_wp_attached_file', '2022/04/AV0017.jpg'),
(4975, 4091, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:18:\"2022/04/AV0017.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"AV0017-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"AV0017-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"AV0017-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"AV0017-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"AV0017-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:14:\"AV0017-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:16:\"AV0017-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"AV0017-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"AV0017-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"AV0017-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"AV0017-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"AV0017-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"AV0017-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4976, 4092, '_wp_attached_file', '2022/04/AV0013.jpg'),
(4977, 4092, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:18:\"2022/04/AV0013.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"AV0013-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"AV0013-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"AV0013-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"AV0013-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"AV0013-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:14:\"AV0013-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:16:\"AV0013-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"AV0013-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"AV0013-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"AV0013-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"AV0013-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"AV0013-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"AV0013-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4978, 4093, '_wp_attached_file', '2022/04/AV0014.jpg'),
(4979, 4093, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:18:\"2022/04/AV0014.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"AV0014-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"AV0014-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"AV0014-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"AV0014-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"AV0014-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:14:\"AV0014-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:16:\"AV0014-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"AV0014-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"AV0014-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"AV0014-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"AV0014-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"AV0014-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"AV0014-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4980, 4094, '_wp_attached_file', '2022/04/AV0012.jpg'),
(4981, 4094, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:18:\"2022/04/AV0012.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"AV0012-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"AV0012-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"AV0012-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"AV0012-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"AV0012-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:14:\"AV0012-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:16:\"AV0012-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"AV0012-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"AV0012-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"AV0012-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"AV0012-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"AV0012-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"AV0012-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4982, 4095, '_wp_attached_file', '2022/04/AV001.jpg'),
(4983, 4095, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:17:\"2022/04/AV001.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"AV001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"AV001-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"AV001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"AV001-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"AV001-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:13:\"AV001-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:15:\"AV001-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"AV001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"AV001-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"AV001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"AV001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"AV001-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"AV001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4984, 3936, '_edit_last', '1'),
(4985, 3936, '_thumbnail_id', '4095'),
(4986, 3936, '_product_video_gallery', ''),
(4987, 3936, '_product_video_code', ''),
(4988, 3936, '_product_video_autoplay', ''),
(4989, 3936, '_sale_price_time_start', ''),
(4990, 3936, '_sale_price_time_end', ''),
(4991, 3936, '_product_image_gallery', '4089,4090,4091,4092,4093,4094,4095'),
(4992, 3936, '_et_single_layout', 'standard'),
(4993, 3936, '_et_single_thumbnail_hover', 'inherit'),
(4994, 3936, '_et_product_view_hover', 'inherit'),
(4995, 3936, '_et_product_view_color', 'inherit'),
(4996, 3936, '_et_additional_block', '0'),
(4997, 3936, '_et_sale_counter', 'disable'),
(4998, 3936, '_et_product_slider', 'inherit'),
(4999, 3936, '_et_primary_category', 'auto'),
(5000, 3936, '_yoast_wpseo_primary_product_cat', '92'),
(5001, 3936, '_yoast_wpseo_content_score', '60'),
(5002, 3936, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5003, 3922, '_edit_lock', '1649078697:1'),
(5004, 4098, '_wp_attached_file', '2022/04/05_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg'),
(5005, 4098, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/05_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"05_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"05_Bib-Cock-Long-foam-flow-with-Flange-FA001-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"05_Bib-Cock-Long-foam-flow-with-Flange-FA001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"05_Bib-Cock-Long-foam-flow-with-Flange-FA001-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"05_Bib-Cock-Long-foam-flow-with-Flange-FA001-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"05_Bib-Cock-Long-foam-flow-with-Flange-FA001-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"05_Bib-Cock-Long-foam-flow-with-Flange-FA001-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"05_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"05_Bib-Cock-Long-foam-flow-with-Flange-FA001-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"05_Bib-Cock-Long-foam-flow-with-Flange-FA001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"05_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"05_Bib-Cock-Long-foam-flow-with-Flange-FA001-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"05_Bib-Cock-Long-foam-flow-with-Flange-FA001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5006, 4099, '_wp_attached_file', '2022/04/06_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg'),
(5007, 4099, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/06_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"06_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"06_Bib-Cock-Long-foam-flow-with-Flange-FA001-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"06_Bib-Cock-Long-foam-flow-with-Flange-FA001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"06_Bib-Cock-Long-foam-flow-with-Flange-FA001-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"06_Bib-Cock-Long-foam-flow-with-Flange-FA001-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"06_Bib-Cock-Long-foam-flow-with-Flange-FA001-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"06_Bib-Cock-Long-foam-flow-with-Flange-FA001-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"06_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"06_Bib-Cock-Long-foam-flow-with-Flange-FA001-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"06_Bib-Cock-Long-foam-flow-with-Flange-FA001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"06_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"06_Bib-Cock-Long-foam-flow-with-Flange-FA001-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"06_Bib-Cock-Long-foam-flow-with-Flange-FA001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5008, 4100, '_wp_attached_file', '2022/04/07_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg'),
(5009, 4100, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/07_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"07_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"07_Bib-Cock-Long-foam-flow-with-Flange-FA001-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"07_Bib-Cock-Long-foam-flow-with-Flange-FA001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"07_Bib-Cock-Long-foam-flow-with-Flange-FA001-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"07_Bib-Cock-Long-foam-flow-with-Flange-FA001-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"07_Bib-Cock-Long-foam-flow-with-Flange-FA001-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"07_Bib-Cock-Long-foam-flow-with-Flange-FA001-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"07_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"07_Bib-Cock-Long-foam-flow-with-Flange-FA001-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"07_Bib-Cock-Long-foam-flow-with-Flange-FA001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"07_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"07_Bib-Cock-Long-foam-flow-with-Flange-FA001-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"07_Bib-Cock-Long-foam-flow-with-Flange-FA001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5010, 4101, '_wp_attached_file', '2022/04/04_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg'),
(5011, 4101, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/04_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"04_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"04_Bib-Cock-Long-foam-flow-with-Flange-FA001-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"04_Bib-Cock-Long-foam-flow-with-Flange-FA001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"04_Bib-Cock-Long-foam-flow-with-Flange-FA001-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"04_Bib-Cock-Long-foam-flow-with-Flange-FA001-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"04_Bib-Cock-Long-foam-flow-with-Flange-FA001-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"04_Bib-Cock-Long-foam-flow-with-Flange-FA001-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"04_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"04_Bib-Cock-Long-foam-flow-with-Flange-FA001-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"04_Bib-Cock-Long-foam-flow-with-Flange-FA001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"04_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"04_Bib-Cock-Long-foam-flow-with-Flange-FA001-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"04_Bib-Cock-Long-foam-flow-with-Flange-FA001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5012, 4102, '_wp_attached_file', '2022/04/03_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg'),
(5013, 4102, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/03_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"03_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"03_Bib-Cock-Long-foam-flow-with-Flange-FA001-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"03_Bib-Cock-Long-foam-flow-with-Flange-FA001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"03_Bib-Cock-Long-foam-flow-with-Flange-FA001-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"03_Bib-Cock-Long-foam-flow-with-Flange-FA001-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"03_Bib-Cock-Long-foam-flow-with-Flange-FA001-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"03_Bib-Cock-Long-foam-flow-with-Flange-FA001-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"03_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"03_Bib-Cock-Long-foam-flow-with-Flange-FA001-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"03_Bib-Cock-Long-foam-flow-with-Flange-FA001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"03_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"03_Bib-Cock-Long-foam-flow-with-Flange-FA001-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"03_Bib-Cock-Long-foam-flow-with-Flange-FA001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5014, 4103, '_wp_attached_file', '2022/04/02_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg'),
(5015, 4103, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/02_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"02_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"02_Bib-Cock-Long-foam-flow-with-Flange-FA001-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"02_Bib-Cock-Long-foam-flow-with-Flange-FA001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"02_Bib-Cock-Long-foam-flow-with-Flange-FA001-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"02_Bib-Cock-Long-foam-flow-with-Flange-FA001-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"02_Bib-Cock-Long-foam-flow-with-Flange-FA001-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"02_Bib-Cock-Long-foam-flow-with-Flange-FA001-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"02_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"02_Bib-Cock-Long-foam-flow-with-Flange-FA001-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"02_Bib-Cock-Long-foam-flow-with-Flange-FA001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"02_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"02_Bib-Cock-Long-foam-flow-with-Flange-FA001-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"02_Bib-Cock-Long-foam-flow-with-Flange-FA001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5016, 4104, '_wp_attached_file', '2022/04/01_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg'),
(5017, 4104, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/01_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"01_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"01_Bib-Cock-Long-foam-flow-with-Flange-FA001-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"01_Bib-Cock-Long-foam-flow-with-Flange-FA001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"01_Bib-Cock-Long-foam-flow-with-Flange-FA001-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"01_Bib-Cock-Long-foam-flow-with-Flange-FA001-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"01_Bib-Cock-Long-foam-flow-with-Flange-FA001-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"01_Bib-Cock-Long-foam-flow-with-Flange-FA001-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"01_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"01_Bib-Cock-Long-foam-flow-with-Flange-FA001-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"01_Bib-Cock-Long-foam-flow-with-Flange-FA001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"01_Bib-Cock-Long-foam-flow-with-Flange-FA001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"01_Bib-Cock-Long-foam-flow-with-Flange-FA001-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"01_Bib-Cock-Long-foam-flow-with-Flange-FA001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5018, 3922, '_edit_last', '1'),
(5019, 3922, '_thumbnail_id', '4104'),
(5020, 3922, '_product_video_gallery', ''),
(5021, 3922, '_product_video_code', ''),
(5022, 3922, '_product_video_autoplay', ''),
(5023, 3922, '_sale_price_time_start', ''),
(5024, 3922, '_sale_price_time_end', ''),
(5025, 3922, '_product_image_gallery', '4098,4099,4100,4101,4102,4103,4104'),
(5026, 3922, '_et_single_layout', 'standard'),
(5027, 3922, '_et_single_thumbnail_hover', 'inherit'),
(5028, 3922, '_et_product_view_hover', 'inherit'),
(5029, 3922, '_et_product_view_color', 'inherit'),
(5030, 3922, '_et_additional_block', '0'),
(5031, 3922, '_et_sale_counter', 'disable'),
(5032, 3922, '_et_product_slider', 'inherit'),
(5033, 3922, '_et_primary_category', 'auto'),
(5034, 3922, '_yoast_wpseo_primary_product_cat', '83'),
(5035, 3922, '_yoast_wpseo_content_score', '30'),
(5036, 3922, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5037, 3924, '_edit_lock', '1649079757:1'),
(5038, 4105, '_wp_attached_file', '2022/04/FA-004-Angle-Cock-With-Flange6.jpg'),
(5039, 4105, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:42:\"2022/04/FA-004-Angle-Cock-With-Flange6.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"FA-004-Angle-Cock-With-Flange6-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"FA-004-Angle-Cock-With-Flange6-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:38:\"FA-004-Angle-Cock-With-Flange6-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:40:\"FA-004-Angle-Cock-With-Flange6-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5040, 4106, '_wp_attached_file', '2022/04/FA-004-Angle-Cock-With-Flange7.jpg'),
(5041, 4106, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:42:\"2022/04/FA-004-Angle-Cock-With-Flange7.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"FA-004-Angle-Cock-With-Flange7-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"FA-004-Angle-Cock-With-Flange7-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:38:\"FA-004-Angle-Cock-With-Flange7-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:40:\"FA-004-Angle-Cock-With-Flange7-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5042, 4107, '_wp_attached_file', '2022/04/FA-004-Angle-Cock-With-Flange4.jpg'),
(5043, 4107, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:42:\"2022/04/FA-004-Angle-Cock-With-Flange4.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"FA-004-Angle-Cock-With-Flange4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"FA-004-Angle-Cock-With-Flange4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:38:\"FA-004-Angle-Cock-With-Flange4-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:40:\"FA-004-Angle-Cock-With-Flange4-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5044, 4108, '_wp_attached_file', '2022/04/FA-004-Angle-Cock-With-Flange5.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5045, 4108, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:42:\"2022/04/FA-004-Angle-Cock-With-Flange5.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"FA-004-Angle-Cock-With-Flange5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"FA-004-Angle-Cock-With-Flange5-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:38:\"FA-004-Angle-Cock-With-Flange5-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:40:\"FA-004-Angle-Cock-With-Flange5-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5046, 4109, '_wp_attached_file', '2022/04/FA-004-Angle-Cock-With-Flange2.jpg'),
(5047, 4109, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:42:\"2022/04/FA-004-Angle-Cock-With-Flange2.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"FA-004-Angle-Cock-With-Flange2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"FA-004-Angle-Cock-With-Flange2-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:38:\"FA-004-Angle-Cock-With-Flange2-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:40:\"FA-004-Angle-Cock-With-Flange2-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"FA-004-Angle-Cock-With-Flange2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5048, 4110, '_wp_attached_file', '2022/04/FA-004-Angle-Cock-With-Flange.jpg'),
(5049, 4110, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:41:\"2022/04/FA-004-Angle-Cock-With-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"FA-004-Angle-Cock-With-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"FA-004-Angle-Cock-With-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"FA-004-Angle-Cock-With-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"FA-004-Angle-Cock-With-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"FA-004-Angle-Cock-With-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:37:\"FA-004-Angle-Cock-With-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:39:\"FA-004-Angle-Cock-With-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"FA-004-Angle-Cock-With-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"FA-004-Angle-Cock-With-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"FA-004-Angle-Cock-With-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"FA-004-Angle-Cock-With-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"FA-004-Angle-Cock-With-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"FA-004-Angle-Cock-With-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5050, 3924, '_edit_last', '1'),
(5051, 3924, '_thumbnail_id', '4110'),
(5052, 3924, '_product_video_gallery', ''),
(5053, 3924, '_product_video_code', ''),
(5054, 3924, '_product_video_autoplay', ''),
(5055, 3924, '_sale_price_time_start', ''),
(5056, 3924, '_sale_price_time_end', ''),
(5057, 3924, '_product_image_gallery', '4105,4106,4107,4108,4109,4110'),
(5058, 3924, '_et_single_layout', 'standard'),
(5059, 3924, '_et_single_thumbnail_hover', 'inherit'),
(5060, 3924, '_et_product_view_hover', 'inherit'),
(5061, 3924, '_et_product_view_color', 'inherit'),
(5062, 3924, '_et_additional_block', '0'),
(5063, 3924, '_et_sale_counter', 'disable'),
(5064, 3924, '_et_product_slider', 'inherit'),
(5065, 3924, '_et_primary_category', 'auto'),
(5066, 3924, '_yoast_wpseo_primary_product_cat', '92'),
(5067, 3924, '_yoast_wpseo_content_score', '60'),
(5068, 3924, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5069, 3937, '_edit_lock', '1649080826:1'),
(5070, 4113, '_wp_attached_file', '2022/04/HF-0015.jpg'),
(5071, 4113, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/HF-0015.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"HF-0015-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"HF-0015-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0015-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"HF-0015-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"HF-0015-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"HF-0015-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"HF-0015-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"HF-0015-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"HF-0015-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0015-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"HF-0015-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"HF-0015-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0015-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5072, 4114, '_wp_attached_file', '2022/04/HF-0016.jpg'),
(5073, 4114, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/HF-0016.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"HF-0016-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"HF-0016-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0016-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"HF-0016-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"HF-0016-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"HF-0016-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"HF-0016-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"HF-0016-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"HF-0016-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0016-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"HF-0016-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"HF-0016-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0016-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5074, 4115, '_wp_attached_file', '2022/04/HF-0017.jpg'),
(5075, 4115, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/HF-0017.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"HF-0017-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"HF-0017-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0017-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"HF-0017-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"HF-0017-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"HF-0017-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"HF-0017-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"HF-0017-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"HF-0017-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0017-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"HF-0017-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"HF-0017-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0017-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5076, 4116, '_wp_attached_file', '2022/04/HF-0014.jpg'),
(5077, 4116, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/HF-0014.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"HF-0014-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"HF-0014-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0014-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"HF-0014-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"HF-0014-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"HF-0014-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"HF-0014-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"HF-0014-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"HF-0014-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0014-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"HF-0014-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"HF-0014-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0014-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5078, 4117, '_wp_attached_file', '2022/04/HF-0012.jpg'),
(5079, 4117, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/HF-0012.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"HF-0012-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"HF-0012-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0012-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"HF-0012-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"HF-0012-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"HF-0012-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"HF-0012-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"HF-0012-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"HF-0012-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0012-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"HF-0012-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"HF-0012-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0012-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5080, 3937, '_edit_last', '1'),
(5081, 3937, '_thumbnail_id', '4117'),
(5082, 3937, '_product_video_gallery', ''),
(5083, 3937, '_product_video_code', ''),
(5084, 3937, '_product_video_autoplay', ''),
(5085, 3937, '_sale_price_time_start', ''),
(5086, 3937, '_sale_price_time_end', ''),
(5087, 3937, '_product_image_gallery', '4113,4114,4115,4116,4117'),
(5088, 3937, '_et_single_layout', 'standard'),
(5089, 3937, '_et_single_thumbnail_hover', 'inherit'),
(5090, 3937, '_et_product_view_hover', 'inherit'),
(5091, 3937, '_et_product_view_color', 'inherit'),
(5092, 3937, '_et_additional_block', '0'),
(5093, 3937, '_et_sale_counter', 'disable'),
(5094, 3937, '_et_product_slider', 'inherit'),
(5095, 3937, '_et_primary_category', 'auto'),
(5096, 3937, '_yoast_wpseo_primary_product_cat', '92'),
(5097, 3937, '_yoast_wpseo_content_score', '30'),
(5098, 3937, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5099, 3938, '_edit_lock', '1649152456:1'),
(5100, 4119, '_wp_attached_file', '2022/04/HF-0036.jpg'),
(5101, 4119, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/HF-0036.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"HF-0036-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"HF-0036-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0036-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"HF-0036-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"HF-0036-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"HF-0036-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"HF-0036-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"HF-0036-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"HF-0036-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0036-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"HF-0036-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"HF-0036-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0036-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5102, 4120, '_wp_attached_file', '2022/04/HF-0037.jpg'),
(5103, 4120, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/HF-0037.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"HF-0037-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"HF-0037-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0037-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"HF-0037-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"HF-0037-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"HF-0037-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"HF-0037-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"HF-0037-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"HF-0037-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0037-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"HF-0037-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"HF-0037-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0037-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5104, 4121, '_wp_attached_file', '2022/04/HF-0034.jpg'),
(5105, 4121, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/HF-0034.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"HF-0034-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"HF-0034-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0034-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"HF-0034-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"HF-0034-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"HF-0034-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"HF-0034-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"HF-0034-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"HF-0034-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0034-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"HF-0034-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"HF-0034-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0034-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5106, 4122, '_wp_attached_file', '2022/04/HF-0035.jpg'),
(5107, 4122, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/HF-0035.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"HF-0035-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"HF-0035-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0035-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"HF-0035-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"HF-0035-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"HF-0035-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"HF-0035-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"HF-0035-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"HF-0035-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0035-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"HF-0035-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"HF-0035-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0035-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5108, 4123, '_wp_attached_file', '2022/04/HF-0032.jpg'),
(5109, 4123, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/HF-0032.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"HF-0032-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"HF-0032-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0032-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"HF-0032-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"HF-0032-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"HF-0032-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"HF-0032-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"HF-0032-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"HF-0032-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0032-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"HF-0032-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"HF-0032-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"HF-0032-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5110, 4124, '_wp_attached_file', '2022/04/HF-003.jpg'),
(5111, 4124, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:18:\"2022/04/HF-003.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"HF-003-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"HF-003-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"HF-003-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"HF-003-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"HF-003-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:14:\"HF-003-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:16:\"HF-003-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"HF-003-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"HF-003-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"HF-003-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"HF-003-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"HF-003-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"HF-003-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5112, 3938, '_edit_last', '1'),
(5113, 3938, '_thumbnail_id', '4123'),
(5114, 3938, '_product_video_gallery', ''),
(5115, 3938, '_product_video_code', ''),
(5116, 3938, '_product_video_autoplay', ''),
(5117, 3938, '_sale_price_time_start', ''),
(5118, 3938, '_sale_price_time_end', ''),
(5119, 3938, '_product_image_gallery', '4119,4120,4121,4122,4123,4124'),
(5120, 3938, '_et_single_layout', 'standard'),
(5121, 3938, '_et_single_thumbnail_hover', 'inherit'),
(5122, 3938, '_et_product_view_hover', 'inherit'),
(5123, 3938, '_et_product_view_color', 'inherit'),
(5124, 3938, '_et_additional_block', '0'),
(5125, 3938, '_et_sale_counter', 'disable'),
(5126, 3938, '_et_product_slider', 'inherit'),
(5127, 3938, '_et_primary_category', 'auto'),
(5128, 3938, '_yoast_wpseo_primary_product_cat', '92'),
(5129, 3938, '_yoast_wpseo_content_score', '30'),
(5130, 3938, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5178, 3939, '_edit_lock', '1649933196:1'),
(5179, 4129, '_wp_attached_file', '2022/04/04_IR01.jpg'),
(5180, 4129, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/04_IR01.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"04_IR01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"04_IR01-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"04_IR01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"04_IR01-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"04_IR01-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"04_IR01-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"04_IR01-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"04_IR01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"04_IR01-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"04_IR01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"04_IR01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"04_IR01-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"04_IR01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5181, 4130, '_wp_attached_file', '2022/04/05_IR01.jpg'),
(5182, 4130, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/05_IR01.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"05_IR01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"05_IR01-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"05_IR01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"05_IR01-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"05_IR01-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"05_IR01-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"05_IR01-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"05_IR01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"05_IR01-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"05_IR01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"05_IR01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"05_IR01-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"05_IR01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5183, 4131, '_wp_attached_file', '2022/04/06_IR01.jpg'),
(5184, 4131, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/06_IR01.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"06_IR01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"06_IR01-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"06_IR01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"06_IR01-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"06_IR01-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"06_IR01-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"06_IR01-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"06_IR01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"06_IR01-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"06_IR01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"06_IR01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"06_IR01-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"06_IR01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5185, 4132, '_wp_attached_file', '2022/04/03_IR01.jpg'),
(5186, 4132, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/03_IR01.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"03_IR01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"03_IR01-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"03_IR01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"03_IR01-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"03_IR01-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"03_IR01-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"03_IR01-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"03_IR01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"03_IR01-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"03_IR01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"03_IR01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"03_IR01-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"03_IR01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5187, 4133, '_wp_attached_file', '2022/04/02_IR01.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5188, 4133, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/02_IR01.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"02_IR01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"02_IR01-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"02_IR01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"02_IR01-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"02_IR01-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"02_IR01-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"02_IR01-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"02_IR01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"02_IR01-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"02_IR01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"02_IR01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"02_IR01-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"02_IR01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5189, 4134, '_wp_attached_file', '2022/04/01_IR01.jpg'),
(5190, 4134, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/01_IR01.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"01_IR01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"01_IR01-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"01_IR01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"01_IR01-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"01_IR01-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"01_IR01-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"01_IR01-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"01_IR01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"01_IR01-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"01_IR01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"01_IR01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"01_IR01-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"01_IR01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5191, 3939, '_edit_last', '1'),
(5192, 3939, '_thumbnail_id', '4133'),
(5193, 3939, '_product_video_gallery', ''),
(5194, 3939, '_product_video_code', ''),
(5195, 3939, '_product_video_autoplay', ''),
(5196, 3939, '_sale_price_time_start', ''),
(5197, 3939, '_sale_price_time_end', ''),
(5198, 3939, '_product_image_gallery', '4129,4130,4131,4132,4133,4134'),
(5199, 3939, '_et_single_layout', 'standard'),
(5200, 3939, '_et_single_thumbnail_hover', 'inherit'),
(5201, 3939, '_et_product_view_hover', 'inherit'),
(5202, 3939, '_et_product_view_color', 'inherit'),
(5203, 3939, '_et_additional_block', '0'),
(5204, 3939, '_et_sale_counter', 'disable'),
(5205, 3939, '_et_product_slider', 'inherit'),
(5206, 3939, '_et_primary_category', 'auto'),
(5207, 3939, '_yoast_wpseo_content_score', '60'),
(5208, 3939, '_yoast_wpseo_estimated-reading-time-minutes', ''),
(5209, 3940, '_edit_lock', '1649152942:1'),
(5210, 4136, '_wp_attached_file', '2022/04/IR025.jpg'),
(5211, 4136, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:17:\"2022/04/IR025.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"IR025-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"IR025-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"IR025-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"IR025-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"IR025-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:13:\"IR025-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:15:\"IR025-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"IR025-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"IR025-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR025-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"IR025-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"IR025-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR025-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5212, 4137, '_wp_attached_file', '2022/04/IR026.jpg'),
(5213, 4137, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:17:\"2022/04/IR026.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"IR026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"IR026-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"IR026-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"IR026-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"IR026-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:13:\"IR026-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:15:\"IR026-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"IR026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"IR026-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR026-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"IR026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"IR026-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR026-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5214, 4138, '_wp_attached_file', '2022/04/IR027.jpg'),
(5215, 4138, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:17:\"2022/04/IR027.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"IR027-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"IR027-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"IR027-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"IR027-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"IR027-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:13:\"IR027-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:15:\"IR027-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"IR027-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"IR027-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR027-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"IR027-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"IR027-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR027-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5216, 4139, '_wp_attached_file', '2022/04/IR022.jpg'),
(5217, 4139, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:17:\"2022/04/IR022.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"IR022-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"IR022-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"IR022-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"IR022-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"IR022-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:13:\"IR022-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:15:\"IR022-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"IR022-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"IR022-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR022-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"IR022-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"IR022-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR022-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5218, 4140, '_wp_attached_file', '2022/04/IR023.jpg'),
(5219, 4140, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:17:\"2022/04/IR023.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"IR023-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"IR023-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"IR023-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"IR023-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"IR023-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:13:\"IR023-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:15:\"IR023-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"IR023-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"IR023-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR023-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"IR023-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"IR023-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR023-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5220, 4141, '_wp_attached_file', '2022/04/IR024.jpg'),
(5221, 4141, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:17:\"2022/04/IR024.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"IR024-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"IR024-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"IR024-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"IR024-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"IR024-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:13:\"IR024-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:15:\"IR024-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"IR024-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"IR024-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR024-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"IR024-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"IR024-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR024-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5222, 4142, '_wp_attached_file', '2022/04/IR02.jpg'),
(5223, 4142, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:16:\"2022/04/IR02.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"IR02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"IR02-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"IR02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"IR02-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:18:\"IR02-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:12:\"IR02-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:14:\"IR02-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"IR02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:16:\"IR02-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"IR02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"IR02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"IR02-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"IR02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5224, 3940, '_edit_last', '1'),
(5225, 3940, '_thumbnail_id', '4139'),
(5226, 3940, '_product_video_gallery', ''),
(5227, 3940, '_product_video_code', ''),
(5228, 3940, '_product_video_autoplay', ''),
(5229, 3940, '_sale_price_time_start', ''),
(5230, 3940, '_sale_price_time_end', ''),
(5231, 3940, '_product_image_gallery', '4136,4137,4138,4139,4140,4141,4142'),
(5232, 3940, '_et_single_layout', 'standard'),
(5233, 3940, '_et_single_thumbnail_hover', 'inherit'),
(5234, 3940, '_et_product_view_hover', 'inherit'),
(5235, 3940, '_et_product_view_color', 'inherit'),
(5236, 3940, '_et_additional_block', '0'),
(5237, 3940, '_et_sale_counter', 'disable'),
(5238, 3940, '_et_product_slider', 'inherit'),
(5239, 3940, '_et_primary_category', 'auto'),
(5240, 3940, '_yoast_wpseo_primary_product_cat', '97'),
(5241, 3940, '_yoast_wpseo_content_score', '30'),
(5242, 3940, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5243, 3941, '_edit_lock', '1651743206:1'),
(5244, 4144, '_wp_attached_file', '2022/04/IR037.jpg'),
(5245, 4144, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:17:\"2022/04/IR037.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"IR037-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"IR037-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"IR037-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"IR037-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"IR037-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:13:\"IR037-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:15:\"IR037-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"IR037-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"IR037-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR037-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"IR037-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"IR037-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR037-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5246, 4145, '_wp_attached_file', '2022/04/IR034.jpg'),
(5247, 4145, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:17:\"2022/04/IR034.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"IR034-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"IR034-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"IR034-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"IR034-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"IR034-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:13:\"IR034-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:15:\"IR034-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"IR034-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"IR034-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR034-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"IR034-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"IR034-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR034-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5248, 4146, '_wp_attached_file', '2022/04/IR035.jpg'),
(5249, 4146, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:17:\"2022/04/IR035.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"IR035-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"IR035-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"IR035-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"IR035-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"IR035-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:13:\"IR035-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:15:\"IR035-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"IR035-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"IR035-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR035-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"IR035-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"IR035-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR035-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5250, 4147, '_wp_attached_file', '2022/04/IR036.jpg'),
(5251, 4147, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:17:\"2022/04/IR036.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"IR036-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"IR036-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"IR036-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"IR036-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"IR036-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:13:\"IR036-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:15:\"IR036-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"IR036-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"IR036-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR036-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"IR036-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"IR036-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR036-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5252, 4148, '_wp_attached_file', '2022/04/IR032.jpg'),
(5253, 4148, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:17:\"2022/04/IR032.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"IR032-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"IR032-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"IR032-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"IR032-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"IR032-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:13:\"IR032-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:15:\"IR032-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"IR032-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"IR032-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR032-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"IR032-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"IR032-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR032-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5254, 4149, '_wp_attached_file', '2022/04/IR033.jpg'),
(5255, 4149, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:17:\"2022/04/IR033.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"IR033-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"IR033-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"IR033-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"IR033-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"IR033-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:13:\"IR033-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:15:\"IR033-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"IR033-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"IR033-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR033-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"IR033-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"IR033-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"IR033-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5256, 4150, '_wp_attached_file', '2022/04/IR03.jpg'),
(5257, 4150, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:16:\"2022/04/IR03.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"IR03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"IR03-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"IR03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"IR03-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:18:\"IR03-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:12:\"IR03-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:14:\"IR03-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"IR03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:16:\"IR03-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"IR03-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"IR03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"IR03-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"IR03-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5258, 3941, '_edit_last', '1'),
(5259, 3941, '_thumbnail_id', '4148'),
(5260, 3941, '_product_video_gallery', ''),
(5261, 3941, '_product_video_code', ''),
(5262, 3941, '_product_video_autoplay', ''),
(5263, 3941, '_sale_price_time_start', ''),
(5264, 3941, '_sale_price_time_end', ''),
(5265, 3941, '_product_image_gallery', '4144,4145,4146,4147,4148,4149,4150'),
(5266, 3941, '_et_single_layout', 'standard'),
(5267, 3941, '_et_single_thumbnail_hover', 'inherit'),
(5268, 3941, '_et_product_view_hover', 'inherit'),
(5269, 3941, '_et_product_view_color', 'inherit'),
(5270, 3941, '_et_additional_block', '0'),
(5271, 3941, '_et_sale_counter', 'disable'),
(5272, 3941, '_et_product_slider', 'inherit'),
(5273, 3941, '_et_primary_category', 'auto'),
(5274, 3941, '_yoast_wpseo_primary_product_cat', '97'),
(5275, 3941, '_yoast_wpseo_content_score', '30'),
(5276, 3941, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5277, 3907, '_edit_lock', '1649153440:1'),
(5278, 4151, '_wp_attached_file', '2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange.jpg'),
(5279, 4151, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:52:\"2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"05_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"05_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"05_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"05_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:48:\"05_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:50:\"05_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:52:\"05_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:52:\"05_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"05_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"05_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:52:\"05_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"05_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5280, 4153, '_wp_attached_file', '2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange.jpg'),
(5281, 4153, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:52:\"2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"06_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"06_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"06_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"06_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:48:\"06_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:50:\"06_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:52:\"06_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:52:\"06_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"06_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"06_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:52:\"06_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"06_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5282, 4154, '_wp_attached_file', '2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5283, 4154, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:52:\"2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"07_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"07_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"07_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"07_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:48:\"07_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:50:\"07_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:52:\"07_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:52:\"07_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"07_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"07_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:52:\"07_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"07_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5284, 4155, '_wp_attached_file', '2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange.jpg'),
(5285, 4155, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:52:\"2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"03_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"03_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"03_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"03_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:48:\"03_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:50:\"03_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:52:\"03_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:52:\"03_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"03_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"03_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:52:\"03_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"03_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5286, 4156, '_wp_attached_file', '2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange.jpg'),
(5287, 4156, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:52:\"2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"04_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"04_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"04_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"04_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:48:\"04_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:50:\"04_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:52:\"04_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:52:\"04_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"04_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"04_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:52:\"04_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"04_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5288, 4157, '_wp_attached_file', '2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange.jpg'),
(5289, 4157, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:52:\"2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"02_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"02_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"02_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"02_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:48:\"02_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:50:\"02_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:52:\"02_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:52:\"02_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"02_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"02_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:52:\"02_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"02_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5290, 4158, '_wp_attached_file', '2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg'),
(5291, 4158, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:52:\"2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:48:\"01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:50:\"01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:52:\"01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:52:\"01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:52:\"01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5292, 3907, '_edit_last', '1'),
(5293, 3907, '_thumbnail_id', '4158'),
(5294, 3907, '_product_video_gallery', ''),
(5295, 3907, '_product_video_code', ''),
(5296, 3907, '_product_video_autoplay', ''),
(5297, 3907, '_sale_price_time_start', ''),
(5298, 3907, '_sale_price_time_end', ''),
(5299, 3907, '_product_image_gallery', '4151,4153,4154,4155,4156,4157,4158'),
(5300, 3907, '_et_single_layout', 'standard'),
(5301, 3907, '_et_single_thumbnail_hover', 'inherit'),
(5302, 3907, '_et_product_view_hover', 'inherit'),
(5303, 3907, '_et_product_view_color', 'inherit'),
(5304, 3907, '_et_additional_block', '0'),
(5305, 3907, '_et_sale_counter', 'disable'),
(5306, 3907, '_et_product_slider', 'inherit'),
(5307, 3907, '_et_primary_category', 'auto'),
(5308, 3907, '_yoast_wpseo_primary_product_cat', '88'),
(5309, 3907, '_yoast_wpseo_content_score', '90'),
(5310, 3907, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5311, 3908, '_edit_lock', '1649153952:1'),
(5312, 4159, '_wp_attached_file', '2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange.jpg'),
(5313, 4159, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:53:\"2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"05_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"05_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"05_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:55:\"05_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:49:\"05_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:51:\"05_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"05_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"05_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"05_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:53:\"05_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"05_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"05_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5314, 4160, '_wp_attached_file', '2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange.jpg'),
(5315, 4160, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:53:\"2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"06_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"06_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"06_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:55:\"06_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:49:\"06_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:51:\"06_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"06_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"06_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"06_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:53:\"06_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"06_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"06_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5316, 4161, '_wp_attached_file', '2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange.jpg'),
(5317, 4161, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:53:\"2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"07_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"07_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"07_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:55:\"07_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:49:\"07_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:51:\"07_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"07_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"07_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"07_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:53:\"07_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"07_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"07_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5318, 4163, '_wp_attached_file', '2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange.jpg'),
(5319, 4163, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:53:\"2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"04_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"04_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"04_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:55:\"04_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:49:\"04_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:51:\"04_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"04_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"04_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"04_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:53:\"04_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"04_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"04_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5320, 4164, '_wp_attached_file', '2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange.jpg'),
(5321, 4164, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:53:\"2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"03_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"03_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"03_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:55:\"03_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:49:\"03_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:51:\"03_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"03_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"03_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"03_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:53:\"03_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"03_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"03_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5322, 4165, '_wp_attached_file', '2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange.jpg'),
(5323, 4165, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:53:\"2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"02_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"02_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"02_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:55:\"02_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:49:\"02_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:51:\"02_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"02_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"02_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"02_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:53:\"02_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"02_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"02_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5324, 4166, '_wp_attached_file', '2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg'),
(5325, 4166, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:53:\"2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:55:\"01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:49:\"01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:51:\"01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:53:\"01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5326, 3908, '_edit_last', '1'),
(5327, 3908, '_thumbnail_id', '4166'),
(5328, 3908, '_product_video_gallery', ''),
(5329, 3908, '_product_video_code', ''),
(5330, 3908, '_product_video_autoplay', ''),
(5331, 3908, '_sale_price_time_start', ''),
(5332, 3908, '_sale_price_time_end', ''),
(5333, 3908, '_product_image_gallery', '4159,4160,4161,4163,4164,4165,4166'),
(5334, 3908, '_et_single_layout', 'standard'),
(5335, 3908, '_et_single_thumbnail_hover', 'inherit'),
(5336, 3908, '_et_product_view_hover', 'inherit'),
(5337, 3908, '_et_product_view_color', 'inherit'),
(5338, 3908, '_et_additional_block', '0'),
(5339, 3908, '_et_sale_counter', 'disable'),
(5340, 3908, '_et_product_slider', 'inherit'),
(5341, 3908, '_et_primary_category', 'auto'),
(5342, 3908, '_yoast_wpseo_primary_product_cat', '88'),
(5343, 3908, '_yoast_wpseo_content_score', '30'),
(5344, 3908, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5345, 3909, '_edit_lock', '1649154176:1'),
(5346, 4167, '_wp_attached_file', '2022/04/05_LI-004-Angle-Cock-with-Flange.jpg'),
(5347, 4167, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/05_LI-004-Angle-Cock-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"05_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"05_LI-004-Angle-Cock-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"05_LI-004-Angle-Cock-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"05_LI-004-Angle-Cock-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"05_LI-004-Angle-Cock-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"05_LI-004-Angle-Cock-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"05_LI-004-Angle-Cock-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"05_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"05_LI-004-Angle-Cock-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"05_LI-004-Angle-Cock-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"05_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"05_LI-004-Angle-Cock-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"05_LI-004-Angle-Cock-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5348, 4168, '_wp_attached_file', '2022/04/06_LI-004-Angle-Cock-with-Flange.jpg'),
(5349, 4168, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/06_LI-004-Angle-Cock-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"06_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"06_LI-004-Angle-Cock-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"06_LI-004-Angle-Cock-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"06_LI-004-Angle-Cock-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"06_LI-004-Angle-Cock-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"06_LI-004-Angle-Cock-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"06_LI-004-Angle-Cock-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"06_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"06_LI-004-Angle-Cock-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"06_LI-004-Angle-Cock-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"06_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"06_LI-004-Angle-Cock-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"06_LI-004-Angle-Cock-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5350, 4169, '_wp_attached_file', '2022/04/07_LI-004-Angle-Cock-with-Flange.jpg'),
(5351, 4169, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/07_LI-004-Angle-Cock-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"07_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"07_LI-004-Angle-Cock-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"07_LI-004-Angle-Cock-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"07_LI-004-Angle-Cock-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"07_LI-004-Angle-Cock-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"07_LI-004-Angle-Cock-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"07_LI-004-Angle-Cock-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"07_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"07_LI-004-Angle-Cock-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"07_LI-004-Angle-Cock-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"07_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"07_LI-004-Angle-Cock-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"07_LI-004-Angle-Cock-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5352, 4171, '_wp_attached_file', '2022/04/03_LI-004-Angle-Cock-with-Flange.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5353, 4171, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/03_LI-004-Angle-Cock-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"03_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"03_LI-004-Angle-Cock-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"03_LI-004-Angle-Cock-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"03_LI-004-Angle-Cock-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"03_LI-004-Angle-Cock-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"03_LI-004-Angle-Cock-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"03_LI-004-Angle-Cock-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"03_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"03_LI-004-Angle-Cock-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"03_LI-004-Angle-Cock-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"03_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"03_LI-004-Angle-Cock-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"03_LI-004-Angle-Cock-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5354, 4172, '_wp_attached_file', '2022/04/04_LI-004-Angle-Cock-with-Flange.jpg'),
(5355, 4172, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/04_LI-004-Angle-Cock-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"04_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"04_LI-004-Angle-Cock-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"04_LI-004-Angle-Cock-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"04_LI-004-Angle-Cock-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"04_LI-004-Angle-Cock-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"04_LI-004-Angle-Cock-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"04_LI-004-Angle-Cock-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"04_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"04_LI-004-Angle-Cock-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"04_LI-004-Angle-Cock-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"04_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"04_LI-004-Angle-Cock-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"04_LI-004-Angle-Cock-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5356, 4173, '_wp_attached_file', '2022/04/01_LI-004-Angle-Cock-with-Flange.jpg'),
(5357, 4173, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/01_LI-004-Angle-Cock-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"01_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"01_LI-004-Angle-Cock-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"01_LI-004-Angle-Cock-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"01_LI-004-Angle-Cock-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"01_LI-004-Angle-Cock-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"01_LI-004-Angle-Cock-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"01_LI-004-Angle-Cock-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"01_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"01_LI-004-Angle-Cock-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"01_LI-004-Angle-Cock-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"01_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"01_LI-004-Angle-Cock-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"01_LI-004-Angle-Cock-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5358, 4174, '_wp_attached_file', '2022/04/02_LI-004-Angle-Cock-with-Flange.jpg'),
(5359, 4174, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/02_LI-004-Angle-Cock-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"02_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"02_LI-004-Angle-Cock-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"02_LI-004-Angle-Cock-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"02_LI-004-Angle-Cock-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"02_LI-004-Angle-Cock-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"02_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"02_LI-004-Angle-Cock-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"02_LI-004-Angle-Cock-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"02_LI-004-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"02_LI-004-Angle-Cock-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"02_LI-004-Angle-Cock-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5360, 3909, '_edit_last', '1'),
(5361, 3909, '_thumbnail_id', '4174'),
(5362, 3909, '_product_video_gallery', ''),
(5363, 3909, '_product_video_code', ''),
(5364, 3909, '_product_video_autoplay', ''),
(5365, 3909, '_sale_price_time_start', ''),
(5366, 3909, '_sale_price_time_end', ''),
(5367, 3909, '_product_image_gallery', '4167,4168,4169,4171,4172,4173,4174'),
(5368, 3909, '_et_single_layout', 'standard'),
(5369, 3909, '_et_single_thumbnail_hover', 'inherit'),
(5370, 3909, '_et_product_view_hover', 'inherit'),
(5371, 3909, '_et_product_view_color', 'inherit'),
(5372, 3909, '_et_additional_block', '0'),
(5373, 3909, '_et_sale_counter', 'disable'),
(5374, 3909, '_et_product_slider', 'inherit'),
(5375, 3909, '_et_primary_category', 'auto'),
(5376, 3909, '_yoast_wpseo_primary_product_cat', '97'),
(5377, 3909, '_yoast_wpseo_content_score', '30'),
(5378, 3909, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5379, 3910, '_edit_lock', '1649933350:1'),
(5380, 4175, '_wp_attached_file', '2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6.jpg'),
(5381, 4175, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:45:\"2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"LI-005-2-in-1-Bib-Cock-foam-Flow6-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:47:\"LI-005-2-in-1-Bib-Cock-foam-Flow6-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:41:\"LI-005-2-in-1-Bib-Cock-foam-Flow6-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:43:\"LI-005-2-in-1-Bib-Cock-foam-Flow6-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5382, 4177, '_wp_attached_file', '2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7.jpg'),
(5383, 4177, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:45:\"2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"LI-005-2-in-1-Bib-Cock-foam-Flow7-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:47:\"LI-005-2-in-1-Bib-Cock-foam-Flow7-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:41:\"LI-005-2-in-1-Bib-Cock-foam-Flow7-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:43:\"LI-005-2-in-1-Bib-Cock-foam-Flow7-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5384, 4178, '_wp_attached_file', '2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5.jpg'),
(5385, 4178, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:45:\"2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"LI-005-2-in-1-Bib-Cock-foam-Flow5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:47:\"LI-005-2-in-1-Bib-Cock-foam-Flow5-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:41:\"LI-005-2-in-1-Bib-Cock-foam-Flow5-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:43:\"LI-005-2-in-1-Bib-Cock-foam-Flow5-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5386, 4179, '_wp_attached_file', '2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3.jpg'),
(5387, 4179, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:45:\"2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"LI-005-2-in-1-Bib-Cock-foam-Flow3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:47:\"LI-005-2-in-1-Bib-Cock-foam-Flow3-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:41:\"LI-005-2-in-1-Bib-Cock-foam-Flow3-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:43:\"LI-005-2-in-1-Bib-Cock-foam-Flow3-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5388, 4180, '_wp_attached_file', '2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4.jpg'),
(5389, 4180, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:45:\"2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"LI-005-2-in-1-Bib-Cock-foam-Flow4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:47:\"LI-005-2-in-1-Bib-Cock-foam-Flow4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:41:\"LI-005-2-in-1-Bib-Cock-foam-Flow4-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:43:\"LI-005-2-in-1-Bib-Cock-foam-Flow4-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5390, 4181, '_wp_attached_file', '2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2.jpg'),
(5391, 4181, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:45:\"2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"LI-005-2-in-1-Bib-Cock-foam-Flow2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:47:\"LI-005-2-in-1-Bib-Cock-foam-Flow2-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:41:\"LI-005-2-in-1-Bib-Cock-foam-Flow2-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:43:\"LI-005-2-in-1-Bib-Cock-foam-Flow2-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"LI-005-2-in-1-Bib-Cock-foam-Flow2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5392, 4182, '_wp_attached_file', '2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg'),
(5393, 4182, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5394, 3910, '_edit_last', '1'),
(5395, 3910, '_thumbnail_id', '4182'),
(5396, 3910, '_product_video_gallery', ''),
(5397, 3910, '_product_video_code', ''),
(5398, 3910, '_product_video_autoplay', ''),
(5399, 3910, '_sale_price_time_start', ''),
(5400, 3910, '_sale_price_time_end', ''),
(5401, 3910, '_product_image_gallery', '4175,4177,4178,4179,4180,4181,4182'),
(5402, 3910, '_et_single_layout', 'standard'),
(5403, 3910, '_et_single_thumbnail_hover', 'inherit'),
(5404, 3910, '_et_product_view_hover', 'inherit'),
(5405, 3910, '_et_product_view_color', 'inherit'),
(5406, 3910, '_et_additional_block', '0'),
(5407, 3910, '_et_sale_counter', 'disable'),
(5408, 3910, '_et_product_slider', 'inherit'),
(5409, 3910, '_et_primary_category', 'auto'),
(5410, 3910, '_yoast_wpseo_primary_product_cat', '88'),
(5411, 3910, '_yoast_wpseo_content_score', '30'),
(5412, 3910, '_yoast_wpseo_estimated-reading-time-minutes', ''),
(5413, 3911, '_edit_lock', '1649220979:1'),
(5414, 4183, '_wp_attached_file', '2022/04/LI-006-2-in-1-Angle-Valve4.jpg'),
(5415, 4183, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:38:\"2022/04/LI-006-2-in-1-Angle-Valve4.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:34:\"LI-006-2-in-1-Angle-Valve4-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:36:\"LI-006-2-in-1-Angle-Valve4-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5416, 4184, '_wp_attached_file', '2022/04/LI-006-2-in-1-Angle-Valve3.jpg'),
(5417, 4184, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:38:\"2022/04/LI-006-2-in-1-Angle-Valve3.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve3-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:34:\"LI-006-2-in-1-Angle-Valve3-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:36:\"LI-006-2-in-1-Angle-Valve3-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5418, 4185, '_wp_attached_file', '2022/04/LI-006-2-in-1-Angle-Valve5.jpg'),
(5419, 4185, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:38:\"2022/04/LI-006-2-in-1-Angle-Valve5.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve5-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:34:\"LI-006-2-in-1-Angle-Valve5-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:36:\"LI-006-2-in-1-Angle-Valve5-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5420, 4186, '_wp_attached_file', '2022/04/LI-006-2-in-1-Angle-Valve6.jpg'),
(5421, 4186, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:38:\"2022/04/LI-006-2-in-1-Angle-Valve6.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve6-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve6-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:34:\"LI-006-2-in-1-Angle-Valve6-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:36:\"LI-006-2-in-1-Angle-Valve6-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5422, 4187, '_wp_attached_file', '2022/04/LI-006-2-in-1-Angle-Valve.jpg'),
(5423, 4187, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:37:\"2022/04/LI-006-2-in-1-Angle-Valve.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"LI-006-2-in-1-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"LI-006-2-in-1-Angle-Valve-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"LI-006-2-in-1-Angle-Valve-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"LI-006-2-in-1-Angle-Valve-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"LI-006-2-in-1-Angle-Valve-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:33:\"LI-006-2-in-1-Angle-Valve-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:35:\"LI-006-2-in-1-Angle-Valve-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"LI-006-2-in-1-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"LI-006-2-in-1-Angle-Valve-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"LI-006-2-in-1-Angle-Valve-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"LI-006-2-in-1-Angle-Valve-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"LI-006-2-in-1-Angle-Valve-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"LI-006-2-in-1-Angle-Valve-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5424, 4188, '_wp_attached_file', '2022/04/LI-006-2-in-1-Angle-Valve2.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5425, 4188, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:38:\"2022/04/LI-006-2-in-1-Angle-Valve2.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve2-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:34:\"LI-006-2-in-1-Angle-Valve2-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:36:\"LI-006-2-in-1-Angle-Valve2-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5426, 3912, '_edit_lock', '1649155343:1'),
(5427, 4190, '_wp_attached_file', '2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-6.jpg'),
(5428, 4190, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-6.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-6-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-6-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-6-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-6-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5429, 4191, '_wp_attached_file', '2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-7.jpg'),
(5430, 4191, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-7.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-7-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-7-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-7-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-7-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5431, 4192, '_wp_attached_file', '2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-5.jpg'),
(5432, 4192, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-5.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-5-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-5-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-5-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5433, 4193, '_wp_attached_file', '2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-3.jpg'),
(5434, 4193, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-3.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-3-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-3-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-3-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5435, 4194, '_wp_attached_file', '2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-4.jpg'),
(5436, 4194, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-4.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-4-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-4-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5437, 4195, '_wp_attached_file', '2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-2.jpg'),
(5438, 4195, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-2.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-2-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-2-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-2-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5439, 4196, '_wp_attached_file', '2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-.jpg'),
(5440, 4196, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:55:\"2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout--300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout--1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout--768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:57:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout--1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:51:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout--1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:53:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout--10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout--300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:55:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout--600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout--100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:55:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout--300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout--600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout--100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5441, 3912, '_edit_last', '1'),
(5442, 3912, '_thumbnail_id', '4196'),
(5443, 3912, '_product_video_gallery', ''),
(5444, 3912, '_product_video_code', ''),
(5445, 3912, '_product_video_autoplay', ''),
(5446, 3912, '_sale_price_time_start', ''),
(5447, 3912, '_sale_price_time_end', ''),
(5448, 3912, '_product_image_gallery', '4190,4191,4192,4193,4194,4195,4196'),
(5449, 3912, '_et_single_layout', 'standard'),
(5450, 3912, '_et_single_thumbnail_hover', 'inherit'),
(5451, 3912, '_et_product_view_hover', 'inherit'),
(5452, 3912, '_et_product_view_color', 'inherit'),
(5453, 3912, '_et_additional_block', '0'),
(5454, 3912, '_et_sale_counter', 'disable'),
(5455, 3912, '_et_product_slider', 'inherit'),
(5456, 3912, '_et_primary_category', 'auto'),
(5457, 3912, '_yoast_wpseo_primary_product_cat', '88'),
(5458, 3912, '_yoast_wpseo_content_score', '90'),
(5459, 3912, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5460, 3942, '_edit_lock', '1649155600:1'),
(5461, 4198, '_wp_attached_file', '2022/04/THS-024.jpg'),
(5462, 4198, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/THS-024.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"THS-024-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"THS-024-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"THS-024-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"THS-024-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"THS-024-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"THS-024-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"THS-024-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"THS-024-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"THS-024-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"THS-024-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"THS-024-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"THS-024-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"THS-024-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5463, 4199, '_wp_attached_file', '2022/04/THS-025.jpg'),
(5464, 4199, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/THS-025.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"THS-025-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"THS-025-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"THS-025-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"THS-025-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"THS-025-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"THS-025-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"THS-025-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"THS-025-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"THS-025-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"THS-025-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"THS-025-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"THS-025-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"THS-025-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5465, 4200, '_wp_attached_file', '2022/04/THS-026.jpg'),
(5466, 4200, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/THS-026.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"THS-026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"THS-026-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"THS-026-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"THS-026-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"THS-026-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"THS-026-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"THS-026-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"THS-026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"THS-026-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"THS-026-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"THS-026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"THS-026-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"THS-026-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5467, 4201, '_wp_attached_file', '2022/04/THS-02.jpg'),
(5468, 4201, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:18:\"2022/04/THS-02.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"THS-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"THS-02-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"THS-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"THS-02-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"THS-02-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:14:\"THS-02-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:16:\"THS-02-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"THS-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"THS-02-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"THS-02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"THS-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"THS-02-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"THS-02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5469, 4202, '_wp_attached_file', '2022/04/THS-022.jpg'),
(5470, 4202, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/THS-022.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"THS-022-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"THS-022-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"THS-022-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"THS-022-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"THS-022-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"THS-022-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"THS-022-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"THS-022-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"THS-022-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"THS-022-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"THS-022-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"THS-022-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"THS-022-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5471, 4203, '_wp_attached_file', '2022/04/THS-023.jpg'),
(5472, 4203, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/THS-023.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"THS-023-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"THS-023-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"THS-023-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"THS-023-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"THS-023-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"THS-023-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"THS-023-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"THS-023-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"THS-023-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"THS-023-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"THS-023-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"THS-023-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"THS-023-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5473, 3942, '_edit_last', '1'),
(5474, 3942, '_thumbnail_id', '4202'),
(5475, 3942, '_product_video_gallery', ''),
(5476, 3942, '_product_video_code', ''),
(5477, 3942, '_product_video_autoplay', ''),
(5478, 3942, '_sale_price_time_start', ''),
(5479, 3942, '_sale_price_time_end', ''),
(5480, 3942, '_product_image_gallery', '4198,4199,4200,4201,4202,4203'),
(5481, 3942, '_et_single_layout', 'standard'),
(5482, 3942, '_et_single_thumbnail_hover', 'inherit'),
(5483, 3942, '_et_product_view_hover', 'inherit'),
(5484, 3942, '_et_product_view_color', 'inherit'),
(5485, 3942, '_et_additional_block', '0'),
(5486, 3942, '_et_sale_counter', 'disable'),
(5487, 3942, '_et_product_slider', 'inherit'),
(5488, 3942, '_et_primary_category', 'auto'),
(5489, 3942, '_yoast_wpseo_primary_product_cat', '97'),
(5490, 3942, '_yoast_wpseo_content_score', '30'),
(5491, 3942, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5492, 3935, '_edit_lock', '1649155843:1'),
(5493, 4205, '_wp_attached_file', '2022/04/OHS-0024.jpg'),
(5494, 4205, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2022/04/OHS-0024.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"OHS-0024-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"OHS-0024-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"OHS-0024-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"OHS-0024-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"OHS-0024-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:16:\"OHS-0024-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:18:\"OHS-0024-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"OHS-0024-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"OHS-0024-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"OHS-0024-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"OHS-0024-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"OHS-0024-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"OHS-0024-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5495, 4206, '_wp_attached_file', '2022/04/OHS-0025.jpg'),
(5496, 4206, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2022/04/OHS-0025.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"OHS-0025-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"OHS-0025-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"OHS-0025-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"OHS-0025-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"OHS-0025-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:16:\"OHS-0025-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:18:\"OHS-0025-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"OHS-0025-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"OHS-0025-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"OHS-0025-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"OHS-0025-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"OHS-0025-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"OHS-0025-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5497, 4207, '_wp_attached_file', '2022/04/OHS-0026.jpg'),
(5498, 4207, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2022/04/OHS-0026.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"OHS-0026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"OHS-0026-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"OHS-0026-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"OHS-0026-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"OHS-0026-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:16:\"OHS-0026-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:18:\"OHS-0026-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"OHS-0026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"OHS-0026-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"OHS-0026-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"OHS-0026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"OHS-0026-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"OHS-0026-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5499, 4208, '_wp_attached_file', '2022/04/OHS-0022.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5500, 4208, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2022/04/OHS-0022.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"OHS-0022-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"OHS-0022-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"OHS-0022-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"OHS-0022-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"OHS-0022-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:16:\"OHS-0022-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:18:\"OHS-0022-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"OHS-0022-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"OHS-0022-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"OHS-0022-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"OHS-0022-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"OHS-0022-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"OHS-0022-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5501, 4209, '_wp_attached_file', '2022/04/OHS-0023.jpg'),
(5502, 4209, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2022/04/OHS-0023.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"OHS-0023-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"OHS-0023-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"OHS-0023-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"OHS-0023-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"OHS-0023-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:16:\"OHS-0023-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:18:\"OHS-0023-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"OHS-0023-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"OHS-0023-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"OHS-0023-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"OHS-0023-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"OHS-0023-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"OHS-0023-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5503, 4210, '_wp_attached_file', '2022/04/OHS-002.jpg'),
(5504, 4210, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/OHS-002.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"OHS-002-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"OHS-002-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"OHS-002-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"OHS-002-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"OHS-002-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"OHS-002-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"OHS-002-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"OHS-002-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"OHS-002-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"OHS-002-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"OHS-002-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"OHS-002-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"OHS-002-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5505, 3935, '_edit_last', '1'),
(5506, 3935, '_thumbnail_id', '4208'),
(5507, 3935, '_product_video_gallery', ''),
(5508, 3935, '_product_video_code', ''),
(5509, 3935, '_product_video_autoplay', ''),
(5510, 3935, '_sale_price_time_start', ''),
(5511, 3935, '_sale_price_time_end', ''),
(5512, 3935, '_product_image_gallery', '4205,4206,4207,4208,4209,4210'),
(5513, 3935, '_et_single_layout', 'standard'),
(5514, 3935, '_et_single_thumbnail_hover', 'inherit'),
(5515, 3935, '_et_product_view_hover', 'inherit'),
(5516, 3935, '_et_product_view_color', 'inherit'),
(5517, 3935, '_et_additional_block', '0'),
(5518, 3935, '_et_sale_counter', 'disable'),
(5519, 3935, '_et_product_slider', 'inherit'),
(5520, 3935, '_et_primary_category', 'auto'),
(5521, 3935, '_yoast_wpseo_primary_product_cat', '97'),
(5522, 3935, '_yoast_wpseo_content_score', '30'),
(5523, 3935, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5524, 3934, '_edit_lock', '1649156147:1'),
(5525, 4211, '_wp_attached_file', '2022/04/OHS0076.jpg'),
(5526, 4211, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/OHS0076.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"OHS0076-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"OHS0076-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"OHS0076-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"OHS0076-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"OHS0076-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"OHS0076-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"OHS0076-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"OHS0076-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"OHS0076-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"OHS0076-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"OHS0076-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"OHS0076-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"OHS0076-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5527, 4212, '_wp_attached_file', '2022/04/OHS0077.jpg'),
(5528, 4212, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/OHS0077.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"OHS0077-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"OHS0077-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"OHS0077-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"OHS0077-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"OHS0077-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"OHS0077-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"OHS0077-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"OHS0077-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"OHS0077-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"OHS0077-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"OHS0077-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"OHS0077-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"OHS0077-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5529, 4213, '_wp_attached_file', '2022/04/OHS0074.jpg'),
(5530, 4213, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/OHS0074.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"OHS0074-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"OHS0074-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"OHS0074-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"OHS0074-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"OHS0074-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"OHS0074-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"OHS0074-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"OHS0074-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"OHS0074-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"OHS0074-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"OHS0074-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"OHS0074-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"OHS0074-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5531, 4214, '_wp_attached_file', '2022/04/OHS0073.jpg'),
(5532, 4214, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/OHS0073.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"OHS0073-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"OHS0073-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"OHS0073-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"OHS0073-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"OHS0073-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"OHS0073-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"OHS0073-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"OHS0073-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"OHS0073-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"OHS0073-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"OHS0073-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"OHS0073-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"OHS0073-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5533, 4215, '_wp_attached_file', '2022/04/OHS007.jpg'),
(5534, 4215, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:18:\"2022/04/OHS007.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"OHS007-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"OHS007-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"OHS007-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"OHS007-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"OHS007-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:14:\"OHS007-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:16:\"OHS007-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"OHS007-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"OHS007-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"OHS007-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"OHS007-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"OHS007-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"OHS007-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5535, 4216, '_wp_attached_file', '2022/04/OHS0072.jpg'),
(5536, 4216, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2022/04/OHS0072.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"OHS0072-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"OHS0072-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"OHS0072-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"OHS0072-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"OHS0072-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:15:\"OHS0072-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:17:\"OHS0072-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"OHS0072-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"OHS0072-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"OHS0072-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"OHS0072-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"OHS0072-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"OHS0072-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5537, 3934, '_edit_last', '1'),
(5538, 3934, '_thumbnail_id', '4216'),
(5539, 3934, '_product_video_gallery', ''),
(5540, 3934, '_product_video_code', ''),
(5541, 3934, '_product_video_autoplay', ''),
(5542, 3934, '_sale_price_time_start', ''),
(5543, 3934, '_sale_price_time_end', ''),
(5544, 3934, '_product_image_gallery', '4211,4212,4213,4214,4215,4216'),
(5545, 3934, '_et_single_layout', 'standard'),
(5546, 3934, '_et_single_thumbnail_hover', 'inherit'),
(5547, 3934, '_et_product_view_hover', 'inherit'),
(5548, 3934, '_et_product_view_color', 'inherit'),
(5549, 3934, '_et_additional_block', '0'),
(5550, 3934, '_et_sale_counter', 'disable'),
(5551, 3934, '_et_product_slider', 'inherit'),
(5552, 3934, '_et_primary_category', 'auto'),
(5553, 3934, '_yoast_wpseo_primary_product_cat', '85'),
(5554, 3934, '_yoast_wpseo_content_score', '60'),
(5555, 3934, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5556, 3913, '_edit_lock', '1649156446:1'),
(5557, 4219, '_wp_attached_file', '2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout6.jpg'),
(5558, 4219, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout6.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout6-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout6-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout6-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout6-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5559, 4220, '_wp_attached_file', '2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout7.jpg'),
(5560, 4220, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout7.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout7-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout7-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout7-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout7-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5561, 4221, '_wp_attached_file', '2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout5.jpg'),
(5562, 4221, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout5.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout5-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout5-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout5-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5563, 4222, '_wp_attached_file', '2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout3.jpg'),
(5564, 4222, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout3.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout3-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout3-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout3-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5565, 4223, '_wp_attached_file', '2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout4.jpg'),
(5566, 4223, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout4.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout4-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout4-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5567, 4224, '_wp_attached_file', '2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout2.jpg'),
(5568, 4224, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout2.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout2-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout2-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout2-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5569, 4225, '_wp_attached_file', '2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout.jpg'),
(5570, 4225, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:55:\"2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:57:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:51:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:53:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:55:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:55:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5571, 3913, '_edit_last', '1'),
(5572, 3913, '_thumbnail_id', '4225'),
(5573, 3913, '_product_video_gallery', ''),
(5574, 3913, '_product_video_code', ''),
(5575, 3913, '_product_video_autoplay', ''),
(5576, 3913, '_sale_price_time_start', ''),
(5577, 3913, '_sale_price_time_end', ''),
(5578, 3913, '_product_image_gallery', '4219,4220,4221,4222,4223,4224,4225'),
(5579, 3913, '_et_single_layout', 'standard'),
(5580, 3913, '_et_single_thumbnail_hover', 'inherit'),
(5581, 3913, '_et_product_view_hover', 'inherit'),
(5582, 3913, '_et_product_view_color', 'inherit'),
(5583, 3913, '_et_additional_block', '0'),
(5584, 3913, '_et_sale_counter', 'disable'),
(5585, 3913, '_et_product_slider', 'inherit'),
(5586, 3913, '_et_primary_category', 'auto'),
(5587, 3913, '_yoast_wpseo_primary_product_cat', '97'),
(5588, 3913, '_yoast_wpseo_content_score', '30'),
(5589, 3913, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5590, 4227, '_wp_attached_file', '2022/03/OL001-Bib-Cock-foam-flow-with-Flange7.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5591, 4227, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:49:\"2022/03/OL001-Bib-Cock-foam-flow-with-Flange7.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"OL001-Bib-Cock-foam-flow-with-Flange7-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:51:\"OL001-Bib-Cock-foam-flow-with-Flange7-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:45:\"OL001-Bib-Cock-foam-flow-with-Flange7-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:47:\"OL001-Bib-Cock-foam-flow-with-Flange7-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5592, 4228, '_wp_attached_file', '2022/03/OL001-Bib-Cock-foam-flow-with-Flange5.jpg'),
(5593, 4228, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:49:\"2022/03/OL001-Bib-Cock-foam-flow-with-Flange5.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"OL001-Bib-Cock-foam-flow-with-Flange5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:51:\"OL001-Bib-Cock-foam-flow-with-Flange5-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:45:\"OL001-Bib-Cock-foam-flow-with-Flange5-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:47:\"OL001-Bib-Cock-foam-flow-with-Flange5-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5594, 4229, '_wp_attached_file', '2022/03/OL001-Bib-Cock-foam-flow-with-Flange6.jpg'),
(5595, 4229, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:49:\"2022/03/OL001-Bib-Cock-foam-flow-with-Flange6.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"OL001-Bib-Cock-foam-flow-with-Flange6-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:51:\"OL001-Bib-Cock-foam-flow-with-Flange6-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:45:\"OL001-Bib-Cock-foam-flow-with-Flange6-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:47:\"OL001-Bib-Cock-foam-flow-with-Flange6-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5596, 4230, '_wp_attached_file', '2022/03/OL001-Bib-Cock-foam-flow-with-Flange4.jpg'),
(5597, 4230, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:49:\"2022/03/OL001-Bib-Cock-foam-flow-with-Flange4.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"OL001-Bib-Cock-foam-flow-with-Flange4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:51:\"OL001-Bib-Cock-foam-flow-with-Flange4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:45:\"OL001-Bib-Cock-foam-flow-with-Flange4-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:47:\"OL001-Bib-Cock-foam-flow-with-Flange4-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5598, 4231, '_wp_attached_file', '2022/03/OL001-Bib-Cock-foam-flow-with-Flange3.jpg'),
(5599, 4231, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:49:\"2022/03/OL001-Bib-Cock-foam-flow-with-Flange3.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"OL001-Bib-Cock-foam-flow-with-Flange3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:51:\"OL001-Bib-Cock-foam-flow-with-Flange3-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:45:\"OL001-Bib-Cock-foam-flow-with-Flange3-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:47:\"OL001-Bib-Cock-foam-flow-with-Flange3-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5600, 4232, '_wp_attached_file', '2022/03/OL001-Bib-Cock-foam-flow-with-Flange2.jpg'),
(5601, 4232, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:49:\"2022/03/OL001-Bib-Cock-foam-flow-with-Flange2.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"OL001-Bib-Cock-foam-flow-with-Flange2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:51:\"OL001-Bib-Cock-foam-flow-with-Flange2-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:45:\"OL001-Bib-Cock-foam-flow-with-Flange2-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:47:\"OL001-Bib-Cock-foam-flow-with-Flange2-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"OL001-Bib-Cock-foam-flow-with-Flange2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5602, 4233, '_wp_attached_file', '2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg'),
(5603, 4233, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:48:\"2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:50:\"OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:44:\"OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:46:\"OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:48:\"OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:48:\"OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:48:\"OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5604, 3901, '_thumbnail_id', '4233'),
(5605, 3901, '_product_image_gallery', '4227,4228,4229,4230,4231,4232,4233'),
(5606, 3901, '_yoast_wpseo_primary_product_cat', '88'),
(5607, 3916, '_edit_lock', '1649157334:1'),
(5608, 4235, '_wp_attached_file', '2022/04/OL002-Long-Nose-foam-flow-with-Flange5.jpg'),
(5609, 4235, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:50:\"2022/04/OL002-Long-Nose-foam-flow-with-Flange5.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"OL002-Long-Nose-foam-flow-with-Flange5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:52:\"OL002-Long-Nose-foam-flow-with-Flange5-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:46:\"OL002-Long-Nose-foam-flow-with-Flange5-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:48:\"OL002-Long-Nose-foam-flow-with-Flange5-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5610, 4236, '_wp_attached_file', '2022/04/OL002-Long-Nose-foam-flow-with-Flange6.jpg'),
(5611, 4236, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:50:\"2022/04/OL002-Long-Nose-foam-flow-with-Flange6.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"OL002-Long-Nose-foam-flow-with-Flange6-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:52:\"OL002-Long-Nose-foam-flow-with-Flange6-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:46:\"OL002-Long-Nose-foam-flow-with-Flange6-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:48:\"OL002-Long-Nose-foam-flow-with-Flange6-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5612, 4237, '_wp_attached_file', '2022/04/OL002-Long-Nose-foam-flow-with-Flange7.jpg'),
(5613, 4237, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:50:\"2022/04/OL002-Long-Nose-foam-flow-with-Flange7.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"OL002-Long-Nose-foam-flow-with-Flange7-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:52:\"OL002-Long-Nose-foam-flow-with-Flange7-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:46:\"OL002-Long-Nose-foam-flow-with-Flange7-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:48:\"OL002-Long-Nose-foam-flow-with-Flange7-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5614, 4238, '_wp_attached_file', '2022/04/OL002-Long-Nose-foam-flow-with-Flange4.jpg'),
(5615, 4238, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:50:\"2022/04/OL002-Long-Nose-foam-flow-with-Flange4.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"OL002-Long-Nose-foam-flow-with-Flange4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:52:\"OL002-Long-Nose-foam-flow-with-Flange4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:46:\"OL002-Long-Nose-foam-flow-with-Flange4-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:48:\"OL002-Long-Nose-foam-flow-with-Flange4-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5616, 4239, '_wp_attached_file', '2022/04/OL002-Long-Nose-foam-flow-with-Flange3.jpg'),
(5617, 4239, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:50:\"2022/04/OL002-Long-Nose-foam-flow-with-Flange3.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"OL002-Long-Nose-foam-flow-with-Flange3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:52:\"OL002-Long-Nose-foam-flow-with-Flange3-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:46:\"OL002-Long-Nose-foam-flow-with-Flange3-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:48:\"OL002-Long-Nose-foam-flow-with-Flange3-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"OL002-Long-Nose-foam-flow-with-Flange3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5618, 4240, '_wp_attached_file', '2022/04/OL002-Long-Nose-foam-flow-with-Flange.jpg'),
(5619, 4240, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:49:\"2022/04/OL002-Long-Nose-foam-flow-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"OL002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"OL002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"OL002-Long-Nose-foam-flow-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"OL002-Long-Nose-foam-flow-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:51:\"OL002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:45:\"OL002-Long-Nose-foam-flow-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:47:\"OL002-Long-Nose-foam-flow-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"OL002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:49:\"OL002-Long-Nose-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"OL002-Long-Nose-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"OL002-Long-Nose-foam-flow-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"OL002-Long-Nose-foam-flow-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"OL002-Long-Nose-foam-flow-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5620, 3916, '_edit_last', '1'),
(5621, 3916, '_thumbnail_id', '4240'),
(5622, 3916, '_product_video_gallery', ''),
(5623, 3916, '_product_video_code', ''),
(5624, 3916, '_product_video_autoplay', ''),
(5625, 3916, '_sale_price_time_start', ''),
(5626, 3916, '_sale_price_time_end', ''),
(5627, 3916, '_product_image_gallery', '4235,4236,4237,4238,4239,4240'),
(5628, 3916, '_et_single_layout', 'standard'),
(5629, 3916, '_et_single_thumbnail_hover', 'inherit'),
(5630, 3916, '_et_product_view_hover', 'inherit'),
(5631, 3916, '_et_product_view_color', 'inherit'),
(5632, 3916, '_et_additional_block', '0'),
(5633, 3916, '_et_sale_counter', 'disable'),
(5634, 3916, '_et_product_slider', 'inherit'),
(5635, 3916, '_et_primary_category', 'auto'),
(5636, 3916, '_yoast_wpseo_primary_product_cat', '83'),
(5637, 3916, '_yoast_wpseo_content_score', '30'),
(5638, 3916, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5639, 3923, '_edit_lock', '1649157835:1'),
(5640, 4242, '_wp_attached_file', '2022/04/Pillar-Cock-foam-flow-FA0025.jpg'),
(5641, 4242, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:40:\"2022/04/Pillar-Cock-foam-flow-FA0025.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0025-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Pillar-Cock-foam-flow-FA0025-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0025-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0025-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"Pillar-Cock-foam-flow-FA0025-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:36:\"Pillar-Cock-foam-flow-FA0025-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:38:\"Pillar-Cock-foam-flow-FA0025-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0025-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0025-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0025-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0025-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0025-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0025-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5642, 4243, '_wp_attached_file', '2022/04/Pillar-Cock-foam-flow-FA0026.jpg'),
(5643, 4243, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:40:\"2022/04/Pillar-Cock-foam-flow-FA0026.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Pillar-Cock-foam-flow-FA0026-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0026-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0026-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"Pillar-Cock-foam-flow-FA0026-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:36:\"Pillar-Cock-foam-flow-FA0026-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:38:\"Pillar-Cock-foam-flow-FA0026-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0026-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0026-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0026-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0026-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5644, 4244, '_wp_attached_file', '2022/04/Pillar-Cock-foam-flow-FA0027.jpg'),
(5645, 4244, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:40:\"2022/04/Pillar-Cock-foam-flow-FA0027.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0027-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Pillar-Cock-foam-flow-FA0027-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0027-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0027-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"Pillar-Cock-foam-flow-FA0027-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:36:\"Pillar-Cock-foam-flow-FA0027-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:38:\"Pillar-Cock-foam-flow-FA0027-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0027-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0027-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0027-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0027-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0027-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0027-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5646, 4245, '_wp_attached_file', '2022/04/Pillar-Cock-foam-flow-FA0024.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5647, 4245, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:40:\"2022/04/Pillar-Cock-foam-flow-FA0024.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0024-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Pillar-Cock-foam-flow-FA0024-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0024-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0024-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"Pillar-Cock-foam-flow-FA0024-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:36:\"Pillar-Cock-foam-flow-FA0024-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:38:\"Pillar-Cock-foam-flow-FA0024-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0024-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0024-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0024-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0024-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0024-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0024-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5648, 4246, '_wp_attached_file', '2022/04/Pillar-Cock-foam-flow-FA0023.jpg'),
(5649, 4246, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:40:\"2022/04/Pillar-Cock-foam-flow-FA0023.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0023-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Pillar-Cock-foam-flow-FA0023-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0023-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0023-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"Pillar-Cock-foam-flow-FA0023-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:36:\"Pillar-Cock-foam-flow-FA0023-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:38:\"Pillar-Cock-foam-flow-FA0023-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0023-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0023-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0023-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0023-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0023-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Pillar-Cock-foam-flow-FA0023-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5650, 4247, '_wp_attached_file', '2022/04/Pillar-Cock-foam-flow-FA002.jpg'),
(5651, 4247, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:39:\"2022/04/Pillar-Cock-foam-flow-FA002.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Pillar-Cock-foam-flow-FA002-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Pillar-Cock-foam-flow-FA002-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Pillar-Cock-foam-flow-FA002-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Pillar-Cock-foam-flow-FA002-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"Pillar-Cock-foam-flow-FA002-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:35:\"Pillar-Cock-foam-flow-FA002-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:37:\"Pillar-Cock-foam-flow-FA002-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"Pillar-Cock-foam-flow-FA002-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"Pillar-Cock-foam-flow-FA002-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"Pillar-Cock-foam-flow-FA002-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"Pillar-Cock-foam-flow-FA002-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"Pillar-Cock-foam-flow-FA002-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"Pillar-Cock-foam-flow-FA002-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5652, 3923, '_edit_last', '1'),
(5653, 3923, '_thumbnail_id', '4247'),
(5654, 3923, '_product_video_gallery', ''),
(5655, 3923, '_product_video_code', ''),
(5656, 3923, '_product_video_autoplay', ''),
(5657, 3923, '_sale_price_time_start', ''),
(5658, 3923, '_sale_price_time_end', ''),
(5659, 3923, '_product_image_gallery', '4242,4243,4244,4245,4246,4247'),
(5660, 3923, '_et_single_layout', 'standard'),
(5661, 3923, '_et_single_thumbnail_hover', 'inherit'),
(5662, 3923, '_et_product_view_hover', 'inherit'),
(5663, 3923, '_et_product_view_color', 'inherit'),
(5664, 3923, '_et_additional_block', '0'),
(5665, 3923, '_et_sale_counter', 'disable'),
(5666, 3923, '_et_product_slider', 'inherit'),
(5667, 3923, '_et_primary_category', 'auto'),
(5668, 3923, '_yoast_wpseo_primary_product_cat', '88'),
(5669, 3923, '_yoast_wpseo_content_score', '30'),
(5670, 3923, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5671, 3933, '_edit_lock', '1652264166:1'),
(5672, 4248, '_wp_attached_file', '2022/04/03_OL005-Angle-Cock-with-Flange5.jpg'),
(5673, 4248, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/03_OL005-Angle-Cock-with-Flange5.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange5-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"03_OL005-Angle-Cock-with-Flange5-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"03_OL005-Angle-Cock-with-Flange5-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5674, 4249, '_wp_attached_file', '2022/04/03_OL005-Angle-Cock-with-Flange6.jpg'),
(5675, 4249, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/03_OL005-Angle-Cock-with-Flange6.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange6-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange6-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"03_OL005-Angle-Cock-with-Flange6-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"03_OL005-Angle-Cock-with-Flange6-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5676, 4250, '_wp_attached_file', '2022/04/03_OL005-Angle-Cock-with-Flange.jpg'),
(5677, 4250, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:43:\"2022/04/03_OL005-Angle-Cock-with-Flange.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"03_OL005-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"03_OL005-Angle-Cock-with-Flange-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"03_OL005-Angle-Cock-with-Flange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"03_OL005-Angle-Cock-with-Flange-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"03_OL005-Angle-Cock-with-Flange-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:39:\"03_OL005-Angle-Cock-with-Flange-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:41:\"03_OL005-Angle-Cock-with-Flange-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"03_OL005-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"03_OL005-Angle-Cock-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"03_OL005-Angle-Cock-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"03_OL005-Angle-Cock-with-Flange-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"03_OL005-Angle-Cock-with-Flange-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"03_OL005-Angle-Cock-with-Flange-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5678, 4251, '_wp_attached_file', '2022/04/03_OL005-Angle-Cock-with-Flange2.jpg'),
(5679, 4251, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/03_OL005-Angle-Cock-with-Flange2.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange2-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"03_OL005-Angle-Cock-with-Flange2-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"03_OL005-Angle-Cock-with-Flange2-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5680, 4252, '_wp_attached_file', '2022/04/03_OL005-Angle-Cock-with-Flange3.jpg'),
(5681, 4252, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/03_OL005-Angle-Cock-with-Flange3.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange3-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"03_OL005-Angle-Cock-with-Flange3-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"03_OL005-Angle-Cock-with-Flange3-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5682, 4253, '_wp_attached_file', '2022/04/03_OL005-Angle-Cock-with-Flange4.jpg'),
(5683, 4253, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/03_OL005-Angle-Cock-with-Flange4.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"03_OL005-Angle-Cock-with-Flange4-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"03_OL005-Angle-Cock-with-Flange4-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5684, 3933, '_edit_last', '1'),
(5685, 3933, '_thumbnail_id', '4250'),
(5686, 3933, '_product_video_gallery', ''),
(5687, 3933, '_product_video_code', ''),
(5688, 3933, '_product_video_autoplay', ''),
(5689, 3933, '_sale_price_time_start', ''),
(5690, 3933, '_sale_price_time_end', ''),
(5691, 3933, '_product_image_gallery', '4248,4249,4250,4251,4252,4253'),
(5692, 3933, '_et_single_layout', 'standard'),
(5693, 3933, '_et_single_thumbnail_hover', 'inherit'),
(5694, 3933, '_et_product_view_hover', 'inherit'),
(5695, 3933, '_et_product_view_color', 'inherit'),
(5696, 3933, '_et_additional_block', '0'),
(5697, 3933, '_et_sale_counter', 'disable'),
(5698, 3933, '_et_product_slider', 'inherit'),
(5699, 3933, '_et_primary_category', 'auto'),
(5700, 3933, '_yoast_wpseo_primary_product_cat', '97'),
(5701, 3933, '_yoast_wpseo_content_score', '60'),
(5702, 3933, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5703, 3926, '_edit_lock', '1649217235:1'),
(5704, 4254, '_wp_attached_file', '2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA0096.jpg'),
(5705, 4254, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:54:\"2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA0096.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0096-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0096-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0096-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0096-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:56:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0096-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:50:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0096-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:52:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0096-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0096-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0096-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0096-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0096-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0096-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0096-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5706, 4255, '_wp_attached_file', '2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA0097.jpg'),
(5707, 4255, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:54:\"2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA0097.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0097-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0097-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0097-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0097-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:56:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0097-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:50:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0097-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:52:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0097-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0097-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0097-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0097-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0097-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0097-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0097-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5708, 4256, '_wp_attached_file', '2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA0093.jpg'),
(5709, 4256, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:54:\"2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA0093.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0093-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0093-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0093-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0093-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:56:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0093-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:50:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0093-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:52:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0093-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0093-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0093-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0093-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0093-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0093-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0093-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5710, 4257, '_wp_attached_file', '2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA0094.jpg'),
(5711, 4257, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:54:\"2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA0094.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0094-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0094-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0094-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0094-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:56:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0094-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:50:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0094-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:52:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0094-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0094-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0094-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0094-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0094-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0094-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"Wall-Mounted-Sink-Cock-casted-Spout-FA0094-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5712, 4258, '_wp_attached_file', '2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA009.jpg'),
(5713, 4258, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:53:\"2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA009.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Wall-Mounted-Sink-Cock-casted-Spout-FA009-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Wall-Mounted-Sink-Cock-casted-Spout-FA009-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Wall-Mounted-Sink-Cock-casted-Spout-FA009-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Wall-Mounted-Sink-Cock-casted-Spout-FA009-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:55:\"Wall-Mounted-Sink-Cock-casted-Spout-FA009-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:49:\"Wall-Mounted-Sink-Cock-casted-Spout-FA009-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:51:\"Wall-Mounted-Sink-Cock-casted-Spout-FA009-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"Wall-Mounted-Sink-Cock-casted-Spout-FA009-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"Wall-Mounted-Sink-Cock-casted-Spout-FA009-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"Wall-Mounted-Sink-Cock-casted-Spout-FA009-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:53:\"Wall-Mounted-Sink-Cock-casted-Spout-FA009-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"Wall-Mounted-Sink-Cock-casted-Spout-FA009-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"Wall-Mounted-Sink-Cock-casted-Spout-FA009-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5714, 3926, '_edit_last', '1'),
(5715, 3926, '_thumbnail_id', '4258'),
(5716, 3926, '_product_video_gallery', ''),
(5717, 3926, '_product_video_code', ''),
(5718, 3926, '_product_video_autoplay', ''),
(5719, 3926, '_sale_price_time_start', ''),
(5720, 3926, '_sale_price_time_end', ''),
(5721, 3926, '_product_image_gallery', '4254,4255,4256,4257,4258'),
(5722, 3926, '_et_single_layout', 'standard'),
(5723, 3926, '_et_single_thumbnail_hover', 'inherit'),
(5724, 3926, '_et_product_view_hover', 'inherit'),
(5725, 3926, '_et_product_view_color', 'inherit'),
(5726, 3926, '_et_additional_block', '0'),
(5727, 3926, '_et_sale_counter', 'disable'),
(5728, 3926, '_et_product_slider', 'inherit'),
(5729, 3926, '_et_primary_category', 'auto'),
(5730, 3926, '_yoast_wpseo_primary_product_cat', '88'),
(5731, 3926, '_yoast_wpseo_content_score', '30'),
(5732, 3926, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5733, 3927, '_edit_lock', '1649217476:1'),
(5734, 4260, '_wp_attached_file', '2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0225.jpg'),
(5735, 4260, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:70:\"2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0225.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0225-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:72:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0225-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0225-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0225-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:72:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0225-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:66:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0225-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:68:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0225-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0225-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0225-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0225-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0225-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0225-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0225-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5736, 4261, '_wp_attached_file', '2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0226.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5737, 4261, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:70:\"2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0226.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0226-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:72:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0226-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0226-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0226-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:72:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0226-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:66:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0226-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:68:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0226-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0226-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0226-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0226-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0226-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0226-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0226-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5738, 4262, '_wp_attached_file', '2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0227.jpg'),
(5739, 4262, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:70:\"2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0227.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0227-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:72:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0227-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0227-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0227-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:72:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0227-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:66:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0227-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:68:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0227-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0227-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0227-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0227-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0227-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0227-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0227-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5740, 4263, '_wp_attached_file', '2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0224.jpg'),
(5741, 4263, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:70:\"2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0224.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0224-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:72:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0224-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0224-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0224-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:72:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0224-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:66:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0224-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:68:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0224-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0224-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0224-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0224-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0224-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0224-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0224-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5742, 4265, '_wp_attached_file', '2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0223.jpg'),
(5743, 4265, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:70:\"2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0223.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0223-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:72:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0223-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0223-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0223-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:72:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0223-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:66:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0223-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:68:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0223-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0223-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0223-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0223-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0223-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0223-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:70:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0223-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5744, 4266, '_wp_attached_file', '2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022.jpg'),
(5745, 4266, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:69:\"2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:69:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:71:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:69:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:69:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:71:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:65:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:67:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:69:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:69:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:69:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:69:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:69:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:69:\"Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5746, 3927, '_edit_last', '1'),
(5747, 3927, '_thumbnail_id', '4266'),
(5748, 3927, '_product_video_gallery', ''),
(5749, 3927, '_product_video_code', ''),
(5750, 3927, '_product_video_autoplay', ''),
(5751, 3927, '_sale_price_time_start', ''),
(5752, 3927, '_sale_price_time_end', ''),
(5753, 3927, '_product_image_gallery', '4260,4261,4262,4263,4265,4266'),
(5754, 3927, '_et_single_layout', 'standard'),
(5755, 3927, '_et_single_thumbnail_hover', 'inherit'),
(5756, 3927, '_et_product_view_hover', 'inherit'),
(5757, 3927, '_et_product_view_color', 'inherit'),
(5758, 3927, '_et_additional_block', '0'),
(5759, 3927, '_et_sale_counter', 'disable'),
(5760, 3927, '_et_product_slider', 'inherit'),
(5761, 3927, '_et_primary_category', 'auto'),
(5762, 3927, '_yoast_wpseo_primary_product_cat', '88'),
(5763, 3927, '_yoast_wpseo_content_score', '30'),
(5764, 3927, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5765, 3919, '_edit_lock', '1649218154:1'),
(5766, 4267, '_wp_attached_file', '2022/04/OL006-2-in-1-Bib-Cock-foam-flow6.jpg'),
(5767, 4267, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/OL006-2-in-1-Bib-Cock-foam-flow6.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"OL006-2-in-1-Bib-Cock-foam-flow6-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"OL006-2-in-1-Bib-Cock-foam-flow6-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"OL006-2-in-1-Bib-Cock-foam-flow6-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"OL006-2-in-1-Bib-Cock-foam-flow6-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5768, 4268, '_wp_attached_file', '2022/04/OL006-2-in-1-Bib-Cock-foam-flow7.jpg'),
(5769, 4268, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/OL006-2-in-1-Bib-Cock-foam-flow7.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"OL006-2-in-1-Bib-Cock-foam-flow7-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"OL006-2-in-1-Bib-Cock-foam-flow7-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"OL006-2-in-1-Bib-Cock-foam-flow7-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"OL006-2-in-1-Bib-Cock-foam-flow7-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5770, 4269, '_wp_attached_file', '2022/04/OL006-2-in-1-Bib-Cock-foam-flow5.jpg'),
(5771, 4269, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/OL006-2-in-1-Bib-Cock-foam-flow5.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"OL006-2-in-1-Bib-Cock-foam-flow5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"OL006-2-in-1-Bib-Cock-foam-flow5-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"OL006-2-in-1-Bib-Cock-foam-flow5-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"OL006-2-in-1-Bib-Cock-foam-flow5-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5772, 4271, '_wp_attached_file', '2022/04/OL006-2-in-1-Bib-Cock-foam-flow4.jpg'),
(5773, 4271, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/OL006-2-in-1-Bib-Cock-foam-flow4.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"OL006-2-in-1-Bib-Cock-foam-flow4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"OL006-2-in-1-Bib-Cock-foam-flow4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"OL006-2-in-1-Bib-Cock-foam-flow4-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"OL006-2-in-1-Bib-Cock-foam-flow4-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5774, 4272, '_wp_attached_file', '2022/04/OL006-2-in-1-Bib-Cock-foam-flow2.jpg'),
(5775, 4272, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/OL006-2-in-1-Bib-Cock-foam-flow2.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"OL006-2-in-1-Bib-Cock-foam-flow2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"OL006-2-in-1-Bib-Cock-foam-flow2-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"OL006-2-in-1-Bib-Cock-foam-flow2-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"OL006-2-in-1-Bib-Cock-foam-flow2-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"OL006-2-in-1-Bib-Cock-foam-flow2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5776, 4273, '_wp_attached_file', '2022/04/OL006-2-in-1-Bib-Cock-foam-flow.jpg'),
(5777, 4273, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:43:\"2022/04/OL006-2-in-1-Bib-Cock-foam-flow.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"OL006-2-in-1-Bib-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"OL006-2-in-1-Bib-Cock-foam-flow-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"OL006-2-in-1-Bib-Cock-foam-flow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"OL006-2-in-1-Bib-Cock-foam-flow-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"OL006-2-in-1-Bib-Cock-foam-flow-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:39:\"OL006-2-in-1-Bib-Cock-foam-flow-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:41:\"OL006-2-in-1-Bib-Cock-foam-flow-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"OL006-2-in-1-Bib-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"OL006-2-in-1-Bib-Cock-foam-flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"OL006-2-in-1-Bib-Cock-foam-flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"OL006-2-in-1-Bib-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"OL006-2-in-1-Bib-Cock-foam-flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"OL006-2-in-1-Bib-Cock-foam-flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5778, 3919, '_edit_last', '1'),
(5779, 3919, '_thumbnail_id', '4273'),
(5780, 3919, '_product_video_gallery', ''),
(5781, 3919, '_product_video_code', ''),
(5782, 3919, '_product_video_autoplay', ''),
(5783, 3919, '_sale_price_time_start', ''),
(5784, 3919, '_sale_price_time_end', ''),
(5785, 3919, '_product_image_gallery', '4267,4268,4269,4271,4272,4273'),
(5786, 3919, '_et_single_layout', 'standard'),
(5787, 3919, '_et_single_thumbnail_hover', 'inherit'),
(5788, 3919, '_et_product_view_hover', 'inherit'),
(5789, 3919, '_et_product_view_color', 'inherit'),
(5790, 3919, '_et_additional_block', '0'),
(5791, 3919, '_et_sale_counter', 'disable'),
(5792, 3919, '_et_product_slider', 'inherit'),
(5793, 3919, '_et_primary_category', 'auto'),
(5794, 3919, '_yoast_wpseo_primary_product_cat', '88'),
(5795, 3919, '_yoast_wpseo_content_score', '30'),
(5796, 3919, '_yoast_wpseo_estimated-reading-time-minutes', ''),
(5797, 3920, '_edit_lock', '1649218603:1'),
(5798, 4274, '_wp_attached_file', '2022/04/OL007-2-in-1-Angle-Cock5.jpg'),
(5799, 4274, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:36:\"2022/04/OL007-2-in-1-Angle-Cock5.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"OL007-2-in-1-Angle-Cock5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"OL007-2-in-1-Angle-Cock5-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:32:\"OL007-2-in-1-Angle-Cock5-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:34:\"OL007-2-in-1-Angle-Cock5-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5800, 4276, '_wp_attached_file', '2022/04/OL007-2-in-1-Angle-Cock6.jpg'),
(5801, 4276, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:36:\"2022/04/OL007-2-in-1-Angle-Cock6.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"OL007-2-in-1-Angle-Cock6-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"OL007-2-in-1-Angle-Cock6-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:32:\"OL007-2-in-1-Angle-Cock6-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:34:\"OL007-2-in-1-Angle-Cock6-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5802, 4277, '_wp_attached_file', '2022/04/OL007-2-in-1-Angle-Cock3.jpg'),
(5803, 4277, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:36:\"2022/04/OL007-2-in-1-Angle-Cock3.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"OL007-2-in-1-Angle-Cock3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"OL007-2-in-1-Angle-Cock3-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:32:\"OL007-2-in-1-Angle-Cock3-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:34:\"OL007-2-in-1-Angle-Cock3-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5804, 4278, '_wp_attached_file', '2022/04/OL007-2-in-1-Angle-Cock4.jpg'),
(5805, 4278, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:36:\"2022/04/OL007-2-in-1-Angle-Cock4.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"OL007-2-in-1-Angle-Cock4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"OL007-2-in-1-Angle-Cock4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:32:\"OL007-2-in-1-Angle-Cock4-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:34:\"OL007-2-in-1-Angle-Cock4-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5806, 4279, '_wp_attached_file', '2022/04/OL007-2-in-1-Angle-Cock.jpg'),
(5807, 4279, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:35:\"2022/04/OL007-2-in-1-Angle-Cock.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"OL007-2-in-1-Angle-Cock-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"OL007-2-in-1-Angle-Cock-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"OL007-2-in-1-Angle-Cock-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"OL007-2-in-1-Angle-Cock-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"OL007-2-in-1-Angle-Cock-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:31:\"OL007-2-in-1-Angle-Cock-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:33:\"OL007-2-in-1-Angle-Cock-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"OL007-2-in-1-Angle-Cock-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"OL007-2-in-1-Angle-Cock-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"OL007-2-in-1-Angle-Cock-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"OL007-2-in-1-Angle-Cock-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"OL007-2-in-1-Angle-Cock-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"OL007-2-in-1-Angle-Cock-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5808, 4280, '_wp_attached_file', '2022/04/OL007-2-in-1-Angle-Cock2.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5809, 4280, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:36:\"2022/04/OL007-2-in-1-Angle-Cock2.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"OL007-2-in-1-Angle-Cock2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"OL007-2-in-1-Angle-Cock2-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:32:\"OL007-2-in-1-Angle-Cock2-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:34:\"OL007-2-in-1-Angle-Cock2-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"OL007-2-in-1-Angle-Cock2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5810, 3920, '_edit_last', '1'),
(5811, 3920, '_thumbnail_id', '4280'),
(5812, 3920, '_product_video_gallery', ''),
(5813, 3920, '_product_video_code', ''),
(5814, 3920, '_product_video_autoplay', ''),
(5815, 3920, '_sale_price_time_start', ''),
(5816, 3920, '_sale_price_time_end', ''),
(5817, 3920, '_product_image_gallery', '4274,4276,4277,4278,4279,4280'),
(5818, 3920, '_et_single_layout', 'standard'),
(5819, 3920, '_et_single_thumbnail_hover', 'inherit'),
(5820, 3920, '_et_product_view_hover', 'inherit'),
(5821, 3920, '_et_product_view_color', 'inherit'),
(5822, 3920, '_et_additional_block', '0'),
(5823, 3920, '_et_sale_counter', 'disable'),
(5824, 3920, '_et_product_slider', 'inherit'),
(5825, 3920, '_et_primary_category', 'auto'),
(5826, 3920, '_yoast_wpseo_primary_product_cat', '97'),
(5827, 3920, '_yoast_wpseo_content_score', '30'),
(5828, 3920, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5829, 3917, '_edit_lock', '1649218768:1'),
(5830, 4282, '_wp_attached_file', '2022/04/OL003-Pillar-Cock-foam-flow6.jpg'),
(5831, 4282, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:40:\"2022/04/OL003-Pillar-Cock-foam-flow6.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"OL003-Pillar-Cock-foam-flow6-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"OL003-Pillar-Cock-foam-flow6-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:36:\"OL003-Pillar-Cock-foam-flow6-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:38:\"OL003-Pillar-Cock-foam-flow6-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5832, 4283, '_wp_attached_file', '2022/04/OL003-Pillar-Cock-foam-flow7.jpg'),
(5833, 4283, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:40:\"2022/04/OL003-Pillar-Cock-foam-flow7.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"OL003-Pillar-Cock-foam-flow7-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"OL003-Pillar-Cock-foam-flow7-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:36:\"OL003-Pillar-Cock-foam-flow7-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:38:\"OL003-Pillar-Cock-foam-flow7-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5834, 4284, '_wp_attached_file', '2022/04/OL003-Pillar-Cock-foam-flow3.jpg'),
(5835, 4284, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:40:\"2022/04/OL003-Pillar-Cock-foam-flow3.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"OL003-Pillar-Cock-foam-flow3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"OL003-Pillar-Cock-foam-flow3-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:36:\"OL003-Pillar-Cock-foam-flow3-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:38:\"OL003-Pillar-Cock-foam-flow3-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5836, 4285, '_wp_attached_file', '2022/04/OL003-Pillar-Cock-foam-flow4.jpg'),
(5837, 4285, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:40:\"2022/04/OL003-Pillar-Cock-foam-flow4.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"OL003-Pillar-Cock-foam-flow4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"OL003-Pillar-Cock-foam-flow4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:36:\"OL003-Pillar-Cock-foam-flow4-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:38:\"OL003-Pillar-Cock-foam-flow4-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5838, 4286, '_wp_attached_file', '2022/04/OL003-Pillar-Cock-foam-flow2.jpg'),
(5839, 4286, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:40:\"2022/04/OL003-Pillar-Cock-foam-flow2.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"OL003-Pillar-Cock-foam-flow2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"OL003-Pillar-Cock-foam-flow2-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:36:\"OL003-Pillar-Cock-foam-flow2-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:38:\"OL003-Pillar-Cock-foam-flow2-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"OL003-Pillar-Cock-foam-flow2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5840, 4287, '_wp_attached_file', '2022/04/OL003-Pillar-Cock-foam-flow.jpg'),
(5841, 4287, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:39:\"2022/04/OL003-Pillar-Cock-foam-flow.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"OL003-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"OL003-Pillar-Cock-foam-flow-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"OL003-Pillar-Cock-foam-flow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"OL003-Pillar-Cock-foam-flow-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"OL003-Pillar-Cock-foam-flow-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:35:\"OL003-Pillar-Cock-foam-flow-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:37:\"OL003-Pillar-Cock-foam-flow-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"OL003-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"OL003-Pillar-Cock-foam-flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"OL003-Pillar-Cock-foam-flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"OL003-Pillar-Cock-foam-flow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"OL003-Pillar-Cock-foam-flow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"OL003-Pillar-Cock-foam-flow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5842, 3917, '_edit_last', '1'),
(5843, 3917, '_thumbnail_id', '4287'),
(5844, 3917, '_product_video_gallery', ''),
(5845, 3917, '_product_video_code', ''),
(5846, 3917, '_product_video_autoplay', ''),
(5847, 3917, '_sale_price_time_start', ''),
(5848, 3917, '_sale_price_time_end', ''),
(5849, 3917, '_product_image_gallery', '4282,4283,4284,4285,4286,4287'),
(5850, 3917, '_et_single_layout', 'standard'),
(5851, 3917, '_et_single_thumbnail_hover', 'inherit'),
(5852, 3917, '_et_product_view_hover', 'inherit'),
(5853, 3917, '_et_product_view_color', 'inherit'),
(5854, 3917, '_et_additional_block', '0'),
(5855, 3917, '_et_sale_counter', 'disable'),
(5856, 3917, '_et_product_slider', 'inherit'),
(5857, 3917, '_et_primary_category', 'auto'),
(5858, 3917, '_yoast_wpseo_primary_product_cat', '88'),
(5859, 3917, '_yoast_wpseo_content_score', '30'),
(5860, 3917, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5861, 3921, '_edit_lock', '1649220443:1'),
(5862, 3918, '_edit_lock', '1649219817:1'),
(5863, 4289, '_wp_attached_file', '2022/04/03_OL005-Angle-Cock-with-Flange5-1.jpg'),
(5864, 4289, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:46:\"2022/04/03_OL005-Angle-Cock-with-Flange5-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"03_OL005-Angle-Cock-with-Flange5-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange5-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"03_OL005-Angle-Cock-with-Flange5-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:42:\"03_OL005-Angle-Cock-with-Flange5-1-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange5-1-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange5-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange5-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange5-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange5-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5865, 4290, '_wp_attached_file', '2022/04/03_OL005-Angle-Cock-with-Flange6-1.jpg'),
(5866, 4290, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:46:\"2022/04/03_OL005-Angle-Cock-with-Flange6-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"03_OL005-Angle-Cock-with-Flange6-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange6-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange6-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"03_OL005-Angle-Cock-with-Flange6-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:42:\"03_OL005-Angle-Cock-with-Flange6-1-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange6-1-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange6-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange6-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange6-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange6-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5867, 4291, '_wp_attached_file', '2022/04/03_OL005-Angle-Cock-with-Flange7.jpg'),
(5868, 4291, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:44:\"2022/04/03_OL005-Angle-Cock-with-Flange7.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange7-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange7-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"03_OL005-Angle-Cock-with-Flange7-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"03_OL005-Angle-Cock-with-Flange7-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5869, 4292, '_wp_attached_file', '2022/04/03_OL005-Angle-Cock-with-Flange3-1.jpg'),
(5870, 4292, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:46:\"2022/04/03_OL005-Angle-Cock-with-Flange3-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"03_OL005-Angle-Cock-with-Flange3-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange3-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"03_OL005-Angle-Cock-with-Flange3-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:42:\"03_OL005-Angle-Cock-with-Flange3-1-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange3-1-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5871, 4293, '_wp_attached_file', '2022/04/03_OL005-Angle-Cock-with-Flange4-1.jpg'),
(5872, 4293, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:46:\"2022/04/03_OL005-Angle-Cock-with-Flange4-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"03_OL005-Angle-Cock-with-Flange4-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange4-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"03_OL005-Angle-Cock-with-Flange4-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:42:\"03_OL005-Angle-Cock-with-Flange4-1-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange4-1-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange4-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange4-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5873, 4294, '_wp_attached_file', '2022/04/03_OL005-Angle-Cock-with-Flange2-1.jpg'),
(5874, 4294, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:46:\"2022/04/03_OL005-Angle-Cock-with-Flange2-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"03_OL005-Angle-Cock-with-Flange2-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange2-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"03_OL005-Angle-Cock-with-Flange2-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:42:\"03_OL005-Angle-Cock-with-Flange2-1-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:44:\"03_OL005-Angle-Cock-with-Flange2-1-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"03_OL005-Angle-Cock-with-Flange2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5875, 4295, '_wp_attached_file', '2022/04/03_OL005-Angle-Cock-with-Flange-1.jpg'),
(5876, 4295, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:45:\"2022/04/03_OL005-Angle-Cock-with-Flange-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"03_OL005-Angle-Cock-with-Flange-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"03_OL005-Angle-Cock-with-Flange-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"03_OL005-Angle-Cock-with-Flange-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"03_OL005-Angle-Cock-with-Flange-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:47:\"03_OL005-Angle-Cock-with-Flange-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:41:\"03_OL005-Angle-Cock-with-Flange-1-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:43:\"03_OL005-Angle-Cock-with-Flange-1-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"03_OL005-Angle-Cock-with-Flange-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"03_OL005-Angle-Cock-with-Flange-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"03_OL005-Angle-Cock-with-Flange-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"03_OL005-Angle-Cock-with-Flange-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"03_OL005-Angle-Cock-with-Flange-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"03_OL005-Angle-Cock-with-Flange-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5877, 3918, '_edit_last', '1'),
(5878, 3918, '_thumbnail_id', '4295'),
(5879, 3918, '_product_video_gallery', ''),
(5880, 3918, '_product_video_code', ''),
(5881, 3918, '_product_video_autoplay', ''),
(5882, 3918, '_sale_price_time_start', ''),
(5883, 3918, '_sale_price_time_end', ''),
(5884, 3918, '_product_image_gallery', '4289,4290,4291,4292,4293,4294,4295'),
(5885, 3918, '_et_single_layout', 'standard'),
(5886, 3918, '_et_single_thumbnail_hover', 'inherit'),
(5887, 3918, '_et_product_view_hover', 'inherit'),
(5888, 3918, '_et_product_view_color', 'inherit'),
(5889, 3918, '_et_additional_block', '0'),
(5890, 3918, '_et_sale_counter', 'disable'),
(5891, 3918, '_et_product_slider', 'inherit'),
(5892, 3918, '_et_primary_category', 'auto'),
(5893, 3918, '_yoast_wpseo_primary_product_cat', '97'),
(5894, 3918, '_yoast_wpseo_content_score', '90'),
(5895, 3918, '_yoast_wpseo_estimated-reading-time-minutes', ''),
(5896, 4297, '_wp_attached_file', '2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe7.jpg'),
(5897, 4297, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:81:\"2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe7.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:83:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe7-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:83:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe7-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:77:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe7-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:79:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe7-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5898, 4298, '_wp_attached_file', '2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe8.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5899, 4298, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:81:\"2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe8.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:83:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe8-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe8-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:83:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe8-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:77:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe8-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:79:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe8-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe8-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe8-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5900, 4299, '_wp_attached_file', '2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe5.jpg'),
(5901, 4299, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:81:\"2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe5.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:83:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:83:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe5-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:77:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe5-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:79:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe5-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5902, 4300, '_wp_attached_file', '2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe4.jpg'),
(5903, 4300, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:81:\"2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe4.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:83:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:83:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:77:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe4-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:79:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe4-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:81:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5904, 4301, '_wp_attached_file', '2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe.jpg'),
(5905, 4301, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:80:\"2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:80:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:82:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:80:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:80:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:82:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:76:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:78:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:80:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:80:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:80:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:80:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:80:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:80:\"OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5906, 3921, '_edit_last', '1'),
(5907, 3921, '_thumbnail_id', '4301'),
(5908, 3921, '_product_video_gallery', ''),
(5909, 3921, '_product_video_code', ''),
(5910, 3921, '_product_video_autoplay', ''),
(5911, 3921, '_sale_price_time_start', ''),
(5912, 3921, '_sale_price_time_end', ''),
(5913, 3921, '_product_image_gallery', '4297,4298,4299,4300,4301'),
(5914, 3921, '_et_single_layout', 'standard'),
(5915, 3921, '_et_single_thumbnail_hover', 'inherit'),
(5916, 3921, '_et_product_view_hover', 'inherit'),
(5917, 3921, '_et_product_view_color', 'inherit'),
(5918, 3921, '_et_additional_block', '0'),
(5919, 3921, '_et_sale_counter', 'disable'),
(5920, 3921, '_et_product_slider', 'inherit'),
(5921, 3921, '_et_primary_category', 'auto'),
(5922, 3921, '_yoast_wpseo_primary_product_cat', '84'),
(5923, 3921, '_yoast_wpseo_content_score', '30'),
(5924, 3921, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(5925, 3914, '_edit_lock', '1649220652:1'),
(5926, 4302, '_wp_attached_file', '2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout7.jpg'),
(5927, 4302, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout7.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout7-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout7-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout7-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout7-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5928, 4303, '_wp_attached_file', '2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout6.jpg'),
(5929, 4303, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout6.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout6-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout6-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout6-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout6-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5930, 4304, '_wp_attached_file', '2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout5.jpg'),
(5931, 4304, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout5.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout5-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout5-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout5-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout5-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5932, 4305, '_wp_attached_file', '2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout4.jpg'),
(5933, 4305, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout4.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout4-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout4-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5934, 4307, '_wp_attached_file', '2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg'),
(5935, 4307, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5936, 4308, '_wp_attached_file', '2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2.jpg'),
(5937, 4308, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:56:\"2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5938, 4309, '_wp_attached_file', '2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout.jpg'),
(5939, 4309, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:55:\"2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:57:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:51:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:53:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:55:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:55:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5940, 3914, '_edit_last', '1'),
(5941, 3914, '_thumbnail_id', '4308'),
(5942, 3914, '_product_video_gallery', ''),
(5943, 3914, '_product_video_code', ''),
(5944, 3914, '_product_video_autoplay', ''),
(5945, 3914, '_sale_price_time_start', ''),
(5946, 3914, '_sale_price_time_end', ''),
(5947, 3914, '_product_image_gallery', '4302,4303,4304,4305,4307,4308,4309'),
(5948, 3914, '_et_single_layout', 'standard'),
(5949, 3914, '_et_single_thumbnail_hover', 'inherit'),
(5950, 3914, '_et_product_view_hover', 'inherit'),
(5951, 3914, '_et_product_view_color', 'inherit'),
(5952, 3914, '_et_additional_block', '0'),
(5953, 3914, '_et_sale_counter', 'disable'),
(5954, 3914, '_et_product_slider', 'inherit'),
(5955, 3914, '_et_primary_category', 'auto'),
(5956, 3914, '_yoast_wpseo_primary_product_cat', '84'),
(5957, 3914, '_yoast_wpseo_content_score', '30'),
(5958, 3914, '_yoast_wpseo_estimated-reading-time-minutes', ''),
(5959, 4310, '_wp_attached_file', '2022/04/LI-006-2-in-1-Angle-Valve6-1.jpg'),
(5960, 4310, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:40:\"2022/04/LI-006-2-in-1-Angle-Valve6-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"LI-006-2-in-1-Angle-Valve6-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve6-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve6-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"LI-006-2-in-1-Angle-Valve6-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:36:\"LI-006-2-in-1-Angle-Valve6-1-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve6-1-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve6-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve6-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve6-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve6-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5961, 4311, '_wp_attached_file', '2022/04/LI-006-2-in-1-Angle-Valve5-1.jpg'),
(5962, 4311, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:40:\"2022/04/LI-006-2-in-1-Angle-Valve5-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"LI-006-2-in-1-Angle-Valve5-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve5-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"LI-006-2-in-1-Angle-Valve5-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:36:\"LI-006-2-in-1-Angle-Valve5-1-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve5-1-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve5-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve5-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve5-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve5-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5963, 4312, '_wp_attached_file', '2022/04/LI-006-2-in-1-Angle-Valve4-1.jpg'),
(5964, 4312, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:40:\"2022/04/LI-006-2-in-1-Angle-Valve4-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"LI-006-2-in-1-Angle-Valve4-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve4-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"LI-006-2-in-1-Angle-Valve4-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:36:\"LI-006-2-in-1-Angle-Valve4-1-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve4-1-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve4-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve4-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5965, 4313, '_wp_attached_file', '2022/04/LI-006-2-in-1-Angle-Valve3-1.jpg'),
(5966, 4313, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:40:\"2022/04/LI-006-2-in-1-Angle-Valve3-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"LI-006-2-in-1-Angle-Valve3-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve3-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"LI-006-2-in-1-Angle-Valve3-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:36:\"LI-006-2-in-1-Angle-Valve3-1-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve3-1-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5967, 4314, '_wp_attached_file', '2022/04/LI-006-2-in-1-Angle-Valve2-1.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5968, 4314, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:40:\"2022/04/LI-006-2-in-1-Angle-Valve2-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"LI-006-2-in-1-Angle-Valve2-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve2-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"LI-006-2-in-1-Angle-Valve2-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:36:\"LI-006-2-in-1-Angle-Valve2-1-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:38:\"LI-006-2-in-1-Angle-Valve2-1-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"LI-006-2-in-1-Angle-Valve2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5969, 4315, '_wp_attached_file', '2022/04/LI-006-2-in-1-Angle-Valve-1.jpg'),
(5970, 4315, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:39:\"2022/04/LI-006-2-in-1-Angle-Valve-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"LI-006-2-in-1-Angle-Valve-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"LI-006-2-in-1-Angle-Valve-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"LI-006-2-in-1-Angle-Valve-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"LI-006-2-in-1-Angle-Valve-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"LI-006-2-in-1-Angle-Valve-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:35:\"LI-006-2-in-1-Angle-Valve-1-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:37:\"LI-006-2-in-1-Angle-Valve-1-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"LI-006-2-in-1-Angle-Valve-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"LI-006-2-in-1-Angle-Valve-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"LI-006-2-in-1-Angle-Valve-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"LI-006-2-in-1-Angle-Valve-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"LI-006-2-in-1-Angle-Valve-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"LI-006-2-in-1-Angle-Valve-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5971, 3911, '_edit_last', '1'),
(5972, 3911, '_thumbnail_id', '4314'),
(5973, 3911, '_product_video_gallery', ''),
(5974, 3911, '_product_video_code', ''),
(5975, 3911, '_product_video_autoplay', ''),
(5976, 3911, '_sale_price_time_start', ''),
(5977, 3911, '_sale_price_time_end', ''),
(5978, 3911, '_product_image_gallery', '4310,4311,4312,4313,4314,4315'),
(5979, 3911, '_et_single_layout', 'standard'),
(5980, 3911, '_et_single_thumbnail_hover', 'inherit'),
(5981, 3911, '_et_product_view_hover', 'inherit'),
(5982, 3911, '_et_product_view_color', 'inherit'),
(5983, 3911, '_et_additional_block', '0'),
(5984, 3911, '_et_sale_counter', 'disable'),
(5985, 3911, '_et_product_slider', 'inherit'),
(5986, 3911, '_et_primary_category', 'auto'),
(5987, 3911, '_yoast_wpseo_primary_product_cat', '88'),
(5988, 3911, '_yoast_wpseo_content_score', '30'),
(5989, 3911, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(6001, 4317, '_wp_attached_file', '2020/12/7-3.jpg'),
(6002, 4317, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:542;s:6:\"height\";i:325;s:4:\"file\";s:15:\"2020/12/7-3.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"7-3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"7-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:11:\"7-3-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:12:\"7-3-10x6.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:6;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"7-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"7-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"7-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"7-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1578150668\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6003, 4318, '_wp_page_template', 'default'),
(6004, 4318, '_elementor_edit_mode', 'builder'),
(6005, 4318, '_elementor_template_type', 'wp-post'),
(6006, 4318, '_elementor_version', '3.4.4'),
(6007, 4318, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"pinterest\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"60\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"css_classes\":\"footer-menus\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Site Map\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Affiliate program\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Newsletter\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Automotive\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Electronics\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Sport\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Toys & Kids\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"82f4a1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"d1c037d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Accessories\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bedding & Bath\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Furniture\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Kitchen & Dining\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Living room\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"6f4027a\"}],\"title\":\"Promotions\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Logo.jpg\",\"id\":108},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":35,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: (+800) 1234 5678 90\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05f487a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".elementor-widget-wp-widget-woocommerce_product_tag_cloud h5 {\\n    display: none;\\n}\"},\"elements\":[{\"id\":\"35a4a44\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":11,\"_inline_size_tablet\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"defebbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trending Tags\",\"align_mobile\":\"center\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1ab681\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89,\"_inline_size_tablet\":80,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"861d5c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\" \"}},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9886cc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"37a1d60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f9536ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2021 <a href=\\\"https:\\/\\/xstore.8theme.com\\/\\\">XStore Theme<\\/a>. Created by 8theme - <a href=\\\"https:\\/\\/www.8theme.com\\/\\\">Premium WooCommerce Themes<\\/a>.\",\"align\":\"center\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6009, 4318, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(6011, 4319, '_wp_page_template', 'default'),
(6012, 4319, '_elementor_edit_mode', 'builder'),
(6013, 4319, '_elementor_template_type', 'wp-post'),
(6014, 4319, '_elementor_version', '3.4.4');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6015, 4319, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"pinterest\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"60\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"css_classes\":\"footer-menus\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Site Map\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Affiliate program\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Newsletter\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Automotive\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Electronics\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Sport\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Toys & Kids\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"82f4a1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"d1c037d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Accessories\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bedding & Bath\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Furniture\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Kitchen & Dining\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Living room\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"6f4027a\"}],\"title\":\"Promotions\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Logo.jpg\",\"id\":108},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":35,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: (+800) 1234 5678 90\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05f487a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".elementor-widget-wp-widget-woocommerce_product_tag_cloud h5 {\\n    display: none;\\n}\"},\"elements\":[{\"id\":\"35a4a44\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":11,\"_inline_size_tablet\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"defebbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trending Tags\",\"align_mobile\":\"center\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1ab681\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89,\"_inline_size_tablet\":80,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"861d5c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\" \"}},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9886cc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"37a1d60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f9536ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2021 <a href=\\\"https:\\/\\/xstore.8theme.com\\/\\\">XStore Theme<\\/a>. Created by 8theme - <a href=\\\"https:\\/\\/www.8theme.com\\/\\\">Premium WooCommerce Themes<\\/a>.\",\"align\":\"center\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6017, 4319, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(6019, 4320, '_wp_page_template', 'default'),
(6020, 4320, '_elementor_edit_mode', 'builder'),
(6021, 4320, '_elementor_template_type', 'wp-post'),
(6022, 4320, '_elementor_version', '3.4.4');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6023, 4320, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C55\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":21.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.471,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Sanitary\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bathroom\",\"link\":{\"url\":\"Bathroom\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Kitchen\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Shower\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Accessories\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":47.631,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":4.369,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(6025, 4320, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(6027, 48, '_elementor_pro_version', '3.5.1'),
(6038, 4321, '_wp_page_template', 'default'),
(6039, 4321, '_elementor_edit_mode', 'builder'),
(6040, 4321, '_elementor_template_type', 'wp-post'),
(6041, 4321, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6042, 4321, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C55\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":21.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.471,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Sanitary\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bathroom\",\"link\":{\"url\":\"Bathroom\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Kitchen\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Shower\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Accessories\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":47.631,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":4.369,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(6044, 4321, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(6045, 4321, '_elementor_pro_version', '3.5.1'),
(6047, 4322, '_wp_page_template', 'default'),
(6048, 4322, '_elementor_edit_mode', 'builder'),
(6049, 4322, '_elementor_template_type', 'wp-post'),
(6050, 4322, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6051, 4322, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C55\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":21.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.471,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Sanitary\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bathroom\",\"link\":{\"url\":\"Bathroom\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Kitchen\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Shower\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Accessories\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":47.631,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":4.369,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(6053, 4322, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(6054, 4322, '_elementor_pro_version', '3.5.1'),
(6056, 4323, '_wp_page_template', 'default'),
(6057, 4323, '_elementor_edit_mode', 'builder'),
(6058, 4323, '_elementor_template_type', 'wp-post'),
(6059, 4323, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6060, 4323, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":21.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.471,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Sanitary\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bathroom\",\"link\":{\"url\":\"Bathroom\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Kitchen\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Shower\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Accessories\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":47.631,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":4.369,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(6062, 4323, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(6063, 4323, '_elementor_pro_version', '3.5.1'),
(6073, 4324, '_wp_page_template', 'default'),
(6074, 4324, '_elementor_edit_mode', 'builder'),
(6075, 4324, '_elementor_template_type', 'wp-post'),
(6076, 4324, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6077, 4324, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":21.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.471,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Sanitary\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bathroom\",\"link\":{\"url\":\"Bathroom\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Kitchen\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Shower\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Accessories\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":47.631,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":4.369,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(6079, 4324, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(6080, 4324, '_elementor_pro_version', '3.5.1'),
(6082, 4325, '_wp_page_template', 'default'),
(6083, 4325, '_elementor_edit_mode', 'builder'),
(6084, 4325, '_elementor_template_type', 'wp-post'),
(6085, 4325, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6086, 4325, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":21.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.471,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Sanitary\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bathroom\",\"link\":{\"url\":\"Bathroom\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Kitchen\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Shower\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Accessories\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":47.631,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":4.369,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(6088, 4325, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(6089, 4325, '_elementor_pro_version', '3.5.1'),
(6091, 4326, '_wp_page_template', 'default'),
(6092, 4326, '_elementor_edit_mode', 'builder'),
(6093, 4326, '_elementor_template_type', 'wp-post'),
(6094, 4326, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6095, 4326, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":21.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.471,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Sanitary\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bathroom\",\"link\":{\"url\":\"Bathroom\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Kitchen\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Shower\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Accessories\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.348,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(6097, 4326, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(6098, 4326, '_elementor_pro_version', '3.5.1'),
(6103, 4327, '_wp_page_template', 'default'),
(6104, 4327, '_elementor_edit_mode', 'builder'),
(6105, 4327, '_elementor_template_type', 'wp-post'),
(6106, 4327, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6107, 4327, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":21.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.471,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Sanitary\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bathroom\",\"link\":{\"url\":\"Bathroom\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Kitchen\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Shower\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Accessories\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.348,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(6109, 4327, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(6110, 4327, '_elementor_pro_version', '3.5.1'),
(6112, 4328, '_wp_page_template', 'default'),
(6113, 4328, '_elementor_edit_mode', 'builder'),
(6114, 4328, '_elementor_template_type', 'wp-post'),
(6115, 4328, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6116, 4328, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":21.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.471,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Sanitary\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bathroom\",\"link\":{\"url\":\"Bathroom\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Kitchen\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Shower\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Accessories\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.348,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(6118, 4328, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(6119, 4328, '_elementor_pro_version', '3.5.1'),
(6121, 4329, '_wp_page_template', 'default'),
(6122, 4329, '_elementor_edit_mode', 'builder'),
(6123, 4329, '_elementor_template_type', 'wp-post'),
(6124, 4329, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6125, 4329, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":21.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.471,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Sanitary\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bathroom\",\"link\":{\"url\":\"Bathroom\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Kitchen\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Shower\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Accessories\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.348,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(6127, 4329, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(6128, 4329, '_elementor_pro_version', '3.5.1'),
(6151, 2965, '_edit_lock', '1649765529:1'),
(6152, 2801, '_edit_lock', '1649925427:1'),
(6163, 4333, '_wp_attached_file', '2020/12/Gorgeous-Bathroom.jpeg'),
(6164, 4333, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:700;s:6:\"height\";i:872;s:4:\"file\";s:30:\"2020/12/Gorgeous-Bathroom.jpeg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Gorgeous-Bathroom-241x300.jpeg\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Gorgeous-Bathroom-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:26:\"Gorgeous-Bathroom-1x1.jpeg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:27:\"Gorgeous-Bathroom-8x10.jpeg\";s:5:\"width\";i:8;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Gorgeous-Bathroom-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"Gorgeous-Bathroom-600x747.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:747;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Gorgeous-Bathroom-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"Gorgeous-Bathroom-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"Gorgeous-Bathroom-600x747.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:747;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Gorgeous-Bathroom-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6165, 4334, '_wp_page_template', 'default'),
(6166, 4334, '_elementor_edit_mode', 'builder'),
(6167, 4334, '_elementor_template_type', 'wp-post'),
(6168, 4334, '_elementor_version', '3.0.14'),
(6169, 4334, '_elementor_data', '[{\"id\":\"459d3f1d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow custom-banner-shop\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\\n.elementor-widget-image-box:hover .elementor-image-box-title a {\\n    color: #A3A3A3 \\n}\\n@media only screen and (min-width: 1000px) and (max-width: 1200px) {\\n    .custom-banner-shop .banner-content .content-inner,\\n    .custom-banner-shop .banner-content .button-wrap  {\\n        display:none;\\n    }\\n}\\n\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"be4999d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36d2ef6e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Adv.-Banner.jpg\",\"id\":803},\"title\":\"Smart Phones\",\"subtitle\":\"\",\"content\":\"Lorem Ipsum that has a more-or-less is that it has a more-or-less...\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"subtitle_typography_font_weight\":\"300\",\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_font_container_textcolor\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#FFFFFF\",\"valign\":\"middle\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"type_with_diagonal\":\"true\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#FFFFFF00\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"hide_description_responsive\":\"true\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a70ea4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f94a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ccd0be2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Xstore is World\'s largest online marketplace connecting buyers with suppliers.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"48eb4b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.666,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"735501a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"50\"},\"elements\":[{\"id\":\"13c56995\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6d7d7619\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"ca48c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1a90743\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1403b93c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"255b37d6\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3929327d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"2fc9dcd2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"50064efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"69c63010\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6170, 4334, '_elementor_controls_usage', 'a:6:{s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:7:\"content\";i:1;s:12:\"button_title\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"style_section\";a:20:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:30:\"subtitle_typography_typography\";i:1;s:31:\"subtitle_typography_font_family\";i:1;s:29:\"subtitle_typography_font_size\";i:1;s:31:\"subtitle_typography_font_weight\";i:1;s:34:\"subtitle_typography_text_transform\";i:1;s:33:\"subtitle_font_container_textcolor\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;s:32:\"content_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:16:\"content_paddings\";i:1;s:27:\"hide_description_responsive\";i:1;}s:13:\"image_section\";a:1:{s:18:\"type_with_diagonal\";i:1;}s:14:\"button_section\";a:9:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:18:\"button_hover_color\";i:1;s:15:\"button_hover_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:3;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:8;s:13:\"margin_mobile\";i:8;s:13:\"margin_tablet\";i:3;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:5:\"image\";i:5;s:4:\"link\";i:5;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:5;s:10:\"image_size\";i:5;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:5;}s:21:\"section_style_content\";a:6:{s:11:\"title_color\";i:5;s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:10:\"text_align\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:11:\"css_classes\";i:1;s:7:\"padding\";i:1;}s:15:\"section_effects\";a:1:{s:16:\"animation_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),
(6173, 4335, '_wp_page_template', 'default'),
(6174, 4335, '_elementor_edit_mode', 'builder'),
(6175, 4335, '_elementor_template_type', 'wp-post'),
(6176, 4335, '_elementor_version', '3.0.14'),
(6177, 4335, '_elementor_data', '[{\"id\":\"459d3f1d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow custom-banner-shop\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\\n.elementor-widget-image-box:hover .elementor-image-box-title a {\\n    color: #A3A3A3 \\n}\\n@media only screen and (min-width: 1000px) and (max-width: 1200px) {\\n    .custom-banner-shop .banner-content .content-inner,\\n    .custom-banner-shop .banner-content .button-wrap  {\\n        display:none;\\n    }\\n}\\n\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"be4999d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36d2ef6e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Adv.-Banner.jpg\",\"id\":803},\"title\":\"Smart Phones\",\"subtitle\":\"\",\"content\":\"Lorem Ipsum that has a more-or-less is that it has a more-or-less...\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"subtitle_typography_font_weight\":\"300\",\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_font_container_textcolor\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#FFFFFF\",\"valign\":\"middle\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"type_with_diagonal\":\"true\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#FFFFFF00\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"hide_description_responsive\":\"true\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a70ea4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f94a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ccd0be2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Xstore is World\'s largest online marketplace connecting buyers with suppliers.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"48eb4b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.666,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"735501a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"50\"},\"elements\":[{\"id\":\"13c56995\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6d7d7619\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"ca48c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1a90743\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1403b93c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"255b37d6\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3929327d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"2fc9dcd2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"50064efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"69c63010\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6178, 4335, '_elementor_controls_usage', 'a:6:{s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:7:\"content\";i:1;s:12:\"button_title\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"style_section\";a:20:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:30:\"subtitle_typography_typography\";i:1;s:31:\"subtitle_typography_font_family\";i:1;s:29:\"subtitle_typography_font_size\";i:1;s:31:\"subtitle_typography_font_weight\";i:1;s:34:\"subtitle_typography_text_transform\";i:1;s:33:\"subtitle_font_container_textcolor\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;s:32:\"content_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:16:\"content_paddings\";i:1;s:27:\"hide_description_responsive\";i:1;}s:13:\"image_section\";a:1:{s:18:\"type_with_diagonal\";i:1;}s:14:\"button_section\";a:9:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:18:\"button_hover_color\";i:1;s:15:\"button_hover_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:3;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:8;s:13:\"margin_mobile\";i:8;s:13:\"margin_tablet\";i:3;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:5:\"image\";i:5;s:4:\"link\";i:5;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:5;s:10:\"image_size\";i:5;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:5;}s:21:\"section_style_content\";a:6:{s:11:\"title_color\";i:5;s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:10:\"text_align\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:11:\"css_classes\";i:1;s:7:\"padding\";i:1;}s:15:\"section_effects\";a:1:{s:16:\"animation_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),
(6181, 4336, '_wp_page_template', 'default'),
(6182, 4336, '_elementor_edit_mode', 'builder'),
(6183, 4336, '_elementor_template_type', 'wp-post'),
(6184, 4336, '_elementor_version', '3.0.14'),
(6185, 4336, '_elementor_data', '[{\"id\":\"459d3f1d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow custom-banner-shop\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\\n.elementor-widget-image-box:hover .elementor-image-box-title a {\\n    color: #A3A3A3 \\n}\\n@media only screen and (min-width: 1000px) and (max-width: 1200px) {\\n    .custom-banner-shop .banner-content .content-inner,\\n    .custom-banner-shop .banner-content .button-wrap  {\\n        display:none;\\n    }\\n}\\n\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"be4999d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36d2ef6e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Gorgeous-Bathroom.jpeg\",\"id\":4333,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"<p><strong>Find your Dream Bathroom<\\/strong><\\/p>\",\"button_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"subtitle_typography_font_weight\":\"300\",\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_font_container_textcolor\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#FFFFFF\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"type_with_diagonal\":\"true\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#FFFFFF00\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"hide_description_responsive\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a70ea4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f94a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ccd0be2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>h\\u0101gar<\\/strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"48eb4b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.666,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"735501a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"50\"},\"elements\":[{\"id\":\"13c56995\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6d7d7619\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Bathroom\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"ca48c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1a90743\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1403b93c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"255b37d6\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Shower\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3929327d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"2fc9dcd2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Accessories\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"50064efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"69c63010\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6186, 4336, '_elementor_controls_usage', 'a:6:{s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:7:\"content\";i:1;s:12:\"button_title\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"style_section\";a:20:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:30:\"subtitle_typography_typography\";i:1;s:31:\"subtitle_typography_font_family\";i:1;s:29:\"subtitle_typography_font_size\";i:1;s:31:\"subtitle_typography_font_weight\";i:1;s:34:\"subtitle_typography_text_transform\";i:1;s:33:\"subtitle_font_container_textcolor\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;s:32:\"content_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:16:\"content_paddings\";i:1;s:27:\"hide_description_responsive\";i:1;}s:13:\"image_section\";a:1:{s:18:\"type_with_diagonal\";i:1;}s:14:\"button_section\";a:9:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:18:\"button_hover_color\";i:1;s:15:\"button_hover_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:3;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:8;s:13:\"margin_mobile\";i:8;s:13:\"margin_tablet\";i:3;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:5:\"image\";i:5;s:4:\"link\";i:5;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:5;s:10:\"image_size\";i:5;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:5;}s:21:\"section_style_content\";a:6:{s:11:\"title_color\";i:5;s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:10:\"text_align\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:11:\"css_classes\";i:1;s:7:\"padding\";i:1;}s:15:\"section_effects\";a:1:{s:16:\"animation_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),
(6189, 2801, '_elementor_pro_version', '3.5.1'),
(6190, 2801, '_yoast_wpseo_content_score', '90'),
(6191, 2801, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(6202, 4338, '_wp_page_template', 'default'),
(6203, 4338, '_elementor_edit_mode', 'builder'),
(6204, 4338, '_elementor_template_type', 'wp-post'),
(6205, 4338, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6206, 4338, '_elementor_data', '[{\"id\":\"459d3f1d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow custom-banner-shop\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\\n.elementor-widget-image-box:hover .elementor-image-box-title a {\\n    color: #A3A3A3 \\n}\\n@media only screen and (min-width: 1000px) and (max-width: 1200px) {\\n    .custom-banner-shop .banner-content .content-inner,\\n    .custom-banner-shop .banner-content .button-wrap  {\\n        display:none;\\n    }\\n}\\n\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"be4999d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36d2ef6e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Gorgeous-Bathroom.jpeg\",\"id\":4333,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"<p><strong>Find your Dream Bathroom<\\/strong><\\/p>\",\"button_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"subtitle_typography_font_weight\":\"300\",\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_font_container_textcolor\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#FFFFFF\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"type_with_diagonal\":\"true\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#FFFFFF00\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"hide_description_responsive\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a70ea4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f94a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ccd0be2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>h\\u0101gar<\\/strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"48eb4b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.666,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"735501a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"50\"},\"elements\":[{\"id\":\"13c56995\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6d7d7619\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Bathroom\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"ca48c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1a90743\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1403b93c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"255b37d6\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Shower\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3929327d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"2fc9dcd2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Accessories\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"50064efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"69c63010\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6207, 4338, '_elementor_controls_usage', 'a:6:{s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:7:\"content\";i:1;s:12:\"button_title\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"style_section\";a:20:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:30:\"subtitle_typography_typography\";i:1;s:31:\"subtitle_typography_font_family\";i:1;s:29:\"subtitle_typography_font_size\";i:1;s:31:\"subtitle_typography_font_weight\";i:1;s:34:\"subtitle_typography_text_transform\";i:1;s:33:\"subtitle_font_container_textcolor\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;s:32:\"content_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:16:\"content_paddings\";i:1;s:27:\"hide_description_responsive\";i:1;}s:13:\"image_section\";a:1:{s:18:\"type_with_diagonal\";i:1;}s:14:\"button_section\";a:9:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:18:\"button_hover_color\";i:1;s:15:\"button_hover_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:3;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:8;s:13:\"margin_mobile\";i:8;s:13:\"margin_tablet\";i:3;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:5:\"image\";i:5;s:4:\"link\";i:5;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:5;s:10:\"image_size\";i:5;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:5;}s:21:\"section_style_content\";a:6:{s:11:\"title_color\";i:5;s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:10:\"text_align\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:11:\"css_classes\";i:1;s:7:\"padding\";i:1;}s:15:\"section_effects\";a:1:{s:16:\"animation_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),
(6209, 4338, '_elementor_pro_version', '3.5.1'),
(6211, 4339, '_wp_page_template', 'default'),
(6212, 4339, '_elementor_edit_mode', 'builder'),
(6213, 4339, '_elementor_template_type', 'wp-post'),
(6214, 4339, '_elementor_version', '3.6.1'),
(6215, 4339, '_elementor_data', '[{\"id\":\"459d3f1d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow custom-banner-shop\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\\n.elementor-widget-image-box:hover .elementor-image-box-title a {\\n    color: #A3A3A3 \\n}\\n@media only screen and (min-width: 1000px) and (max-width: 1200px) {\\n    .custom-banner-shop .banner-content .content-inner,\\n    .custom-banner-shop .banner-content .button-wrap  {\\n        display:none;\\n    }\\n}\\n\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"be4999d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36d2ef6e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Gorgeous-Bathroom.jpeg\",\"id\":4333,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"<p><strong>Find your Dream Bathroom<\\/strong><\\/p>\",\"button_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"subtitle_typography_font_weight\":\"300\",\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_font_container_textcolor\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#FFFFFF\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"type_with_diagonal\":\"true\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#FFFFFF00\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"hide_description_responsive\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a70ea4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f94a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ccd0be2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>h\\u0101gar<\\/strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"48eb4b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.666,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"735501a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"50\"},\"elements\":[{\"id\":\"13c56995\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6d7d7619\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Bathroom\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"ca48c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1a90743\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1403b93c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"255b37d6\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Shower\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3929327d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"2fc9dcd2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Accessories\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"50064efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"69c63010\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6216, 4339, '_elementor_controls_usage', 'a:6:{s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:7:\"content\";i:1;s:12:\"button_title\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"style_section\";a:20:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:30:\"subtitle_typography_typography\";i:1;s:31:\"subtitle_typography_font_family\";i:1;s:29:\"subtitle_typography_font_size\";i:1;s:31:\"subtitle_typography_font_weight\";i:1;s:34:\"subtitle_typography_text_transform\";i:1;s:33:\"subtitle_font_container_textcolor\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;s:32:\"content_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:16:\"content_paddings\";i:1;s:27:\"hide_description_responsive\";i:1;}s:13:\"image_section\";a:1:{s:18:\"type_with_diagonal\";i:1;}s:14:\"button_section\";a:9:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:18:\"button_hover_color\";i:1;s:15:\"button_hover_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:3;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:8;s:13:\"margin_mobile\";i:8;s:13:\"margin_tablet\";i:3;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:5:\"image\";i:5;s:4:\"link\";i:5;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:5;s:10:\"image_size\";i:5;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:5;}s:21:\"section_style_content\";a:6:{s:11:\"title_color\";i:5;s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:10:\"text_align\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:11:\"css_classes\";i:1;s:7:\"padding\";i:1;}s:15:\"section_effects\";a:1:{s:16:\"animation_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),
(6218, 4339, '_elementor_pro_version', '3.5.1'),
(6220, 4340, '_wp_page_template', 'default'),
(6221, 4340, '_elementor_edit_mode', 'builder'),
(6222, 4340, '_elementor_template_type', 'wp-post'),
(6223, 4340, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6224, 4340, '_elementor_data', '[{\"id\":\"459d3f1d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow custom-banner-shop\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\\n.elementor-widget-image-box:hover .elementor-image-box-title a {\\n    color: #A3A3A3 \\n}\\n@media only screen and (min-width: 1000px) and (max-width: 1200px) {\\n    .custom-banner-shop .banner-content .content-inner,\\n    .custom-banner-shop .banner-content .button-wrap  {\\n        display:none;\\n    }\\n}\\n\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"be4999d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36d2ef6e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Gorgeous-Bathroom.jpeg\",\"id\":4333,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"<p><strong>Find your Dream Bathroom<\\/strong><\\/p>\",\"button_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"subtitle_typography_font_weight\":\"300\",\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_font_container_textcolor\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#FFFFFF\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"type_with_diagonal\":\"true\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#FFFFFF00\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"hide_description_responsive\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a70ea4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f94a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ccd0be2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>h\\u0101gar<\\/strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"48eb4b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.666,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"735501a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"50\"},\"elements\":[{\"id\":\"13c56995\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6d7d7619\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Bathroom\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"ca48c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1a90743\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1403b93c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"255b37d6\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Shower\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3929327d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"2fc9dcd2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Accessories\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"50064efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"69c63010\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Sanitary\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6225, 4340, '_elementor_controls_usage', 'a:6:{s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:7:\"content\";i:1;s:12:\"button_title\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"style_section\";a:20:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:30:\"subtitle_typography_typography\";i:1;s:31:\"subtitle_typography_font_family\";i:1;s:29:\"subtitle_typography_font_size\";i:1;s:31:\"subtitle_typography_font_weight\";i:1;s:34:\"subtitle_typography_text_transform\";i:1;s:33:\"subtitle_font_container_textcolor\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;s:32:\"content_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:16:\"content_paddings\";i:1;s:27:\"hide_description_responsive\";i:1;}s:13:\"image_section\";a:1:{s:18:\"type_with_diagonal\";i:1;}s:14:\"button_section\";a:9:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:18:\"button_hover_color\";i:1;s:15:\"button_hover_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:3;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:8;s:13:\"margin_mobile\";i:8;s:13:\"margin_tablet\";i:3;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:5:\"image\";i:5;s:4:\"link\";i:5;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:5;s:10:\"image_size\";i:5;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:5;}s:21:\"section_style_content\";a:6:{s:11:\"title_color\";i:5;s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:10:\"text_align\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:11:\"css_classes\";i:1;s:7:\"padding\";i:1;}s:15:\"section_effects\";a:1:{s:16:\"animation_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),
(6227, 4340, '_elementor_pro_version', '3.5.1'),
(6230, 2648, '_edit_lock', '1649321741:1'),
(6232, 1252, '_edit_lock', '1649324923:1'),
(6241, 4342, '_wp_page_template', 'default'),
(6242, 4342, '_elementor_edit_mode', 'builder'),
(6243, 4342, '_elementor_template_type', 'wp-post'),
(6244, 4342, '_elementor_version', '3.4.3'),
(6245, 4342, '_elementor_data', '[{\"id\":\"5e416e77\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"8de431e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ffa238d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/1-2-min.jpg\",\"id\":3841},\"background_position\":\"top center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"44bdbaf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4365b753\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% flate on\\nelectronic items\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"123f2544\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Save up to $100 on select washing machine only.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"403c1fcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"12d4a575\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"177a753\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48e06fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"17733530\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"6\",\"product_view\":\"light\",\"_margin\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"taxonomies\":[\"32\"],\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6247, 4342, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:3:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6249, 4343, '_wp_page_template', 'default'),
(6250, 4343, '_elementor_edit_mode', 'builder'),
(6251, 4343, '_elementor_template_type', 'wp-post'),
(6252, 4343, '_elementor_version', '3.4.3'),
(6253, 4343, '_elementor_data', '[{\"id\":\"5e416e77\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"8de431e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ffa238d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/1-2-min.jpg\",\"id\":3841},\"background_position\":\"top center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"44bdbaf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4365b753\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% flate on\\nelectronic items\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"123f2544\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Save up to $100 on select washing machine only.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"403c1fcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"12d4a575\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"177a753\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48e06fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"17733530\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"6\",\"product_view\":\"light\",\"_margin\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"taxonomies\":[\"32\"],\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6255, 4343, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:3:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6257, 4344, '_wp_page_template', 'default'),
(6258, 4344, '_elementor_edit_mode', 'builder'),
(6259, 4344, '_elementor_template_type', 'wp-post'),
(6260, 4344, '_elementor_version', '3.4.3'),
(6261, 4344, '_elementor_data', '[{\"id\":\"5e416e77\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#006C55\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"8de431e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ffa238d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/1-2-min.jpg\",\"id\":3841},\"background_position\":\"top center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"44bdbaf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4365b753\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% on\\nShower items\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"123f2544\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"403c1fcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"12d4a575\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"177a753\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48e06fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"17733530\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"6\",\"product_view\":\"light\",\"_margin\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"taxonomies\":[\"32\"],\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6263, 4344, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:3:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6265, 1252, '_elementor_pro_version', '3.5.1'),
(6286, 4346, '_wp_attached_file', '2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg'),
(6287, 4346, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:158:\"2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:158:\"Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:158:\"Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:158:\"Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:154:\"Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:156:\"Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:158:\"Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:158:\"Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:158:\"Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:158:\"Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:158:\"Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:158:\"Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6288, 4347, '_wp_attached_file', '2020/12/Hand-Shower-1_75-GPM-w_Slide-Bar-4S-in-Chrome.jpeg'),
(6289, 4347, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:600;s:4:\"file\";s:58:\"2020/12/Hand-Shower-1_75-GPM-w_Slide-Bar-4S-in-Chrome.jpeg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"Hand-Shower-1_75-GPM-w_Slide-Bar-4S-in-Chrome-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Hand-Shower-1_75-GPM-w_Slide-Bar-4S-in-Chrome-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:54:\"Hand-Shower-1_75-GPM-w_Slide-Bar-4S-in-Chrome-1x1.jpeg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:55:\"Hand-Shower-1_75-GPM-w_Slide-Bar-4S-in-Chrome-8x10.jpeg\";s:5:\"width\";i:8;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:58:\"Hand-Shower-1_75-GPM-w_Slide-Bar-4S-in-Chrome-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:58:\"Hand-Shower-1_75-GPM-w_Slide-Bar-4S-in-Chrome-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:58:\"Hand-Shower-1_75-GPM-w_Slide-Bar-4S-in-Chrome-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:58:\"Hand-Shower-1_75-GPM-w_Slide-Bar-4S-in-Chrome-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6290, 4348, '_wp_attached_file', '2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg'),
(6291, 4348, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:155:\"2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:155:\"Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:155:\"Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:155:\"Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:151:\"Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers-1x1.jpeg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:153:\"Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers-10x10.jpeg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:155:\"Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:155:\"Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:155:\"Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:155:\"Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:155:\"Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:155:\"Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6292, 4349, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6293, 4349, '_elementor_edit_mode', 'builder'),
(6294, 4349, '_elementor_template_type', 'wp-post'),
(6295, 4349, '_elementor_version', '3.6.1'),
(6296, 4349, '_elementor_data', '[{\"id\":\"5e416e77\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#006C55\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"8de431e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ffa238d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/1-2-min.jpg\",\"id\":3841},\"background_position\":\"top center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"44bdbaf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4365b753\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% on\\nShower items\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"123f2544\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"403c1fcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"12d4a575\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"177a753\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48e06fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"17733530\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"6\",\"product_view\":\"light\",\"_margin\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"taxonomies\":[\"32\"],\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6298, 4349, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:3:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6299, 4349, '_elementor_pro_version', '3.5.1'),
(6301, 4350, '_wp_page_template', 'default'),
(6302, 4350, '_elementor_edit_mode', 'builder'),
(6303, 4350, '_elementor_template_type', 'wp-post'),
(6304, 4350, '_elementor_version', '3.6.1'),
(6305, 4350, '_elementor_data', '[{\"id\":\"5e416e77\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#006C55\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"8de431e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ffa238d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/1-2-min.jpg\",\"id\":3841},\"background_position\":\"top center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"44bdbaf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4365b753\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% on\\nShower items\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"123f2544\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"403c1fcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"12d4a575\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"177a753\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48e06fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"17733530\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"6\",\"product_view\":\"light\",\"_margin\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"taxonomies\":[\"32\"],\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6307, 4350, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:3:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6308, 4350, '_elementor_pro_version', '3.5.1'),
(6310, 4351, '_wp_page_template', 'default'),
(6311, 4351, '_elementor_edit_mode', 'builder'),
(6312, 4351, '_elementor_template_type', 'wp-post'),
(6313, 4351, '_elementor_version', '3.6.1'),
(6314, 4351, '_elementor_data', '[{\"id\":\"5e416e77\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#006C55\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"8de431e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ffa238d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\",\"id\":4348,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]}},\"elements\":[{\"id\":\"44bdbaf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"__dynamic__\":[]},\"elements\":[{\"id\":\"4365b753\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% on Showers Accessories\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"_background_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"123f2544\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"403c1fcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6316, 4351, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:3:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6317, 4351, '_elementor_pro_version', '3.5.1'),
(6319, 4352, '_wp_page_template', 'default'),
(6320, 4352, '_elementor_edit_mode', 'builder'),
(6321, 4352, '_elementor_template_type', 'wp-post'),
(6322, 4352, '_elementor_version', '3.6.1'),
(6323, 4352, '_elementor_data', '[{\"id\":\"5e416e77\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#006C55\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"8de431e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ffa238d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\",\"id\":4348,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]}},\"elements\":[{\"id\":\"44bdbaf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"__dynamic__\":[]},\"elements\":[{\"id\":\"4365b753\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% on Showers Accessories\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"_background_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"123f2544\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"403c1fcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6325, 4352, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:3:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6326, 4352, '_elementor_pro_version', '3.5.1'),
(6328, 4353, '_wp_page_template', 'default'),
(6329, 4353, '_elementor_edit_mode', 'builder'),
(6330, 4353, '_elementor_template_type', 'wp-post'),
(6331, 4353, '_elementor_version', '3.6.1'),
(6332, 4353, '_elementor_data', '[{\"id\":\"5e416e77\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#006C55\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"8de431e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ffa238d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\",\"id\":4348,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]}},\"elements\":[{\"id\":\"44bdbaf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"__dynamic__\":[]},\"elements\":[{\"id\":\"4365b753\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% on Showers Accessories\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"_background_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"123f2544\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"403c1fcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6334, 4353, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:3:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6335, 4353, '_elementor_pro_version', '3.5.1'),
(6337, 4354, '_wp_page_template', 'default'),
(6338, 4354, '_elementor_edit_mode', 'builder'),
(6339, 4354, '_elementor_template_type', 'wp-post'),
(6340, 4354, '_elementor_version', '3.6.1'),
(6341, 4354, '_elementor_data', '[{\"id\":\"5e416e77\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#006C55\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"8de431e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ffa238d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\",\"id\":4348,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]}},\"elements\":[{\"id\":\"44bdbaf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"__dynamic__\":[]},\"elements\":[{\"id\":\"4365b753\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% on Showers Accessories\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"_background_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"123f2544\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"403c1fcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6343, 4354, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:3:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6344, 4354, '_elementor_pro_version', '3.5.1'),
(6346, 1252, '_edit_last', '1'),
(6347, 4355, '_wp_page_template', 'default'),
(6348, 4355, '_elementor_edit_mode', 'builder'),
(6349, 4355, '_elementor_template_type', 'wp-post'),
(6350, 4355, '_elementor_version', '3.6.1'),
(6351, 4355, '_elementor_data', '[{\"id\":\"5e416e77\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#006C55\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"8de431e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ffa238d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\",\"id\":4348,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]}},\"elements\":[{\"id\":\"44bdbaf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"__dynamic__\":[]},\"elements\":[{\"id\":\"4365b753\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% on Showers Accessories\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"_background_background\":\"gradient\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"123f2544\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"403c1fcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6353, 4355, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:3:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6354, 4355, '_elementor_pro_version', '3.5.1'),
(6355, 1252, '_wp_old_slug', 'groceries-tab-niche-market02'),
(6372, 4357, '_wp_attached_file', '2022/04/Modern-white-and-wooden-kitchen.jpeg'),
(6373, 4357, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:880;s:6:\"height\";i:586;s:4:\"file\";s:44:\"2022/04/Modern-white-and-wooden-kitchen.jpeg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Modern-white-and-wooden-kitchen-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Modern-white-and-wooden-kitchen-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Modern-white-and-wooden-kitchen-768x511.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:40:\"Modern-white-and-wooden-kitchen-1x1.jpeg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:41:\"Modern-white-and-wooden-kitchen-10x7.jpeg\";s:5:\"width\";i:10;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"Modern-white-and-wooden-kitchen-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"Modern-white-and-wooden-kitchen-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"Modern-white-and-wooden-kitchen-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"Modern-white-and-wooden-kitchen-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"Modern-white-and-wooden-kitchen-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"Modern-white-and-wooden-kitchen-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6374, 4358, '_wp_attached_file', '2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg'),
(6375, 4358, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:56:\"2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:52:\"Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:54:\"Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6376, 4359, '_wp_attached_file', '2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png'),
(6377, 4359, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:65:\"2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:65:\"GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:61:\"GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:63:\"GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:65:\"GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:65:\"GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:65:\"GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:65:\"GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:65:\"GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:65:\"GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6378, 4360, '_elementor_edit_mode', 'builder'),
(6379, 4360, '_elementor_template_type', 'wp-page'),
(6380, 4360, '_elementor_version', '3.6.1'),
(6381, 4360, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6382, 4360, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Kitchen Mixer Faucet upto 60% off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"964cab2\",\"elType\":\"widget\",\"settings\":{\"graphic_element_a\":\"image\",\"title_a\":\"Kitchen Mixer\",\"description_a\":\"\",\"button_a_text\":\"Button\",\"graphic_element_b\":\"image\",\"title_b\":\"Bathroom\",\"description_b\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_flipbox\"}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6384, 4360, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6386, 4361, '_elementor_edit_mode', 'builder'),
(6387, 4361, '_elementor_template_type', 'wp-page'),
(6388, 4361, '_elementor_version', '3.6.1'),
(6389, 4361, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6390, 4361, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Kitchen Mixer Faucet upto 60% off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"964cab2\",\"elType\":\"widget\",\"settings\":{\"graphic_element_a\":\"image\",\"title_a\":\"Kitchen Mixer\",\"description_a\":\"\",\"button_a_text\":\"Button\",\"graphic_element_b\":\"image\",\"title_b\":\"Bathroom\",\"description_b\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_flipbox\"}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6392, 4361, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6394, 4362, '_elementor_edit_mode', 'builder'),
(6395, 4362, '_elementor_template_type', 'wp-page'),
(6396, 4362, '_elementor_version', '3.6.1'),
(6397, 4362, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6398, 4362, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"964cab2\",\"elType\":\"widget\",\"settings\":{\"graphic_element_a\":\"image\",\"title_a\":\"Kitchen Mixer\",\"description_a\":\"\",\"button_a_text\":\"Button\",\"graphic_element_b\":\"image\",\"title_b\":\"Bathroom\",\"description_b\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_flipbox\"}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6400, 4362, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6402, 18, '_elementor_pro_version', '3.6.2'),
(6404, 4363, '_elementor_edit_mode', 'builder'),
(6405, 4363, '_elementor_template_type', 'wp-page'),
(6406, 4363, '_elementor_version', '3.6.1'),
(6407, 4363, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6408, 4363, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"964cab2\",\"elType\":\"widget\",\"settings\":{\"graphic_element_a\":\"image\",\"title_a\":\"Kitchen Mixer\",\"description_a\":\"\",\"button_a_text\":\"Button\",\"graphic_element_b\":\"image\",\"title_b\":\"Bathroom\",\"description_b\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_flipbox\"}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6410, 4363, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6411, 4363, '_elementor_pro_version', '3.5.1'),
(6413, 4364, '_elementor_edit_mode', 'builder'),
(6414, 4364, '_elementor_template_type', 'wp-page'),
(6415, 4364, '_elementor_version', '3.6.1'),
(6416, 4364, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6417, 4364, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"964cab2\",\"elType\":\"widget\",\"settings\":{\"graphic_element_a\":\"image\",\"title_a\":\"Kitchen Mixer\",\"description_a\":\"\",\"button_a_text\":\"Button\",\"graphic_element_b\":\"image\",\"title_b\":\"Bathroom\",\"description_b\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_flipbox\"}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6419, 4364, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6420, 4364, '_elementor_pro_version', '3.5.1'),
(6422, 4365, '_elementor_edit_mode', 'builder'),
(6423, 4365, '_elementor_template_type', 'wp-page'),
(6424, 4365, '_elementor_version', '3.6.1'),
(6425, 4365, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6426, 4365, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6428, 4365, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6429, 4365, '_elementor_pro_version', '3.5.1'),
(6432, 4366, '_elementor_edit_mode', 'builder'),
(6433, 4366, '_elementor_template_type', 'wp-page'),
(6434, 4366, '_elementor_version', '3.6.1'),
(6435, 4366, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6436, 4366, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6438, 4366, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6439, 4366, '_elementor_pro_version', '3.5.1'),
(6441, 4367, '_elementor_edit_mode', 'builder'),
(6442, 4367, '_elementor_template_type', 'wp-page'),
(6443, 4367, '_elementor_version', '3.6.1'),
(6444, 4367, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6445, 4367, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Complete Modern Bath Solutions \",\"subtitle\":\"Reinvent your Bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6447, 4367, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6448, 4367, '_elementor_pro_version', '3.5.1'),
(6450, 4368, '_elementor_edit_mode', 'builder'),
(6451, 4368, '_elementor_template_type', 'wp-page'),
(6452, 4368, '_elementor_version', '3.6.1'),
(6453, 4368, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6454, 4368, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6456, 4368, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6457, 4368, '_elementor_pro_version', '3.5.1'),
(6460, 4369, '_elementor_edit_mode', 'builder'),
(6461, 4369, '_elementor_template_type', 'wp-page'),
(6462, 4369, '_elementor_version', '3.6.1'),
(6463, 4369, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6464, 4369, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6466, 4369, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6467, 4369, '_elementor_pro_version', '3.5.1'),
(6469, 4370, '_elementor_edit_mode', 'builder'),
(6470, 4370, '_elementor_template_type', 'wp-page'),
(6471, 4370, '_elementor_version', '3.6.1'),
(6472, 4370, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6473, 4370, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6475, 4370, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6476, 4370, '_elementor_pro_version', '3.5.1'),
(6478, 4371, '_elementor_edit_mode', 'builder'),
(6479, 4371, '_elementor_template_type', 'wp-page'),
(6480, 4371, '_elementor_version', '3.6.1'),
(6481, 4371, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6482, 4371, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6484, 4371, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6485, 4371, '_elementor_pro_version', '3.5.1'),
(6488, 1251, '_edit_lock', '1649412083:1'),
(6489, 4372, '_elementor_edit_mode', 'builder'),
(6490, 4372, '_elementor_template_type', 'wp-page'),
(6491, 4372, '_elementor_version', '3.6.1'),
(6492, 4372, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6493, 4372, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6495, 4372, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6496, 4372, '_elementor_pro_version', '3.5.1'),
(6498, 4373, '_elementor_edit_mode', 'builder'),
(6499, 4373, '_elementor_template_type', 'wp-page'),
(6500, 4373, '_elementor_version', '3.6.1'),
(6501, 4373, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6502, 4373, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom Facuets\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen Faucets\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6504, 4373, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6505, 4373, '_elementor_pro_version', '3.5.1'),
(6507, 4374, '_elementor_edit_mode', 'builder'),
(6508, 4374, '_elementor_template_type', 'wp-page'),
(6509, 4374, '_elementor_version', '3.6.1'),
(6510, 4374, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6511, 4374, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6513, 4374, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6514, 4374, '_elementor_pro_version', '3.5.1'),
(6525, 4376, '_wp_attached_file', '2020/12/Modern-Wite-Bathroom-With-White-Marble-Anf-Bthtub-Wall-Mural.jpeg'),
(6526, 4376, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:736;s:6:\"height\";i:552;s:4:\"file\";s:73:\"2020/12/Modern-Wite-Bathroom-With-White-Marble-Anf-Bthtub-Wall-Mural.jpeg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:73:\"Modern-Wite-Bathroom-With-White-Marble-Anf-Bthtub-Wall-Mural-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"Modern-Wite-Bathroom-With-White-Marble-Anf-Bthtub-Wall-Mural-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:69:\"Modern-Wite-Bathroom-With-White-Marble-Anf-Bthtub-Wall-Mural-1x1.jpeg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:70:\"Modern-Wite-Bathroom-With-White-Marble-Anf-Bthtub-Wall-Mural-10x8.jpeg\";s:5:\"width\";i:10;s:6:\"height\";i:8;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:73:\"Modern-Wite-Bathroom-With-White-Marble-Anf-Bthtub-Wall-Mural-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:73:\"Modern-Wite-Bathroom-With-White-Marble-Anf-Bthtub-Wall-Mural-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:73:\"Modern-Wite-Bathroom-With-White-Marble-Anf-Bthtub-Wall-Mural-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:73:\"Modern-Wite-Bathroom-With-White-Marble-Anf-Bthtub-Wall-Mural-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:73:\"Modern-Wite-Bathroom-With-White-Marble-Anf-Bthtub-Wall-Mural-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:73:\"Modern-Wite-Bathroom-With-White-Marble-Anf-Bthtub-Wall-Mural-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6527, 4377, '_wp_attached_file', '2020/12/Sorrento-L-Shape-Complete-Bathroom-Suite.jpeg'),
(6528, 4377, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:53:\"2020/12/Sorrento-L-Shape-Complete-Bathroom-Suite.jpeg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Sorrento-L-Shape-Complete-Bathroom-Suite-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Sorrento-L-Shape-Complete-Bathroom-Suite-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Sorrento-L-Shape-Complete-Bathroom-Suite-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:49:\"Sorrento-L-Shape-Complete-Bathroom-Suite-1x1.jpeg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:51:\"Sorrento-L-Shape-Complete-Bathroom-Suite-10x10.jpeg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"Sorrento-L-Shape-Complete-Bathroom-Suite-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"Sorrento-L-Shape-Complete-Bathroom-Suite-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"Sorrento-L-Shape-Complete-Bathroom-Suite-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:53:\"Sorrento-L-Shape-Complete-Bathroom-Suite-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"Sorrento-L-Shape-Complete-Bathroom-Suite-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"Sorrento-L-Shape-Complete-Bathroom-Suite-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6531, 4378, '_elementor_edit_mode', 'builder'),
(6532, 4378, '_elementor_template_type', 'wp-page'),
(6533, 4378, '_elementor_version', '3.6.1'),
(6534, 4378, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6535, 4378, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6537, 4378, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6538, 4378, '_elementor_pro_version', '3.5.1'),
(6541, 4379, '_elementor_edit_mode', 'builder'),
(6542, 4379, '_elementor_template_type', 'wp-page'),
(6543, 4379, '_elementor_version', '3.6.1'),
(6544, 4379, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6545, 4379, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6547, 4379, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6548, 4379, '_elementor_pro_version', '3.5.1'),
(6550, 4380, '_elementor_edit_mode', 'builder'),
(6551, 4380, '_elementor_template_type', 'wp-page'),
(6552, 4380, '_elementor_version', '3.6.1'),
(6553, 4380, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6554, 4380, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6556, 4380, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6557, 4380, '_elementor_pro_version', '3.5.1'),
(6559, 4381, '_elementor_edit_mode', 'builder'),
(6560, 4381, '_elementor_template_type', 'wp-page'),
(6561, 4381, '_elementor_version', '3.6.1'),
(6562, 4381, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6563, 4381, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6565, 4381, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6566, 4381, '_elementor_pro_version', '3.5.1'),
(6568, 4382, '_elementor_edit_mode', 'builder'),
(6569, 4382, '_elementor_template_type', 'wp-page'),
(6570, 4382, '_elementor_version', '3.6.1'),
(6571, 4382, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6572, 4382, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6574, 4382, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6575, 4382, '_elementor_pro_version', '3.5.1'),
(6577, 4383, '_elementor_edit_mode', 'builder'),
(6578, 4383, '_elementor_template_type', 'wp-page'),
(6579, 4383, '_elementor_version', '3.6.1'),
(6580, 4383, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6581, 4383, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6583, 4383, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6584, 4383, '_elementor_pro_version', '3.5.1'),
(6586, 4384, '_elementor_edit_mode', 'builder'),
(6587, 4384, '_elementor_template_type', 'wp-page'),
(6588, 4384, '_elementor_version', '3.6.1'),
(6589, 4384, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6590, 4384, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6592, 4384, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6593, 4384, '_elementor_pro_version', '3.5.1'),
(6595, 4385, '_elementor_edit_mode', 'builder'),
(6596, 4385, '_elementor_template_type', 'wp-page'),
(6597, 4385, '_elementor_version', '3.6.1'),
(6598, 4385, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6599, 4385, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6601, 4385, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6602, 4385, '_elementor_pro_version', '3.5.1'),
(6604, 4386, '_elementor_edit_mode', 'builder'),
(6605, 4386, '_elementor_template_type', 'wp-page'),
(6606, 4386, '_elementor_version', '3.6.1'),
(6607, 4386, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6608, 4386, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6610, 4386, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6611, 4386, '_elementor_pro_version', '3.5.1'),
(6621, 4388, '_elementor_edit_mode', 'builder'),
(6622, 4388, '_elementor_template_type', 'wp-page'),
(6623, 4388, '_elementor_version', '3.6.1'),
(6624, 4388, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6625, 4388, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6627, 4388, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6628, 4388, '_elementor_pro_version', '3.5.1'),
(6630, 4389, '_elementor_edit_mode', 'builder'),
(6631, 4389, '_elementor_template_type', 'wp-page'),
(6632, 4389, '_elementor_version', '3.6.1'),
(6633, 4389, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6634, 4389, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-skitterphoto-349749-scaled.jpg\",\"id\":4017,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6636, 4389, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6637, 4389, '_elementor_pro_version', '3.5.1'),
(6639, 4390, '_elementor_edit_mode', 'builder'),
(6640, 4390, '_elementor_template_type', 'wp-page'),
(6641, 4390, '_elementor_version', '3.6.1'),
(6642, 4390, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6643, 4390, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6645, 4390, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6646, 4390, '_elementor_pro_version', '3.5.1'),
(6648, 4391, '_elementor_edit_mode', 'builder'),
(6649, 4391, '_elementor_template_type', 'wp-page'),
(6650, 4391, '_elementor_version', '3.6.1'),
(6651, 4391, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6652, 4391, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6654, 4391, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6655, 4391, '_elementor_pro_version', '3.5.1'),
(6657, 4392, '_elementor_edit_mode', 'builder'),
(6658, 4392, '_elementor_template_type', 'wp-page'),
(6659, 4392, '_elementor_version', '3.6.1'),
(6660, 4392, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6661, 4392, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/5-1.jpg\",\"id\":872,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6663, 4392, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6664, 4392, '_elementor_pro_version', '3.5.1'),
(6666, 4393, '_elementor_edit_mode', 'builder'),
(6667, 4393, '_elementor_template_type', 'wp-page'),
(6668, 4393, '_elementor_version', '3.6.1'),
(6669, 4393, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6670, 4393, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6672, 4393, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6673, 4393, '_elementor_pro_version', '3.5.1'),
(6676, 4394, '_elementor_edit_mode', 'builder'),
(6677, 4394, '_elementor_template_type', 'wp-page'),
(6678, 4394, '_elementor_version', '3.6.1'),
(6679, 4394, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6680, 4394, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6682, 4394, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6683, 4394, '_elementor_pro_version', '3.5.1'),
(6685, 4395, '_elementor_edit_mode', 'builder'),
(6686, 4395, '_elementor_template_type', 'wp-page'),
(6687, 4395, '_elementor_version', '3.6.1'),
(6688, 4395, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6689, 4395, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6691, 4395, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6692, 4395, '_elementor_pro_version', '3.5.1'),
(6694, 4396, '_elementor_edit_mode', 'builder'),
(6695, 4396, '_elementor_template_type', 'wp-page'),
(6696, 4396, '_elementor_version', '3.6.1'),
(6697, 4396, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6698, 4396, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6700, 4396, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6701, 4396, '_elementor_pro_version', '3.5.1'),
(6704, 4397, '_elementor_edit_mode', 'builder'),
(6705, 4397, '_elementor_template_type', 'wp-page'),
(6706, 4397, '_elementor_version', '3.6.1'),
(6707, 4397, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6708, 4397, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6710, 4397, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6711, 4397, '_elementor_pro_version', '3.5.1'),
(6713, 4398, '_elementor_edit_mode', 'builder'),
(6714, 4398, '_elementor_template_type', 'wp-page'),
(6715, 4398, '_elementor_version', '3.6.1'),
(6716, 4398, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6717, 4398, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6719, 4398, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6720, 4398, '_elementor_pro_version', '3.5.1'),
(6722, 4399, '_elementor_edit_mode', 'builder'),
(6723, 4399, '_elementor_template_type', 'wp-page'),
(6724, 4399, '_elementor_version', '3.6.1'),
(6725, 4399, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6726, 4399, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6728, 4399, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6729, 4399, '_elementor_pro_version', '3.5.1'),
(6739, 4401, '_elementor_edit_mode', 'builder'),
(6740, 4401, '_elementor_template_type', 'wp-page'),
(6741, 4401, '_elementor_version', '3.6.1'),
(6742, 4401, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6743, 4401, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6745, 4401, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6746, 4401, '_elementor_pro_version', '3.5.1'),
(6748, 4402, '_elementor_edit_mode', 'builder'),
(6749, 4402, '_elementor_template_type', 'wp-page'),
(6750, 4402, '_elementor_version', '3.6.1'),
(6751, 4402, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6752, 4402, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6754, 4402, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6755, 4402, '_elementor_pro_version', '3.5.1'),
(6757, 4403, '_elementor_edit_mode', 'builder'),
(6758, 4403, '_elementor_template_type', 'wp-page'),
(6759, 4403, '_elementor_version', '3.6.1'),
(6760, 4403, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6761, 4403, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"1024x1024\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right bottom\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6763, 4403, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6764, 4403, '_elementor_pro_version', '3.5.1'),
(6766, 3, '_edit_lock', '1649847990:1'),
(6767, 3, '_elementor_edit_mode', 'builder'),
(6768, 3, '_elementor_template_type', 'wp-page'),
(6769, 3, '_elementor_version', '3.6.1'),
(6770, 3, '_elementor_pro_version', '3.5.1'),
(6771, 3, '_elementor_data', '[{\"id\":\"3c4f112d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"52bec2d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"43a4f994\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">This Privacy Policy governs the manner in which Hagar Mega Mart Pvt Ltd collects, uses, maintains and discloses information collected from users (each, a \\\"User\\\") of the<span>&nbsp;<\\/span><a href=\\\"http:\\/\\/www.decorals.com\\/\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; background: 0px 0px; color: rgb(111, 111, 111); text-decoration: none; border: 0px; font: inherit; vertical-align: baseline; outline: none;\\\">http:\\/\\/www.hagarbath.com\\/shop<\\/a><span> <\\/span>website (\\\"Site\\\"). This privacy policy applies to the Site and all products and services offered by Hagar Mega Mart Pvt Ltd.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Personal identification information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may collect personal identification information from Users in a variety of ways, including, but not limited to, when Users visit our site, register on the site, place an order, subscribe to the newsletter, respond to a survey, fill out a form, and in connection with other activities, services, features or resources we make available on our Site. Users may be asked for, as appropriate, name, email address, mailing address, phone number. Users may, however, visit our Site anonymously. We will collect personal identification information from Users only if they voluntarily submit such information to us. Users can always refuse to supply personally identification information, except that it may prevent them from engaging in certain Site related activities.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Non-personal identification information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may collect non-personal identification information about Users whenever they interact with our Site. Non-personal identification information may include the browser name, the type of computer and technical information about Users means of connection to our Site, such as the operating system and the Internet service providers utilized and other similar information.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Web browser cookies<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Our Site may use \\\"cookies\\\" to enhance User experience. User\'s web browser places cookies on their hard drive for record-keeping purposes and sometimes to track information about them. User may choose to set their web browser to refuse cookies, or to alert you when cookies are being sent. If they do so, note that some parts of the Site may not function properly.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">How we use collected information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Hagar Mega Mart Pvt Ltd may collect and use Users personal information for the following purposes:<\\/p>\\n<ul style=\\\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 12px; line-height: inherit; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; list-style: none; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To improve customer service<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Information you provide helps us respond to your customer service requests and support needs more efficiently.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To personalize user experience<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use information in the aggregate to understand how our Users as a group use the services and resources provided on our Site.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To improve our Site<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use feedback you provide to improve our products and services.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To process payments<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use the information Users provide about themselves when placing an order only to provide service to that order. We do not share this information with outside parties except to the extent necessary to provide the service.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To share your information with third parties<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may share or sell information with third parties for marketing or other purposes.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To run a promotion, contest, survey or other Site feature<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">To send Users information they agreed to receive about topics we think will be of interest to them.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To send periodic emails<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use the email address to send User information and updates pertaining to their order. It may also be used to respond to their inquiries, questions, and\\/or other requests. If User decides to opt-in to our mailing list, they will receive emails that may include company news, updates, related product or service information, etc. If at any time the User would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email or User may contact us via our Site.<\\/li>\\n<\\/ul>\\n<p style=\\\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">How we protect your information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We adopt appropriate data collection, storage and processing practices and security measures to protect against unauthorized access, alteration, disclosure or destruction of your personal information, username, password, transaction information and data stored on our Site.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Our Site is in compliance with PCI vulnerability standards in order to create as secure of an environment as possible for Users.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Sharing your personal information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use third party service providers to help us operate our business and the Site or administer activities on our behalf, such as sending out newsletters or surveys. We may share your information with these third parties for those limited purposes provided that you have given us your permission.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Third party websites<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Users may find advertising or other content on our Site that link to the sites and services of our partners, suppliers, advertisers, sponsors, licensors and other third parties. We do not control the content or links that appear on these sites and are not responsible for the practices employed by websites linked to or from our Site. In addition, these sites or services, including their content and links, may be constantly changing. These sites and services may have their own privacy policies and customer service policies. Browsing and interaction on any other website, including websites which have a link to our Site, is subject to that website\'s own terms and policies.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Advertising<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Ads appearing on our site may be delivered to Users by advertising partners, who may set cookies. These cookies allow the ad server to recognize your computer each time they send you an online advertisement to compile non personal identification information about you or others who use your computer. This information allows ad networks to, among other things, deliver targeted advertisements that they believe will be of most interest to you. This privacy policy does not cover the use of cookies by any advertisers.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Compliance with children\'s online privacy protection act<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Protecting the privacy of the very young is especially important. For that reason, we never collect or maintain information at our Site from those we actually know are under 13, and no part of our website is structured to attract anyone under 13.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Changes to this privacy policy<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Hagar Mega Mart Pvt Ltd has the discretion to update this privacy policy at any time. When we do, we will revise the updated date at the bottom of this page. We encourage Users to frequently check this page for any changes to stay informed about how we are helping to protect the personal information we collect. You acknowledge and agree that it is your responsibility to review this privacy policy periodically and become aware of modifications.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Your acceptance of these terms<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">By using this Site, you signify your acceptance of this policy. If you do not agree to this policy, please do not use our Site. Your continued use of the Site following the posting of changes to this policy will be deemed your acceptance of those changes.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Contacting us<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">If you have any questions about this Privacy Policy, the practices of this site, or your dealings with this site, please contact us at:<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Hagar Mega Mart Pvt Ltd <br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><\\/p><p style=\\\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\"><a href=\\\"http:\\/\\/www.decorals.com\\/\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; background: 0px 0px; color: rgb(111, 111, 111); text-decoration: none; border: 0px; font: inherit; vertical-align: baseline; outline: none;\\\">http:\\/\\/www.hagarbath.com\\/sho<\\/a>p<\\/p><p style=\\\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">E-20, Pilanji, South Extension I, New Delhi, Delhi 110049<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Phone: 888 1 222 666\\t\\t<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">online@hagarbath.com<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br><\\/p>\\n<p><\\/p>\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6773, 3, '_yoast_wpseo_content_score', '30'),
(6774, 3, '_yoast_wpseo_estimated-reading-time-minutes', '5'),
(6775, 4404, '_wp_page_template', 'default'),
(6776, 4404, '_elementor_edit_mode', 'builder'),
(6777, 4404, '_elementor_template_type', 'wp-page'),
(6778, 4404, '_elementor_version', '3.6.1'),
(6779, 4404, '_elementor_pro_version', '3.5.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6780, 4404, '_elementor_data', '[{\"id\":\"3c4f112d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"52bec2d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"43a4f994\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">This Privacy Policy governs the manner in which Hagar Mega&nbsp; Pv collects, uses, maintains and discloses information collected from users (each, a \\\"User\\\") of the<span>&nbsp;<\\/span><a href=\\\"http:\\/\\/www.decorals.com\\/\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; background: 0px 0px; color: rgb(111, 111, 111); text-decoration: none; border: 0px; font: inherit; vertical-align: baseline; outline: none;\\\">http:\\/\\/www.decorals.com<\\/a><span>&nbsp;<\\/span>website (\\\"Site\\\"). This privacy policy applies to the Site and all products and services offered by Decorals.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Personal identification information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may collect personal identification information from Users in a variety of ways, including, but not limited to, when Users visit our site, register on the site, place an order, subscribe to the newsletter, respond to a survey, fill out a form, and in connection with other activities, services, features or resources we make available on our Site. Users may be asked for, as appropriate, name, email address, mailing address, phone number. Users may, however, visit our Site anonymously. We will collect personal identification information from Users only if they voluntarily submit such information to us. Users can always refuse to supply personally identification information, except that it may prevent them from engaging in certain Site related activities.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Non-personal identification information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may collect non-personal identification information about Users whenever they interact with our Site. Non-personal identification information may include the browser name, the type of computer and technical information about Users means of connection to our Site, such as the operating system and the Internet service providers utilized and other similar information.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Web browser cookies<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Our Site may use \\\"cookies\\\" to enhance User experience. User\'s web browser places cookies on their hard drive for record-keeping purposes and sometimes to track information about them. User may choose to set their web browser to refuse cookies, or to alert you when cookies are being sent. If they do so, note that some parts of the Site may not function properly.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">How we use collected information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Decorals may collect and use Users personal information for the following purposes:<\\/p>\\n<ul style=\\\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 12px; line-height: inherit; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; list-style: none; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To improve customer service<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Information you provide helps us respond to your customer service requests and support needs more efficiently.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To personalize user experience<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use information in the aggregate to understand how our Users as a group use the services and resources provided on our Site.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To improve our Site<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use feedback you provide to improve our products and services.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To process payments<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use the information Users provide about themselves when placing an order only to provide service to that order. We do not share this information with outside parties except to the extent necessary to provide the service.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To share your information with third parties<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may share or sell information with third parties for marketing or other purposes.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To run a promotion, contest, survey or other Site feature<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">To send Users information they agreed to receive about topics we think will be of interest to them.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To send periodic emails<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use the email address to send User information and updates pertaining to their order. It may also be used to respond to their inquiries, questions, and\\/or other requests. If User decides to opt-in to our mailing list, they will receive emails that may include company news, updates, related product or service information, etc. If at any time the User would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email or User may contact us via our Site.<\\/li>\\n<\\/ul>\\n<p style=\\\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">How we protect your information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We adopt appropriate data collection, storage and processing practices and security measures to protect against unauthorized access, alteration, disclosure or destruction of your personal information, username, password, transaction information and data stored on our Site.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Our Site is in compliance with PCI vulnerability standards in order to create as secure of an environment as possible for Users.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Sharing your personal information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use third party service providers to help us operate our business and the Site or administer activities on our behalf, such as sending out newsletters or surveys. We may share your information with these third parties for those limited purposes provided that you have given us your permission.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Third party websites<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Users may find advertising or other content on our Site that link to the sites and services of our partners, suppliers, advertisers, sponsors, licensors and other third parties. We do not control the content or links that appear on these sites and are not responsible for the practices employed by websites linked to or from our Site. In addition, these sites or services, including their content and links, may be constantly changing. These sites and services may have their own privacy policies and customer service policies. Browsing and interaction on any other website, including websites which have a link to our Site, is subject to that website\'s own terms and policies.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Advertising<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Ads appearing on our site may be delivered to Users by advertising partners, who may set cookies. These cookies allow the ad server to recognize your computer each time they send you an online advertisement to compile non personal identification information about you or others who use your computer. This information allows ad networks to, among other things, deliver targeted advertisements that they believe will be of most interest to you. This privacy policy does not cover the use of cookies by any advertisers.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Compliance with children\'s online privacy protection act<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Protecting the privacy of the very young is especially important. For that reason, we never collect or maintain information at our Site from those we actually know are under 13, and no part of our website is structured to attract anyone under 13.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Changes to this privacy policy<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">HagarBath has the discretion to update this privacy policy at any time. When we do, we will revise the updated date at the bottom of this page. We encourage Users to frequently check this page for any changes to stay informed about how we are helping to protect the personal information we collect. You acknowledge and agree that it is your responsibility to review this privacy policy periodically and become aware of modifications.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Your acceptance of these terms<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">By using this Site, you signify your acceptance of this policy. If you do not agree to this policy, please do not use our Site. Your continued use of the Site following the posting of changes to this policy will be deemed your acceptance of those changes.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Contacting us<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">If you have any questions about this Privacy Policy, the practices of this site, or your dealings with this site, please contact us at:<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">hagar <br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><a href=\\\"http:\\/\\/www.decorals.com\\/\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; background: 0px 0px; color: rgb(111, 111, 111); text-decoration: none; border: 0px; font: inherit; vertical-align: baseline; outline: none;\\\">http:\\/\\/www.hagarbath.com\\/sho<\\/a>p<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">E-20, Pilanji, South Extension I, New Delhi, Delhi 110049<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Phone: 888 1 222 666\\t\\t<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">online@hagarbath.com<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br><\\/p>\\n<p><\\/p>\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6783, 4405, '_wp_page_template', 'default'),
(6784, 4405, '_elementor_edit_mode', 'builder'),
(6785, 4405, '_elementor_template_type', 'wp-page'),
(6786, 4405, '_elementor_version', '3.6.1'),
(6787, 4405, '_elementor_pro_version', '3.5.1'),
(6788, 4405, '_elementor_data', '[{\"id\":\"3c4f112d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"52bec2d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"43a4f994\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">This Privacy Policy governs the manner in which Hagar Mega&nbsp; Pv collects, uses, maintains and discloses information collected from users (each, a \\\"User\\\") of the<span>&nbsp;<\\/span><a href=\\\"http:\\/\\/www.decorals.com\\/\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; background: 0px 0px; color: rgb(111, 111, 111); text-decoration: none; border: 0px; font: inherit; vertical-align: baseline; outline: none;\\\">http:\\/\\/www.decorals.com<\\/a><span>&nbsp;<\\/span>website (\\\"Site\\\"). This privacy policy applies to the Site and all products and services offered by Decorals.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Personal identification information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may collect personal identification information from Users in a variety of ways, including, but not limited to, when Users visit our site, register on the site, place an order, subscribe to the newsletter, respond to a survey, fill out a form, and in connection with other activities, services, features or resources we make available on our Site. Users may be asked for, as appropriate, name, email address, mailing address, phone number. Users may, however, visit our Site anonymously. We will collect personal identification information from Users only if they voluntarily submit such information to us. Users can always refuse to supply personally identification information, except that it may prevent them from engaging in certain Site related activities.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Non-personal identification information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may collect non-personal identification information about Users whenever they interact with our Site. Non-personal identification information may include the browser name, the type of computer and technical information about Users means of connection to our Site, such as the operating system and the Internet service providers utilized and other similar information.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Web browser cookies<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Our Site may use \\\"cookies\\\" to enhance User experience. User\'s web browser places cookies on their hard drive for record-keeping purposes and sometimes to track information about them. User may choose to set their web browser to refuse cookies, or to alert you when cookies are being sent. If they do so, note that some parts of the Site may not function properly.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">How we use collected information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Decorals may collect and use Users personal information for the following purposes:<\\/p>\\n<ul style=\\\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 12px; line-height: inherit; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; list-style: none; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To improve customer service<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Information you provide helps us respond to your customer service requests and support needs more efficiently.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To personalize user experience<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use information in the aggregate to understand how our Users as a group use the services and resources provided on our Site.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To improve our Site<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use feedback you provide to improve our products and services.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To process payments<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use the information Users provide about themselves when placing an order only to provide service to that order. We do not share this information with outside parties except to the extent necessary to provide the service.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To share your information with third parties<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may share or sell information with third parties for marketing or other purposes.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To run a promotion, contest, survey or other Site feature<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">To send Users information they agreed to receive about topics we think will be of interest to them.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To send periodic emails<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use the email address to send User information and updates pertaining to their order. It may also be used to respond to their inquiries, questions, and\\/or other requests. If User decides to opt-in to our mailing list, they will receive emails that may include company news, updates, related product or service information, etc. If at any time the User would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email or User may contact us via our Site.<\\/li>\\n<\\/ul>\\n<p style=\\\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">How we protect your information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We adopt appropriate data collection, storage and processing practices and security measures to protect against unauthorized access, alteration, disclosure or destruction of your personal information, username, password, transaction information and data stored on our Site.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Our Site is in compliance with PCI vulnerability standards in order to create as secure of an environment as possible for Users.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Sharing your personal information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use third party service providers to help us operate our business and the Site or administer activities on our behalf, such as sending out newsletters or surveys. We may share your information with these third parties for those limited purposes provided that you have given us your permission.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Third party websites<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Users may find advertising or other content on our Site that link to the sites and services of our partners, suppliers, advertisers, sponsors, licensors and other third parties. We do not control the content or links that appear on these sites and are not responsible for the practices employed by websites linked to or from our Site. In addition, these sites or services, including their content and links, may be constantly changing. These sites and services may have their own privacy policies and customer service policies. Browsing and interaction on any other website, including websites which have a link to our Site, is subject to that website\'s own terms and policies.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Advertising<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Ads appearing on our site may be delivered to Users by advertising partners, who may set cookies. These cookies allow the ad server to recognize your computer each time they send you an online advertisement to compile non personal identification information about you or others who use your computer. This information allows ad networks to, among other things, deliver targeted advertisements that they believe will be of most interest to you. This privacy policy does not cover the use of cookies by any advertisers.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Compliance with children\'s online privacy protection act<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Protecting the privacy of the very young is especially important. For that reason, we never collect or maintain information at our Site from those we actually know are under 13, and no part of our website is structured to attract anyone under 13.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Changes to this privacy policy<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">HagarBath has the discretion to update this privacy policy at any time. When we do, we will revise the updated date at the bottom of this page. We encourage Users to frequently check this page for any changes to stay informed about how we are helping to protect the personal information we collect. You acknowledge and agree that it is your responsibility to review this privacy policy periodically and become aware of modifications.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Your acceptance of these terms<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">By using this Site, you signify your acceptance of this policy. If you do not agree to this policy, please do not use our Site. Your continued use of the Site following the posting of changes to this policy will be deemed your acceptance of those changes.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Contacting us<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">If you have any questions about this Privacy Policy, the practices of this site, or your dealings with this site, please contact us at:<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">hagar <br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><a href=\\\"http:\\/\\/www.decorals.com\\/\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; background: 0px 0px; color: rgb(111, 111, 111); text-decoration: none; border: 0px; font: inherit; vertical-align: baseline; outline: none;\\\">http:\\/\\/www.hagarbath.com\\/sho<\\/a>p<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">E-20, Pilanji, South Extension I, New Delhi, Delhi 110049<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Phone: 888 1 222 666\\t\\t<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">online@hagarbath.com<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br><\\/p>\\n<p><\\/p>\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6791, 4406, '_wp_page_template', 'default'),
(6792, 4406, '_elementor_edit_mode', 'builder'),
(6793, 4406, '_elementor_template_type', 'wp-page'),
(6794, 4406, '_elementor_version', '3.6.1'),
(6795, 4406, '_elementor_pro_version', '3.5.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6796, 4406, '_elementor_data', '[{\"id\":\"3c4f112d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"52bec2d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"43a4f994\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">This Privacy Policy governs the manner in which Hagar Mega Mart Pvt Ltd collects, uses, maintains and discloses information collected from users (each, a \\\"User\\\") of the<span>&nbsp;<\\/span><a href=\\\"http:\\/\\/www.decorals.com\\/\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; background: 0px 0px; color: rgb(111, 111, 111); text-decoration: none; border: 0px; font: inherit; vertical-align: baseline; outline: none;\\\">http:\\/\\/www.hagarbath.com\\/shop<\\/a><span> <\\/span>website (\\\"Site\\\"). This privacy policy applies to the Site and all products and services offered by Hagar Mega Mart Pvt Ltd.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Personal identification information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may collect personal identification information from Users in a variety of ways, including, but not limited to, when Users visit our site, register on the site, place an order, subscribe to the newsletter, respond to a survey, fill out a form, and in connection with other activities, services, features or resources we make available on our Site. Users may be asked for, as appropriate, name, email address, mailing address, phone number. Users may, however, visit our Site anonymously. We will collect personal identification information from Users only if they voluntarily submit such information to us. Users can always refuse to supply personally identification information, except that it may prevent them from engaging in certain Site related activities.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Non-personal identification information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may collect non-personal identification information about Users whenever they interact with our Site. Non-personal identification information may include the browser name, the type of computer and technical information about Users means of connection to our Site, such as the operating system and the Internet service providers utilized and other similar information.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Web browser cookies<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Our Site may use \\\"cookies\\\" to enhance User experience. User\'s web browser places cookies on their hard drive for record-keeping purposes and sometimes to track information about them. User may choose to set their web browser to refuse cookies, or to alert you when cookies are being sent. If they do so, note that some parts of the Site may not function properly.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">How we use collected information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Hagar Mega Mart Pvt Ltd may collect and use Users personal information for the following purposes:<\\/p>\\n<ul style=\\\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 12px; line-height: inherit; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; list-style: none; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To improve customer service<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Information you provide helps us respond to your customer service requests and support needs more efficiently.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To personalize user experience<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use information in the aggregate to understand how our Users as a group use the services and resources provided on our Site.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To improve our Site<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use feedback you provide to improve our products and services.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To process payments<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use the information Users provide about themselves when placing an order only to provide service to that order. We do not share this information with outside parties except to the extent necessary to provide the service.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To share your information with third parties<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may share or sell information with third parties for marketing or other purposes.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To run a promotion, contest, survey or other Site feature<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">To send Users information they agreed to receive about topics we think will be of interest to them.<\\/li>\\n<li style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\\\"><em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">- To send periodic emails<\\/em><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use the email address to send User information and updates pertaining to their order. It may also be used to respond to their inquiries, questions, and\\/or other requests. If User decides to opt-in to our mailing list, they will receive emails that may include company news, updates, related product or service information, etc. If at any time the User would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email or User may contact us via our Site.<\\/li>\\n<\\/ul>\\n<p style=\\\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">How we protect your information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We adopt appropriate data collection, storage and processing practices and security measures to protect against unauthorized access, alteration, disclosure or destruction of your personal information, username, password, transaction information and data stored on our Site.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Our Site is in compliance with PCI vulnerability standards in order to create as secure of an environment as possible for Users.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Sharing your personal information<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">We may use third party service providers to help us operate our business and the Site or administer activities on our behalf, such as sending out newsletters or surveys. We may share your information with these third parties for those limited purposes provided that you have given us your permission.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Third party websites<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Users may find advertising or other content on our Site that link to the sites and services of our partners, suppliers, advertisers, sponsors, licensors and other third parties. We do not control the content or links that appear on these sites and are not responsible for the practices employed by websites linked to or from our Site. In addition, these sites or services, including their content and links, may be constantly changing. These sites and services may have their own privacy policies and customer service policies. Browsing and interaction on any other website, including websites which have a link to our Site, is subject to that website\'s own terms and policies.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Advertising<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Ads appearing on our site may be delivered to Users by advertising partners, who may set cookies. These cookies allow the ad server to recognize your computer each time they send you an online advertisement to compile non personal identification information about you or others who use your computer. This information allows ad networks to, among other things, deliver targeted advertisements that they believe will be of most interest to you. This privacy policy does not cover the use of cookies by any advertisers.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Compliance with children\'s online privacy protection act<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Protecting the privacy of the very young is especially important. For that reason, we never collect or maintain information at our Site from those we actually know are under 13, and no part of our website is structured to attract anyone under 13.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Changes to this privacy policy<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Hagar Mega Mart Pvt Ltd has the discretion to update this privacy policy at any time. When we do, we will revise the updated date at the bottom of this page. We encourage Users to frequently check this page for any changes to stay informed about how we are helping to protect the personal information we collect. You acknowledge and agree that it is your responsibility to review this privacy policy periodically and become aware of modifications.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Your acceptance of these terms<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">By using this Site, you signify your acceptance of this policy. If you do not agree to this policy, please do not use our Site. Your continued use of the Site following the posting of changes to this policy will be deemed your acceptance of those changes.<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><strong style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\\\">Contacting us<\\/strong><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">If you have any questions about this Privacy Policy, the practices of this site, or your dealings with this site, please contact us at:<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Hagar Mega Mart Pvt Ltd <br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><\\/p><p style=\\\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\"><a href=\\\"http:\\/\\/www.decorals.com\\/\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; background: 0px 0px; color: rgb(111, 111, 111); text-decoration: none; border: 0px; font: inherit; vertical-align: baseline; outline: none;\\\">http:\\/\\/www.hagarbath.com\\/sho<\\/a>p<\\/p><p style=\\\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">E-20, Pilanji, South Extension I, New Delhi, Delhi 110049<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">Phone: 888 1 222 666\\t\\t<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\">online@hagarbath.com<br style=\\\"box-sizing: border-box; margin: 0px; padding: 0px;\\\"><br><\\/p>\\n<p><\\/p>\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(6799, 4407, '_wp_page_template', 'default'),
(6800, 4407, '_elementor_edit_mode', 'builder'),
(6801, 4407, '_elementor_template_type', 'wp-post'),
(6802, 4407, '_elementor_version', '3.4.3'),
(6803, 4407, '_elementor_data', '[{\"id\":\"4a5ce87a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"5faaedea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60c3f512\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/6-1-min.jpg\",\"id\":3809},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"62a6590d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"6e249c02\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"758c2d71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% flate on\\nelectronic items\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"153c57a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Save up to $100 on select washing machine only.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d4c3533\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ee23b18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f67534a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e677db9\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"6\",\"product_view\":\"light\",\"_margin\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[\"29\"],\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6805, 4407, '_elementor_controls_usage', 'a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:4:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:7:\"orderby\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6807, 4408, '_wp_page_template', 'default'),
(6808, 4408, '_elementor_edit_mode', 'builder'),
(6809, 4408, '_elementor_template_type', 'wp-post'),
(6810, 4408, '_elementor_version', '3.4.3'),
(6811, 4408, '_elementor_data', '[{\"id\":\"4a5ce87a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"5faaedea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60c3f512\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/6-1-min.jpg\",\"id\":3809},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"62a6590d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"6e249c02\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"758c2d71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% flate on\\nelectronic items\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"153c57a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Save up to $100 on select washing machine only.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d4c3533\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ee23b18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f67534a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e677db9\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"6\",\"product_view\":\"light\",\"_margin\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[\"29\"],\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6813, 4408, '_elementor_controls_usage', 'a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:4:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:7:\"orderby\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6815, 4409, '_wp_page_template', 'default'),
(6816, 4409, '_elementor_edit_mode', 'builder'),
(6817, 4409, '_elementor_template_type', 'wp-post'),
(6818, 4409, '_elementor_version', '3.4.3'),
(6819, 4409, '_elementor_data', '[{\"id\":\"4a5ce87a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"5faaedea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60c3f512\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_bg_width\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[{\"id\":\"6e249c02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"758c2d71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% flate on\\nelectronic items\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c3533\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#006C55\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ee23b18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f67534a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e677db9\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"6\",\"product_view\":\"light\",\"_margin\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[\"29\"],\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6821, 4409, '_elementor_controls_usage', 'a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:4:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:7:\"orderby\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6823, 1251, '_elementor_pro_version', '3.5.1'),
(6825, 4410, '_wp_page_template', 'default'),
(6826, 4410, '_elementor_edit_mode', 'builder'),
(6827, 4410, '_elementor_template_type', 'wp-post'),
(6828, 4410, '_elementor_version', '3.6.1'),
(6829, 4410, '_elementor_data', '[{\"id\":\"4a5ce87a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"5faaedea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60c3f512\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_bg_width\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[{\"id\":\"6e249c02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"758c2d71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% flate on\\nelectronic items\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c3533\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#006C55\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ee23b18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f67534a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e677db9\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"6\",\"product_view\":\"light\",\"_margin\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[\"29\"],\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6831, 4410, '_elementor_controls_usage', 'a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:4:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:7:\"orderby\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6832, 4410, '_elementor_pro_version', '3.5.1'),
(6834, 4411, '_wp_page_template', 'default'),
(6835, 4411, '_elementor_edit_mode', 'builder'),
(6836, 4411, '_elementor_template_type', 'wp-post'),
(6837, 4411, '_elementor_version', '3.6.1'),
(6838, 4411, '_elementor_data', '[{\"id\":\"4a5ce87a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"5faaedea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60c3f512\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_bg_width\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[{\"id\":\"6e249c02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"758c2d71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% flate on\\nelectronic items\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c3533\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#006C55\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ee23b18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f67534a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e677db9\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"6\",\"product_view\":\"light\",\"_margin\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[\"29\"],\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6840, 4411, '_elementor_controls_usage', 'a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:4:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:7:\"orderby\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6841, 4411, '_elementor_pro_version', '3.5.1'),
(6843, 4412, '_wp_page_template', 'default'),
(6844, 4412, '_elementor_edit_mode', 'builder'),
(6845, 4412, '_elementor_template_type', 'wp-post'),
(6846, 4412, '_elementor_version', '3.6.1'),
(6847, 4412, '_elementor_data', '[{\"id\":\"4a5ce87a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#006C55\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"5faaedea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60c3f512\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_bg_width\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[{\"id\":\"6e249c02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"758c2d71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% on Bathroom faucets\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"align\":\"left\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c3533\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#006C55\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ee23b18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f67534a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e677db9\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"5\",\"product_view\":\"default\",\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[\"88\"],\"ajax\":\"true\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"excerpt_length\":120,\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6849, 4412, '_elementor_controls_usage', 'a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:4:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:7:\"orderby\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6850, 4412, '_elementor_pro_version', '3.5.1'),
(6853, 4413, '_wp_page_template', 'default'),
(6854, 4413, '_elementor_edit_mode', 'builder'),
(6855, 4413, '_elementor_template_type', 'wp-post'),
(6856, 4413, '_elementor_version', '3.6.1'),
(6857, 4413, '_elementor_data', '[{\"id\":\"4a5ce87a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#006C55\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"5faaedea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60c3f512\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_bg_width\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[{\"id\":\"6e249c02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"758c2d71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% on Bathroom faucets\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"align\":\"left\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c3533\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#006C55\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ee23b18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f67534a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e677db9\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"5\",\"product_view\":\"default\",\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[\"88\"],\"ajax\":\"true\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"excerpt_length\":120,\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6859, 4413, '_elementor_controls_usage', 'a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:4:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:7:\"orderby\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6860, 4413, '_elementor_pro_version', '3.5.1'),
(6862, 4414, '_wp_page_template', 'default'),
(6863, 4414, '_elementor_edit_mode', 'builder'),
(6864, 4414, '_elementor_template_type', 'wp-post'),
(6865, 4414, '_elementor_version', '3.6.1'),
(6866, 4414, '_elementor_data', '[{\"id\":\"4a5ce87a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#006C55\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"5faaedea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60c3f512\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_bg_width\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[{\"id\":\"6e249c02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"758c2d71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% on Bathroom faucets\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"align\":\"left\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c3533\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#006C55\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ee23b18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f67534a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e677db9\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"5\",\"product_view\":\"default\",\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[\"88\"],\"ajax\":\"true\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"excerpt_length\":120,\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6868, 4414, '_elementor_controls_usage', 'a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:4:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:7:\"orderby\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6869, 4414, '_elementor_pro_version', '3.5.1'),
(6871, 4415, '_wp_page_template', 'default'),
(6872, 4415, '_elementor_edit_mode', 'builder'),
(6873, 4415, '_elementor_template_type', 'wp-post'),
(6874, 4415, '_elementor_version', '3.6.1'),
(6875, 4415, '_elementor_data', '[{\"id\":\"4a5ce87a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#006C55\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"5faaedea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60c3f512\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_bg_width\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]}},\"elements\":[{\"id\":\"6e249c02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"758c2d71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% on Bathroom faucets\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"align\":\"left\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c3533\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#006C55\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ee23b18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f67534a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e677db9\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"5\",\"order\":\"DESC\",\"limit\":\"5\",\"product_view\":\"default\",\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[\"88\"],\"ajax\":\"true\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"excerpt_length\":120,\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6877, 4415, '_elementor_controls_usage', 'a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:4:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:7:\"orderby\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(6878, 4415, '_elementor_pro_version', '3.5.1'),
(6889, 4417, '_elementor_edit_mode', 'builder'),
(6890, 4417, '_elementor_template_type', 'wp-page'),
(6891, 4417, '_elementor_version', '3.6.1'),
(6892, 4417, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6893, 4417, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"1024x1024\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right bottom\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6895, 4417, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6896, 4417, '_elementor_pro_version', '3.5.1'),
(6898, 4418, '_elementor_edit_mode', 'builder'),
(6899, 4418, '_elementor_template_type', 'wp-page'),
(6900, 4418, '_elementor_version', '3.6.1'),
(6901, 4418, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6902, 4418, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"1024x1024\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right bottom\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6904, 4418, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6905, 4418, '_elementor_pro_version', '3.5.1'),
(6907, 4419, '_elementor_edit_mode', 'builder'),
(6908, 4419, '_elementor_template_type', 'wp-page'),
(6909, 4419, '_elementor_version', '3.6.1'),
(6910, 4419, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6911, 4419, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"1024x1024\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right bottom\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6913, 4419, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6914, 4419, '_elementor_pro_version', '3.5.1'),
(6924, 4421, '_elementor_edit_mode', 'builder'),
(6925, 4421, '_elementor_template_type', 'wp-page'),
(6926, 4421, '_elementor_version', '3.6.1'),
(6927, 4421, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6928, 4421, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"1024x1024\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right bottom\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6930, 4421, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6931, 4421, '_elementor_pro_version', '3.5.1'),
(6933, 4422, '_elementor_edit_mode', 'builder'),
(6934, 4422, '_elementor_template_type', 'wp-page'),
(6935, 4422, '_elementor_version', '3.6.1'),
(6936, 4422, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6937, 4422, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6186825-scaled.jpg\",\"id\":3943,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/faucet-g4c755f825_1920.jpg\",\"id\":4005,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"1024x1024\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right bottom\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6939, 4422, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6940, 4422, '_elementor_pro_version', '3.5.1'),
(6942, 4423, '_elementor_edit_mode', 'builder'),
(6943, 4423, '_elementor_template_type', 'wp-page'),
(6944, 4423, '_elementor_version', '3.6.1'),
(6945, 4423, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6946, 4423, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"1024x1024\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right bottom\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6948, 4423, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(6949, 4423, '_elementor_pro_version', '3.5.1'),
(6959, 734, '_edit_lock', '1649835355:1'),
(6960, 4424, '_wp_page_template', 'default'),
(6961, 4424, '_elementor_edit_mode', 'builder'),
(6962, 4424, '_elementor_template_type', 'wp-post'),
(6963, 4424, '_elementor_version', '3.0.14'),
(6964, 4424, '_elementor_data', '[{\"id\":\"48a26576\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"75\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"css_classes\":\"custom-brands\",\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"1e27daa9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"58abdb51\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore from Premium Brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#222222\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"497752a2\",\"elType\":\"widget\",\"settings\":{\"slides\":6,\"slides_tablet\":4,\"slides_mobile\":1},\"elements\":[],\"widgetType\":\"etheme_brands\"}],\"isInner\":false}],\"isInner\":false}]'),
(6965, 4424, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:11:\"title_color\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:3:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:1;}}}}}'),
(6968, 4425, '_wp_page_template', 'default'),
(6969, 4425, '_elementor_edit_mode', 'builder'),
(6970, 4425, '_elementor_template_type', 'wp-post'),
(6971, 4425, '_elementor_version', '3.0.14'),
(6972, 4425, '_elementor_data', '[{\"id\":\"48a26576\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"75\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"css_classes\":\"custom-brands\",\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"1e27daa9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"58abdb51\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore from Premium Brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#222222\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"497752a2\",\"elType\":\"widget\",\"settings\":{\"slides\":6,\"slides_tablet\":4,\"slides_mobile\":1},\"elements\":[],\"widgetType\":\"etheme_brands\"}],\"isInner\":false}],\"isInner\":false}]'),
(6973, 4425, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:11:\"title_color\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:3:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:1;}}}}}'),
(6976, 4426, '_wp_page_template', 'default'),
(6977, 4426, '_elementor_edit_mode', 'builder'),
(6978, 4426, '_elementor_template_type', 'wp-post'),
(6979, 4426, '_elementor_version', '3.0.14'),
(6980, 4426, '_elementor_data', '[{\"id\":\"b70fd62\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ceb7ced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c47e5e4\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"13\",\"form_title\":\"yes\",\"form_title_text\":\"Contact Us!\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(6981, 4426, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:11:\"title_color\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:3:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:1;}}}}}'),
(6984, 734, '_elementor_pro_version', '3.5.1'),
(6985, 211, '_yoast_wpseo_content_score', '90'),
(6986, 211, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(6988, 4427, '_elementor_edit_mode', 'builder'),
(6989, 4427, '_elementor_template_type', 'wp-page'),
(6990, 4427, '_elementor_version', '3.6.1'),
(6991, 4427, '_wp_page_template', 'default'),
(6992, 4427, '_elementor_data', '[{\"id\":\"be6e391\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-10.jpg\",\"id\":234},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"70e8bc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18},\"elements\":[{\"id\":\"56f7193\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"title_color\":\"#222222\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff2821\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"norebro-custom-624ac18050272\\\" class=\\\"norebro-text-sc \\\" style=\\\"overflow-wrap: break-word; outline: none; font-size: 18px; color: #494949; font-family: Poppins, sans-serif; letter-spacing: 1px; text-align: start;\\\"><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\"><strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0is a Leading Choice in Bathroom Faucets and accessories.<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\">Capturing the imagination of discerning buyers all over the world.\\u00a0<strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0offers you the perfect match of precision,<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\">which guarantees the unequalled comfort of use and everlasting durability.<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\"><strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0products includes advanced features and improve the functionality without sacrificing on style.<\\/p><div>\\u00a0<\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44eff44\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9665779\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abf656f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4\",\"id\":4037,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f2ebe0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Map.png\",\"id\":241},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0f28f26\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"28bb5e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"100+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"776a347\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Employee Empowered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"97a9600\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"abbe64a\",\"elType\":\"widget\",\"settings\":{\"title\":\"50+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4143d11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Worldwide Distributors\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1e4a070\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"19e7563\",\"elType\":\"widget\",\"settings\":{\"title\":\"7550+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87c3555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Receive Daily Ordered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2d05634\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"306bd8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"80%\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10fc84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get Growth Per Year\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"38ee321\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"cac7b72\",\"elType\":\"widget\",\"settings\":{\"title\":\"2150+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c107dc1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Overall Top Brands\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"795c4da\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"487599f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ec60567\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Here from our\",\"highlighted_text\":\"Customers\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"animated-headline\"}],\"isInner\":false},{\"id\":\"a98a3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6d571e\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4\",\"id\":4043,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5d4d52\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"84c7770\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1077f08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/hagar-awards.webp\",\"id\":4047,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(6994, 4427, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:5:\"align\";i:7;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:8;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:11:\"title_color\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:6;s:10:\"text_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:24;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:11;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:8;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:11;s:13:\"margin_mobile\";i:12;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:18;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:8;s:15:\"stretch_section\";i:1;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:4;s:11:\"css_classes\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:7;s:16:\"description_text\";i:7;s:8:\"position\";i:4;s:5:\"image\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:7;s:10:\"image_size\";i:7;s:18:\"image_space_mobile\";i:3;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:4;s:11:\"title_color\";i:7;s:27:\"title_typography_typography\";i:7;s:28:\"title_typography_font_family\";i:7;s:26:\"title_typography_font_size\";i:7;s:28:\"title_typography_font_weight\";i:7;s:17:\"description_color\";i:7;s:33:\"description_typography_typography\";i:7;s:34:\"description_typography_font_family\";i:7;s:32:\"description_typography_font_size\";i:7;s:34:\"description_typography_font_weight\";i:7;s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:34:\"description_typography_line_height\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:13:\"_border_width\";i:3;s:13:\"_border_color\";i:3;}}}}s:12:\"testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:8:\"settings\";a:1:{s:14:\"image_position\";i:1;}s:32:\"et_section_tabs_content_settings\";a:1:{s:16:\"testimonials_tab\";i:1;}s:14:\"section_slider\";a:1:{s:15:\"slides_per_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:5:{s:19:\"section_style_image\";a:1:{s:15:\"image_max_width\";i:1;}s:20:\"rating_style_section\";a:1:{s:12:\"rating_color\";i:1;}s:21:\"content_style_section\";a:6:{s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_line_height\";i:1;s:21:\"content_wrapper_color\";i:1;s:22:\"content_wrapper_margin\";i:1;}s:18:\"name_style_section\";a:7:{s:26:\"name_typography_typography\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;s:30:\"name_typography_text_transform\";i:1;s:10:\"name_color\";i:1;s:11:\"name_margin\";i:1;}s:21:\"country_style_section\";a:5:{s:29:\"country_typography_typography\";i:1;s:30:\"country_typography_font_family\";i:1;s:28:\"country_typography_font_size\";i:1;s:30:\"country_typography_line_height\";i:1;s:13:\"country_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_mobile\";i:1;}}}}s:11:\"team_member\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"general_section\";a:6:{s:8:\"img_size\";i:5;s:4:\"name\";i:5;s:5:\"email\";i:5;s:8:\"position\";i:5;s:3:\"img\";i:5;s:7:\"content\";i:5;}s:13:\"icons_section\";a:2:{s:5:\"skype\";i:5;s:11:\"icons_color\";i:5;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:3:{s:10:\"name_color\";i:5;s:14:\"position_color\";i:5;s:13:\"et_overlay_bg\";i:5;}}}}}'),
(6995, 4427, '_elementor_pro_version', '3.5.1'),
(6997, 4428, '_elementor_edit_mode', 'builder'),
(6998, 4428, '_elementor_template_type', 'wp-page'),
(6999, 4428, '_elementor_version', '3.6.1'),
(7000, 4428, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7001, 4428, '_elementor_data', '[{\"id\":\"be6e391\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-10.jpg\",\"id\":234},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"70e8bc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18},\"elements\":[{\"id\":\"56f7193\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"title_color\":\"#222222\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff2821\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"norebro-custom-624ac18050272\\\" class=\\\"norebro-text-sc \\\" style=\\\"overflow-wrap: break-word; outline: none; font-size: 18px; color: #494949; font-family: Poppins, sans-serif; letter-spacing: 1px; text-align: start;\\\"><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\"><strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0is a Leading Choice in Bathroom Faucets and accessories.<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\">Capturing the imagination of discerning buyers all over the world.\\u00a0<strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0offers you the perfect match of precision,<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\">which guarantees the unequalled comfort of use and everlasting durability.<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\"><strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0products includes advanced features and improve the functionality without sacrificing on style.<\\/p><div>\\u00a0<\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44eff44\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9665779\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abf656f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4\",\"id\":4037,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f2ebe0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Map.png\",\"id\":241},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0f28f26\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"28bb5e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"100+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"776a347\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Employee Empowered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"97a9600\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"abbe64a\",\"elType\":\"widget\",\"settings\":{\"title\":\"50+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4143d11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Worldwide Distributors\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1e4a070\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"19e7563\",\"elType\":\"widget\",\"settings\":{\"title\":\"7550+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87c3555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Receive Daily Ordered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2d05634\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"306bd8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"80%\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10fc84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get Growth Per Year\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"38ee321\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"cac7b72\",\"elType\":\"widget\",\"settings\":{\"title\":\"2150+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c107dc1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Overall Top Brands\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"795c4da\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"487599f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ec60567\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Here from our\",\"highlighted_text\":\"Customers\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"animated-headline\"}],\"isInner\":false},{\"id\":\"a98a3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6d571e\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4\",\"id\":4043,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5d4d52\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"84c7770\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1077f08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/hagar-awards.webp\",\"id\":4047,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(7003, 4428, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:5:\"align\";i:7;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:8;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:11:\"title_color\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:6;s:10:\"text_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:24;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:11;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:8;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:11;s:13:\"margin_mobile\";i:12;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:18;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:8;s:15:\"stretch_section\";i:1;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:4;s:11:\"css_classes\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:7;s:16:\"description_text\";i:7;s:8:\"position\";i:4;s:5:\"image\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:7;s:10:\"image_size\";i:7;s:18:\"image_space_mobile\";i:3;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:4;s:11:\"title_color\";i:7;s:27:\"title_typography_typography\";i:7;s:28:\"title_typography_font_family\";i:7;s:26:\"title_typography_font_size\";i:7;s:28:\"title_typography_font_weight\";i:7;s:17:\"description_color\";i:7;s:33:\"description_typography_typography\";i:7;s:34:\"description_typography_font_family\";i:7;s:32:\"description_typography_font_size\";i:7;s:34:\"description_typography_font_weight\";i:7;s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:34:\"description_typography_line_height\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:13:\"_border_width\";i:3;s:13:\"_border_color\";i:3;}}}}s:12:\"testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:8:\"settings\";a:1:{s:14:\"image_position\";i:1;}s:32:\"et_section_tabs_content_settings\";a:1:{s:16:\"testimonials_tab\";i:1;}s:14:\"section_slider\";a:1:{s:15:\"slides_per_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:5:{s:19:\"section_style_image\";a:1:{s:15:\"image_max_width\";i:1;}s:20:\"rating_style_section\";a:1:{s:12:\"rating_color\";i:1;}s:21:\"content_style_section\";a:6:{s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_line_height\";i:1;s:21:\"content_wrapper_color\";i:1;s:22:\"content_wrapper_margin\";i:1;}s:18:\"name_style_section\";a:7:{s:26:\"name_typography_typography\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;s:30:\"name_typography_text_transform\";i:1;s:10:\"name_color\";i:1;s:11:\"name_margin\";i:1;}s:21:\"country_style_section\";a:5:{s:29:\"country_typography_typography\";i:1;s:30:\"country_typography_font_family\";i:1;s:28:\"country_typography_font_size\";i:1;s:30:\"country_typography_line_height\";i:1;s:13:\"country_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_mobile\";i:1;}}}}s:11:\"team_member\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"general_section\";a:6:{s:8:\"img_size\";i:5;s:4:\"name\";i:5;s:5:\"email\";i:5;s:8:\"position\";i:5;s:3:\"img\";i:5;s:7:\"content\";i:5;}s:13:\"icons_section\";a:2:{s:5:\"skype\";i:5;s:11:\"icons_color\";i:5;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:3:{s:10:\"name_color\";i:5;s:14:\"position_color\";i:5;s:13:\"et_overlay_bg\";i:5;}}}}}'),
(7004, 4428, '_elementor_pro_version', '3.5.1'),
(7006, 4429, '_elementor_edit_mode', 'builder'),
(7007, 4429, '_elementor_template_type', 'wp-page'),
(7008, 4429, '_elementor_version', '3.6.1'),
(7009, 4429, '_wp_page_template', 'default'),
(7010, 4429, '_elementor_data', '[{\"id\":\"be6e391\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-10.jpg\",\"id\":234},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"70e8bc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18},\"elements\":[{\"id\":\"56f7193\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"title_color\":\"#222222\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff2821\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\\\"norebro-custom-624ac18050272\\\" class=\\\"norebro-text-sc \\\" style=\\\"overflow-wrap: break-word; outline: none; font-size: 18px; color: #494949; font-family: Poppins, sans-serif; letter-spacing: 1px; text-align: start;\\\"><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\"><strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0is a Leading Choice in Bathroom Faucets and accessories.<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\">Capturing the imagination of discerning buyers all over the world.\\u00a0<strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0offers you the perfect match of precision,<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\">which guarantees the unequalled comfort of use and everlasting durability.<\\/p><p style=\\\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\\\"><strong style=\\\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\\\">h\\u0101gar<\\/strong>\\u00a0products includes advanced features and improve the functionality without sacrificing on style.<\\/p><div>\\u00a0<\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44eff44\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9665779\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abf656f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4\",\"id\":4037,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f2ebe0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Map.png\",\"id\":241},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0f28f26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"28bb5e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"100+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"776a347\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Employee Empowered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"97a9600\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"abbe64a\",\"elType\":\"widget\",\"settings\":{\"title\":\"50+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4143d11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Worldwide Distributors\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1e4a070\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"19e7563\",\"elType\":\"widget\",\"settings\":{\"title\":\"750+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87c3555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Receive Daily Ordered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2d05634\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"306bd8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"80%\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10fc84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get Growth Per Year\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"795c4da\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"487599f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ec60567\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"Here from our\",\"highlighted_text\":\"Customers\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"animated-headline\"}],\"isInner\":false},{\"id\":\"a98a3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6d571e\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4\",\"id\":4043,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5d4d52\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"84c7770\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1077f08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/hagar-awards.webp\",\"id\":4047,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(7012, 4429, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:5:\"align\";i:7;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:8;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:11:\"title_color\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:6;s:10:\"text_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:24;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:11;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:8;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:11;s:13:\"margin_mobile\";i:12;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:18;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:8;s:15:\"stretch_section\";i:1;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:4;s:11:\"css_classes\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:7;s:16:\"description_text\";i:7;s:8:\"position\";i:4;s:5:\"image\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:7;s:10:\"image_size\";i:7;s:18:\"image_space_mobile\";i:3;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:4;s:11:\"title_color\";i:7;s:27:\"title_typography_typography\";i:7;s:28:\"title_typography_font_family\";i:7;s:26:\"title_typography_font_size\";i:7;s:28:\"title_typography_font_weight\";i:7;s:17:\"description_color\";i:7;s:33:\"description_typography_typography\";i:7;s:34:\"description_typography_font_family\";i:7;s:32:\"description_typography_font_size\";i:7;s:34:\"description_typography_font_weight\";i:7;s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:34:\"description_typography_line_height\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:13:\"_border_width\";i:3;s:13:\"_border_color\";i:3;}}}}s:12:\"testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:8:\"settings\";a:1:{s:14:\"image_position\";i:1;}s:32:\"et_section_tabs_content_settings\";a:1:{s:16:\"testimonials_tab\";i:1;}s:14:\"section_slider\";a:1:{s:15:\"slides_per_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:5:{s:19:\"section_style_image\";a:1:{s:15:\"image_max_width\";i:1;}s:20:\"rating_style_section\";a:1:{s:12:\"rating_color\";i:1;}s:21:\"content_style_section\";a:6:{s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_line_height\";i:1;s:21:\"content_wrapper_color\";i:1;s:22:\"content_wrapper_margin\";i:1;}s:18:\"name_style_section\";a:7:{s:26:\"name_typography_typography\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;s:30:\"name_typography_text_transform\";i:1;s:10:\"name_color\";i:1;s:11:\"name_margin\";i:1;}s:21:\"country_style_section\";a:5:{s:29:\"country_typography_typography\";i:1;s:30:\"country_typography_font_family\";i:1;s:28:\"country_typography_font_size\";i:1;s:30:\"country_typography_line_height\";i:1;s:13:\"country_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_mobile\";i:1;}}}}s:11:\"team_member\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"general_section\";a:6:{s:8:\"img_size\";i:5;s:4:\"name\";i:5;s:5:\"email\";i:5;s:8:\"position\";i:5;s:3:\"img\";i:5;s:7:\"content\";i:5;}s:13:\"icons_section\";a:2:{s:5:\"skype\";i:5;s:11:\"icons_color\";i:5;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:3:{s:10:\"name_color\";i:5;s:14:\"position_color\";i:5;s:13:\"et_overlay_bg\";i:5;}}}}}'),
(7013, 4429, '_elementor_pro_version', '3.5.1'),
(7027, 4431, '_wp_attached_file', '2022/04/Bathroom-Remodel-Ideas.jpeg'),
(7028, 4431, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:752;s:6:\"height\";i:1337;s:4:\"file\";s:35:\"2022/04/Bathroom-Remodel-Ideas.jpeg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Bathroom-Remodel-Ideas-169x300.jpeg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Bathroom-Remodel-Ideas-576x1024.jpeg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Bathroom-Remodel-Ideas-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:31:\"Bathroom-Remodel-Ideas-1x1.jpeg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:32:\"Bathroom-Remodel-Ideas-6x10.jpeg\";s:5:\"width\";i:6;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"Bathroom-Remodel-Ideas-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"Bathroom-Remodel-Ideas-600x1067.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"Bathroom-Remodel-Ideas-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"Bathroom-Remodel-Ideas-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"Bathroom-Remodel-Ideas-600x1067.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Bathroom-Remodel-Ideas-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7029, 4432, '_elementor_edit_mode', 'builder'),
(7030, 4432, '_elementor_template_type', 'wp-page'),
(7031, 4432, '_elementor_version', '3.6.1'),
(7032, 4432, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7033, 4432, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"1024x1024\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right bottom\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7035, 4432, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7036, 4432, '_elementor_pro_version', '3.5.1'),
(7038, 4433, '_elementor_edit_mode', 'builder'),
(7039, 4433, '_elementor_template_type', 'wp-page'),
(7040, 4433, '_elementor_version', '3.6.1'),
(7041, 4433, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7042, 4433, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF4A\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"1024x1024\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right bottom\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7044, 4433, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7045, 4433, '_elementor_pro_version', '3.5.1'),
(7047, 4434, '_elementor_edit_mode', 'builder'),
(7048, 4434, '_elementor_template_type', 'wp-page'),
(7049, 4434, '_elementor_version', '3.6.1'),
(7050, 4434, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7051, 4434, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"medium\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"1024x1024\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right bottom\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7053, 4434, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7054, 4434, '_elementor_pro_version', '3.5.1'),
(7056, 4435, '_wp_attached_file', '2022/04/Bathroom-Renovation-Floating-Vanity-LED-Mirror-Dual-Shower.jpeg'),
(7057, 4435, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1920;s:4:\"file\";s:71:\"2022/04/Bathroom-Renovation-Floating-Vanity-LED-Mirror-Dual-Shower.jpeg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"Bathroom-Renovation-Floating-Vanity-LED-Mirror-Dual-Shower-169x300.jpeg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:72:\"Bathroom-Renovation-Floating-Vanity-LED-Mirror-Dual-Shower-576x1024.jpeg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"Bathroom-Renovation-Floating-Vanity-LED-Mirror-Dual-Shower-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:72:\"Bathroom-Renovation-Floating-Vanity-LED-Mirror-Dual-Shower-768x1365.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:72:\"Bathroom-Renovation-Floating-Vanity-LED-Mirror-Dual-Shower-864x1536.jpeg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:67:\"Bathroom-Renovation-Floating-Vanity-LED-Mirror-Dual-Shower-1x1.jpeg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:68:\"Bathroom-Renovation-Floating-Vanity-LED-Mirror-Dual-Shower-6x10.jpeg\";s:5:\"width\";i:6;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:71:\"Bathroom-Renovation-Floating-Vanity-LED-Mirror-Dual-Shower-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:72:\"Bathroom-Renovation-Floating-Vanity-LED-Mirror-Dual-Shower-600x1067.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:71:\"Bathroom-Renovation-Floating-Vanity-LED-Mirror-Dual-Shower-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:71:\"Bathroom-Renovation-Floating-Vanity-LED-Mirror-Dual-Shower-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:72:\"Bathroom-Renovation-Floating-Vanity-LED-Mirror-Dual-Shower-600x1067.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:71:\"Bathroom-Renovation-Floating-Vanity-LED-Mirror-Dual-Shower-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7058, 4436, '_wp_attached_file', '2022/04/batheroom-wallpaper.jpeg'),
(7059, 4436, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1920;s:4:\"file\";s:32:\"2022/04/batheroom-wallpaper.jpeg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"batheroom-wallpaper-169x300.jpeg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"batheroom-wallpaper-576x1024.jpeg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"batheroom-wallpaper-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"batheroom-wallpaper-768x1365.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"batheroom-wallpaper-864x1536.jpeg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:28:\"batheroom-wallpaper-1x1.jpeg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:29:\"batheroom-wallpaper-6x10.jpeg\";s:5:\"width\";i:6;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"batheroom-wallpaper-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"batheroom-wallpaper-600x1067.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"batheroom-wallpaper-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"batheroom-wallpaper-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"batheroom-wallpaper-600x1067.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"batheroom-wallpaper-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7068, 4438, '_wp_attached_file', '2022/04/Bathroom-Interior-Design-Bathroom-3D-Rendering-3D-Architectural-Rendering-Realistic-Visualization-Rendering-Custom-Rendering-Services.jpeg'),
(7069, 4438, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:794;s:6:\"height\";i:596;s:4:\"file\";s:146:\"2022/04/Bathroom-Interior-Design-Bathroom-3D-Rendering-3D-Architectural-Rendering-Realistic-Visualization-Rendering-Custom-Rendering-Services.jpeg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:146:\"Bathroom-Interior-Design-Bathroom-3D-Rendering-3D-Architectural-Rendering-Realistic-Visualization-Rendering-Custom-Rendering-Services-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:146:\"Bathroom-Interior-Design-Bathroom-3D-Rendering-3D-Architectural-Rendering-Realistic-Visualization-Rendering-Custom-Rendering-Services-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:146:\"Bathroom-Interior-Design-Bathroom-3D-Rendering-3D-Architectural-Rendering-Realistic-Visualization-Rendering-Custom-Rendering-Services-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:142:\"Bathroom-Interior-Design-Bathroom-3D-Rendering-3D-Architectural-Rendering-Realistic-Visualization-Rendering-Custom-Rendering-Services-1x1.jpeg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:143:\"Bathroom-Interior-Design-Bathroom-3D-Rendering-3D-Architectural-Rendering-Realistic-Visualization-Rendering-Custom-Rendering-Services-10x8.jpeg\";s:5:\"width\";i:10;s:6:\"height\";i:8;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:146:\"Bathroom-Interior-Design-Bathroom-3D-Rendering-3D-Architectural-Rendering-Realistic-Visualization-Rendering-Custom-Rendering-Services-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:146:\"Bathroom-Interior-Design-Bathroom-3D-Rendering-3D-Architectural-Rendering-Realistic-Visualization-Rendering-Custom-Rendering-Services-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:146:\"Bathroom-Interior-Design-Bathroom-3D-Rendering-3D-Architectural-Rendering-Realistic-Visualization-Rendering-Custom-Rendering-Services-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:146:\"Bathroom-Interior-Design-Bathroom-3D-Rendering-3D-Architectural-Rendering-Realistic-Visualization-Rendering-Custom-Rendering-Services-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:146:\"Bathroom-Interior-Design-Bathroom-3D-Rendering-3D-Architectural-Rendering-Realistic-Visualization-Rendering-Custom-Rendering-Services-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:146:\"Bathroom-Interior-Design-Bathroom-3D-Rendering-3D-Architectural-Rendering-Realistic-Visualization-Rendering-Custom-Rendering-Services-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7070, 4439, '_wp_attached_file', '2022/04/Bagno-Ceramic-Wall-Tiles-RZ17-01020304-150X150.jpeg'),
(7071, 4439, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:595;s:6:\"height\";i:402;s:4:\"file\";s:59:\"2022/04/Bagno-Ceramic-Wall-Tiles-RZ17-01020304-150X150.jpeg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Bagno-Ceramic-Wall-Tiles-RZ17-01020304-150X150-300x203.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Bagno-Ceramic-Wall-Tiles-RZ17-01020304-150X150-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:55:\"Bagno-Ceramic-Wall-Tiles-RZ17-01020304-150X150-1x1.jpeg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:56:\"Bagno-Ceramic-Wall-Tiles-RZ17-01020304-150X150-10x7.jpeg\";s:5:\"width\";i:10;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:59:\"Bagno-Ceramic-Wall-Tiles-RZ17-01020304-150X150-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:59:\"Bagno-Ceramic-Wall-Tiles-RZ17-01020304-150X150-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:59:\"Bagno-Ceramic-Wall-Tiles-RZ17-01020304-150X150-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:59:\"Bagno-Ceramic-Wall-Tiles-RZ17-01020304-150X150-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:5:\"Rishi\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1531147371\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7078, 4440, '_elementor_edit_mode', 'builder'),
(7079, 4440, '_elementor_template_type', 'wp-page'),
(7080, 4440, '_elementor_version', '3.6.2'),
(7081, 4440, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7082, 4440, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"medium\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"1024x1024\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right bottom\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7084, 4440, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7085, 4440, '_elementor_pro_version', '3.5.1'),
(7087, 4441, '_elementor_edit_mode', 'builder'),
(7088, 4441, '_elementor_template_type', 'wp-page'),
(7089, 4441, '_elementor_version', '3.6.2'),
(7090, 4441, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7091, 4441, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"medium\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-steve-johnson-861414-scaled.jpg\",\"id\":3952,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"1024x1024\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right bottom\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7093, 4441, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7094, 4441, '_elementor_pro_version', '3.5.1'),
(7096, 4442, '_elementor_edit_mode', 'builder'),
(7097, 4442, '_elementor_template_type', 'wp-page'),
(7098, 4442, '_elementor_version', '3.6.2'),
(7099, 4442, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7100, 4442, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"medium\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"img_min_size\":\"200\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"1024x1024\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right bottom\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7102, 4442, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7103, 4442, '_elementor_pro_version', '3.5.1'),
(7106, 4443, '_wp_attached_file', '2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg'),
(7107, 4443, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:77:\"2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:77:\"Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:73:\"Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:75:\"Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:77:\"Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:77:\"Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:77:\"Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:77:\"Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:77:\"Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:77:\"Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7116, 4445, '_elementor_edit_mode', 'builder'),
(7117, 4445, '_elementor_template_type', 'wp-page'),
(7118, 4445, '_elementor_version', '3.6.2'),
(7119, 4445, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7120, 4445, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"medium\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"img_min_size\":\"200\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"1024x1024\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right bottom\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7122, 4445, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7123, 4445, '_elementor_pro_version', '3.5.1'),
(7125, 4446, '_elementor_edit_mode', 'builder'),
(7126, 4446, '_elementor_template_type', 'wp-page'),
(7127, 4446, '_elementor_version', '3.6.2'),
(7128, 4446, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7129, 4446, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"medium\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"img_min_size\":\"200\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"1024x1024\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right bottom\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7131, 4446, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7132, 4446, '_elementor_pro_version', '3.5.1'),
(7134, 4447, '_elementor_edit_mode', 'builder'),
(7135, 4447, '_elementor_template_type', 'wp-page'),
(7136, 4447, '_elementor_version', '3.6.2'),
(7137, 4447, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7138, 4447, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"1024x1024\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right bottom\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7140, 4447, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7141, 4447, '_elementor_pro_version', '3.5.1'),
(7151, 4449, '_elementor_edit_mode', 'builder'),
(7152, 4449, '_elementor_template_type', 'wp-page'),
(7153, 4449, '_elementor_version', '3.6.2'),
(7154, 4449, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7155, 4449, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"1024x1024\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right bottom\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7157, 4449, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7158, 4449, '_elementor_pro_version', '3.5.1'),
(7160, 4450, '_elementor_edit_mode', 'builder'),
(7161, 4450, '_elementor_template_type', 'wp-page'),
(7162, 4450, '_elementor_version', '3.6.2'),
(7163, 4450, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7164, 4450, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"1024x1024\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right bottom\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7166, 4450, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7167, 4450, '_elementor_pro_version', '3.5.1'),
(7169, 4451, '_elementor_edit_mode', 'builder'),
(7170, 4451, '_elementor_template_type', 'wp-page'),
(7171, 4451, '_elementor_version', '3.6.2'),
(7172, 4451, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7173, 4451, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right center\",\"img_min_size\":\"440px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7175, 4451, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7176, 4451, '_elementor_pro_version', '3.5.1'),
(7179, 4452, '_wp_attached_file', '2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg'),
(7180, 4452, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:104:\"2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:104:\"Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:104:\"Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:104:\"Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:100:\"Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:102:\"Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:104:\"Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:104:\"Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:104:\"Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:104:\"Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:104:\"Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:104:\"Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7190, 4454, '_elementor_edit_mode', 'builder'),
(7191, 4454, '_elementor_template_type', 'wp-page'),
(7192, 4454, '_elementor_version', '3.6.2'),
(7193, 4454, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7194, 4454, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right center\",\"img_min_size\":\"440px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7196, 4454, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7197, 4454, '_elementor_pro_version', '3.5.1'),
(7199, 4455, '_elementor_edit_mode', 'builder'),
(7200, 4455, '_elementor_template_type', 'wp-page'),
(7201, 4455, '_elementor_version', '3.6.2'),
(7202, 4455, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7203, 4455, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"img_object_fit_position\":\"right center\",\"img_min_size\":\"440px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7205, 4455, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7206, 4455, '_elementor_pro_version', '3.5.1'),
(7208, 4456, '_elementor_edit_mode', 'builder'),
(7209, 4456, '_elementor_template_type', 'wp-page'),
(7210, 4456, '_elementor_version', '3.6.2'),
(7211, 4456, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7212, 4456, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#483B3B\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#F8F8F875\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7214, 4456, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7215, 4456, '_elementor_pro_version', '3.5.1'),
(7218, 4457, '_elementor_edit_mode', 'builder'),
(7219, 4457, '_elementor_template_type', 'wp-page'),
(7220, 4457, '_elementor_version', '3.6.2'),
(7221, 4457, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7222, 4457, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#483B3B\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#F8F8F875\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7224, 4457, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7225, 4457, '_elementor_pro_version', '3.5.1'),
(7227, 4458, '_elementor_edit_mode', 'builder'),
(7228, 4458, '_elementor_template_type', 'wp-page'),
(7229, 4458, '_elementor_version', '3.6.2'),
(7230, 4458, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7231, 4458, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#483B3B\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#F8F8F875\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7233, 4458, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7234, 4458, '_elementor_pro_version', '3.5.1'),
(7236, 4459, '_elementor_edit_mode', 'builder'),
(7237, 4459, '_elementor_template_type', 'wp-page'),
(7238, 4459, '_elementor_version', '3.6.2'),
(7239, 4459, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7240, 4459, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#483B3B\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#F8F8F875\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7242, 4459, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7243, 4459, '_elementor_pro_version', '3.5.1'),
(7245, 4460, '_elementor_edit_mode', 'builder'),
(7246, 4460, '_elementor_template_type', 'wp-page'),
(7247, 4460, '_elementor_version', '3.6.2'),
(7248, 4460, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7249, 4460, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#483B3B\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#F8F8F875\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7251, 4460, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7252, 4460, '_elementor_pro_version', '3.5.1'),
(7254, 4461, '_elementor_edit_mode', 'builder'),
(7255, 4461, '_elementor_template_type', 'wp-page'),
(7256, 4461, '_elementor_version', '3.6.2'),
(7257, 4461, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7258, 4461, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#483B3B\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#F8F8F875\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7260, 4461, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7261, 4461, '_elementor_pro_version', '3.5.1'),
(7263, 4462, '_elementor_edit_mode', 'builder'),
(7264, 4462, '_elementor_template_type', 'wp-page'),
(7265, 4462, '_elementor_version', '3.6.2'),
(7266, 4462, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7267, 4462, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#483B3B\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#4D2C2C75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#3333337D\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7269, 4462, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7270, 4462, '_elementor_pro_version', '3.5.1'),
(7272, 4463, '_elementor_edit_mode', 'builder'),
(7273, 4463, '_elementor_template_type', 'wp-page'),
(7274, 4463, '_elementor_version', '3.6.2'),
(7275, 4463, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7276, 4463, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#483B3B\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#4D2C2C75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#3333337D\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7278, 4463, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7279, 4463, '_elementor_pro_version', '3.5.1'),
(7281, 4464, '_elementor_edit_mode', 'builder'),
(7282, 4464, '_elementor_template_type', 'wp-page'),
(7283, 4464, '_elementor_version', '3.6.2'),
(7284, 4464, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7285, 4464, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2021\\/08\\/5-3-1-min.jpg\",\"id\":3837,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"400px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#483B3B\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#4D2C2C75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#3333337D\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7287, 4464, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7288, 4464, '_elementor_pro_version', '3.5.1'),
(7290, 4465, '_elementor_edit_mode', 'builder'),
(7291, 4465, '_elementor_template_type', 'wp-page'),
(7292, 4465, '_elementor_version', '3.6.2'),
(7293, 4465, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7294, 4465, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#483B3B\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#4D2C2C75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#3333337D\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7296, 4465, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7297, 4465, '_elementor_pro_version', '3.5.1'),
(7299, 4466, '_elementor_edit_mode', 'builder'),
(7300, 4466, '_elementor_template_type', 'wp-page'),
(7301, 4466, '_elementor_version', '3.6.2'),
(7302, 4466, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7303, 4466, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#483B3B\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#4D2C2C75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#3333337D\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7305, 4466, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7306, 4466, '_elementor_pro_version', '3.5.1'),
(7308, 4467, '_elementor_edit_mode', 'builder'),
(7309, 4467, '_elementor_template_type', 'wp-page'),
(7310, 4467, '_elementor_version', '3.6.2'),
(7311, 4467, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7312, 4467, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#483B3B\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#4D2C2C75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#3333337D\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7314, 4467, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7315, 4467, '_elementor_pro_version', '3.5.1'),
(7317, 4468, '_elementor_edit_mode', 'builder'),
(7318, 4468, '_elementor_template_type', 'wp-page'),
(7319, 4468, '_elementor_version', '3.6.2'),
(7320, 4468, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7321, 4468, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#483B3B\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#4D2C2C75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#3333337D\",\"img_min_size\":\"450px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7323, 4468, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7324, 4468, '_elementor_pro_version', '3.5.1'),
(7334, 4470, '_elementor_edit_mode', 'builder'),
(7335, 4470, '_elementor_template_type', 'wp-page'),
(7336, 4470, '_elementor_version', '3.6.2'),
(7337, 4470, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7338, 4470, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#483B3B\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#4D2C2C75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#3333337D\",\"img_min_size\":\"450px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7340, 4470, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7341, 4470, '_elementor_pro_version', '3.5.1'),
(7343, 4471, '_elementor_edit_mode', 'builder'),
(7344, 4471, '_elementor_template_type', 'wp-page'),
(7345, 4471, '_elementor_version', '3.6.2'),
(7346, 4471, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7347, 4471, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#483B3B\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#4D2C2C75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#3333337D\",\"img_min_size\":\"450px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7349, 4471, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7350, 4471, '_elementor_pro_version', '3.5.1'),
(7352, 4472, '_elementor_edit_mode', 'builder'),
(7353, 4472, '_elementor_template_type', 'wp-page'),
(7354, 4472, '_elementor_version', '3.6.2'),
(7355, 4472, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7356, 4472, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7358, 4472, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7359, 4472, '_elementor_pro_version', '3.5.1'),
(7361, 4473, '_elementor_edit_mode', 'builder'),
(7362, 4473, '_elementor_template_type', 'wp-page'),
(7363, 4473, '_elementor_version', '3.6.2'),
(7364, 4473, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7365, 4473, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7367, 4473, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7368, 4473, '_elementor_pro_version', '3.5.1'),
(7370, 4474, '_elementor_edit_mode', 'builder'),
(7371, 4474, '_elementor_template_type', 'wp-page'),
(7372, 4474, '_elementor_version', '3.6.2'),
(7373, 4474, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7374, 4474, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7376, 4474, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7377, 4474, '_elementor_pro_version', '3.5.1'),
(7379, 4475, '_elementor_edit_mode', 'builder'),
(7380, 4475, '_elementor_template_type', 'wp-page'),
(7381, 4475, '_elementor_version', '3.6.2'),
(7382, 4475, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7383, 4475, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7385, 4475, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7386, 4475, '_elementor_pro_version', '3.5.1'),
(7388, 4476, '_wp_attached_file', '2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg'),
(7389, 4476, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2269;s:6:\"height\";i:2560;s:4:\"file\";s:49:\"2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6782580-266x300.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"pexels-max-vakhtbovych-6782580-907x1024.jpg\";s:5:\"width\";i:907;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6782580-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6782580-768x867.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"pexels-max-vakhtbovych-6782580-1361x1536.jpg\";s:5:\"width\";i:1361;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:44:\"pexels-max-vakhtbovych-6782580-1815x2048.jpg\";s:5:\"width\";i:1815;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:38:\"pexels-max-vakhtbovych-6782580-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:40:\"pexels-max-vakhtbovych-6782580-10x10.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6782580-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6782580-600x677.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6782580-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6782580-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6782580-600x677.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6782580-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:34:\"pexels-max-vakhtbovych-6782580.jpg\";}'),
(7398, 4478, '_wp_attached_file', '2022/04/pexels-max-vakhtbovych-6394616-scaled.jpg'),
(7399, 4478, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:49:\"2022/04/pexels-max-vakhtbovych-6394616-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6394616-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"pexels-max-vakhtbovych-6394616-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6394616-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6394616-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"pexels-max-vakhtbovych-6394616-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:44:\"pexels-max-vakhtbovych-6394616-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:38:\"pexels-max-vakhtbovych-6394616-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:39:\"pexels-max-vakhtbovych-6394616-10x7.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6394616-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6394616-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6394616-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6394616-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6394616-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"pexels-max-vakhtbovych-6394616-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:34:\"pexels-max-vakhtbovych-6394616.jpg\";}'),
(7400, 4479, '_elementor_edit_mode', 'builder'),
(7401, 4479, '_elementor_template_type', 'wp-page'),
(7402, 4479, '_elementor_version', '3.6.2'),
(7403, 4479, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7404, 4479, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7406, 4479, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7407, 4479, '_elementor_pro_version', '3.5.1'),
(7409, 4480, '_elementor_edit_mode', 'builder'),
(7410, 4480, '_elementor_template_type', 'wp-page'),
(7411, 4480, '_elementor_version', '3.6.2'),
(7412, 4480, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7413, 4480, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"right top\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7415, 4480, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7416, 4480, '_elementor_pro_version', '3.5.1'),
(7418, 4481, '_elementor_edit_mode', 'builder'),
(7419, 4481, '_elementor_template_type', 'wp-page'),
(7420, 4481, '_elementor_version', '3.6.2'),
(7421, 4481, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7422, 4481, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7424, 4481, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7425, 4481, '_elementor_pro_version', '3.5.1'),
(7427, 4482, '_wp_attached_file', '2022/04/pexels-armin-rimoldi-5269479-scaled.jpg'),
(7428, 4482, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1749;s:6:\"height\";i:2560;s:4:\"file\";s:47:\"2022/04/pexels-armin-rimoldi-5269479-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"pexels-armin-rimoldi-5269479-205x300.jpg\";s:5:\"width\";i:205;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"pexels-armin-rimoldi-5269479-700x1024.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"pexels-armin-rimoldi-5269479-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"pexels-armin-rimoldi-5269479-768x1124.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"pexels-armin-rimoldi-5269479-1049x1536.jpg\";s:5:\"width\";i:1049;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:42:\"pexels-armin-rimoldi-5269479-1399x2048.jpg\";s:5:\"width\";i:1399;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:36:\"pexels-armin-rimoldi-5269479-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:37:\"pexels-armin-rimoldi-5269479-7x10.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"pexels-armin-rimoldi-5269479-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"pexels-armin-rimoldi-5269479-600x878.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:878;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"pexels-armin-rimoldi-5269479-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"pexels-armin-rimoldi-5269479-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"pexels-armin-rimoldi-5269479-600x878.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:878;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"pexels-armin-rimoldi-5269479-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:32:\"pexels-armin-rimoldi-5269479.jpg\";}'),
(7437, 4484, '_wp_attached_file', '2022/04/pexels-scandinavian-biolabs-8466376-scaled.jpg'),
(7438, 4484, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:54:\"2022/04/pexels-scandinavian-biolabs-8466376-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"pexels-scandinavian-biolabs-8466376-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"pexels-scandinavian-biolabs-8466376-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"pexels-scandinavian-biolabs-8466376-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"pexels-scandinavian-biolabs-8466376-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:49:\"pexels-scandinavian-biolabs-8466376-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:49:\"pexels-scandinavian-biolabs-8466376-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:43:\"pexels-scandinavian-biolabs-8466376-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:44:\"pexels-scandinavian-biolabs-8466376-7x10.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:47:\"pexels-scandinavian-biolabs-8466376-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:47:\"pexels-scandinavian-biolabs-8466376-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:47:\"pexels-scandinavian-biolabs-8466376-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"pexels-scandinavian-biolabs-8466376-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:47:\"pexels-scandinavian-biolabs-8466376-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:47:\"pexels-scandinavian-biolabs-8466376-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:39:\"pexels-scandinavian-biolabs-8466376.jpg\";}'),
(7439, 4485, '_elementor_edit_mode', 'builder'),
(7440, 4485, '_elementor_template_type', 'wp-page'),
(7441, 4485, '_elementor_version', '3.6.2'),
(7442, 4485, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7443, 4485, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7445, 4485, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7446, 4485, '_elementor_pro_version', '3.5.1'),
(7448, 4486, '_elementor_edit_mode', 'builder'),
(7449, 4486, '_elementor_template_type', 'wp-page'),
(7450, 4486, '_elementor_version', '3.6.2'),
(7451, 4486, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7452, 4486, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Bathroom-Remodel-Ideas.jpeg\",\"id\":4431,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"large\",\"img_min_size\":\"1040px\",\"img_min_size_mobile\":\"425\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_opacity\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"964b261\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7454, 4486, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7455, 4486, '_elementor_pro_version', '3.5.1'),
(7457, 4487, '_elementor_edit_mode', 'builder'),
(7458, 4487, '_elementor_template_type', 'wp-page'),
(7459, 4487, '_elementor_version', '3.6.2'),
(7460, 4487, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7461, 4487, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-armin-rimoldi-5269479-scaled.jpg\",\"id\":4482,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7463, 4487, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7464, 4487, '_elementor_pro_version', '3.5.1'),
(7466, 4488, '_elementor_edit_mode', 'builder'),
(7467, 4488, '_elementor_template_type', 'wp-page'),
(7468, 4488, '_elementor_version', '3.6.2'),
(7469, 4488, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7470, 4488, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-armin-rimoldi-5269479-scaled.jpg\",\"id\":4482,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7472, 4488, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7473, 4488, '_elementor_pro_version', '3.5.1'),
(7475, 4489, '_elementor_edit_mode', 'builder'),
(7476, 4489, '_elementor_template_type', 'wp-page'),
(7477, 4489, '_elementor_version', '3.6.2'),
(7478, 4489, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7479, 4489, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-armin-rimoldi-5269479-scaled.jpg\",\"id\":4482,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7481, 4489, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7482, 4489, '_elementor_pro_version', '3.5.1'),
(7484, 4490, '_elementor_edit_mode', 'builder'),
(7485, 4490, '_elementor_template_type', 'wp-page'),
(7486, 4490, '_elementor_version', '3.6.2'),
(7487, 4490, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7488, 4490, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-armin-rimoldi-5269479-scaled.jpg\",\"id\":4482,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7490, 4490, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7491, 4490, '_elementor_pro_version', '3.5.1'),
(7493, 12, '_edit_lock', '1652270932:1'),
(7494, 4491, '_elementor_edit_mode', 'builder'),
(7495, 4491, '_elementor_template_type', 'wp-page'),
(7496, 4491, '_elementor_version', '3.6.2'),
(7497, 4491, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7498, 4491, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-armin-rimoldi-5269479-scaled.jpg\",\"id\":4482,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7500, 4491, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7501, 4491, '_elementor_pro_version', '3.5.1'),
(7503, 4492, '_elementor_edit_mode', 'builder'),
(7504, 4492, '_elementor_template_type', 'wp-page'),
(7505, 4492, '_elementor_version', '3.6.2'),
(7506, 4492, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7507, 4492, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-armin-rimoldi-5269479-scaled.jpg\",\"id\":4482,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7509, 4492, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7510, 4492, '_elementor_pro_version', '3.5.1'),
(7512, 4493, '_elementor_edit_mode', 'builder'),
(7513, 4493, '_elementor_template_type', 'wp-page'),
(7514, 4493, '_elementor_version', '3.6.2'),
(7515, 4493, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7516, 4493, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-armin-rimoldi-5269479-scaled.jpg\",\"id\":4482,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7518, 4493, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7519, 4493, '_elementor_pro_version', '3.5.1'),
(7526, 4494, '_elementor_edit_mode', 'builder'),
(7527, 4494, '_elementor_template_type', 'popup'),
(7528, 4495, '_elementor_edit_mode', 'builder'),
(7529, 4495, '_elementor_template_type', 'popup'),
(7530, 4494, '_elementor_version', '3.6.2'),
(7531, 4494, '_elementor_pro_version', '3.5.1'),
(7535, 14, '_elementor_edit_mode', 'builder'),
(7536, 14, '_elementor_template_type', 'wp-page'),
(7537, 14, '_elementor_version', '3.6.5'),
(7538, 14, '_elementor_pro_version', '3.5.1'),
(7541, 457, '_edit_lock', '1649508495:1'),
(7542, 4497, '_elementor_edit_mode', 'builder'),
(7543, 4497, '_elementor_template_type', 'wp-page'),
(7544, 4497, '_elementor_version', '3.0.14'),
(7545, 4497, '_wp_page_template', 'default'),
(7546, 4497, '_elementor_data', '[{\"id\":\"cdd908a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"43a9555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ea7f50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Quentions\",\"align\":\"center\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55d4d6b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"content_position\":\"middle\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35aad74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"a2035e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Order & Payment\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d5db516\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84,\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"f1e0b09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#EBEBEB\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8795733\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".elementor-accordion-item {\\n    margin-bottom: 20px;\\n}\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"6986d41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e00ca3\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How do I enter a shipping address?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"30dac99\"},{\"tab_title\":\"When will my credit card chrged?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"437b0a3\"},{\"tab_title\":\"How will the charge show up on my credit card?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"6797878\"},{\"tab_title\":\"Why are you not accepting my card?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"8def303\"}],\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_background\":\"#F7F7F7\",\"title_color\":\"#333333\",\"tab_active_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"right\",\"content_background_color\":\"#F7F7F7\",\"content_color\":\"#777777\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7398bed\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"07a0130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"7e1b7e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Track & Shipping\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"77002a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84,\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"c3a1e19\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#EBEBEB\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0db9fc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".elementor-accordion-item {\\n    margin-bottom: 20px;\\n}\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"16a1ff7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cab4601\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What shipping methods are available now?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"30dac99\"},{\"tab_title\":\"How long will it take to get my package?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"437b0a3\"},{\"tab_title\":\"Who should I to contact if I have any queries?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"6797878\"},{\"tab_title\":\"Do I need an account to place an order?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"8def303\"}],\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_background\":\"#F7F7F7\",\"title_color\":\"#333333\",\"tab_active_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_align\":\"right\",\"content_background_color\":\"#F7F7F7\",\"content_color\":\"#777777\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),
(7547, 4497, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:7;s:19:\"_inline_size_tablet\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:5;s:3:\"gap\";i:5;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:6:\"weight\";i:2;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:2;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:2;}s:26:\"section_toggle_style_title\";a:10:{s:16:\"title_background\";i:2;s:11:\"title_color\";i:2;s:16:\"tab_active_color\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:35:\"title_typography_line_height_mobile\";i:1;s:13:\"title_padding\";i:2;}s:25:\"section_toggle_style_icon\";a:1:{s:10:\"icon_align\";i:2;}s:28:\"section_toggle_style_content\";a:8:{s:24:\"content_background_color\";i:2;s:13:\"content_color\";i:2;s:29:\"content_typography_typography\";i:2;s:30:\"content_typography_font_family\";i:2;s:28:\"content_typography_font_size\";i:2;s:30:\"content_typography_font_weight\";i:2;s:30:\"content_typography_line_height\";i:2;s:15:\"content_padding\";i:2;}}}}}'),
(7550, 4498, '_elementor_edit_mode', 'builder'),
(7551, 4498, '_elementor_template_type', 'wp-page'),
(7552, 4498, '_elementor_version', '3.0.14'),
(7553, 4498, '_wp_page_template', 'default'),
(7554, 4498, '_elementor_data', '[{\"id\":\"cdd908a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"43a9555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ea7f50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Quentions\",\"align\":\"center\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55d4d6b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"content_position\":\"middle\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35aad74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"a2035e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Order & Payment\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d5db516\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84,\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"f1e0b09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#EBEBEB\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8795733\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".elementor-accordion-item {\\n    margin-bottom: 20px;\\n}\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"6986d41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e00ca3\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How do I enter a shipping address?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"30dac99\"},{\"tab_title\":\"When will my credit card chrged?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"437b0a3\"},{\"tab_title\":\"How will the charge show up on my credit card?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"6797878\"},{\"tab_title\":\"Why are you not accepting my card?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"8def303\"}],\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_background\":\"#F7F7F7\",\"title_color\":\"#333333\",\"tab_active_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"right\",\"content_background_color\":\"#F7F7F7\",\"content_color\":\"#777777\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7398bed\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"07a0130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"7e1b7e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Track & Shipping\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"77002a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84,\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"c3a1e19\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#EBEBEB\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0db9fc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".elementor-accordion-item {\\n    margin-bottom: 20px;\\n}\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"16a1ff7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cab4601\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What shipping methods are available now?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"30dac99\"},{\"tab_title\":\"How long will it take to get my package?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"437b0a3\"},{\"tab_title\":\"Who should I to contact if I have any queries?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"6797878\"},{\"tab_title\":\"Do I need an account to place an order?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"8def303\"}],\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_background\":\"#F7F7F7\",\"title_color\":\"#333333\",\"tab_active_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_align\":\"right\",\"content_background_color\":\"#F7F7F7\",\"content_color\":\"#777777\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),
(7555, 4498, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:7;s:19:\"_inline_size_tablet\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:5;s:3:\"gap\";i:5;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:6:\"weight\";i:2;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:2;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:2;}s:26:\"section_toggle_style_title\";a:10:{s:16:\"title_background\";i:2;s:11:\"title_color\";i:2;s:16:\"tab_active_color\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:35:\"title_typography_line_height_mobile\";i:1;s:13:\"title_padding\";i:2;}s:25:\"section_toggle_style_icon\";a:1:{s:10:\"icon_align\";i:2;}s:28:\"section_toggle_style_content\";a:8:{s:24:\"content_background_color\";i:2;s:13:\"content_color\";i:2;s:29:\"content_typography_typography\";i:2;s:30:\"content_typography_font_family\";i:2;s:28:\"content_typography_font_size\";i:2;s:30:\"content_typography_font_weight\";i:2;s:30:\"content_typography_line_height\";i:2;s:15:\"content_padding\";i:2;}}}}}'),
(7558, 4499, '_elementor_edit_mode', 'builder'),
(7559, 4499, '_elementor_template_type', 'wp-page'),
(7560, 4499, '_elementor_version', '3.0.14'),
(7561, 4499, '_wp_page_template', 'default'),
(7562, 4499, '_elementor_data', '[{\"id\":\"cdd908a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"43a9555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ea7f50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Quentions\",\"align\":\"center\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55d4d6b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"content_position\":\"middle\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35aad74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"a2035e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Order & Payment\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d5db516\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84,\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"f1e0b09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#EBEBEB\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8795733\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".elementor-accordion-item {\\n    margin-bottom: 20px;\\n}\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"6986d41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e00ca3\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is your return policy?\",\"tab_content\":\"<p>If your item arrived damaged or defective, we are happy to arrange for a prompt replacement. Please note that damages and defects must be reported within 12 hours of delivery. <\\/p>\",\"_id\":\"30dac99\"}],\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_background\":\"#F7F7F7\",\"title_color\":\"#333333\",\"tab_active_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"right\",\"content_background_color\":\"#F7F7F7\",\"content_color\":\"#777777\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),
(7563, 4499, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:7;s:19:\"_inline_size_tablet\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:5;s:3:\"gap\";i:5;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:6:\"weight\";i:2;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:2;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:2;}s:26:\"section_toggle_style_title\";a:10:{s:16:\"title_background\";i:2;s:11:\"title_color\";i:2;s:16:\"tab_active_color\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:35:\"title_typography_line_height_mobile\";i:1;s:13:\"title_padding\";i:2;}s:25:\"section_toggle_style_icon\";a:1:{s:10:\"icon_align\";i:2;}s:28:\"section_toggle_style_content\";a:8:{s:24:\"content_background_color\";i:2;s:13:\"content_color\";i:2;s:29:\"content_typography_typography\";i:2;s:30:\"content_typography_font_family\";i:2;s:28:\"content_typography_font_size\";i:2;s:30:\"content_typography_font_weight\";i:2;s:30:\"content_typography_line_height\";i:2;s:15:\"content_padding\";i:2;}}}}}'),
(7566, 457, '_elementor_pro_version', '3.5.1'),
(7567, 457, '_yoast_wpseo_content_score', '90'),
(7568, 457, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(7570, 4500, '_elementor_edit_mode', 'builder'),
(7571, 4500, '_elementor_template_type', 'wp-page'),
(7572, 4500, '_elementor_version', '3.6.2'),
(7573, 4500, '_wp_page_template', 'default'),
(7574, 4500, '_elementor_data', '[{\"id\":\"cdd908a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"43a9555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ea7f50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Quentions\",\"align\":\"center\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55d4d6b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"content_position\":\"middle\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35aad74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"a2035e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Order & Payment\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d5db516\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84,\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"f1e0b09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#EBEBEB\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8795733\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".elementor-accordion-item {\\n    margin-bottom: 20px;\\n}\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"6986d41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e00ca3\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is your return policy?\",\"tab_content\":\"<p>If your item arrived damaged or defective, we are happy to arrange for a prompt replacement. Please note that damages and defects must be reported within 12 hours of delivery. <\\/p>\",\"_id\":\"30dac99\"}],\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_background\":\"#F7F7F7\",\"title_color\":\"#333333\",\"tab_active_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"right\",\"content_background_color\":\"#F7F7F7\",\"content_color\":\"#777777\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7575, 4500, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:7;s:19:\"_inline_size_tablet\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:5;s:3:\"gap\";i:5;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:6:\"weight\";i:2;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:2;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:2;}s:26:\"section_toggle_style_title\";a:10:{s:16:\"title_background\";i:2;s:11:\"title_color\";i:2;s:16:\"tab_active_color\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:35:\"title_typography_line_height_mobile\";i:1;s:13:\"title_padding\";i:2;}s:25:\"section_toggle_style_icon\";a:1:{s:10:\"icon_align\";i:2;}s:28:\"section_toggle_style_content\";a:8:{s:24:\"content_background_color\";i:2;s:13:\"content_color\";i:2;s:29:\"content_typography_typography\";i:2;s:30:\"content_typography_font_family\";i:2;s:28:\"content_typography_font_size\";i:2;s:30:\"content_typography_font_weight\";i:2;s:30:\"content_typography_line_height\";i:2;s:15:\"content_padding\";i:2;}}}}}'),
(7577, 4500, '_elementor_pro_version', '3.5.1'),
(7579, 4501, '_elementor_edit_mode', 'builder'),
(7580, 4501, '_elementor_template_type', 'wp-page'),
(7581, 4501, '_elementor_version', '3.6.2'),
(7582, 4501, '_wp_page_template', 'default'),
(7583, 4501, '_elementor_data', '[{\"id\":\"cdd908a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"43a9555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ea7f50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Quentions\",\"align\":\"center\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55d4d6b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"content_position\":\"middle\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35aad74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"a2035e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Order & Payment\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d5db516\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84,\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"f1e0b09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#EBEBEB\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8795733\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".elementor-accordion-item {\\n    margin-bottom: 20px;\\n}\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"6986d41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e00ca3\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is your return policy?\",\"tab_content\":\"<p>If your item arrived damaged or defective, we are happy to arrange for a prompt replacement. Please note that damages and defects must be reported within 12 hours of delivery. <\\/p>\",\"_id\":\"30dac99\"}],\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_background\":\"#F7F7F7\",\"title_color\":\"#333333\",\"tab_active_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"right\",\"content_background_color\":\"#F7F7F7\",\"content_color\":\"#777777\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),
(7584, 4501, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:7;s:19:\"_inline_size_tablet\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:5;s:3:\"gap\";i:5;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:6:\"weight\";i:2;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:2;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:2;}s:26:\"section_toggle_style_title\";a:10:{s:16:\"title_background\";i:2;s:11:\"title_color\";i:2;s:16:\"tab_active_color\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:35:\"title_typography_line_height_mobile\";i:1;s:13:\"title_padding\";i:2;}s:25:\"section_toggle_style_icon\";a:1:{s:10:\"icon_align\";i:2;}s:28:\"section_toggle_style_content\";a:8:{s:24:\"content_background_color\";i:2;s:13:\"content_color\";i:2;s:29:\"content_typography_typography\";i:2;s:30:\"content_typography_font_family\";i:2;s:28:\"content_typography_font_size\";i:2;s:30:\"content_typography_font_weight\";i:2;s:30:\"content_typography_line_height\";i:2;s:15:\"content_padding\";i:2;}}}}}'),
(7586, 4501, '_elementor_pro_version', '3.5.1'),
(7588, 4502, '_elementor_edit_mode', 'builder'),
(7589, 4502, '_elementor_template_type', 'wp-page'),
(7590, 4502, '_elementor_version', '3.6.2'),
(7591, 4502, '_wp_page_template', 'default'),
(7592, 4502, '_elementor_data', '[{\"id\":\"cdd908a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"43a9555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ea7f50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Quentions\",\"align\":\"center\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8795733\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".elementor-accordion-item {\\n    margin-bottom: 20px;\\n}\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"6986d41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e00ca3\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is your return policy?\",\"tab_content\":\"<p>If your item arrived damaged or defective, we are happy to arrange for a prompt replacement. Please note that damages and defects must be reported within 12 hours of delivery. <\\/p>\",\"_id\":\"30dac99\"}],\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_background\":\"#F7F7F7\",\"title_color\":\"#333333\",\"tab_active_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"right\",\"content_background_color\":\"#F7F7F7\",\"content_color\":\"#777777\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),
(7593, 4502, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:7;s:19:\"_inline_size_tablet\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:5;s:3:\"gap\";i:5;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:6:\"weight\";i:2;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:2;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:2;}s:26:\"section_toggle_style_title\";a:10:{s:16:\"title_background\";i:2;s:11:\"title_color\";i:2;s:16:\"tab_active_color\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:35:\"title_typography_line_height_mobile\";i:1;s:13:\"title_padding\";i:2;}s:25:\"section_toggle_style_icon\";a:1:{s:10:\"icon_align\";i:2;}s:28:\"section_toggle_style_content\";a:8:{s:24:\"content_background_color\";i:2;s:13:\"content_color\";i:2;s:29:\"content_typography_typography\";i:2;s:30:\"content_typography_font_family\";i:2;s:28:\"content_typography_font_size\";i:2;s:30:\"content_typography_font_weight\";i:2;s:30:\"content_typography_line_height\";i:2;s:15:\"content_padding\";i:2;}}}}}'),
(7595, 4502, '_elementor_pro_version', '3.5.1'),
(7598, 4503, '_elementor_edit_mode', 'builder'),
(7599, 4503, '_elementor_template_type', 'wp-page'),
(7600, 4503, '_elementor_version', '3.6.2'),
(7601, 4503, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7602, 4503, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-armin-rimoldi-5269479-scaled.jpg\",\"id\":4482,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7604, 4503, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7605, 4503, '_elementor_pro_version', '3.5.1'),
(7607, 4504, '_elementor_edit_mode', 'builder'),
(7608, 4504, '_elementor_template_type', 'wp-page'),
(7609, 4504, '_elementor_version', '3.6.2'),
(7610, 4504, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7611, 4504, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-armin-rimoldi-5269479-scaled.jpg\",\"id\":4482,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7613, 4504, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7614, 4504, '_elementor_pro_version', '3.5.1'),
(7616, 4505, '_elementor_edit_mode', 'builder'),
(7617, 4505, '_elementor_template_type', 'wp-page'),
(7618, 4505, '_elementor_version', '3.6.2'),
(7619, 4505, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7620, 4505, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-armin-rimoldi-5269479-scaled.jpg\",\"id\":4482,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7622, 4505, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7623, 4505, '_elementor_pro_version', '3.5.1'),
(7626, 4506, '_elementor_edit_mode', 'builder'),
(7627, 4506, '_elementor_template_type', 'wp-page'),
(7628, 4506, '_elementor_version', '3.6.2'),
(7629, 4506, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7630, 4506, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-armin-rimoldi-5269479-scaled.jpg\",\"id\":4482,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7632, 4506, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7633, 4506, '_elementor_pro_version', '3.5.1'),
(7635, 4507, '_elementor_edit_mode', 'builder'),
(7636, 4507, '_elementor_template_type', 'wp-page'),
(7637, 4507, '_elementor_version', '3.6.2'),
(7638, 4507, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7639, 4507, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-armin-rimoldi-5269479-scaled.jpg\",\"id\":4482,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7641, 4507, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7642, 4507, '_elementor_pro_version', '3.5.1'),
(7644, 4508, '_elementor_edit_mode', 'builder'),
(7645, 4508, '_elementor_template_type', 'wp-page'),
(7646, 4508, '_elementor_version', '3.6.2'),
(7647, 4508, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7648, 4508, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-armin-rimoldi-5269479-scaled.jpg\",\"id\":4482,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7650, 4508, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7651, 4508, '_elementor_pro_version', '3.5.1'),
(7662, 4510, '_wp_attached_file', '2022/04/Bathroom-design.jpg'),
(7663, 4510, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:890;s:6:\"height\";i:1582;s:4:\"file\";s:27:\"2022/04/Bathroom-design.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Bathroom-design-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Bathroom-design-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Bathroom-design-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Bathroom-design-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"Bathroom-design-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:23:\"Bathroom-design-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:24:\"Bathroom-design-6x10.jpg\";s:5:\"width\";i:6;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Bathroom-design-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"Bathroom-design-600x1067.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"Bathroom-design-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"Bathroom-design-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"Bathroom-design-600x1067.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Bathroom-design-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7664, 4511, '_wp_attached_file', '2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg'),
(7665, 4511, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:624;s:4:\"file\";s:71:\"2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:67:\"15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:68:\"15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg\";s:5:\"width\";i:8;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:71:\"15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:71:\"15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:71:\"15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:71:\"15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7666, 4512, '_wp_attached_file', '2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg'),
(7667, 4512, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1536;s:4:\"file\";s:66:\"2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:67:\"73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg\";s:5:\"width\";i:569;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:67:\"73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:62:\"73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:63:\"73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg\";s:5:\"width\";i:6;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:66:\"73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:67:\"73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:66:\"73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:66:\"73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:67:\"73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:66:\"73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7668, 4513, '_elementor_edit_mode', 'builder'),
(7669, 4513, '_elementor_template_type', 'wp-page'),
(7670, 4513, '_elementor_version', '3.6.2'),
(7671, 4513, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7672, 4513, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-armin-rimoldi-5269479-scaled.jpg\",\"id\":4482,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7674, 4513, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7675, 4513, '_elementor_pro_version', '3.5.1'),
(7677, 4514, '_elementor_edit_mode', 'builder'),
(7678, 4514, '_elementor_template_type', 'wp-page'),
(7679, 4514, '_elementor_version', '3.6.2'),
(7680, 4514, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7681, 4514, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-armin-rimoldi-5269479-scaled.jpg\",\"id\":4482,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":72,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":77,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":189,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7683, 4514, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7684, 4514, '_elementor_pro_version', '3.5.1'),
(7686, 4515, '_elementor_edit_mode', 'builder'),
(7687, 4515, '_elementor_template_type', 'wp-page'),
(7688, 4515, '_elementor_version', '3.6.2'),
(7689, 4515, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7690, 4515, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7692, 4515, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7693, 4515, '_elementor_pro_version', '3.5.1'),
(7695, 4516, '_elementor_edit_mode', 'builder'),
(7696, 4516, '_elementor_template_type', 'wp-page'),
(7697, 4516, '_elementor_version', '3.6.2'),
(7698, 4516, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7699, 4516, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7701, 4516, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7702, 4516, '_elementor_pro_version', '3.5.1'),
(7704, 4517, '_elementor_edit_mode', 'builder'),
(7705, 4517, '_elementor_template_type', 'wp-page'),
(7706, 4517, '_elementor_version', '3.6.2'),
(7707, 4517, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7708, 4517, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Bathroom\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Kitchen\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Vanity\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Shower\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"450px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7710, 4517, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7711, 4517, '_elementor_pro_version', '3.5.1'),
(7713, 4518, '_elementor_edit_mode', 'builder'),
(7714, 4518, '_elementor_template_type', 'wp-page'),
(7715, 4518, '_elementor_version', '3.6.2'),
(7716, 4518, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7717, 4518, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7719, 4518, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7720, 4518, '_elementor_pro_version', '3.5.1'),
(7723, 4519, '_elementor_edit_mode', 'builder'),
(7724, 4519, '_elementor_template_type', 'wp-page'),
(7725, 4519, '_elementor_version', '3.6.2'),
(7726, 4519, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7727, 4519, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7729, 4519, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7730, 4519, '_elementor_pro_version', '3.5.1'),
(7732, 4520, '_elementor_edit_mode', 'builder'),
(7733, 4520, '_elementor_template_type', 'wp-page'),
(7734, 4520, '_elementor_version', '3.6.2'),
(7735, 4520, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7736, 4520, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7738, 4520, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7739, 4520, '_elementor_pro_version', '3.5.1'),
(7741, 4521, '_elementor_edit_mode', 'builder'),
(7742, 4521, '_elementor_template_type', 'wp-page'),
(7743, 4521, '_elementor_version', '3.6.2'),
(7744, 4521, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7745, 4521, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7747, 4521, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7748, 4521, '_elementor_pro_version', '3.5.1'),
(7751, 4522, '_elementor_edit_mode', 'builder'),
(7752, 4522, '_elementor_template_type', 'wp-page'),
(7753, 4522, '_elementor_version', '3.6.2'),
(7754, 4522, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7755, 4522, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7757, 4522, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7758, 4522, '_elementor_pro_version', '3.5.1'),
(7760, 4523, '_elementor_edit_mode', 'builder'),
(7761, 4523, '_elementor_template_type', 'wp-page'),
(7762, 4523, '_elementor_version', '3.6.2'),
(7763, 4523, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7764, 4523, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7766, 4523, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7767, 4523, '_elementor_pro_version', '3.5.1'),
(7769, 4524, '_elementor_edit_mode', 'builder'),
(7770, 4524, '_elementor_template_type', 'wp-page'),
(7771, 4524, '_elementor_version', '3.6.2'),
(7772, 4524, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7773, 4524, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7775, 4524, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7776, 4524, '_elementor_pro_version', '3.5.1'),
(7778, 4525, '_elementor_edit_mode', 'builder'),
(7779, 4525, '_elementor_template_type', 'wp-page'),
(7780, 4525, '_elementor_version', '3.6.2'),
(7781, 4525, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7782, 4525, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7784, 4525, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7785, 4525, '_elementor_pro_version', '3.5.1'),
(7787, 4526, '_elementor_edit_mode', 'builder'),
(7788, 4526, '_elementor_template_type', 'wp-page'),
(7789, 4526, '_elementor_version', '3.6.2'),
(7790, 4526, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7791, 4526, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6394616-scaled.jpg\",\"id\":4478,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7793, 4526, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7794, 4526, '_elementor_pro_version', '3.5.1'),
(7796, 4527, '_elementor_edit_mode', 'builder'),
(7797, 4527, '_elementor_template_type', 'wp-page'),
(7798, 4527, '_elementor_version', '3.6.2'),
(7799, 4527, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7800, 4527, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7802, 4527, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7803, 4527, '_elementor_pro_version', '3.5.1'),
(7823, 4532, '_elementor_edit_mode', 'builder'),
(7824, 4532, '_elementor_template_type', 'wp-page'),
(7825, 4532, '_elementor_version', '3.6.2'),
(7826, 4532, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7827, 4532, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7829, 4532, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7830, 4532, '_elementor_pro_version', '3.5.1'),
(7832, 4533, '_elementor_edit_mode', 'builder'),
(7833, 4533, '_elementor_template_type', 'wp-page'),
(7834, 4533, '_elementor_version', '3.6.2'),
(7835, 4533, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7836, 4533, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"medium\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"img_min_size\":\"520px\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7838, 4533, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7839, 4533, '_elementor_pro_version', '3.5.1'),
(7841, 4534, '_elementor_edit_mode', 'builder'),
(7842, 4534, '_elementor_template_type', 'wp-page'),
(7843, 4534, '_elementor_version', '3.6.2'),
(7844, 4534, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7845, 4534, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7847, 4534, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7848, 4534, '_elementor_pro_version', '3.5.1'),
(7861, 4536, '_elementor_edit_mode', 'builder'),
(7862, 4536, '_elementor_template_type', 'wp-page'),
(7863, 4536, '_elementor_version', '3.6.2'),
(7864, 4536, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7865, 4536, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7867, 4536, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7868, 4536, '_elementor_pro_version', '3.5.1'),
(7870, 4537, '_elementor_edit_mode', 'builder'),
(7871, 4537, '_elementor_template_type', 'wp-page'),
(7872, 4537, '_elementor_version', '3.6.2'),
(7873, 4537, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7874, 4537, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7876, 4537, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7877, 4537, '_elementor_pro_version', '3.5.1'),
(7879, 4538, '_elementor_edit_mode', 'builder'),
(7880, 4538, '_elementor_template_type', 'wp-page'),
(7881, 4538, '_elementor_version', '3.6.2'),
(7882, 4538, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7883, 4538, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7885, 4538, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7886, 4538, '_elementor_pro_version', '3.5.1'),
(7898, 4540, '_elementor_edit_mode', 'builder'),
(7899, 4540, '_elementor_template_type', 'wp-page'),
(7900, 4540, '_elementor_version', '3.6.2'),
(7901, 4540, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7902, 4540, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7904, 4540, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7905, 4540, '_elementor_pro_version', '3.5.1'),
(7907, 4541, '_elementor_edit_mode', 'builder'),
(7908, 4541, '_elementor_template_type', 'wp-page'),
(7909, 4541, '_elementor_version', '3.6.2'),
(7910, 4541, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7911, 4541, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"height\":\"full\",\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7913, 4541, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7914, 4541, '_elementor_pro_version', '3.5.1'),
(7916, 4542, '_elementor_edit_mode', 'builder'),
(7917, 4542, '_elementor_template_type', 'wp-page'),
(7918, 4542, '_elementor_version', '3.6.2'),
(7919, 4542, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7920, 4542, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"border_border\":\"groove\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#006C55\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7922, 4542, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7923, 4542, '_elementor_pro_version', '3.5.1'),
(7925, 4543, '_elementor_edit_mode', 'builder'),
(7926, 4543, '_elementor_template_type', 'wp-page'),
(7927, 4543, '_elementor_version', '3.6.2'),
(7928, 4543, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7929, 4543, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"border_border\":\"groove\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#006C55\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7931, 4543, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7932, 4543, '_elementor_pro_version', '3.5.1'),
(7934, 4544, '_elementor_edit_mode', 'builder'),
(7935, 4544, '_elementor_template_type', 'wp-page'),
(7936, 4544, '_elementor_version', '3.6.2'),
(7937, 4544, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7938, 4544, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"border_border\":\"groove\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#006C55\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\"},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7940, 4544, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7941, 4544, '_elementor_pro_version', '3.5.1'),
(7943, 4545, '_elementor_edit_mode', 'builder'),
(7944, 4545, '_elementor_template_type', 'wp-page'),
(7945, 4545, '_elementor_version', '3.6.2'),
(7946, 4545, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7947, 4545, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"border_border\":\"groove\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#006C55\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7949, 4545, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7950, 4545, '_elementor_pro_version', '3.5.1'),
(7952, 4546, '_elementor_edit_mode', 'builder'),
(7953, 4546, '_elementor_template_type', 'wp-page'),
(7954, 4546, '_elementor_version', '3.6.2'),
(7955, 4546, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7956, 4546, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"border_border\":\"groove\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#006C55\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7958, 4546, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7959, 4546, '_elementor_pro_version', '3.5.1'),
(7961, 4547, '_elementor_edit_mode', 'builder'),
(7962, 4547, '_elementor_template_type', 'wp-page'),
(7963, 4547, '_elementor_version', '3.6.2'),
(7964, 4547, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7965, 4547, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"border_border\":\"groove\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#006C55\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"heading_alignment\":\"center\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7967, 4547, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7968, 4547, '_elementor_pro_version', '3.5.1'),
(7970, 4548, '_elementor_edit_mode', 'builder'),
(7971, 4548, '_elementor_template_type', 'wp-page'),
(7972, 4548, '_elementor_version', '3.6.2'),
(7973, 4548, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7974, 4548, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7976, 4548, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7977, 4548, '_elementor_pro_version', '3.5.1'),
(7991, 4550, '_elementor_edit_mode', 'builder'),
(7992, 4550, '_elementor_template_type', 'wp-page'),
(7993, 4550, '_elementor_version', '3.6.2'),
(7994, 4550, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7995, 4550, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7997, 4550, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(7998, 4550, '_elementor_pro_version', '3.5.1'),
(8000, 18, '_edit_last', '1'),
(8001, 18, '_wpb_vc_js_status', 'false'),
(8005, 4551, '_wp_attached_file', '2020/12/icons8-shower-50.png'),
(8006, 4551, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:28:\"2020/12/icons8-shower-50.png\";s:5:\"sizes\";a:2:{s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:24:\"icons8-shower-50-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:26:\"icons8-shower-50-10x10.png\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8016, 4553, '_wp_attached_file', '2020/12/icons8-kitchen-room-80.png'),
(8017, 4553, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:34:\"2020/12/icons8-kitchen-room-80.png\";s:5:\"sizes\";a:2:{s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:30:\"icons8-kitchen-room-80-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:32:\"icons8-kitchen-room-80-10x10.png\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8018, 4554, '_wp_attached_file', '2020/12/icons8-bathroom-64.png'),
(8019, 4554, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:30:\"2020/12/icons8-bathroom-64.png\";s:5:\"sizes\";a:2:{s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:26:\"icons8-bathroom-64-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:28:\"icons8-bathroom-64-10x10.png\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8020, 4555, '_wp_attached_file', '2020/12/icons8-soap-dispenser-50.png'),
(8021, 4555, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:36:\"2020/12/icons8-soap-dispenser-50.png\";s:5:\"sizes\";a:2:{s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:32:\"icons8-soap-dispenser-50-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:34:\"icons8-soap-dispenser-50-10x10.png\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8022, 4556, '_wp_attached_file', '2020/12/icons8-bidet-50.png'),
(8023, 4556, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:27:\"2020/12/icons8-bidet-50.png\";s:5:\"sizes\";a:2:{s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:23:\"icons8-bidet-50-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:25:\"icons8-bidet-50-10x10.png\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8024, 4557, '_wp_page_template', 'default'),
(8025, 4557, '_elementor_edit_mode', 'builder'),
(8026, 4557, '_elementor_template_type', 'wp-post'),
(8027, 4557, '_elementor_version', '3.6.1'),
(8028, 4557, '_elementor_data', '[{\"id\":\"459d3f1d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow custom-banner-shop\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\\n.elementor-widget-image-box:hover .elementor-image-box-title a {\\n    color: #A3A3A3 \\n}\\n@media only screen and (min-width: 1000px) and (max-width: 1200px) {\\n    .custom-banner-shop .banner-content .content-inner,\\n    .custom-banner-shop .banner-content .button-wrap  {\\n        display:none;\\n    }\\n}\\n\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"be4999d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36d2ef6e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Gorgeous-Bathroom.jpeg\",\"id\":4333,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"<p><strong>Find your Dream Bathroom<\\/strong><\\/p>\",\"button_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"subtitle_typography_font_weight\":\"300\",\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_font_container_textcolor\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#FFFFFF\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"type_with_diagonal\":\"true\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#FFFFFF00\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"hide_description_responsive\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a70ea4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f94a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ccd0be2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>h\\u0101gar<\\/strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"48eb4b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.666,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"735501a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"50\"},\"elements\":[{\"id\":\"13c56995\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6d7d7619\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Bathroom\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"ca48c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1a90743\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1403b93c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"255b37d6\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Shower\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3929327d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"2fc9dcd2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Accessories\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"50064efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"69c63010\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Sanitary\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8029, 4557, '_elementor_controls_usage', 'a:6:{s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:7:\"content\";i:1;s:12:\"button_title\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"style_section\";a:20:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:30:\"subtitle_typography_typography\";i:1;s:31:\"subtitle_typography_font_family\";i:1;s:29:\"subtitle_typography_font_size\";i:1;s:31:\"subtitle_typography_font_weight\";i:1;s:34:\"subtitle_typography_text_transform\";i:1;s:33:\"subtitle_font_container_textcolor\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;s:32:\"content_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:16:\"content_paddings\";i:1;s:27:\"hide_description_responsive\";i:1;}s:13:\"image_section\";a:1:{s:18:\"type_with_diagonal\";i:1;}s:14:\"button_section\";a:9:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:18:\"button_hover_color\";i:1;s:15:\"button_hover_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:3;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:8;s:13:\"margin_mobile\";i:8;s:13:\"margin_tablet\";i:3;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:5:\"image\";i:5;s:4:\"link\";i:5;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:5;s:10:\"image_size\";i:5;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:5;}s:21:\"section_style_content\";a:6:{s:11:\"title_color\";i:5;s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:10:\"text_align\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:11:\"css_classes\";i:1;s:7:\"padding\";i:1;}s:15:\"section_effects\";a:1:{s:16:\"animation_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),
(8031, 4557, '_elementor_pro_version', '3.5.1'),
(8033, 4558, '_wp_page_template', 'default'),
(8034, 4558, '_elementor_edit_mode', 'builder'),
(8035, 4558, '_elementor_template_type', 'wp-post'),
(8036, 4558, '_elementor_version', '3.6.1'),
(8037, 4558, '_elementor_data', '[{\"id\":\"459d3f1d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow custom-banner-shop\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\\n.elementor-widget-image-box:hover .elementor-image-box-title a {\\n    color: #A3A3A3 \\n}\\n@media only screen and (min-width: 1000px) and (max-width: 1200px) {\\n    .custom-banner-shop .banner-content .content-inner,\\n    .custom-banner-shop .banner-content .button-wrap  {\\n        display:none;\\n    }\\n}\\n\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"be4999d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36d2ef6e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Gorgeous-Bathroom.jpeg\",\"id\":4333,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"<p><strong>Find your Dream Bathroom<\\/strong><\\/p>\",\"button_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"subtitle_typography_font_weight\":\"300\",\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_font_container_textcolor\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#FFFFFF\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"type_with_diagonal\":\"true\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#FFFFFF00\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"hide_description_responsive\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a70ea4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f94a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ccd0be2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>h\\u0101gar<\\/strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"48eb4b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.666,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"735501a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"50\"},\"elements\":[{\"id\":\"13c56995\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6d7d7619\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Bathroom\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"ca48c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1a90743\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1403b93c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"255b37d6\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Shower\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3929327d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"2fc9dcd2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Accessories\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"50064efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"69c63010\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Sanitary\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8038, 4558, '_elementor_controls_usage', 'a:6:{s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:7:\"content\";i:1;s:12:\"button_title\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"style_section\";a:20:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:30:\"subtitle_typography_typography\";i:1;s:31:\"subtitle_typography_font_family\";i:1;s:29:\"subtitle_typography_font_size\";i:1;s:31:\"subtitle_typography_font_weight\";i:1;s:34:\"subtitle_typography_text_transform\";i:1;s:33:\"subtitle_font_container_textcolor\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;s:32:\"content_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:16:\"content_paddings\";i:1;s:27:\"hide_description_responsive\";i:1;}s:13:\"image_section\";a:1:{s:18:\"type_with_diagonal\";i:1;}s:14:\"button_section\";a:9:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:18:\"button_hover_color\";i:1;s:15:\"button_hover_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:3;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:8;s:13:\"margin_mobile\";i:8;s:13:\"margin_tablet\";i:3;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:5:\"image\";i:5;s:4:\"link\";i:5;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:5;s:10:\"image_size\";i:5;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:5;}s:21:\"section_style_content\";a:6:{s:11:\"title_color\";i:5;s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:10:\"text_align\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:11:\"css_classes\";i:1;s:7:\"padding\";i:1;}s:15:\"section_effects\";a:1:{s:16:\"animation_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),
(8040, 4558, '_elementor_pro_version', '3.5.1'),
(8042, 4559, '_wp_page_template', 'default'),
(8043, 4559, '_elementor_edit_mode', 'builder'),
(8044, 4559, '_elementor_template_type', 'wp-post'),
(8045, 4559, '_elementor_version', '3.6.1'),
(8046, 4559, '_elementor_data', '[{\"id\":\"459d3f1d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow custom-banner-shop\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\\n.elementor-widget-image-box:hover .elementor-image-box-title a {\\n    color: #A3A3A3 \\n}\\n@media only screen and (min-width: 1000px) and (max-width: 1200px) {\\n    .custom-banner-shop .banner-content .content-inner,\\n    .custom-banner-shop .banner-content .button-wrap  {\\n        display:none;\\n    }\\n}\\n\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"be4999d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36d2ef6e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Gorgeous-Bathroom.jpeg\",\"id\":4333,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"<p><strong>Find your Dream Bathroom<\\/strong><\\/p>\",\"button_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"subtitle_typography_font_weight\":\"300\",\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_font_container_textcolor\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#FFFFFF\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"type_with_diagonal\":\"true\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#FFFFFF00\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"hide_description_responsive\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a70ea4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f94a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ccd0be2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>h\\u0101gar<\\/strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"48eb4b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.666,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"735501a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"50\"},\"elements\":[{\"id\":\"13c56995\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6d7d7619\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Bathroom\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-bathroom-64.png\",\"id\":4554,\"alt\":\"\",\"source\":\"library\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"ca48c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1a90743\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-kitchen-room-80.png\",\"id\":4553,\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1403b93c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"255b37d6\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Shower\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-shower-50.png\",\"id\":4551,\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3929327d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"2fc9dcd2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Accessories\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-soap-dispenser-50.png\",\"id\":4555,\"alt\":\"\",\"source\":\"library\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"50064efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"69c63010\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Sanitary\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-bidet-50.png\",\"id\":4556,\"alt\":\"\",\"source\":\"library\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8047, 4559, '_elementor_controls_usage', 'a:6:{s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:7:\"content\";i:1;s:12:\"button_title\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"style_section\";a:20:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:30:\"subtitle_typography_typography\";i:1;s:31:\"subtitle_typography_font_family\";i:1;s:29:\"subtitle_typography_font_size\";i:1;s:31:\"subtitle_typography_font_weight\";i:1;s:34:\"subtitle_typography_text_transform\";i:1;s:33:\"subtitle_font_container_textcolor\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;s:32:\"content_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:16:\"content_paddings\";i:1;s:27:\"hide_description_responsive\";i:1;}s:13:\"image_section\";a:1:{s:18:\"type_with_diagonal\";i:1;}s:14:\"button_section\";a:9:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:18:\"button_hover_color\";i:1;s:15:\"button_hover_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:3;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:8;s:13:\"margin_mobile\";i:8;s:13:\"margin_tablet\";i:3;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:5:\"image\";i:5;s:4:\"link\";i:5;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:5;s:10:\"image_size\";i:5;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:5;}s:21:\"section_style_content\";a:6:{s:11:\"title_color\";i:5;s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:10:\"text_align\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:11:\"css_classes\";i:1;s:7:\"padding\";i:1;}s:15:\"section_effects\";a:1:{s:16:\"animation_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),
(8049, 4559, '_elementor_pro_version', '3.5.1'),
(8052, 367, '_edit_lock', '1649766546:1'),
(8054, 4560, '_elementor_edit_mode', 'builder'),
(8055, 4560, '_elementor_template_type', 'wp-page'),
(8056, 4560, '_elementor_version', '3.0.14'),
(8057, 4560, '_wp_page_template', 'default'),
(8058, 4560, '_elementor_data', '[{\"id\":\"42a23c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".etheme-contact-form-7 .form-group {\\n    margin-bottom: 0px !important;\\n}\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"bcb55fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":25,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"1122985\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leave Us A Message\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a49425\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is a long established fact that a reader will be distracted by the readables content of a page when ooking layout. The point ofen using its Lorem Ipsum that has a more-or-less. Is that it has a more-or-less normal distribution of letters, as opposed to usingntent here, content here\', making it look like readable.\",\"text_color\":\"#888888\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a557583\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"field_bg\":\"#F1F1F1\",\"field_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"field_border_color\":\"#F5F5F5\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Roboto\",\"field_typography_font_weight\":\"400\",\"text_color_label\":\"#111111\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Roboto\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_label_font_weight\":\"500\",\"typography_placeholder_typography\":\"custom\",\"typography_placeholder_font_family\":\"Roboto\",\"typography_placeholder_font_weight\":\"400\",\"button_width\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"button_bg_color_normal\":\"#E95D2A\",\"button_text_color_normal\":\"#FFFFFF\",\"button_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_typography_font_weight\":\"bold\",\"button_typography_text_transform\":\"capitalize\",\"button_bg_color_hover\":\"#E95D2BCC\",\"button_text_color_hover\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"xstore_element_custom_css\":\".etheme-contact-form-7 .wpcf7-form label:after {content: \\\"*\\\";color:#E95D2A;\\n}\\n.wpcf7-form .form-group p:first-child {\\n    margin-bottom: 0px;\\n}\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":false},{\"id\":\"965b6ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d6ce79f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Address\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83c65bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"PO Box 16122 Collins Street West, Melbourne\\nVictoria 3000 Australia - <a href=\\\"#\\\" style=\\\"color:#E95D2A;\\n\\\">Map<\\/a>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95161ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<span style=\\\"font-weight: 500;\\\">Support<\\/span>  : (+800)856 800 604\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b98a03b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<span style=\\\"font-weight: 500;\\\">Email<\\/span>  : info@xstoretheme.com\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ef17a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Opening Hours\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b09f29\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"6998a20\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"space_between_widgets\":12},\"elements\":[{\"id\":\"967cd0b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Monday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3db898d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Tuesday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8522ff6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wednesday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"843e8a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Friday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4a4b4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Saturday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9855fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sunday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2baa9eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"space_between_widgets\":12},\"elements\":[{\"id\":\"c6ac4db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22b12af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f592c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cfaa440\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f338a5c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 4 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6429fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Closed\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4bbf115\",\"elType\":\"widget\",\"settings\":{\"title\":\"Careers\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d8474b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you\\u2019re interested in employment opportunities\\nat Xstore, please email us:\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f7cc0ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"contact@yourstore.com\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8059, 4560, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:7:\"_margin\";i:2;s:14:\"_margin_mobile\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:4;s:13:\"_border_width\";i:4;s:13:\"_border_color\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:18;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:18;s:21:\"typography_typography\";i:18;s:22:\"typography_font_family\";i:18;s:20:\"typography_font_size\";i:18;s:22:\"typography_font_weight\";i:18;s:22:\"typography_line_height\";i:18;s:5:\"align\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"et-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_info_box\";a:1:{s:17:\"contact_form_list\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_fields_style\";a:8:{s:8:\"field_bg\";i:1;s:13:\"field_padding\";i:1;s:19:\"field_border_border\";i:1;s:18:\"field_border_width\";i:1;s:18:\"field_border_color\";i:1;s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_family\";i:1;s:28:\"field_typography_font_weight\";i:1;}s:19:\"section_label_style\";a:5:{s:16:\"text_color_label\";i:1;s:27:\"typography_label_typography\";i:1;s:28:\"typography_label_font_family\";i:1;s:26:\"typography_label_font_size\";i:1;s:28:\"typography_label_font_weight\";i:1;}s:25:\"section_placeholder_style\";a:3:{s:33:\"typography_placeholder_typography\";i:1;s:34:\"typography_placeholder_font_family\";i:1;s:34:\"typography_placeholder_font_weight\";i:1;}s:27:\"section_submit_button_style\";a:12:{s:12:\"button_width\";i:1;s:22:\"button_bg_color_normal\";i:1;s:24:\"button_text_color_normal\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:21:\"button_bg_color_hover\";i:1;s:23:\"button_text_color_hover\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:4;s:19:\"_inline_size_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_mobile\";i:2;s:13:\"margin_tablet\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}}'),
(8062, 4561, '_elementor_edit_mode', 'builder'),
(8063, 4561, '_elementor_template_type', 'wp-page'),
(8064, 4561, '_elementor_version', '3.0.14'),
(8065, 4561, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8066, 4561, '_elementor_data', '[{\"id\":\"42a23c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".etheme-contact-form-7 .form-group {\\n    margin-bottom: 0px !important;\\n}\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"bcb55fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":25,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"1122985\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leave Us A Message\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a49425\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is a long established fact that a reader will be distracted by the readables content of a page when ooking layout. The point ofen using its Lorem Ipsum that has a more-or-less. Is that it has a more-or-less normal distribution of letters, as opposed to usingntent here, content here\', making it look like readable.\",\"text_color\":\"#888888\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a557583\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"field_bg\":\"#F1F1F1\",\"field_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"field_border_color\":\"#F5F5F5\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Roboto\",\"field_typography_font_weight\":\"400\",\"text_color_label\":\"#111111\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Roboto\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_label_font_weight\":\"500\",\"typography_placeholder_typography\":\"custom\",\"typography_placeholder_font_family\":\"Roboto\",\"typography_placeholder_font_weight\":\"400\",\"button_width\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"button_bg_color_normal\":\"#E95D2A\",\"button_text_color_normal\":\"#FFFFFF\",\"button_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_typography_font_weight\":\"bold\",\"button_typography_text_transform\":\"capitalize\",\"button_bg_color_hover\":\"#E95D2BCC\",\"button_text_color_hover\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"xstore_element_custom_css\":\".etheme-contact-form-7 .wpcf7-form label:after {content: \\\"*\\\";color:#E95D2A;\\n}\\n.wpcf7-form .form-group p:first-child {\\n    margin-bottom: 0px;\\n}\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":false},{\"id\":\"965b6ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d6ce79f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Address\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83c65bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"PO Box 16122 Collins Street West, Melbourne\\nVictoria 3000 Australia - <a href=\\\"#\\\" style=\\\"color:#E95D2A;\\n\\\">Map<\\/a>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95161ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<span style=\\\"font-weight: 500;\\\">Support<\\/span>  : (+800)856 800 604\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b98a03b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<span style=\\\"font-weight: 500;\\\">Email<\\/span>  : info@xstoretheme.com\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ef17a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Opening Hours\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b09f29\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"6998a20\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"space_between_widgets\":12},\"elements\":[{\"id\":\"967cd0b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Monday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3db898d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Tuesday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8522ff6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wednesday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"843e8a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Friday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4a4b4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Saturday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9855fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sunday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2baa9eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"space_between_widgets\":12},\"elements\":[{\"id\":\"c6ac4db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22b12af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f592c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cfaa440\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f338a5c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 4 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6429fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Closed\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4bbf115\",\"elType\":\"widget\",\"settings\":{\"title\":\"Careers\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d8474b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you\\u2019re interested in employment opportunities\\nat Xstore, please email us:\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f7cc0ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"contact@yourstore.com\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8067, 4561, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:7:\"_margin\";i:2;s:14:\"_margin_mobile\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:4;s:13:\"_border_width\";i:4;s:13:\"_border_color\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:18;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:18;s:21:\"typography_typography\";i:18;s:22:\"typography_font_family\";i:18;s:20:\"typography_font_size\";i:18;s:22:\"typography_font_weight\";i:18;s:22:\"typography_line_height\";i:18;s:5:\"align\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"et-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_info_box\";a:1:{s:17:\"contact_form_list\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_fields_style\";a:8:{s:8:\"field_bg\";i:1;s:13:\"field_padding\";i:1;s:19:\"field_border_border\";i:1;s:18:\"field_border_width\";i:1;s:18:\"field_border_color\";i:1;s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_family\";i:1;s:28:\"field_typography_font_weight\";i:1;}s:19:\"section_label_style\";a:5:{s:16:\"text_color_label\";i:1;s:27:\"typography_label_typography\";i:1;s:28:\"typography_label_font_family\";i:1;s:26:\"typography_label_font_size\";i:1;s:28:\"typography_label_font_weight\";i:1;}s:25:\"section_placeholder_style\";a:3:{s:33:\"typography_placeholder_typography\";i:1;s:34:\"typography_placeholder_font_family\";i:1;s:34:\"typography_placeholder_font_weight\";i:1;}s:27:\"section_submit_button_style\";a:12:{s:12:\"button_width\";i:1;s:22:\"button_bg_color_normal\";i:1;s:24:\"button_text_color_normal\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:21:\"button_bg_color_hover\";i:1;s:23:\"button_text_color_hover\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:4;s:19:\"_inline_size_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_mobile\";i:2;s:13:\"margin_tablet\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}}'),
(8070, 4562, '_elementor_edit_mode', 'builder'),
(8071, 4562, '_elementor_template_type', 'wp-page'),
(8072, 4562, '_elementor_version', '3.0.14'),
(8073, 4562, '_wp_page_template', 'default'),
(8074, 4562, '_elementor_data', '[{\"id\":\"42a23c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".etheme-contact-form-7 .form-group {\\n    margin-bottom: 0px !important;\\n}\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"bcb55fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":25,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"1122985\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leave Us A Message\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a49425\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"text_color\":\"#888888\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a557583\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"field_bg\":\"#F1F1F1\",\"field_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"field_border_color\":\"#F5F5F5\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Roboto\",\"field_typography_font_weight\":\"400\",\"text_color_label\":\"#111111\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Roboto\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_label_font_weight\":\"500\",\"typography_placeholder_typography\":\"custom\",\"typography_placeholder_font_family\":\"Roboto\",\"typography_placeholder_font_weight\":\"400\",\"button_width\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"button_bg_color_normal\":\"#006C55\",\"button_text_color_normal\":\"#FFFFFF\",\"button_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_typography_font_weight\":\"bold\",\"button_typography_text_transform\":\"capitalize\",\"button_bg_color_hover\":\"#E95D2BCC\",\"button_text_color_hover\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"xstore_element_custom_css\":\".etheme-contact-form-7 .wpcf7-form label:after {content: \\\"*\\\";color:#E95D2A;\\n}\\n.wpcf7-form .form-group p:first-child {\\n    margin-bottom: 0px;\\n}\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":false},{\"id\":\"965b6ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d6ce79f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Address\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83c65bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"LrzXr\\\">E-20, Pilanji, South Extension I, New Delhi, Delhi 110049<\\/span><\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95161ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 500;\\\">Support<\\/span> : <b style=\\\"font-weight: normal;\\\"><span style=\\\"font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\\\">8881222666 <\\/span><\\/b><\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b98a03b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 500;\\\">Email<\\/span> : online@hagarbath.com<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1b09f29\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"6998a20\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"space_between_widgets\":12},\"elements\":[{\"id\":\"967cd0b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Monday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3db898d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Tuesday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8522ff6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wednesday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"843e8a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Friday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4a4b4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Saturday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9855fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sunday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2baa9eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"space_between_widgets\":12},\"elements\":[{\"id\":\"c6ac4db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22b12af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f592c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cfaa440\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f338a5c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 4 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6429fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Closed\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8075, 4562, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:7:\"_margin\";i:2;s:14:\"_margin_mobile\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:4;s:13:\"_border_width\";i:4;s:13:\"_border_color\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:18;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:18;s:21:\"typography_typography\";i:18;s:22:\"typography_font_family\";i:18;s:20:\"typography_font_size\";i:18;s:22:\"typography_font_weight\";i:18;s:22:\"typography_line_height\";i:18;s:5:\"align\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"et-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_info_box\";a:1:{s:17:\"contact_form_list\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_fields_style\";a:8:{s:8:\"field_bg\";i:1;s:13:\"field_padding\";i:1;s:19:\"field_border_border\";i:1;s:18:\"field_border_width\";i:1;s:18:\"field_border_color\";i:1;s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_family\";i:1;s:28:\"field_typography_font_weight\";i:1;}s:19:\"section_label_style\";a:5:{s:16:\"text_color_label\";i:1;s:27:\"typography_label_typography\";i:1;s:28:\"typography_label_font_family\";i:1;s:26:\"typography_label_font_size\";i:1;s:28:\"typography_label_font_weight\";i:1;}s:25:\"section_placeholder_style\";a:3:{s:33:\"typography_placeholder_typography\";i:1;s:34:\"typography_placeholder_font_family\";i:1;s:34:\"typography_placeholder_font_weight\";i:1;}s:27:\"section_submit_button_style\";a:12:{s:12:\"button_width\";i:1;s:22:\"button_bg_color_normal\";i:1;s:24:\"button_text_color_normal\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:21:\"button_bg_color_hover\";i:1;s:23:\"button_text_color_hover\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:4;s:19:\"_inline_size_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_mobile\";i:2;s:13:\"margin_tablet\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}}'),
(8078, 367, '_elementor_pro_version', '3.5.1'),
(8079, 367, '_yoast_wpseo_content_score', '90'),
(8080, 367, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(8082, 3873, '_wp_old_date', '2022-04-01'),
(8083, 3874, '_wp_old_date', '2022-04-01'),
(8084, 3875, '_wp_old_date', '2022-04-01'),
(8085, 3876, '_wp_old_date', '2022-04-01'),
(8093, 16, '_edit_lock', '1652262628:1'),
(8106, 627, '_edit_lock', '1649762421:1'),
(8116, 4566, '_wp_page_template', 'default'),
(8117, 4566, '_elementor_edit_mode', 'builder'),
(8118, 4566, '_elementor_template_type', 'wp-post'),
(8119, 4566, '_elementor_version', '3.0.14'),
(8120, 4566, '_elementor_data', '[{\"id\":\"4ca4e0e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e029e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd2db3\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Hotline Order:\",\"description_text\":\"(+101) 5620 - 8155\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.png\",\"id\":649},\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#777777\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"description_color\":\"#E95D2A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"bold\",\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"e42aeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae271c8\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Email ID:\",\"description_text\":\"xstore@support.com\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon3.png\",\"id\":665},\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#777777\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"description_color\":\"#E95D2A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"bold\",\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(8121, 4566, '_elementor_controls_usage', 'a:3:{s:9:\"image-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:8:\"position\";i:2;s:5:\"image\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:2;s:10:\"image_size\";i:2;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:2;s:18:\"title_bottom_space\";i:2;s:11:\"title_color\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:17:\"description_color\";i:2;s:33:\"description_typography_typography\";i:2;s:34:\"description_typography_font_family\";i:2;s:32:\"description_typography_font_size\";i:2;s:34:\"description_typography_font_weight\";i:2;s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}}'),
(8124, 4567, '_wp_page_template', 'default'),
(8125, 4567, '_elementor_edit_mode', 'builder'),
(8126, 4567, '_elementor_template_type', 'wp-post'),
(8127, 4567, '_elementor_version', '3.0.14'),
(8128, 4567, '_elementor_data', '[{\"id\":\"4ca4e0e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e029e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd2db3\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Hotline Order:\",\"description_text\":\"(+101) 5620 - 8155\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.png\",\"id\":649},\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#777777\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"description_color\":\"#E95D2A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"bold\",\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"e42aeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae271c8\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Email ID:\",\"description_text\":\"xstore@support.com\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon3.png\",\"id\":665},\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#777777\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"description_color\":\"#E95D2A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"bold\",\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(8129, 4567, '_elementor_controls_usage', 'a:3:{s:9:\"image-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:8:\"position\";i:2;s:5:\"image\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:2;s:10:\"image_size\";i:2;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:2;s:18:\"title_bottom_space\";i:2;s:11:\"title_color\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:17:\"description_color\";i:2;s:33:\"description_typography_typography\";i:2;s:34:\"description_typography_font_family\";i:2;s:32:\"description_typography_font_size\";i:2;s:34:\"description_typography_font_weight\";i:2;s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}}'),
(8132, 4568, '_wp_page_template', 'default'),
(8133, 4568, '_elementor_edit_mode', 'builder'),
(8134, 4568, '_elementor_template_type', 'wp-post'),
(8135, 4568, '_elementor_version', '3.0.14'),
(8136, 4568, '_elementor_data', '[]'),
(8137, 4568, '_elementor_controls_usage', 'a:3:{s:9:\"image-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:8:\"position\";i:2;s:5:\"image\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:2;s:10:\"image_size\";i:2;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:2;s:18:\"title_bottom_space\";i:2;s:11:\"title_color\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:17:\"description_color\";i:2;s:33:\"description_typography_typography\";i:2;s:34:\"description_typography_font_family\";i:2;s:32:\"description_typography_font_size\";i:2;s:34:\"description_typography_font_weight\";i:2;s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}}'),
(8140, 627, '_elementor_pro_version', '3.5.1'),
(8141, 627, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(8142, 4569, '_wp_page_template', 'default'),
(8143, 4569, '_elementor_edit_mode', 'builder'),
(8144, 4569, '_elementor_template_type', 'wp-post'),
(8145, 4569, '_elementor_version', '3.6.2'),
(8146, 4569, '_elementor_data', '[]'),
(8147, 4569, '_elementor_controls_usage', 'a:3:{s:9:\"image-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:8:\"position\";i:2;s:5:\"image\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:2;s:10:\"image_size\";i:2;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:2;s:18:\"title_bottom_space\";i:2;s:11:\"title_color\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:17:\"description_color\";i:2;s:33:\"description_typography_typography\";i:2;s:34:\"description_typography_font_family\";i:2;s:32:\"description_typography_font_size\";i:2;s:34:\"description_typography_font_weight\";i:2;s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}}'),
(8149, 4569, '_elementor_pro_version', '3.5.1'),
(8150, 4570, '_wp_page_template', 'default'),
(8151, 4570, '_elementor_edit_mode', 'builder'),
(8152, 4570, '_elementor_template_type', 'wp-post'),
(8153, 4570, '_elementor_version', '3.6.2'),
(8154, 4570, '_elementor_data', '[]'),
(8155, 4570, '_elementor_controls_usage', 'a:3:{s:9:\"image-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:8:\"position\";i:2;s:5:\"image\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:2;s:10:\"image_size\";i:2;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:2;s:18:\"title_bottom_space\";i:2;s:11:\"title_color\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:17:\"description_color\";i:2;s:33:\"description_typography_typography\";i:2;s:34:\"description_typography_font_family\";i:2;s:32:\"description_typography_font_size\";i:2;s:34:\"description_typography_font_weight\";i:2;s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}}'),
(8157, 4570, '_elementor_pro_version', '3.5.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8158, 4571, '_wp_page_template', 'default'),
(8159, 4571, '_elementor_edit_mode', 'builder'),
(8160, 4571, '_elementor_template_type', 'wp-post'),
(8161, 4571, '_elementor_version', '3.6.2'),
(8162, 4571, '_elementor_data', '[]'),
(8163, 4571, '_elementor_controls_usage', 'a:3:{s:9:\"image-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:8:\"position\";i:2;s:5:\"image\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:2;s:10:\"image_size\";i:2;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:2;s:18:\"title_bottom_space\";i:2;s:11:\"title_color\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:17:\"description_color\";i:2;s:33:\"description_typography_typography\";i:2;s:34:\"description_typography_font_family\";i:2;s:32:\"description_typography_font_size\";i:2;s:34:\"description_typography_font_weight\";i:2;s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}}'),
(8165, 4571, '_elementor_pro_version', '3.5.1'),
(8169, 4572, '_wp_page_template', 'default'),
(8170, 4572, '_elementor_edit_mode', 'builder'),
(8171, 4572, '_elementor_template_type', 'wp-post'),
(8172, 4572, '_elementor_version', '3.6.2'),
(8173, 4572, '_elementor_data', '[{\"id\":\"b70fd62\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ceb7ced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c47e5e4\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"13\",\"form_title\":\"yes\",\"form_title_text\":\"Contact Us!\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(8174, 4572, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:11:\"title_color\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:3:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:1;}}}}}'),
(8176, 4572, '_elementor_pro_version', '3.5.1'),
(8178, 4573, '_wp_page_template', 'default'),
(8179, 4573, '_elementor_edit_mode', 'builder'),
(8180, 4573, '_elementor_template_type', 'wp-post'),
(8181, 4573, '_elementor_version', '3.6.2'),
(8182, 4573, '_elementor_data', '[{\"id\":\"b70fd62\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ceb7ced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c47e5e4\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"13\",\"form_title\":\"yes\",\"form_title_text\":\"Contact Us!\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(8183, 4573, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:11:\"title_color\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:3:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:1;}}}}}'),
(8185, 4573, '_elementor_pro_version', '3.5.1'),
(8187, 4574, '_wp_page_template', 'default'),
(8188, 4574, '_elementor_edit_mode', 'builder'),
(8189, 4574, '_elementor_template_type', 'wp-post'),
(8190, 4574, '_elementor_version', '3.6.2'),
(8191, 4574, '_elementor_data', '[{\"id\":\"b70fd62\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ceb7ced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c47e5e4\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"13\",\"form_title\":\"yes\",\"form_title_text\":\"Contact Us!\",\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(8192, 4574, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:11:\"title_color\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:3:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:1;}}}}}'),
(8194, 4574, '_elementor_pro_version', '3.5.1'),
(8196, 4575, '_wp_page_template', 'default'),
(8197, 4575, '_elementor_edit_mode', 'builder'),
(8198, 4575, '_elementor_template_type', 'wp-post'),
(8199, 4575, '_elementor_version', '3.6.2'),
(8200, 4575, '_elementor_data', '[{\"id\":\"b70fd62\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ceb7ced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c47e5e4\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"13\",\"form_title\":\"yes\",\"form_title_text\":\"Contact Us!\",\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(8201, 4575, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:11:\"title_color\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:3:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:1;}}}}}'),
(8203, 4575, '_elementor_pro_version', '3.5.1'),
(8205, 4576, '_wp_page_template', 'default'),
(8206, 4576, '_elementor_edit_mode', 'builder'),
(8207, 4576, '_elementor_template_type', 'wp-post'),
(8208, 4576, '_elementor_version', '3.6.2'),
(8209, 4576, '_elementor_data', '[{\"id\":\"b70fd62\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ceb7ced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c47e5e4\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"13\",\"form_title\":\"yes\",\"form_title_text\":\"Contact Us!\",\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(8210, 4576, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:11:\"title_color\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:3:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:1;}}}}}'),
(8212, 4576, '_elementor_pro_version', '3.5.1'),
(8214, 4577, '_wp_page_template', 'default'),
(8215, 4577, '_elementor_edit_mode', 'builder'),
(8216, 4577, '_elementor_template_type', 'wp-post'),
(8217, 4577, '_elementor_version', '3.6.2'),
(8218, 4577, '_elementor_data', '[{\"id\":\"b70fd62\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":801,\"sizes\":[]}},\"elements\":[{\"id\":\"ceb7ced\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c47e5e4\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"13\",\"form_title\":\"yes\",\"form_title_text\":\"Contact Us!\",\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(8219, 4577, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:11:\"title_color\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:3:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:1;}}}}}'),
(8221, 4577, '_elementor_pro_version', '3.5.1'),
(8226, 4578, '_wp_page_template', 'default'),
(8227, 4578, '_elementor_edit_mode', 'builder'),
(8228, 4578, '_elementor_template_type', 'wp-post'),
(8229, 4578, '_elementor_version', '3.0.14'),
(8230, 4578, '_elementor_data', '[{\"id\":\"705a0768\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"29f0074e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"13ddb208\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment security\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69b5e71a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Encryption ensures increased transaction security. SSL technology protects data linked to personal and payment info.\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ce3fcbc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"center\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(8231, 4578, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}}'),
(8234, 4579, '_wp_page_template', 'default'),
(8235, 4579, '_elementor_edit_mode', 'builder'),
(8236, 4579, '_elementor_template_type', 'wp-post'),
(8237, 4579, '_elementor_version', '3.0.14'),
(8238, 4579, '_elementor_data', '[{\"id\":\"705a0768\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"29f0074e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"13ddb208\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment security\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69b5e71a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Encryption ensures increased transaction security. SSL technology protects data linked to personal and payment info.\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ce3fcbc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"center\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(8239, 4579, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}}'),
(8242, 4580, '_wp_page_template', 'default'),
(8243, 4580, '_elementor_edit_mode', 'builder'),
(8244, 4580, '_elementor_template_type', 'wp-post'),
(8245, 4580, '_elementor_version', '3.0.14'),
(8246, 4580, '_elementor_data', '[{\"id\":\"705a0768\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"29f0074e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"13ddb208\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment security\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69b5e71a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Encryption ensures increased transaction security. SSL technology protects data linked to personal and payment info.\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ce3fcbc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"center\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(8247, 4580, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}}'),
(8250, 2965, '_elementor_pro_version', '3.5.1'),
(8251, 2965, '_yoast_wpseo_content_score', '90'),
(8252, 2965, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(8256, 16, '_elementor_edit_mode', 'builder'),
(8257, 16, '_elementor_template_type', 'wp-page'),
(8258, 16, '_elementor_version', '3.6.2'),
(8259, 16, '_elementor_pro_version', '3.5.1'),
(8260, 4581, '_elementor_edit_mode', 'builder'),
(8261, 4581, '_elementor_template_type', 'wp-page'),
(8262, 4581, '_elementor_version', '3.6.2'),
(8263, 4581, '_elementor_pro_version', '3.5.1'),
(8264, 4581, '_wp_page_template', 'default'),
(8265, 4581, '_elementor_data', '[{\"id\":\"51757dfe\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"295fcf3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6b328ac3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:shortcode -->[woocommerce_checkout]<!-- \\/wp:shortcode -->\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8267, 15, '_edit_lock', '1649764149:1'),
(8268, 15, '_elementor_edit_mode', 'builder'),
(8269, 15, '_elementor_template_type', 'wp-page'),
(8270, 15, '_elementor_version', '3.6.2'),
(8271, 15, '_elementor_pro_version', '3.5.1'),
(8272, 4582, '_elementor_edit_mode', 'builder'),
(8273, 4582, '_elementor_template_type', 'wp-page'),
(8274, 4582, '_elementor_version', '3.6.2'),
(8275, 4582, '_elementor_pro_version', '3.5.1'),
(8276, 4582, '_wp_page_template', 'default'),
(8277, 4582, '_elementor_data', '[{\"id\":\"2f28dcff\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3f012293\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2693cd3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:shortcode -->[woocommerce_cart]<!-- \\/wp:shortcode -->\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8280, 4584, '_elementor_edit_mode', 'builder'),
(8281, 4584, '_elementor_template_type', 'kit'),
(8283, 12, '_wp_page_template', 'default'),
(8284, 12, '_elementor_page_settings', 'a:9:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:10:\"Hagar Bath\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(8292, 4586, '_wp_page_template', 'default'),
(8293, 4586, '_elementor_edit_mode', 'builder'),
(8294, 4586, '_elementor_template_type', 'wp-post'),
(8295, 4586, '_elementor_version', '3.6.2'),
(8296, 4586, '_elementor_data', '[{\"id\":\"705a0768\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"29f0074e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"13ddb208\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment security\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69b5e71a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Encryption ensures increased transaction security. SSL technology protects data linked to personal and payment info.\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ce3fcbc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"center\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(8297, 4586, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}}'),
(8299, 4586, '_elementor_pro_version', '3.5.1'),
(8318, 4592, '_order_key', 'wc_order_9uNHycilAmzPA'),
(8319, 4592, '_customer_user', '2'),
(8320, 4592, '_payment_method', 'razorpay'),
(8321, 4592, '_payment_method_title', 'Credit Card/Debit Card/NetBanking'),
(8322, 4592, '_customer_ip_address', '223.233.68.213'),
(8323, 4592, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),
(8324, 4592, '_created_via', 'checkout'),
(8325, 4592, '_cart_hash', 'b42bd77151090a4606a9e375f41825c1'),
(8326, 4592, '_billing_first_name', 'gaurav'),
(8327, 4592, '_billing_last_name', 'monga'),
(8328, 4592, '_billing_address_1', 'B-502 hindon apartment vasundhara enclave'),
(8329, 4592, '_billing_city', 'Delhi'),
(8330, 4592, '_billing_state', 'DL'),
(8331, 4592, '_billing_postcode', '110096'),
(8332, 4592, '_billing_country', 'IN'),
(8333, 4592, '_billing_email', 'gauravmonga54@gmail.com'),
(8334, 4592, '_billing_phone', '9999839839'),
(8335, 4592, '_order_currency', 'INR'),
(8336, 4592, '_cart_discount', '0'),
(8337, 4592, '_cart_discount_tax', '0'),
(8338, 4592, '_order_shipping', '0'),
(8339, 4592, '_order_shipping_tax', '0'),
(8340, 4592, '_order_tax', '256.32'),
(8341, 4592, '_order_total', '1680.32'),
(8342, 4592, '_order_version', '6.3.1'),
(8343, 4592, '_prices_include_tax', 'no'),
(8344, 4592, '_billing_address_index', 'gaurav monga  B-502 hindon apartment vasundhara enclave  Delhi DL 110096 IN gauravmonga54@gmail.com 9999839839'),
(8345, 4592, '_shipping_address_index', '         '),
(8347, 4592, 'is_magic_checkout_order', 'no'),
(8351, 4592, 'is_vat_exempt', 'no'),
(8353, 4595, '_wp_attached_file', '2022/04/7.jpg'),
(8354, 4595, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:542;s:6:\"height\";i:325;s:4:\"file\";s:13:\"2022/04/7.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"7-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:9:\"7-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:10:\"7-10x6.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:6;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1578150668\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8367, 4597, '_order_key', 'wc_order_MCDKA7IzLZ1Fu'),
(8368, 4597, '_customer_user', '2'),
(8369, 4597, '_payment_method', 'razorpay'),
(8370, 4597, '_payment_method_title', 'Credit Card/Debit Card/NetBanking'),
(8371, 4597, '_customer_ip_address', '223.233.68.180'),
(8372, 4597, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),
(8373, 4597, '_created_via', 'checkout'),
(8374, 4597, '_cart_hash', '4f0803100c6ac7a617aeadadb60ed746'),
(8375, 4597, '_billing_first_name', 'gaurav'),
(8376, 4597, '_billing_last_name', 'monga'),
(8377, 4597, '_billing_address_1', 'B-502 hindon apartment vasundhara enclave'),
(8378, 4597, '_billing_city', 'Delhi'),
(8379, 4597, '_billing_state', 'DL'),
(8380, 4597, '_billing_postcode', '110096'),
(8381, 4597, '_billing_country', 'IN'),
(8382, 4597, '_billing_email', 'gauravmonga54@gmail.com'),
(8383, 4597, '_billing_phone', '9999839839'),
(8384, 4597, '_order_currency', 'INR'),
(8385, 4597, '_cart_discount', '0'),
(8386, 4597, '_cart_discount_tax', '0'),
(8387, 4597, '_order_shipping', '0'),
(8388, 4597, '_order_shipping_tax', '0'),
(8389, 4597, '_order_tax', '307.44'),
(8390, 4597, '_order_total', '2015.44'),
(8391, 4597, '_order_version', '6.3.1'),
(8392, 4597, '_prices_include_tax', 'no'),
(8393, 4597, '_billing_address_index', 'gaurav monga  B-502 hindon apartment vasundhara enclave  Delhi DL 110096 IN gauravmonga54@gmail.com 9999839839'),
(8394, 4597, '_shipping_address_index', '         '),
(8395, 4597, 'is_vat_exempt', 'no'),
(8396, 4597, 'is_magic_checkout_order', 'no'),
(8405, 4601, '_elementor_edit_mode', 'builder'),
(8406, 4601, '_elementor_template_type', 'wp-page'),
(8407, 4601, '_elementor_version', '3.6.2'),
(8408, 4601, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8409, 4601, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8411, 4601, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8412, 4601, '_elementor_pro_version', '3.5.1'),
(8414, 4602, '_elementor_edit_mode', 'builder'),
(8415, 4602, '_elementor_template_type', 'wp-page'),
(8416, 4602, '_elementor_version', '3.6.2'),
(8417, 4602, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8418, 4602, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"img_min_size\":\"400px\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"Disable\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"3\",\"taxonomies\":[\"86\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8420, 4602, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8421, 4602, '_elementor_pro_version', '3.5.1'),
(8423, 4603, '_elementor_edit_mode', 'builder'),
(8424, 4603, '_elementor_template_type', 'wp-page'),
(8425, 4603, '_elementor_version', '3.6.2'),
(8426, 4603, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8427, 4603, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":978,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8429, 4603, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8430, 4603, '_elementor_pro_version', '3.5.1'),
(8433, 4604, '_elementor_edit_mode', 'builder'),
(8434, 4604, '_elementor_template_type', 'wp-page'),
(8435, 4604, '_elementor_version', '3.6.2'),
(8436, 4604, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8437, 4604, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":978,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8439, 4604, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8440, 4604, '_elementor_pro_version', '3.5.1'),
(8442, 4605, '_elementor_edit_mode', 'builder'),
(8443, 4605, '_elementor_template_type', 'wp-page'),
(8444, 4605, '_elementor_version', '3.6.2'),
(8445, 4605, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8446, 4605, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\",\"id\":4346,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80,\"width\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":71,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"align_mobile\":\"center\",\"object-fit\":\"contain\",\"height_mobile\":{\"unit\":\"px\",\"size\":297,\"sizes\":[]},\"image_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":978,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8448, 4605, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8449, 4605, '_elementor_pro_version', '3.5.1'),
(8451, 4606, '_elementor_edit_mode', 'builder'),
(8452, 4606, '_elementor_template_type', 'wp-page'),
(8453, 4606, '_elementor_version', '3.6.2'),
(8454, 4606, '_wp_page_template', 'default'),
(8455, 4606, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":978,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8457, 4606, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8458, 4606, '_elementor_pro_version', '3.5.1'),
(8460, 4607, '_elementor_edit_mode', 'builder'),
(8461, 4607, '_elementor_template_type', 'wp-page'),
(8462, 4607, '_elementor_version', '3.6.2'),
(8463, 4607, '_wp_page_template', 'default'),
(8464, 4607, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":978,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8466, 4607, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8467, 4607, '_elementor_pro_version', '3.5.1'),
(8469, 4608, '_elementor_edit_mode', 'builder'),
(8470, 4608, '_elementor_template_type', 'wp-page'),
(8471, 4608, '_elementor_version', '3.6.2'),
(8472, 4608, '_wp_page_template', 'default'),
(8473, 4608, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":978,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8475, 4608, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8476, 4608, '_elementor_pro_version', '3.5.1'),
(8478, 4609, '_elementor_edit_mode', 'builder'),
(8479, 4609, '_elementor_template_type', 'wp-page'),
(8480, 4609, '_elementor_version', '3.6.2'),
(8481, 4609, '_wp_page_template', 'default'),
(8482, 4609, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":978,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8484, 4609, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8485, 4609, '_elementor_pro_version', '3.5.1'),
(8489, 4610, '_wp_page_template', 'default'),
(8490, 4610, '_elementor_edit_mode', 'builder'),
(8491, 4610, '_elementor_template_type', 'wp-post'),
(8492, 4610, '_elementor_version', '3.6.1'),
(8493, 4610, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":21.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.471,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Sanitary\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bathroom\",\"link\":{\"url\":\"Bathroom\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Kitchen\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Shower\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Accessories\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.348,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(8495, 4610, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(8496, 4610, '_elementor_pro_version', '3.5.1'),
(8498, 4611, '_wp_page_template', 'default'),
(8499, 4611, '_elementor_edit_mode', 'builder'),
(8500, 4611, '_elementor_template_type', 'wp-post'),
(8501, 4611, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8502, 4611, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":21.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.471,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Sanitary\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bathroom\",\"link\":{\"url\":\"Bathroom\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Kitchen\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Shower\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Accessories\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.348,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(8504, 4611, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(8505, 4611, '_elementor_pro_version', '3.5.1'),
(8507, 4612, '_wp_page_template', 'default'),
(8508, 4612, '_elementor_edit_mode', 'builder'),
(8509, 4612, '_elementor_template_type', 'wp-post'),
(8510, 4612, '_elementor_version', '3.6.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8511, 4612, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"\\/privacy-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":21.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.471,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Sanitary\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bathroom\",\"link\":{\"url\":\"Bathroom\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Kitchen\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Shower\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Accessories\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.348,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(8513, 4612, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(8514, 4612, '_elementor_pro_version', '3.5.1'),
(8530, 4614, '_edit_lock', '1649842697:1'),
(8532, 4615, '_wp_page_template', 'default'),
(8533, 4615, '_elementor_edit_mode', 'builder'),
(8534, 4615, '_elementor_template_type', 'wp-post'),
(8535, 4615, '_elementor_version', '3.6.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8536, 4615, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"\\/privacy-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":21.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.471,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Sanitary\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bathroom\",\"link\":{\"url\":\"Bathroom\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Kitchen\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Shower\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Accessories\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.348,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(8538, 4615, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(8539, 4615, '_elementor_pro_version', '3.5.1'),
(8541, 4616, '_wp_page_template', 'default'),
(8542, 4616, '_elementor_edit_mode', 'builder'),
(8543, 4616, '_elementor_template_type', 'wp-post'),
(8544, 4616, '_elementor_version', '3.6.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8545, 4616, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"\\/privacy-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":21.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.471,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Sanitary\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bathroom\",\"link\":{\"url\":\"Bathroom\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Kitchen\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Shower\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Accessories\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.348,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(8547, 4616, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(8548, 4616, '_elementor_pro_version', '3.5.1'),
(8550, 4617, '_wp_page_template', 'default'),
(8551, 4617, '_elementor_edit_mode', 'builder'),
(8552, 4617, '_elementor_template_type', 'wp-post'),
(8553, 4617, '_elementor_version', '3.6.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8554, 4617, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"\\/privacy-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":21.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.471,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Sanitary\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bathroom\",\"link\":{\"url\":\"Bathroom\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Kitchen\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Shower\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Accessories\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.348,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(8556, 4617, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(8557, 4617, '_elementor_pro_version', '3.5.1'),
(8562, 4618, '_elementor_edit_mode', 'builder'),
(8563, 4618, '_elementor_template_type', 'wp-page'),
(8564, 4618, '_elementor_version', '3.6.2'),
(8565, 4618, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8566, 4618, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":978,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8568, 4618, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8569, 4618, '_elementor_pro_version', '3.5.1'),
(8571, 4619, '_elementor_edit_mode', 'builder'),
(8572, 4619, '_elementor_template_type', 'wp-page'),
(8573, 4619, '_elementor_version', '3.6.2'),
(8574, 4619, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8575, 4619, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":978,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8577, 4619, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8578, 4619, '_elementor_pro_version', '3.5.1'),
(8580, 4620, '_elementor_edit_mode', 'builder'),
(8581, 4620, '_elementor_template_type', 'wp-page'),
(8582, 4620, '_elementor_version', '3.6.2'),
(8583, 4620, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8584, 4620, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":978,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8586, 4620, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8587, 4620, '_elementor_pro_version', '3.5.1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8593, 4614, '_oembed_1a5f60f93cc9232a78d79093dad2e231', '<blockquote class=\"wp-embedded-content\" data-secret=\"VFe5EsVjVK\"><a href=\"https://hagarbath.com/shop/\">Hagar Bath</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;Hagar Bath&#8221; &#8212; Hagar Bath\" src=\"https://hagarbath.com/shop/embed/#?secret=dmNuYQZp2F#?secret=VFe5EsVjVK\" data-secret=\"VFe5EsVjVK\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),
(8594, 4614, '_oembed_time_1a5f60f93cc9232a78d79093dad2e231', '1649842077'),
(8595, 4614, '_elementor_edit_mode', 'builder'),
(8596, 4614, '_elementor_template_type', 'wp-page'),
(8597, 4614, '_elementor_version', '3.6.2'),
(8598, 4614, '_elementor_pro_version', '3.5.1'),
(8599, 4614, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8600, 4614, '_elementor_data', '[{\"id\":\"74b8b9a3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21d41771\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2983f641\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a0<\\/p>\\n<div data-custom-class=\\\"body\\\"><br \\/>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\" data-custom-class=\\\"title\\\"><strong><span style=\\\"line-height: 22.5px; font-size: 26px;\\\">TERMS AND CONDITIONS<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 22.5px;\\\" align=\\\"center\\\"><a name=\\\"_7m5b3xg56u7y\\\"><\\/a><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: left; line-height: 150%;\\\" align=\\\"center\\\" data-custom-class=\\\"subtitle\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\" data-custom-class=\\\"subtitle\\\"><span style=\\\"color: #595959; font-size: 14.6667px; text-align: justify;\\\"><strong>Last updated April 13, 2022<\\/strong><\\/span><br \\/><a name=\\\"_gm5sejt4p02f\\\"><\\/a><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 115%;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 115%;\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"color: #7f7f7f;\\\"><span style=\\\"color: #000000;\\\"><strong><span data-custom-class=\\\"heading_1\\\">TABLE OF CONTENTS<\\/span><\\/strong><\\/span><\\/span><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#agreement\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">1. AGREEMENT TO TERMS<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#ip\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">2. INTELLECTUAL PROPERTY RIGHTS<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"color: #595959;\\\"><a href=\\\"#userreps\\\" data-custom-class=\\\"link\\\">3. USER REPRESENTATIONS<\\/a><\\/span><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#userreg\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">4. USER REGISTRATION<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#products\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">5. PRODUCTS<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#purchases\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">6. PURCHASES AND PAYMENT<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#returnrefunds\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">7. RETURN POLICY<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#prohibited\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">8. PROHIBITED ACTIVITIES<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#ugc\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">9. USER GENERATED CONTRIBUTIONS<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"color: #595959;\\\"><a href=\\\"#license\\\" data-custom-class=\\\"link\\\">10. CONTRIBUTION LICENSE<\\/a><\\/span><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"color: #595959;\\\"><a href=\\\"#submissions\\\" data-custom-class=\\\"link\\\">11. SUBMISSIONS<\\/a><\\/span><\\/span><\\/div>\\n<div style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"color: #595959;\\\"><a href=\\\"#sitemanage\\\" data-custom-class=\\\"link\\\">12. SITE MANAGEMENT<\\/a><\\/span><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#privacypolicy\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">13. PRIVACY POLICY<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#terms\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">14. TERM AND TERMINATION<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#modifications\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">15. MODIFICATIONS AND INTERRUPTIONS<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#law\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">16. GOVERNING LAW<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#disputes\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">17. DISPUTE RESOLUTION<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"color: #595959;\\\"><a href=\\\"#corrections\\\" data-custom-class=\\\"link\\\">18. CORRECTIONS<\\/a><\\/span><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#disclaimer\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">19. DISCLAIMER<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#liability\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">20. LIMITATIONS OF LIABILITY<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"color: #595959;\\\"><a href=\\\"#indemnification\\\" data-custom-class=\\\"link\\\">21. INDEMNIFICATION<\\/a><\\/span><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#userdata\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">22. USER DATA<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#electronic\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">23. ELECTRONIC COMMUNICATIONS, TRANSACTIONS, AND SIGNATURES<\\/span><\\/a><\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#misc\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">24. MISCELLANEOUS<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"color: #595959;\\\"><a href=\\\"#contact\\\" data-custom-class=\\\"link\\\">25. CONTACT US<\\/a><\\/span><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"agreement\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><a name=\\\"_6aa3gkhykvst\\\"><\\/a><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">1. <\\/span><\\/strong>AGREEMENT TO TERMS<\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">These Terms of Use constitute a legally binding agreement made between you, whether personally or on behalf of an entity (\\u201cyou\\u201d) and Hagar Bath Pvt Ltd (\\\"<strong>Company<\\/strong>\\\", \\u201c<strong>we<\\/strong>\\u201d, \\u201c<strong>us<\\/strong>\\u201d, or \\u201c<strong>our<\\/strong>\\u201d), concerning your access to and use of the <a href=\\\"http:\\/\\/www.hagarbath.com\\/shop\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-custom-class=\\\"link\\\">http:\\/\\/www.hagarbath.com\\/shop<\\/a> website as well as any other media form, media channel, mobile website or mobile application related, linked, or otherwise connected thereto (collectively, the \\u201cSite\\u201d).<span style=\\\"font-size: 11.0pt; line-height: 115%; &lt;br \\/&gt;arial;mso-fareast-font-family: Calibri; color: #595959; mso-themecolor: text1; &lt;br \\/&gt;mso-themetint: 166;\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; &lt;br \\/&gt;arial;mso-fareast-font-family: Calibri; color: #595959; mso-themecolor: text1; &lt;br \\/&gt;mso-themetint: 166;\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; &lt;br \\/&gt;arial;mso-fareast-font-family: Calibri; color: #595959; mso-themecolor: text1; &lt;br \\/&gt;mso-themetint: 166;\\\"> We are registered in <span style=\\\"font-size: 11.0pt; line-height: 115%; &lt;br \\/&gt;arial;mso-fareast-font-family: Calibri; color: #595959; mso-themecolor: text1; &lt;br \\/&gt;mso-themetint: 166;\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; &lt;br \\/&gt;arial;mso-fareast-font-family: Calibri; color: #595959; mso-themecolor: text1; &lt;br \\/&gt;mso-themetint: 166;\\\">India<\\/span><\\/span> and have our registered office at E-20, Pilanji, South Extension I<\\/span><\\/span>, Delhi<\\/span><\\/span><span style=\\\"font-size: 15px;\\\"><span data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span data-custom-class=\\\"body_text\\\"><span style=\\\"color: #595959;\\\">, Delhi 110049<\\/span><\\/span><\\/span><\\/span><\\/span><span style=\\\"font-size: 11.0pt; line-height: 115%; &lt;br \\/&gt;arial;mso-fareast-font-family: Calibri; color: #595959; mso-themecolor: text1; &lt;br \\/&gt;mso-themetint: 166;\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; &lt;br \\/&gt;arial;mso-fareast-font-family: Calibri; color: #595959; mso-themecolor: text1; &lt;br \\/&gt;mso-themetint: 166;\\\">.<\\/span><\\/span> You agree that by accessing the Site, you have read, understood, and agreed to be bound by all of these Terms of Use. IF YOU DO NOT AGREE WITH ALL OF THESE TERMS OF USE, THEN YOU ARE EXPRESSLY PROHIBITED FROM USING THE SITE AND YOU MUST DISCONTINUE USE IMMEDIATELY.<\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">Supplemental terms and conditions or documents that may be posted on the Site from time to time are hereby expressly incorporated herein by reference. We reserve the right, in our sole discretion, to make changes or modifications to these Terms of Use at any time and for any reason. We will alert you about any changes by updating the \\u201cLast updated\\u201d date of these Terms of Use, and you waive any right to receive specific notice of each such change. Please ensure that you check the applicable Terms every time you use our Site so that you understand which Terms apply. You will be subject to, and will be deemed to have been made aware of and to have accepted, the changes in any revised Terms of Use by your continued use of the Site after the date such revised Terms of Use are posted.<\\/span><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">The information provided on the Site is not intended for distribution to or use by any person or entity in any jurisdiction or country where such distribution or use would be contrary to law or regulation or which would subject us to any registration requirement within such jurisdiction or country. Accordingly, those persons who choose to access the Site from other locations do so on their own initiative and are solely responsible for compliance with local laws, if and to the extent local laws are applicable.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 115%;\\\">\\u00a0<\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\" data-custom-class=\\\"body_text\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\"><span style=\\\"color: #595959; font-size: 14.6667px;\\\">All users who are minors in the jurisdiction in which they reside (generally under the age of 18) must have the permission of, and be directly supervised by, their parent or guardian to use the Site. If you are a minor, you must have your parent or guardian read and agree to these Terms of Use prior to you using the Site.<\\/span><\\/span><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div id=\\\"ip\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><a name=\\\"_b6y29mp52qvx\\\"><\\/a><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">2.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>INTELLECTUAL PROPERTY RIGHTS<\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">Unless otherwise<br \\/>indicated, the Site is our proprietary property and all source code, databases,<br \\/>functionality, software, website designs, audio, video, text, photographs, and<br \\/>graphics on the Site (collectively, the \\u201cContent\\u201d) and the trademarks, service<br \\/>marks, and logos contained therein (the \\u201cMarks\\u201d) are owned or controlled by us or<br \\/>licensed to us, and are protected by copyright and trademark laws and various<br \\/>other intellectual property rights and unfair competition laws of the United<br \\/>States, international copyright laws, and international conventions. The Content and the Marks are provided on the<br \\/>Site \\u201cAS IS\\u201d for your information and personal use only. Except as expressly provided in these Terms<br \\/>of Use, no part of the Site and no Content or Marks may be copied, reproduced,<br \\/>aggregated, republished, uploaded, posted, publicly displayed, encoded,<br \\/>translated, transmitted, distributed, sold, licensed, or otherwise exploited<br \\/>for any commercial purpose whatsoever, without our express prior written<br \\/>permission.<\\/span><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">Provided that you<br \\/>are eligible to use the Site, you are granted a limited license to access and<br \\/>use the Site and to download or print a copy of any portion of the Content to<br \\/>which you have properly gained access solely for your personal, non-commercial<br \\/>use. We reserve all rights not expressly granted to you in and to the Site, the Content and the Marks.<\\/span><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div id=\\\"userreps\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><a name=\\\"_5hg7kgyv9l8z\\\"><\\/a><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">3.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>USER REPRESENTATIONS<\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">By using the Site, you represent and warrant that:<\\/span> <span style=\\\"color: #595959; font-size: 11pt;\\\">(<\\/span><span style=\\\"color: #595959; font-size: 14.6667px;\\\">1<\\/span><span style=\\\"color: #595959; font-size: 11pt;\\\">) all registration information you submit<br \\/>will be true, accurate, current, and complete; (<\\/span><span style=\\\"color: #595959; font-size: 14.6667px;\\\">2<\\/span><span style=\\\"color: #595959; font-size: 11pt;\\\">) you will maintain the accuracy of such information and promptly update such registration information as necessary;<\\/span> <span style=\\\"color: #595959; font-size: 11pt;\\\">(<\\/span><span style=\\\"color: #595959; font-size: 14.6667px;\\\">3<\\/span><span style=\\\"color: #595959; font-size: 11pt;\\\">) you have the legal capacity and you agree to comply with these Terms of Use;<\\/span> <span style=\\\"color: #595959; font-size: 11pt;\\\">(<\\/span><span style=\\\"color: #595959; font-size: 14.6667px;\\\">4<\\/span><span style=\\\"color: #595959; font-size: 11pt;\\\">) you are not a<br \\/>minor in the jurisdiction in which you reside<\\/span>, or if a minor, you have<br \\/>received parental permission to use the Site; (<span style=\\\"color: #595959; font-size: 14.6667px;\\\">5<\\/span><span style=\\\"color: #595959; font-size: 11pt;\\\">) you will not access the Site<br \\/>through automated or non-human means, whether through a bot, script or<br \\/>otherwise; (<\\/span><span style=\\\"color: #595959; font-size: 14.6667px;\\\">6<\\/span><span style=\\\"color: #595959; font-size: 11pt;\\\">) you will not use the Site for any illegal or unauthorized<br \\/>purpose; and (<\\/span><span style=\\\"color: #595959; font-size: 14.6667px;\\\">7<\\/span><span style=\\\"color: #595959; font-size: 11pt;\\\">) your use of the Site<br \\/>will not violate any applicable law or regulation.<\\/span><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 115%;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 17.25px;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">If you provide any information that is untrue, inaccurate, not current, or incomplete, we have the right to suspend or terminate your account and refuse any and all current or future use of the Site (or any portion thereof).<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\n<div id=\\\"userreg\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">4.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>USER REGISTRATION<\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: left; line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">You may be required to register with the Site. You agree to keep your password confidential and will be responsible for all use of your account and password. We reserve the right to remove, reclaim, or change a username you select if we determine, in our sole discretion, that such username is inappropriate, obscene, or otherwise objectionable.<\\/span><\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<\\/div>\\n<div id=\\\"products\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><a name=\\\"_nds4qylockxx\\\"><\\/a><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">5.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>PRODUCTS<\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">We make every effort to display as accurately as possible the colors, features, specifications, and details of the products available on the Site. However, we do not guarantee that the colors, features, specifications, and details of the products will be accurate, complete, reliable, current, or free of other errors, and your electronic display may not accurately reflect the actual colors and details of the products. All products are subject to availability,<br \\/>and we cannot guarantee that items will be in stock. We reserve the right to<br \\/>discontinue any products at any time for any reason. Prices for all products<br \\/>are subject to change.<\\/span><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div id=\\\"purchases\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><a name=\\\"_ynub0jdx8pob\\\"><\\/a><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">6.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>PURCHASES AND PAYMENT<\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">We accept the following forms of payment:<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 115%;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: left; line-height: 1;\\\">\\u00a0<\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; margin-left: 20px;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">- Visa<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; margin-left: 20px;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">- Mastercard<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; margin-left: 20px;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">- American Express<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; margin-left: 20px;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">- Discover<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; margin-left: 20px;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">- PayPal<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; margin-left: 20px;\\\" data-custom-class=\\\"body_text\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">\\u00a0<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">You agree to provide current, complete, and accurate purchase and account information for all purchases made via the Site. You further agree to promptly update account and payment information, including email address, payment method, and payment card expiration date, so that we can complete your transactions and contact you as needed. Sales tax will be added to the price of purchases as deemed required by us. We may change prices at any time. All payments shall be <\\/span><span style=\\\"font-size: 15px; line-height: 115%; font-family: Arial; color: #595959;\\\">in INR.<\\/span><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">You agree to pay all charges at the prices then in effect for your purchases and any applicable shipping fees, and you authorize us to charge your chosen payment provider for any such amounts upon placing your order. We reserve the right to correct<br \\/>any errors or mistakes in pricing, even if we have already requested or<br \\/>received payment.<\\/span><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">We reserve the<br \\/>right to refuse any order placed through the Site. We may, in our sole discretion, limit or<br \\/>cancel quantities purchased per person, per household, or per order. These restrictions may include orders placed<br \\/>by or under the same customer account, the same payment method, and\\/or orders<br \\/>that use the same billing or shipping address. We reserve the right to limit or prohibit orders that, in our sole<br \\/>judgment, appear to be placed by dealers, resellers, or distributors.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 115%;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div id=\\\"returnrefunds\\\" class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px;\\\"><span style=\\\"font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">7.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>RETURN<\\/span><span style=\\\"font-size: 19px;\\\"> POLICY<\\/span><\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"font-size: 15px; line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">Please review our Return Policy posted on the Site prior to making any purchases.<\\/span><\\/div>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"font-size: 15px; line-height: 1.5;\\\">\\u00a0<\\/div>\\n<a name=\\\"_h284p8mrs3r7\\\"><\\/a>\\n<div id=\\\"prohibited\\\" class=\\\"MsoNormal\\\" style=\\\"text-align: left; line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">8.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>PROHIBITED ACTIVITIES<\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">You may not access or use the Site for any purpose other than that for which we make the Site available. The Site may not be used in connection with any commercial endeavors except those that are specifically endorsed or approved by us.<\\/span><\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 17.25px;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.1;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 17.25px;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">As a user of the Site, you agree not to:<\\/span><\\/div>\\n<\\/div>\\n<ul>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Systematically retrieve data or other content from the Site to create or compile, directly or indirectly, a collection, compilation, database, or directory without written permission from us.<\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Trick, defraud, or mislead us and other users, especially in any attempt to learn sensitive account information such as user passwords.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Circumvent, disable, or otherwise interfere with security-related features of the Site, including features that prevent or restrict the use or copying of any Content or enforce limitations on the use of the Site and\\/or the Content contained therein.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Disparage, tarnish, or otherwise harm, in our opinion, us and\\/or the Site.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Use any information obtained from the Site in order to harass, abuse, or harm another person.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Make improper use of our support services or submit false reports of abuse or misconduct.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Use the Site in a manner inconsistent with any applicable laws or regulations.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Engage in unauthorized framing of or linking to the Site.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Upload or transmit (or attempt to upload or to transmit) viruses, Trojan horses, or other material, including excessive use of capital letters and spamming (continuous posting of repetitive text), that interferes with any party\\u2019s uninterrupted use and enjoyment of the Site or modifies, impairs, disrupts, alters, or interferes with the use, features, functions, operation, or maintenance of the Site.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Engage in any automated use of the system, such as using scripts to send comments or messages, or using any data mining, robots, or similar data gathering and extraction tools.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Delete the copyright or other proprietary rights notice from any Content.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Attempt to impersonate another user or person or use the username of another user.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Upload or transmit (or attempt to upload or to transmit) any material that acts as a passive or active information collection or transmission mechanism, including without limitation, clear graphics interchange formats (\\u201cgifs\\u201d), 1\\u00d71 pixels, web bugs, cookies, or other similar devices (sometimes referred to as \\u201cspyware\\u201d or \\u201cpassive collection mechanisms\\u201d or \\u201cpcms\\u201d).<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Interfere with, disrupt, or create an undue burden on the Site or the networks or services connected to the Site.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Harass, annoy, intimidate, or threaten any of our employees or agents engaged in providing any portion of the Site to you.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Attempt to bypass any measures of the Site designed to prevent or restrict access to the Site, or any portion of the Site.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Copy or adapt the Site\\u2019s software, including but not limited to Flash, PHP, HTML, JavaScript, or other code.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Except as permitted by applicable law, decipher, decompile, disassemble, or reverse engineer any of the software comprising or in any way making up a part of the Site.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Except as may be the result of standard search engine or Internet browser usage, use, launch, develop, or distribute any automated system, including without limitation, any spider, robot, cheat utility, scraper, or offline reader that accesses the Site, or using or launching any unauthorized script or other software.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Use a buying agent or purchasing agent to make purchases on the Site.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Make any unauthorized use of the Site, including collecting usernames and\\/or email addresses of users by electronic or other means for the purpose of sending unsolicited email, or creating user accounts by automated means or under false pretenses.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Use the Site as part of any effort to compete with us or otherwise use the Site and\\/or the Content for any revenue-generating endeavor or commercial enterprise.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<\\/ul>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 17.25px;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\n<div id=\\\"ugc\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">9.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>USER GENERATED CONTRIBUTIONS<\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">The Site does not offer users to submit or post content. We may provide you with the opportunity to create, submit, post, display, transmit, perform, publish, distribute, or broadcast content and materials to us or on the Site, including but not limited to text, writings, video, audio, photographs, graphics, comments, suggestions, or personal information or other material (collectively, \\\"Contributions\\\"). Contributions may be viewable by other users of the Site and through third-party websites. As such, any Contributions you transmit may be treated in accordance with the Site Privacy Policy. When you create or make available any Contributions, you thereby represent and warrant that:<\\/span><\\/span><\\/div>\\n<\\/div>\\n<\\/div>\\n<\\/div>\\n<ul>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">The creation, distribution, transmission, public display, or performance, and the accessing, downloading, or copying of your Contributions do not and will not infringe the proprietary rights, including but not limited to the copyright, patent, trademark, trade secret, or moral rights of any third party.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">You are the creator and owner of or have the necessary licenses, rights, consents, releases, and permissions to use and to authorize us, the Site, and other users of the Site to use your Contributions in any manner contemplated by the Site and these Terms of Use.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">You have the written consent, release, and\\/or permission of each and every identifiable individual person in your Contributions to use the name or likeness of each and every such identifiable individual person to enable inclusion and use of your Contributions in any manner contemplated by the Site and these Terms of Use.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions are not false, inaccurate, or misleading.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions are not unsolicited or unauthorized advertising, promotional materials, pyramid schemes, chain letters, spam, mass mailings, or other forms of solicitation.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions are not obscene, lewd, lascivious, filthy, violent, harassing, libelous, slanderous, or otherwise objectionable (as determined by us).<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions do not ridicule, mock, disparage, intimidate, or abuse anyone.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions are not used to harass or threaten (in the legal sense of those terms) any other person and to promote violence against a specific person or class of people.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions do not violate any applicable law, regulation, or rule.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions do not violate the privacy or publicity rights of any third party.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions do not violate any applicable law concerning child pornography, or otherwise intended to protect the health or well-being of minors;<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions do not include any offensive comments that are connected to race, national origin, gender, sexual preference, or physical handicap.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions do not otherwise violate, or link to material that violates, any provision of these Terms of Use, or any applicable law or regulation.<\\/span><\\/span><\\/span><\\/li>\\n<\\/ul>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">Any use of the Site or the Marketplace Offerings in violation of the foregoing violates these Terms of Use and may result in, among other things, termination or suspension of your rights to use the Site and the Marketplace Offerings.<\\/span><\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\n<div id=\\\"license\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">10.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>CONTRIBUTION LICENSE<\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">You and Site agree that we may access, store, process, and use any information and personal data that you provide following the terms of the Privacy Policy and your choices (including settings).<\\/span><\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">By submitting suggestions or other feedback regarding the Site, you agree that we can use and share such feedback for any purpose without compensation to you.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">We do not assert any ownership over your Contributions. You retain full ownership of all of your Contributions and any intellectual property rights or other proprietary rights associated with your Contributions. We are not liable for any statements or representations in your Contributions provided by you in any area on the Site. You are solely responsible for your Contributions to the Site and you expressly agree to exonerate us from any and all responsibility and to refrain from any legal action against us regarding your Contributions.<\\/span><\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<\\/div>\\n<div id=\\\"submissions\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.1;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">11.<\\/span><\\/strong><\\/span> <\\/strong><\\/span><\\/strong>SUBMISSIONS<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\">You acknowledge and agree that any questions, comments, suggestions, ideas, feedback, or other information regarding the Site or the Marketplace Offerings (\\\"Submissions\\\") provided by you to us are non-confidential and shall become our sole property. We shall own exclusive rights, including all intellectual property rights, and shall be entitled to the unrestricted use and dissemination of these Submissions for any lawful purpose, commercial or otherwise, without acknowledgment or compensation to you. You hereby waive all moral rights to any such Submissions, and you hereby warrant that any such Submissions are original with you or that you have the right to submit such Submissions. You agree there shall be no recourse against us for any alleged or actual infringement or misappropriation of any proprietary right in your Submissions.<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div id=\\\"sitemanage\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">12.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>SITE MANAGEMENT<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\">We reserve the right, but not the obligation, to: (1) monitor the Site for violations of these Terms of Use; (2) take appropriate legal action against anyone who, in our sole discretion, violates the law or these Terms of Use, including without limitation, reporting such user to law enforcement authorities; (3) in our sole discretion and without limitation, refuse, restrict access to, limit the availability of, or disable (to the extent technologically feasible) any of your Contributions or any portion thereof; (4) in our sole discretion and without limitation, notice, or liability, to remove from the Site or otherwise disable all files and content that are excessive in size or are in any way burdensome to our systems; and (5) otherwise manage the Site in a manner designed to protect our rights and property and to facilitate the proper functioning of the Site and the Marketplace Offerings.<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div id=\\\"privacypolicy\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><strong><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">13.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>PRIVACY POLICY<\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">We care about data privacy and security. Please review our Privacy Policy:<strong> <a href=\\\"https:\\/\\/hagarbath.com\\/shop\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-custom-class=\\\"link\\\">https:\\/\\/hagarbath.com\\/shop\\/privacy-policy\\/<\\/a><\\/strong>. By using the Site or the Marketplace Offerings, you agree to be bound by our Privacy Policy, which is incorporated into these Terms of Use. Please be advised the Site and the Marketplace Offerings are hosted in India. If you access the Site or the Marketplace Offerings from any other region of the world with laws or other requirements governing personal data collection, use, or disclosure that differ from applicable laws in <span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">India<\\/span>, then through your continued use of the Site, you are transferring your data to <span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">India<\\/span>, and you expressly consent to have your data transferred to and processed in <span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">India<\\/span>.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"terms\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">14.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>TERM AND TERMINATION<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">These Terms of Use shall remain in full force and effect while you use the Site. WITHOUT LIMITING ANY OTHER PROVISION OF THESE TERMS OF USE, WE RESERVE THE RIGHT TO, IN OUR SOLE DISCRETION AND WITHOUT NOTICE OR LIABILITY, DENY ACCESS TO AND USE OF THE SITE AND THE MARKETPLACE OFFERINGS (INCLUDING BLOCKING CERTAIN IP ADDRESSES), TO ANY PERSON FOR ANY REASON OR FOR NO REASON, INCLUDING WITHOUT LIMITATION FOR BREACH OF ANY REPRESENTATION, WARRANTY, OR COVENANT CONTAINED IN THESE TERMS OF USE OR OF ANY APPLICABLE LAW OR REGULATION. WE MAY TERMINATE YOUR USE OR PARTICIPATION IN THE SITE AND THE MARKETPLACE OFFERINGS OR DELETE YOUR ACCOUNT AND ANY CONTENT OR INFORMATION THAT YOU POSTED AT ANY TIME, WITHOUT WARNING, IN OUR SOLE DISCRETION.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">If we terminate or suspend your account for any reason, you are prohibited from registering and creating a new account under your name, a fake or borrowed name, or the name of any third party, even if you may be acting on behalf of the third party. In addition to terminating or suspending your account, we reserve the right to take appropriate legal action, including without limitation pursuing civil, criminal, and injunctive redress.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"modifications\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">15.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>MODIFICATIONS AND INTERRUPTIONS<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">We reserve the right to change, modify, or remove the contents of the Site at any time or for any reason at our sole discretion without notice. However, we have no obligation to update any information on our Site. We also reserve the right to modify or discontinue all or part of the Marketplace Offerings without notice at any time. We will not be liable to you or any third party for any modification, price change, suspension, or discontinuance of the Site or the Marketplace Offerings.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">We cannot guarantee the Site and the Marketplace Offerings will be available at all times. We may experience hardware, software, or other problems or need to perform maintenance related to the Site, resulting in interruptions, delays, or errors. We reserve the right to change, revise, update, suspend, discontinue, or otherwise modify the Site or the Marketplace Offerings at any time or for any reason without notice to you. You agree that we have no liability whatsoever for any loss, damage, or inconvenience caused by your inability to access or use the Site or the Marketplace Offerings during any downtime or discontinuance of the Site or the Marketplace Offerings. Nothing in these Terms of Use will be construed to obligate us to maintain and support the Site or the Marketplace Offerings or to supply any corrections, updates, or releases in connection therewith.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"law\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">16.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>GOVERNING LAW<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">These terms shall be governed by and defined following the laws of India. Hagar Bath Pvt Ltd and yourself irrevocably consent that the courts of <span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">India<\\/span> shall have exclusive jurisdiction to resolve any dispute which may arise in connection with these terms.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"disputes\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">17.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>DISPUTE RESOLUTION<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\">You agree to irrevocably submit all disputes related to Terms or the relationship established by this Agreement to the jurisdiction of the India courts. Hagar Bath Pvt Ltd shall also maintain the right to bring proceedings as to the substance of the matter in the courts of the country where you reside or, if these Terms are entered into in the course of your trade or profession, the state of your principal place of business.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"corrections\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">18.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>CORRECTIONS<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\">There may be information on the Site that contains typographical errors, inaccuracies, or omissions that may relate to the Marketplace Offerings, including descriptions, pricing, availability, and various other information. We reserve the right to correct any errors, inaccuracies, or omissions and to change or update the information on the Site at any time, without prior notice.<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"disclaimer\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><span style=\\\"font-size: 19px; color: #000000;\\\"><strong><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">19.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>DISCLAIMER<\\/strong><\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">THE SITE IS PROVIDED<br \\/>ON AN AS-IS AND AS-AVAILABLE BASIS. YOU<br \\/>AGREE THAT YOUR USE OF THE SITE SERVICES WILL BE AT YOUR SOLE RISK. TO THE<br \\/>FULLEST EXTENT PERMITTED BY LAW, WE DISCLAIM ALL WARRANTIES, EXPRESS OR<br \\/>IMPLIED, IN CONNECTION WITH THE SITE AND YOUR USE THEREOF, INCLUDING, WITHOUT<br \\/>LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR<br \\/>PURPOSE, AND NON-INFRINGEMENT. WE MAKE NO WARRANTIES OR REPRESENTATIONS ABOUT<br \\/>THE ACCURACY OR COMPLETENESS OF THE SITE\\u2019S CONTENT OR THE CONTENT OF ANY<br \\/>WEBSITES LINKED TO THIS SITE AND WE WILL ASSUME NO LIABILITY OR RESPONSIBILITY<br \\/>FOR ANY (1) ERRORS, MISTAKES, OR INACCURACIES OF CONTENT AND MATERIALS, (2)<br \\/>PERSONAL INJURY OR PROPERTY DAMAGE, OF ANY NATURE WHATSOEVER, RESULTING FROM<br \\/>YOUR ACCESS TO AND USE OF THE SITE, (3) ANY UNAUTHORIZED ACCESS TO OR USE OF<br \\/>OUR SECURE SERVERS AND\\/OR ANY AND ALL PERSONAL INFORMATION AND\\/OR FINANCIAL<br \\/>INFORMATION STORED THEREIN, (4) ANY INTERRUPTION OR CESSATION OF TRANSMISSION<br \\/>TO OR FROM THE SITE, (5) ANY BUGS, VIRUSES, TROJAN HORSES, OR THE LIKE WHICH<br \\/>MAY BE TRANSMITTED TO OR THROUGH THE SITE BY ANY THIRD PARTY, AND\\/OR (6) ANY<br \\/>ERRORS OR OMISSIONS IN ANY CONTENT AND MATERIALS OR FOR ANY LOSS OR DAMAGE OF<br \\/>ANY KIND INCURRED AS A RESULT OF THE USE OF ANY CONTENT POSTED, TRANSMITTED, OR<br \\/>OTHERWISE MADE AVAILABLE VIA THE SITE. WE DO NOT WARRANT, ENDORSE, GUARANTEE,<br \\/>OR ASSUME RESPONSIBILITY FOR ANY PRODUCT OR SERVICE ADVERTISED OR OFFERED BY A<br \\/>THIRD PARTY THROUGH THE SITE, ANY HYPERLINKED WEBSITE, OR ANY WEBSITE OR MOBILE<br \\/>APPLICATION FEATURED IN ANY BANNER OR OTHER ADVERTISING, AND WE WILL NOT BE A<br \\/>PARTY TO OR IN ANY WAY BE RESPONSIBLE FOR MONITORING ANY TRANSACTION BETWEEN YOU<br \\/>AND ANY THIRD-PARTY PROVIDERS OF PRODUCTS OR SERVICES. AS WITH THE<br \\/>PURCHASE OF A PRODUCT OR SERVICE THROUGH ANY MEDIUM OR IN ANY ENVIRONMENT, YOU<br \\/>SHOULD USE YOUR BEST JUDGMENT AND EXERCISE CAUTION WHERE APPROPRIATE.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"liability\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">20.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>LIMITATIONS OF LIABILITY<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\"><span data-custom-class=\\\"body_text\\\">IN NO EVENT WILL WE OR OUR DIRECTORS, EMPLOYEES, OR AGENTS BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, EXEMPLARY, INCIDENTAL, SPECIAL, OR PUNITIVE DAMAGES, INCLUDING LOST PROFIT, LOST REVENUE, LOSS OF DATA, OR OTHER DAMAGES ARISING FROM YOUR USE OF THE SITE, EVEN IF WE HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.<\\/span> <span data-custom-class=\\\"body_text\\\">NOTWITHSTANDING ANYTHING TO THE CONTRARY CONTAINED HEREIN, OUR LIABILITY TO YOU FOR ANY CAUSE WHATSOEVER AND REGARDLESS OF THE FORM OF THE ACTION, WILL AT ALL TIMES BE LIMITED TO THE<br \\/>AMOUNT PAID, IF ANY, BY YOU TO US <span style=\\\"font-size: 11pt; color: #595959; text-transform: uppercase;\\\">DURING THE six (6) mONTH PERIOD PRIOR TO ANY CAUSE OF ACTION ARISING<\\/span><\\/span> . <\\/span><span data-custom-class=\\\"body_text\\\">CERTAIN US STATE LAWS AND INTERNATIONAL LAWS DO NOT ALLOW LIMITATIONS ON IMPLIED WARRANTIES OR THE EXCLUSION OR LIMITATION OF CERTAIN DAMAGES. IF THESE LAWS APPLY TO YOU, SOME OR ALL OF THE ABOVE DISCLAIMERS OR LIMITATIONS MAY NOT APPLY TO YOU, AND YOU MAY HAVE ADDITIONAL RIGHTS.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"indemnification\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">21.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>INDEMNIFICATION<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">You agree to<br \\/>defend, indemnify, and hold us harmless, including our subsidiaries,<br \\/>affiliates, and all of our respective officers, agents, partners, and<br \\/>employees, from and against any loss, damage, liability, claim, or demand, including<br \\/>reasonable attorneys\\u2019 fees and expenses, made by any third party due to or<br \\/>arising out of: (<span style=\\\"font-size: 14.6667px;\\\">1<\\/span>) use of the Site; (<span style=\\\"font-size: 14.6667px;\\\">2<\\/span>) breach of these Terms of Use; (<span style=\\\"font-size: 14.6667px;\\\">3<\\/span>) any breach of your representations and warranties set forth in these Terms of Use; (<span style=\\\"font-size: 14.6667px;\\\">4<\\/span>) your violation of the rights of a third party, including but not limited to intellectual property rights; or (<span style=\\\"font-size: 14.6667px;\\\">5<\\/span>) any overt harmful act toward any other user of the Site with whom you connected via the Site. Notwithstanding the foregoing, we reserve the right, at your expense, to assume the exclusive defense and control of any matter for which you are required to indemnify us, and you agree to cooperate, at your expense, with our defense of such claims. We will use reasonable efforts to notify you of any such claim, action, or proceeding which is subject to this indemnification upon becoming aware of it.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"userdata\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">22.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>USER DATA<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">We will maintain<br \\/>certain data that you transmit to the Site for the purpose of managing the<br \\/>performance of the Site, as well as data relating to your use of the Site. Although we perform regular routine backups<br \\/>of data, you are solely responsible for all data that you transmit or that<br \\/>relates to any activity you have undertaken using the Site. You agree<br \\/>that we shall have no liability to you for any loss or corruption of any such<br \\/>data, and you hereby waive any right of action against us arising from any such<br \\/>loss or corruption of such data.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"electronic\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">23.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>ELECTRONIC COMMUNICATIONS, TRANSACTIONS, AND SIGNATURES<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">Visiting the Site, sending us emails, and completing online forms constitute electronic communications. You consent to receive electronic communications, and you agree that all agreements, notices, disclosures, and other communications we provide to you electronically, via email and on the Site, satisfy any legal requirement that such communication be in writing. YOU HEREBY AGREE TO THE USE OF ELECTRONIC SIGNATURES, CONTRACTS, ORDERS, AND OTHER RECORDS, AND TO ELECTRONIC DELIVERY OF NOTICES, POLICIES, AND RECORDS OF TRANSACTIONS INITIATED OR COMPLETED BY US OR VIA THE SITE. You hereby waive any rights or requirements under any statutes, regulations, rules, ordinances, or other laws in any jurisdiction which require an original signature or delivery or retention of non-electronic records, or to payments or the granting of credits by any means other than electronic means.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"misc\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">24.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>MISCELLANEOUS<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">These Terms of Use and any policies or operating rules posted by us on the Site or in respect to the Site constitute the entire agreement and understanding between you and us. Our failure to exercise or enforce any right or provision of these Terms of Use shall not operate as a waiver of such right or provision. These Terms of Use operate to the fullest extent permissible by law. We may assign any or all of our rights and obligations to others at any time. We shall not be responsible or liable for any loss, damage, delay, or failure to act caused by any cause beyond our reasonable control. If any provision or part of a provision of these Terms of Use is determined to be unlawful, void, or unenforceable, that provision or part of the provision is deemed severable from these Terms of Use and does not affect the validity and enforceability of any remaining provisions. There is no joint venture, partnership, employment or agency relationship created between you and us as a result of these Terms of Use or use of the Site. You agree that these Terms of Use will not be construed against us by virtue of having drafted them. You hereby waive any and all defenses you may have based on the electronic form of these Terms of Use and the lack of signing by the parties hereto to execute these Terms of Use.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"contact\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial;\\\"><span style=\\\"font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">25.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>CONTACT US<\\/span><\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">In order to resolve a complaint regarding the Site or to receive further information regarding use of the Site, please contact us at:<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"color: #595959;\\\"><strong>Hagar Bath Pvt Ltd<\\/strong><\\/span><\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 115%; font-family: Arial; color: #595959;\\\"><strong>E-20, Pilanji, South Extension I<\\/strong><\\/span><\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><strong><span style=\\\"color: #595959;\\\">Delhi, Delhi 110049<\\/span><\\/strong><\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\">India<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><strong><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\"><strong>Phone: 888 1 222 666\\u00a0 <br \\/><\\/strong><\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><strong><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\"><strong>online@hagarbath.com<\\/strong><\\/span><\\/strong><\\/div>\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8602, 4623, '_elementor_edit_mode', 'builder'),
(8603, 4623, '_elementor_template_type', 'wp-page'),
(8604, 4623, '_elementor_version', '3.6.2'),
(8605, 4623, '_elementor_pro_version', '3.5.1'),
(8606, 4623, '_wp_page_template', 'default'),
(8607, 4623, '_elementor_data', '[{\"id\":\"74b8b9a3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21d41771\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2983f641\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8610, 4624, '_elementor_edit_mode', 'builder'),
(8611, 4624, '_elementor_template_type', 'wp-page'),
(8612, 4624, '_elementor_version', '3.6.2'),
(8613, 4624, '_elementor_pro_version', '3.5.1'),
(8614, 4624, '_wp_page_template', 'default'),
(8615, 4624, '_elementor_data', '[{\"id\":\"74b8b9a3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21d41771\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2983f641\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8618, 4625, '_elementor_edit_mode', 'builder'),
(8619, 4625, '_elementor_template_type', 'wp-page'),
(8620, 4625, '_elementor_version', '3.6.2'),
(8621, 4625, '_elementor_pro_version', '3.5.1'),
(8622, 4625, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8623, 4625, '_elementor_data', '[{\"id\":\"74b8b9a3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21d41771\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2983f641\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a0<\\/p>\\n<div data-custom-class=\\\"body\\\"><br \\/>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\" data-custom-class=\\\"title\\\"><strong><span style=\\\"line-height: 22.5px; font-size: 26px;\\\">TERMS AND CONDITIONS<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: center; line-height: 22.5px;\\\" align=\\\"center\\\"><a name=\\\"_7m5b3xg56u7y\\\"><\\/a><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: left; line-height: 150%;\\\" align=\\\"center\\\" data-custom-class=\\\"subtitle\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\" data-custom-class=\\\"subtitle\\\"><span style=\\\"color: #595959; font-size: 14.6667px; text-align: justify;\\\"><strong>Last updated April 13, 2022<\\/strong><\\/span><br \\/><a name=\\\"_gm5sejt4p02f\\\"><\\/a><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 115%;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 115%;\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"color: #7f7f7f;\\\"><span style=\\\"color: #000000;\\\"><strong><span data-custom-class=\\\"heading_1\\\">TABLE OF CONTENTS<\\/span><\\/strong><\\/span><\\/span><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#agreement\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">1. AGREEMENT TO TERMS<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#ip\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">2. INTELLECTUAL PROPERTY RIGHTS<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"color: #595959;\\\"><a href=\\\"#userreps\\\" data-custom-class=\\\"link\\\">3. USER REPRESENTATIONS<\\/a><\\/span><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#userreg\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">4. USER REGISTRATION<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#products\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">5. PRODUCTS<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#purchases\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">6. PURCHASES AND PAYMENT<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#returnrefunds\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">7. RETURN POLICY<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#prohibited\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">8. PROHIBITED ACTIVITIES<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#ugc\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">9. USER GENERATED CONTRIBUTIONS<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"color: #595959;\\\"><a href=\\\"#license\\\" data-custom-class=\\\"link\\\">10. CONTRIBUTION LICENSE<\\/a><\\/span><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"color: #595959;\\\"><a href=\\\"#submissions\\\" data-custom-class=\\\"link\\\">11. SUBMISSIONS<\\/a><\\/span><\\/span><\\/div>\\n<div style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"color: #595959;\\\"><a href=\\\"#sitemanage\\\" data-custom-class=\\\"link\\\">12. SITE MANAGEMENT<\\/a><\\/span><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#privacypolicy\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">13. PRIVACY POLICY<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#terms\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">14. TERM AND TERMINATION<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#modifications\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">15. MODIFICATIONS AND INTERRUPTIONS<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#law\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">16. GOVERNING LAW<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#disputes\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">17. DISPUTE RESOLUTION<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"color: #595959;\\\"><a href=\\\"#corrections\\\" data-custom-class=\\\"link\\\">18. CORRECTIONS<\\/a><\\/span><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#disclaimer\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">19. DISCLAIMER<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#liability\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">20. LIMITATIONS OF LIABILITY<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"color: #595959;\\\"><a href=\\\"#indemnification\\\" data-custom-class=\\\"link\\\">21. INDEMNIFICATION<\\/a><\\/span><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#userdata\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">22. USER DATA<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#electronic\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">23. ELECTRONIC COMMUNICATIONS, TRANSACTIONS, AND SIGNATURES<\\/span><\\/a><\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><a href=\\\"#misc\\\" data-custom-class=\\\"link\\\"><span style=\\\"color: #595959;\\\">24. MISCELLANEOUS<\\/span><\\/a><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"color: #595959;\\\"><a href=\\\"#contact\\\" data-custom-class=\\\"link\\\">25. CONTACT US<\\/a><\\/span><\\/span><\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"agreement\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><a name=\\\"_6aa3gkhykvst\\\"><\\/a><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">1. <\\/span><\\/strong>AGREEMENT TO TERMS<\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">These Terms of Use constitute a legally binding agreement made between you, whether personally or on behalf of an entity (\\u201cyou\\u201d) and Hagar Bath Pvt Ltd (\\\"<strong>Company<\\/strong>\\\", \\u201c<strong>we<\\/strong>\\u201d, \\u201c<strong>us<\\/strong>\\u201d, or \\u201c<strong>our<\\/strong>\\u201d), concerning your access to and use of the <a href=\\\"http:\\/\\/www.hagarbath.com\\/shop\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-custom-class=\\\"link\\\">http:\\/\\/www.hagarbath.com\\/shop<\\/a> website as well as any other media form, media channel, mobile website or mobile application related, linked, or otherwise connected thereto (collectively, the \\u201cSite\\u201d).<span style=\\\"font-size: 11.0pt; line-height: 115%; &lt;br \\/&gt;arial;mso-fareast-font-family: Calibri; color: #595959; mso-themecolor: text1; &lt;br \\/&gt;mso-themetint: 166;\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; &lt;br \\/&gt;arial;mso-fareast-font-family: Calibri; color: #595959; mso-themecolor: text1; &lt;br \\/&gt;mso-themetint: 166;\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; &lt;br \\/&gt;arial;mso-fareast-font-family: Calibri; color: #595959; mso-themecolor: text1; &lt;br \\/&gt;mso-themetint: 166;\\\"> We are registered in <span style=\\\"font-size: 11.0pt; line-height: 115%; &lt;br \\/&gt;arial;mso-fareast-font-family: Calibri; color: #595959; mso-themecolor: text1; &lt;br \\/&gt;mso-themetint: 166;\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; &lt;br \\/&gt;arial;mso-fareast-font-family: Calibri; color: #595959; mso-themecolor: text1; &lt;br \\/&gt;mso-themetint: 166;\\\">India<\\/span><\\/span> and have our registered office at E-20, Pilanji, South Extension I<\\/span><\\/span>, Delhi<\\/span><\\/span><span style=\\\"font-size: 15px;\\\"><span data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span data-custom-class=\\\"body_text\\\"><span style=\\\"color: #595959;\\\">, Delhi 110049<\\/span><\\/span><\\/span><\\/span><\\/span><span style=\\\"font-size: 11.0pt; line-height: 115%; &lt;br \\/&gt;arial;mso-fareast-font-family: Calibri; color: #595959; mso-themecolor: text1; &lt;br \\/&gt;mso-themetint: 166;\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; &lt;br \\/&gt;arial;mso-fareast-font-family: Calibri; color: #595959; mso-themecolor: text1; &lt;br \\/&gt;mso-themetint: 166;\\\">.<\\/span><\\/span> You agree that by accessing the Site, you have read, understood, and agreed to be bound by all of these Terms of Use. IF YOU DO NOT AGREE WITH ALL OF THESE TERMS OF USE, THEN YOU ARE EXPRESSLY PROHIBITED FROM USING THE SITE AND YOU MUST DISCONTINUE USE IMMEDIATELY.<\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">Supplemental terms and conditions or documents that may be posted on the Site from time to time are hereby expressly incorporated herein by reference. We reserve the right, in our sole discretion, to make changes or modifications to these Terms of Use at any time and for any reason. We will alert you about any changes by updating the \\u201cLast updated\\u201d date of these Terms of Use, and you waive any right to receive specific notice of each such change. Please ensure that you check the applicable Terms every time you use our Site so that you understand which Terms apply. You will be subject to, and will be deemed to have been made aware of and to have accepted, the changes in any revised Terms of Use by your continued use of the Site after the date such revised Terms of Use are posted.<\\/span><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">The information provided on the Site is not intended for distribution to or use by any person or entity in any jurisdiction or country where such distribution or use would be contrary to law or regulation or which would subject us to any registration requirement within such jurisdiction or country. Accordingly, those persons who choose to access the Site from other locations do so on their own initiative and are solely responsible for compliance with local laws, if and to the extent local laws are applicable.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 115%;\\\">\\u00a0<\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\" data-custom-class=\\\"body_text\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\"><span style=\\\"color: #595959; font-size: 14.6667px;\\\">All users who are minors in the jurisdiction in which they reside (generally under the age of 18) must have the permission of, and be directly supervised by, their parent or guardian to use the Site. If you are a minor, you must have your parent or guardian read and agree to these Terms of Use prior to you using the Site.<\\/span><\\/span><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div id=\\\"ip\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><a name=\\\"_b6y29mp52qvx\\\"><\\/a><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">2.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>INTELLECTUAL PROPERTY RIGHTS<\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">Unless otherwise<br \\/>indicated, the Site is our proprietary property and all source code, databases,<br \\/>functionality, software, website designs, audio, video, text, photographs, and<br \\/>graphics on the Site (collectively, the \\u201cContent\\u201d) and the trademarks, service<br \\/>marks, and logos contained therein (the \\u201cMarks\\u201d) are owned or controlled by us or<br \\/>licensed to us, and are protected by copyright and trademark laws and various<br \\/>other intellectual property rights and unfair competition laws of the United<br \\/>States, international copyright laws, and international conventions. The Content and the Marks are provided on the<br \\/>Site \\u201cAS IS\\u201d for your information and personal use only. Except as expressly provided in these Terms<br \\/>of Use, no part of the Site and no Content or Marks may be copied, reproduced,<br \\/>aggregated, republished, uploaded, posted, publicly displayed, encoded,<br \\/>translated, transmitted, distributed, sold, licensed, or otherwise exploited<br \\/>for any commercial purpose whatsoever, without our express prior written<br \\/>permission.<\\/span><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">Provided that you<br \\/>are eligible to use the Site, you are granted a limited license to access and<br \\/>use the Site and to download or print a copy of any portion of the Content to<br \\/>which you have properly gained access solely for your personal, non-commercial<br \\/>use. We reserve all rights not expressly granted to you in and to the Site, the Content and the Marks.<\\/span><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div id=\\\"userreps\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><a name=\\\"_5hg7kgyv9l8z\\\"><\\/a><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">3.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>USER REPRESENTATIONS<\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">By using the Site, you represent and warrant that:<\\/span> <span style=\\\"color: #595959; font-size: 11pt;\\\">(<\\/span><span style=\\\"color: #595959; font-size: 14.6667px;\\\">1<\\/span><span style=\\\"color: #595959; font-size: 11pt;\\\">) all registration information you submit<br \\/>will be true, accurate, current, and complete; (<\\/span><span style=\\\"color: #595959; font-size: 14.6667px;\\\">2<\\/span><span style=\\\"color: #595959; font-size: 11pt;\\\">) you will maintain the accuracy of such information and promptly update such registration information as necessary;<\\/span> <span style=\\\"color: #595959; font-size: 11pt;\\\">(<\\/span><span style=\\\"color: #595959; font-size: 14.6667px;\\\">3<\\/span><span style=\\\"color: #595959; font-size: 11pt;\\\">) you have the legal capacity and you agree to comply with these Terms of Use;<\\/span> <span style=\\\"color: #595959; font-size: 11pt;\\\">(<\\/span><span style=\\\"color: #595959; font-size: 14.6667px;\\\">4<\\/span><span style=\\\"color: #595959; font-size: 11pt;\\\">) you are not a<br \\/>minor in the jurisdiction in which you reside<\\/span>, or if a minor, you have<br \\/>received parental permission to use the Site; (<span style=\\\"color: #595959; font-size: 14.6667px;\\\">5<\\/span><span style=\\\"color: #595959; font-size: 11pt;\\\">) you will not access the Site<br \\/>through automated or non-human means, whether through a bot, script or<br \\/>otherwise; (<\\/span><span style=\\\"color: #595959; font-size: 14.6667px;\\\">6<\\/span><span style=\\\"color: #595959; font-size: 11pt;\\\">) you will not use the Site for any illegal or unauthorized<br \\/>purpose; and (<\\/span><span style=\\\"color: #595959; font-size: 14.6667px;\\\">7<\\/span><span style=\\\"color: #595959; font-size: 11pt;\\\">) your use of the Site<br \\/>will not violate any applicable law or regulation.<\\/span><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 115%;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 17.25px;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">If you provide any information that is untrue, inaccurate, not current, or incomplete, we have the right to suspend or terminate your account and refuse any and all current or future use of the Site (or any portion thereof).<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\n<div id=\\\"userreg\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">4.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>USER REGISTRATION<\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: left; line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">You may be required to register with the Site. You agree to keep your password confidential and will be responsible for all use of your account and password. We reserve the right to remove, reclaim, or change a username you select if we determine, in our sole discretion, that such username is inappropriate, obscene, or otherwise objectionable.<\\/span><\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<\\/div>\\n<div id=\\\"products\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><a name=\\\"_nds4qylockxx\\\"><\\/a><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">5.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>PRODUCTS<\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">We make every effort to display as accurately as possible the colors, features, specifications, and details of the products available on the Site. However, we do not guarantee that the colors, features, specifications, and details of the products will be accurate, complete, reliable, current, or free of other errors, and your electronic display may not accurately reflect the actual colors and details of the products. All products are subject to availability,<br \\/>and we cannot guarantee that items will be in stock. We reserve the right to<br \\/>discontinue any products at any time for any reason. Prices for all products<br \\/>are subject to change.<\\/span><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left; line-height: 1.5;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div id=\\\"purchases\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><a name=\\\"_ynub0jdx8pob\\\"><\\/a><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">6.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>PURCHASES AND PAYMENT<\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">We accept the following forms of payment:<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 115%;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: left; line-height: 1;\\\">\\u00a0<\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; margin-left: 20px;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">- Visa<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; margin-left: 20px;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">- Mastercard<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; margin-left: 20px;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">- American Express<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; margin-left: 20px;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">- Discover<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; margin-left: 20px;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">- PayPal<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; margin-left: 20px;\\\" data-custom-class=\\\"body_text\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">\\u00a0<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">You agree to provide current, complete, and accurate purchase and account information for all purchases made via the Site. You further agree to promptly update account and payment information, including email address, payment method, and payment card expiration date, so that we can complete your transactions and contact you as needed. Sales tax will be added to the price of purchases as deemed required by us. We may change prices at any time. All payments shall be <\\/span><span style=\\\"font-size: 15px; line-height: 115%; font-family: Arial; color: #595959;\\\">in INR.<\\/span><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">You agree to pay all charges at the prices then in effect for your purchases and any applicable shipping fees, and you authorize us to charge your chosen payment provider for any such amounts upon placing your order. We reserve the right to correct<br \\/>any errors or mistakes in pricing, even if we have already requested or<br \\/>received payment.<\\/span><\\/div>\\n<\\/div>\\n<div style=\\\"text-align: left; line-height: 1;\\\" align=\\\"center\\\">\\u00a0<\\/div>\\n<div style=\\\"text-align: left;\\\" align=\\\"center\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">We reserve the<br \\/>right to refuse any order placed through the Site. We may, in our sole discretion, limit or<br \\/>cancel quantities purchased per person, per household, or per order. These restrictions may include orders placed<br \\/>by or under the same customer account, the same payment method, and\\/or orders<br \\/>that use the same billing or shipping address. We reserve the right to limit or prohibit orders that, in our sole<br \\/>judgment, appear to be placed by dealers, resellers, or distributors.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 115%;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div id=\\\"returnrefunds\\\" class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px;\\\"><span style=\\\"font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">7.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>RETURN<\\/span><span style=\\\"font-size: 19px;\\\"> POLICY<\\/span><\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"font-size: 15px; line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">Please review our Return Policy posted on the Site prior to making any purchases.<\\/span><\\/div>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"font-size: 15px; line-height: 1.5;\\\">\\u00a0<\\/div>\\n<a name=\\\"_h284p8mrs3r7\\\"><\\/a>\\n<div id=\\\"prohibited\\\" class=\\\"MsoNormal\\\" style=\\\"text-align: left; line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">8.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>PROHIBITED ACTIVITIES<\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">You may not access or use the Site for any purpose other than that for which we make the Site available. The Site may not be used in connection with any commercial endeavors except those that are specifically endorsed or approved by us.<\\/span><\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 17.25px;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.1;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 17.25px;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">As a user of the Site, you agree not to:<\\/span><\\/div>\\n<\\/div>\\n<ul>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Systematically retrieve data or other content from the Site to create or compile, directly or indirectly, a collection, compilation, database, or directory without written permission from us.<\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Trick, defraud, or mislead us and other users, especially in any attempt to learn sensitive account information such as user passwords.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Circumvent, disable, or otherwise interfere with security-related features of the Site, including features that prevent or restrict the use or copying of any Content or enforce limitations on the use of the Site and\\/or the Content contained therein.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Disparage, tarnish, or otherwise harm, in our opinion, us and\\/or the Site.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Use any information obtained from the Site in order to harass, abuse, or harm another person.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Make improper use of our support services or submit false reports of abuse or misconduct.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Use the Site in a manner inconsistent with any applicable laws or regulations.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Engage in unauthorized framing of or linking to the Site.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Upload or transmit (or attempt to upload or to transmit) viruses, Trojan horses, or other material, including excessive use of capital letters and spamming (continuous posting of repetitive text), that interferes with any party\\u2019s uninterrupted use and enjoyment of the Site or modifies, impairs, disrupts, alters, or interferes with the use, features, functions, operation, or maintenance of the Site.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Engage in any automated use of the system, such as using scripts to send comments or messages, or using any data mining, robots, or similar data gathering and extraction tools.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Delete the copyright or other proprietary rights notice from any Content.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Attempt to impersonate another user or person or use the username of another user.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Upload or transmit (or attempt to upload or to transmit) any material that acts as a passive or active information collection or transmission mechanism, including without limitation, clear graphics interchange formats (\\u201cgifs\\u201d), 1\\u00d71 pixels, web bugs, cookies, or other similar devices (sometimes referred to as \\u201cspyware\\u201d or \\u201cpassive collection mechanisms\\u201d or \\u201cpcms\\u201d).<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Interfere with, disrupt, or create an undue burden on the Site or the networks or services connected to the Site.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Harass, annoy, intimidate, or threaten any of our employees or agents engaged in providing any portion of the Site to you.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Attempt to bypass any measures of the Site designed to prevent or restrict access to the Site, or any portion of the Site.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Copy or adapt the Site\\u2019s software, including but not limited to Flash, PHP, HTML, JavaScript, or other code.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Except as permitted by applicable law, decipher, decompile, disassemble, or reverse engineer any of the software comprising or in any way making up a part of the Site.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Except as may be the result of standard search engine or Internet browser usage, use, launch, develop, or distribute any automated system, including without limitation, any spider, robot, cheat utility, scraper, or offline reader that accesses the Site, or using or launching any unauthorized script or other software.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Use a buying agent or purchasing agent to make purchases on the Site.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Make any unauthorized use of the Site, including collecting usernames and\\/or email addresses of users by electronic or other means for the purpose of sending unsolicited email, or creating user accounts by automated means or under false pretenses.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\"><span style=\\\"line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-family: sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: justify; text-indent: -29.4px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; color: #595959;\\\">Use the Site as part of any effort to compete with us or otherwise use the Site and\\/or the Content for any revenue-generating endeavor or commercial enterprise.<\\/span><\\/span><\\/span><\\/span><\\/span><\\/li>\\n<\\/ul>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 17.25px;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\n<div id=\\\"ugc\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">9.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>USER GENERATED CONTRIBUTIONS<\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">The Site does not offer users to submit or post content. We may provide you with the opportunity to create, submit, post, display, transmit, perform, publish, distribute, or broadcast content and materials to us or on the Site, including but not limited to text, writings, video, audio, photographs, graphics, comments, suggestions, or personal information or other material (collectively, \\\"Contributions\\\"). Contributions may be viewable by other users of the Site and through third-party websites. As such, any Contributions you transmit may be treated in accordance with the Site Privacy Policy. When you create or make available any Contributions, you thereby represent and warrant that:<\\/span><\\/span><\\/div>\\n<\\/div>\\n<\\/div>\\n<\\/div>\\n<ul>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">The creation, distribution, transmission, public display, or performance, and the accessing, downloading, or copying of your Contributions do not and will not infringe the proprietary rights, including but not limited to the copyright, patent, trademark, trade secret, or moral rights of any third party.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">You are the creator and owner of or have the necessary licenses, rights, consents, releases, and permissions to use and to authorize us, the Site, and other users of the Site to use your Contributions in any manner contemplated by the Site and these Terms of Use.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">You have the written consent, release, and\\/or permission of each and every identifiable individual person in your Contributions to use the name or likeness of each and every such identifiable individual person to enable inclusion and use of your Contributions in any manner contemplated by the Site and these Terms of Use.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions are not false, inaccurate, or misleading.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions are not unsolicited or unauthorized advertising, promotional materials, pyramid schemes, chain letters, spam, mass mailings, or other forms of solicitation.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions are not obscene, lewd, lascivious, filthy, violent, harassing, libelous, slanderous, or otherwise objectionable (as determined by us).<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions do not ridicule, mock, disparage, intimidate, or abuse anyone.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions are not used to harass or threaten (in the legal sense of those terms) any other person and to promote violence against a specific person or class of people.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions do not violate any applicable law, regulation, or rule.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions do not violate the privacy or publicity rights of any third party.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions do not violate any applicable law concerning child pornography, or otherwise intended to protect the health or well-being of minors;<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions do not include any offensive comments that are connected to race, national origin, gender, sexual preference, or physical handicap.<\\/span><\\/span><\\/span><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\"><span style=\\\"color: #595959;\\\"><span style=\\\"font-size: 14px;\\\"><span data-custom-class=\\\"body_text\\\">Your Contributions do not otherwise violate, or link to material that violates, any provision of these Terms of Use, or any applicable law or regulation.<\\/span><\\/span><\\/span><\\/li>\\n<\\/ul>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\">\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">Any use of the Site or the Marketplace Offerings in violation of the foregoing violates these Terms of Use and may result in, among other things, termination or suspension of your rights to use the Site and the Marketplace Offerings.<\\/span><\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\n<div id=\\\"license\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">10.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>CONTRIBUTION LICENSE<\\/span><\\/strong><\\/div>\\n<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">You and Site agree that we may access, store, process, and use any information and personal data that you provide following the terms of the Privacy Policy and your choices (including settings).<\\/span><\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">By submitting suggestions or other feedback regarding the Site, you agree that we can use and share such feedback for any purpose without compensation to you.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">We do not assert any ownership over your Contributions. You retain full ownership of all of your Contributions and any intellectual property rights or other proprietary rights associated with your Contributions. We are not liable for any statements or representations in your Contributions provided by you in any area on the Site. You are solely responsible for your Contributions to the Site and you expressly agree to exonerate us from any and all responsibility and to refrain from any legal action against us regarding your Contributions.<\\/span><\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"text-align: justify; line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<\\/div>\\n<div id=\\\"submissions\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.1;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">11.<\\/span><\\/strong><\\/span> <\\/strong><\\/span><\\/strong>SUBMISSIONS<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\">You acknowledge and agree that any questions, comments, suggestions, ideas, feedback, or other information regarding the Site or the Marketplace Offerings (\\\"Submissions\\\") provided by you to us are non-confidential and shall become our sole property. We shall own exclusive rights, including all intellectual property rights, and shall be entitled to the unrestricted use and dissemination of these Submissions for any lawful purpose, commercial or otherwise, without acknowledgment or compensation to you. You hereby waive all moral rights to any such Submissions, and you hereby warrant that any such Submissions are original with you or that you have the right to submit such Submissions. You agree there shall be no recourse against us for any alleged or actual infringement or misappropriation of any proprietary right in your Submissions.<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div id=\\\"sitemanage\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">12.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>SITE MANAGEMENT<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\">We reserve the right, but not the obligation, to: (1) monitor the Site for violations of these Terms of Use; (2) take appropriate legal action against anyone who, in our sole discretion, violates the law or these Terms of Use, including without limitation, reporting such user to law enforcement authorities; (3) in our sole discretion and without limitation, refuse, restrict access to, limit the availability of, or disable (to the extent technologically feasible) any of your Contributions or any portion thereof; (4) in our sole discretion and without limitation, notice, or liability, to remove from the Site or otherwise disable all files and content that are excessive in size or are in any way burdensome to our systems; and (5) otherwise manage the Site in a manner designed to protect our rights and property and to facilitate the proper functioning of the Site and the Marketplace Offerings.<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div id=\\\"privacypolicy\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"heading_1\\\"><strong><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">13.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>PRIVACY POLICY<\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">We care about data privacy and security. Please review our Privacy Policy:<strong> <a href=\\\"https:\\/\\/hagarbath.com\\/shop\\/privacy-policy\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-custom-class=\\\"link\\\">https:\\/\\/hagarbath.com\\/shop\\/privacy-policy\\/<\\/a><\\/strong>. By using the Site or the Marketplace Offerings, you agree to be bound by our Privacy Policy, which is incorporated into these Terms of Use. Please be advised the Site and the Marketplace Offerings are hosted in India. If you access the Site or the Marketplace Offerings from any other region of the world with laws or other requirements governing personal data collection, use, or disclosure that differ from applicable laws in <span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">India<\\/span>, then through your continued use of the Site, you are transferring your data to <span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">India<\\/span>, and you expressly consent to have your data transferred to and processed in <span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">India<\\/span>.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"terms\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">14.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>TERM AND TERMINATION<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">These Terms of Use shall remain in full force and effect while you use the Site. WITHOUT LIMITING ANY OTHER PROVISION OF THESE TERMS OF USE, WE RESERVE THE RIGHT TO, IN OUR SOLE DISCRETION AND WITHOUT NOTICE OR LIABILITY, DENY ACCESS TO AND USE OF THE SITE AND THE MARKETPLACE OFFERINGS (INCLUDING BLOCKING CERTAIN IP ADDRESSES), TO ANY PERSON FOR ANY REASON OR FOR NO REASON, INCLUDING WITHOUT LIMITATION FOR BREACH OF ANY REPRESENTATION, WARRANTY, OR COVENANT CONTAINED IN THESE TERMS OF USE OR OF ANY APPLICABLE LAW OR REGULATION. WE MAY TERMINATE YOUR USE OR PARTICIPATION IN THE SITE AND THE MARKETPLACE OFFERINGS OR DELETE YOUR ACCOUNT AND ANY CONTENT OR INFORMATION THAT YOU POSTED AT ANY TIME, WITHOUT WARNING, IN OUR SOLE DISCRETION.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">If we terminate or suspend your account for any reason, you are prohibited from registering and creating a new account under your name, a fake or borrowed name, or the name of any third party, even if you may be acting on behalf of the third party. In addition to terminating or suspending your account, we reserve the right to take appropriate legal action, including without limitation pursuing civil, criminal, and injunctive redress.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"modifications\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">15.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>MODIFICATIONS AND INTERRUPTIONS<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">We reserve the right to change, modify, or remove the contents of the Site at any time or for any reason at our sole discretion without notice. However, we have no obligation to update any information on our Site. We also reserve the right to modify or discontinue all or part of the Marketplace Offerings without notice at any time. We will not be liable to you or any third party for any modification, price change, suspension, or discontinuance of the Site or the Marketplace Offerings.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">We cannot guarantee the Site and the Marketplace Offerings will be available at all times. We may experience hardware, software, or other problems or need to perform maintenance related to the Site, resulting in interruptions, delays, or errors. We reserve the right to change, revise, update, suspend, discontinue, or otherwise modify the Site or the Marketplace Offerings at any time or for any reason without notice to you. You agree that we have no liability whatsoever for any loss, damage, or inconvenience caused by your inability to access or use the Site or the Marketplace Offerings during any downtime or discontinuance of the Site or the Marketplace Offerings. Nothing in these Terms of Use will be construed to obligate us to maintain and support the Site or the Marketplace Offerings or to supply any corrections, updates, or releases in connection therewith.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"law\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">16.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>GOVERNING LAW<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">These terms shall be governed by and defined following the laws of India. Hagar Bath Pvt Ltd and yourself irrevocably consent that the courts of <span style=\\\"font-size: 11pt; line-height: 16.8667px; color: #595959;\\\">India<\\/span> shall have exclusive jurisdiction to resolve any dispute which may arise in connection with these terms.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"disputes\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">17.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>DISPUTE RESOLUTION<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\">You agree to irrevocably submit all disputes related to Terms or the relationship established by this Agreement to the jurisdiction of the India courts. Hagar Bath Pvt Ltd shall also maintain the right to bring proceedings as to the substance of the matter in the courts of the country where you reside or, if these Terms are entered into in the course of your trade or profession, the state of your principal place of business.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"corrections\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">18.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>CORRECTIONS<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\">There may be information on the Site that contains typographical errors, inaccuracies, or omissions that may relate to the Marketplace Offerings, including descriptions, pricing, availability, and various other information. We reserve the right to correct any errors, inaccuracies, or omissions and to change or update the information on the Site at any time, without prior notice.<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"disclaimer\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><span style=\\\"font-size: 19px; color: #000000;\\\"><strong><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">19.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>DISCLAIMER<\\/strong><\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">THE SITE IS PROVIDED<br \\/>ON AN AS-IS AND AS-AVAILABLE BASIS. YOU<br \\/>AGREE THAT YOUR USE OF THE SITE SERVICES WILL BE AT YOUR SOLE RISK. TO THE<br \\/>FULLEST EXTENT PERMITTED BY LAW, WE DISCLAIM ALL WARRANTIES, EXPRESS OR<br \\/>IMPLIED, IN CONNECTION WITH THE SITE AND YOUR USE THEREOF, INCLUDING, WITHOUT<br \\/>LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR<br \\/>PURPOSE, AND NON-INFRINGEMENT. WE MAKE NO WARRANTIES OR REPRESENTATIONS ABOUT<br \\/>THE ACCURACY OR COMPLETENESS OF THE SITE\\u2019S CONTENT OR THE CONTENT OF ANY<br \\/>WEBSITES LINKED TO THIS SITE AND WE WILL ASSUME NO LIABILITY OR RESPONSIBILITY<br \\/>FOR ANY (1) ERRORS, MISTAKES, OR INACCURACIES OF CONTENT AND MATERIALS, (2)<br \\/>PERSONAL INJURY OR PROPERTY DAMAGE, OF ANY NATURE WHATSOEVER, RESULTING FROM<br \\/>YOUR ACCESS TO AND USE OF THE SITE, (3) ANY UNAUTHORIZED ACCESS TO OR USE OF<br \\/>OUR SECURE SERVERS AND\\/OR ANY AND ALL PERSONAL INFORMATION AND\\/OR FINANCIAL<br \\/>INFORMATION STORED THEREIN, (4) ANY INTERRUPTION OR CESSATION OF TRANSMISSION<br \\/>TO OR FROM THE SITE, (5) ANY BUGS, VIRUSES, TROJAN HORSES, OR THE LIKE WHICH<br \\/>MAY BE TRANSMITTED TO OR THROUGH THE SITE BY ANY THIRD PARTY, AND\\/OR (6) ANY<br \\/>ERRORS OR OMISSIONS IN ANY CONTENT AND MATERIALS OR FOR ANY LOSS OR DAMAGE OF<br \\/>ANY KIND INCURRED AS A RESULT OF THE USE OF ANY CONTENT POSTED, TRANSMITTED, OR<br \\/>OTHERWISE MADE AVAILABLE VIA THE SITE. WE DO NOT WARRANT, ENDORSE, GUARANTEE,<br \\/>OR ASSUME RESPONSIBILITY FOR ANY PRODUCT OR SERVICE ADVERTISED OR OFFERED BY A<br \\/>THIRD PARTY THROUGH THE SITE, ANY HYPERLINKED WEBSITE, OR ANY WEBSITE OR MOBILE<br \\/>APPLICATION FEATURED IN ANY BANNER OR OTHER ADVERTISING, AND WE WILL NOT BE A<br \\/>PARTY TO OR IN ANY WAY BE RESPONSIBLE FOR MONITORING ANY TRANSACTION BETWEEN YOU<br \\/>AND ANY THIRD-PARTY PROVIDERS OF PRODUCTS OR SERVICES. AS WITH THE<br \\/>PURCHASE OF A PRODUCT OR SERVICE THROUGH ANY MEDIUM OR IN ANY ENVIRONMENT, YOU<br \\/>SHOULD USE YOUR BEST JUDGMENT AND EXERCISE CAUTION WHERE APPROPRIATE.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"liability\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">20.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>LIMITATIONS OF LIABILITY<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\"><span data-custom-class=\\\"body_text\\\">IN NO EVENT WILL WE OR OUR DIRECTORS, EMPLOYEES, OR AGENTS BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, EXEMPLARY, INCIDENTAL, SPECIAL, OR PUNITIVE DAMAGES, INCLUDING LOST PROFIT, LOST REVENUE, LOSS OF DATA, OR OTHER DAMAGES ARISING FROM YOUR USE OF THE SITE, EVEN IF WE HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.<\\/span> <span data-custom-class=\\\"body_text\\\">NOTWITHSTANDING ANYTHING TO THE CONTRARY CONTAINED HEREIN, OUR LIABILITY TO YOU FOR ANY CAUSE WHATSOEVER AND REGARDLESS OF THE FORM OF THE ACTION, WILL AT ALL TIMES BE LIMITED TO THE<br \\/>AMOUNT PAID, IF ANY, BY YOU TO US <span style=\\\"font-size: 11pt; color: #595959; text-transform: uppercase;\\\">DURING THE six (6) mONTH PERIOD PRIOR TO ANY CAUSE OF ACTION ARISING<\\/span><\\/span> . <\\/span><span data-custom-class=\\\"body_text\\\">CERTAIN US STATE LAWS AND INTERNATIONAL LAWS DO NOT ALLOW LIMITATIONS ON IMPLIED WARRANTIES OR THE EXCLUSION OR LIMITATION OF CERTAIN DAMAGES. IF THESE LAWS APPLY TO YOU, SOME OR ALL OF THE ABOVE DISCLAIMERS OR LIMITATIONS MAY NOT APPLY TO YOU, AND YOU MAY HAVE ADDITIONAL RIGHTS.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"indemnification\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">21.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>INDEMNIFICATION<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">You agree to<br \\/>defend, indemnify, and hold us harmless, including our subsidiaries,<br \\/>affiliates, and all of our respective officers, agents, partners, and<br \\/>employees, from and against any loss, damage, liability, claim, or demand, including<br \\/>reasonable attorneys\\u2019 fees and expenses, made by any third party due to or<br \\/>arising out of: (<span style=\\\"font-size: 14.6667px;\\\">1<\\/span>) use of the Site; (<span style=\\\"font-size: 14.6667px;\\\">2<\\/span>) breach of these Terms of Use; (<span style=\\\"font-size: 14.6667px;\\\">3<\\/span>) any breach of your representations and warranties set forth in these Terms of Use; (<span style=\\\"font-size: 14.6667px;\\\">4<\\/span>) your violation of the rights of a third party, including but not limited to intellectual property rights; or (<span style=\\\"font-size: 14.6667px;\\\">5<\\/span>) any overt harmful act toward any other user of the Site with whom you connected via the Site. Notwithstanding the foregoing, we reserve the right, at your expense, to assume the exclusive defense and control of any matter for which you are required to indemnify us, and you agree to cooperate, at your expense, with our defense of such claims. We will use reasonable efforts to notify you of any such claim, action, or proceeding which is subject to this indemnification upon becoming aware of it.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"userdata\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">22.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>USER DATA<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">We will maintain<br \\/>certain data that you transmit to the Site for the purpose of managing the<br \\/>performance of the Site, as well as data relating to your use of the Site. Although we perform regular routine backups<br \\/>of data, you are solely responsible for all data that you transmit or that<br \\/>relates to any activity you have undertaken using the Site. You agree<br \\/>that we shall have no liability to you for any loss or corruption of any such<br \\/>data, and you hereby waive any right of action against us arising from any such<br \\/>loss or corruption of such data.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"electronic\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">23.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>ELECTRONIC COMMUNICATIONS, TRANSACTIONS, AND SIGNATURES<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">Visiting the Site, sending us emails, and completing online forms constitute electronic communications. You consent to receive electronic communications, and you agree that all agreements, notices, disclosures, and other communications we provide to you electronically, via email and on the Site, satisfy any legal requirement that such communication be in writing. YOU HEREBY AGREE TO THE USE OF ELECTRONIC SIGNATURES, CONTRACTS, ORDERS, AND OTHER RECORDS, AND TO ELECTRONIC DELIVERY OF NOTICES, POLICIES, AND RECORDS OF TRANSACTIONS INITIATED OR COMPLETED BY US OR VIA THE SITE. You hereby waive any rights or requirements under any statutes, regulations, rules, ordinances, or other laws in any jurisdiction which require an original signature or delivery or retention of non-electronic records, or to payments or the granting of credits by any means other than electronic means.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"misc\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">24.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>MISCELLANEOUS<\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">These Terms of Use and any policies or operating rules posted by us on the Site or in respect to the Site constitute the entire agreement and understanding between you and us. Our failure to exercise or enforce any right or provision of these Terms of Use shall not operate as a waiver of such right or provision. These Terms of Use operate to the fullest extent permissible by law. We may assign any or all of our rights and obligations to others at any time. We shall not be responsible or liable for any loss, damage, delay, or failure to act caused by any cause beyond our reasonable control. If any provision or part of a provision of these Terms of Use is determined to be unlawful, void, or unenforceable, that provision or part of the provision is deemed severable from these Terms of Use and does not affect the validity and enforceability of any remaining provisions. There is no joint venture, partnership, employment or agency relationship created between you and us as a result of these Terms of Use or use of the Site. You agree that these Terms of Use will not be construed against us by virtue of having drafted them. You hereby waive any and all defenses you may have based on the electronic form of these Terms of Use and the lack of signing by the parties hereto to execute these Terms of Use.<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\">\\u00a0<\\/div>\\n<div id=\\\"contact\\\" class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"heading_1\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial;\\\"><span style=\\\"font-size: 19px;\\\"><strong><span style=\\\"line-height: 24.5333px; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\"><strong><span style=\\\"line-height: 115%; font-family: Arial; font-size: 19px;\\\">25.<\\/span><\\/strong><\\/span><\\/strong><\\/span> <\\/strong>CONTACT US<\\/span><\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\">In order to resolve a complaint regarding the Site or to receive further information regarding use of the Site, please contact us at:<\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1; text-align: left;\\\">\\u00a0<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"color: #595959;\\\"><strong>Hagar Bath Pvt Ltd<\\/strong><\\/span><\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><span style=\\\"line-height: 115%; font-family: Arial; color: #595959;\\\"><strong>E-20, Pilanji, South Extension I<\\/strong><\\/span><\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><span style=\\\"font-size: 15px;\\\"><strong><span style=\\\"color: #595959;\\\">Delhi, Delhi 110049<\\/span><\\/strong><\\/span><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\">India<\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><strong><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\"><strong>Phone: 888 1 222 666\\u00a0 <br \\/><\\/strong><\\/span><\\/strong><\\/div>\\n<div class=\\\"MsoNormal\\\" style=\\\"line-height: 1.5; text-align: left;\\\" data-custom-class=\\\"body_text\\\"><strong><span style=\\\"font-size: 11.0pt; line-height: 115%; font-family: Arial; &lt;br \\/&gt;calibri;color: #595959; mso-themecolor: text1; mso-themetint: 166;\\\"><strong>online@hagarbath.com<\\/strong><\\/span><\\/strong><\\/div>\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8636, 10, '_edit_lock', '1649847993:1'),
(8639, 10, '_elementor_edit_mode', 'builder'),
(8640, 10, '_elementor_template_type', 'wp-page'),
(8641, 10, '_elementor_version', '3.6.2'),
(8642, 10, '_elementor_pro_version', '3.5.1'),
(8643, 4627, '_elementor_edit_mode', 'builder'),
(8644, 4627, '_elementor_template_type', 'wp-page'),
(8645, 4627, '_elementor_version', '3.6.2'),
(8646, 4627, '_elementor_pro_version', '3.5.1'),
(8647, 4628, '_elementor_edit_mode', 'builder'),
(8648, 4628, '_elementor_template_type', 'wp-page'),
(8649, 4628, '_elementor_version', '3.6.2'),
(8650, 4628, '_elementor_pro_version', '3.5.1'),
(8651, 10, '_wp_page_template', 'default'),
(8652, 10, '_elementor_data', '[{\"id\":\"5e72db7b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3ce7c671\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"55f6197b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you have received an incorrect or defective product, call us on our customer service line within 12 working hours of delivery.<\\/p>\\n<p>Please follow the following guidelines for initiating any replacement, return or refund:&nbsp;<\\/p>\\n<h5>All products should be checked thoroughly at the time of delivery for any incidental damages.<\\/h5>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>No claim, except manufacturing defect, will be entertained once the product is delivered. We will not be responsible nor liable for Return, Exchange or Refund once the delivery has been accepted&nbsp;<\\/li>\\n<li>If you receive a package that is open or looks to have been tampered with, do not accept it. Contact our customer service immediately, and we will have the issue quickly resolved.&nbsp;<\\/li>\\n<li>In case of any concerns over incorrect shipments or defective products, Contact our customer service immediately at the time of delivery.<\\/li>\\n<li>In case we authorize a replacement, the defective product or part will be recalled and a replacement will be shipped only after verification &amp; approval by our service engineer\\/regional customer care officer, who will contact you within 48 hours.&nbsp;<\\/li>\\n<li>Please note that replacement can be for the entire product or part(s) of the product subject to availability of the same with Hagarbath.com\\/shop and\\/or the manufacturer\\/vendor.&nbsp;<\\/li>\\n<li>Replacement is offered for the products sold at Hagarbath.com\\/shop only.&nbsp;<\\/li>\\n<li>The following shall not be eligible for return, refund or replacement:\\n<ul>\\n<li>Damages due to misuse of product&nbsp;<\\/li>\\n<li>Damages due to courier or transportation facility.&nbsp;<\\/li>\\n<li>Incidental damage due to malfunctioning of product&nbsp;<\\/li>\\n<li>Products with tampered or missing parts &amp; packaging&nbsp;<\\/li>\\n<li>Any damage \\/ defect which are not covered under the manufacturer\'s warranty&nbsp;<\\/li>\\n<li>Any product that is returned without all original packaging and accessories, including the box, Hagar Bath packaging if any, and all other items originally included with the product(s) delivered.&nbsp;<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<h5>For outright order cancellations<br>&nbsp;<\\/h5>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>If you cancel your order within 24 hours of placing it, we will refund the amount after deducting the processing\\/transaction fee, or else the order will be considered confirmed and cannot be cancelled.&nbsp;<\\/li>\\n<\\/ul>\\n<\\/li>\\n<li>In case of manufacturing defects we will work with the appropriate vendor and\\/or the manufacturer on addressing your concern and, subject to our sole discretion, will repair or replace the defective product\\/s within a reasonable period of time or, based on the Manufacturers\\u2019 discretion refund your money based on the Purchaser\\u2019s mode of payment, but with the condition that a valid receipt \\/ bill is produced to us at the time of claim.&nbsp;<\\/li>\\n<li>The original shipping and transaction\\/processing charges incurred on your purchase are not refundable as part of your return, exchange or refund.&nbsp;<\\/li>\\n<li>For any manufacturing defects within the stipulated warranty period in your purchased item, please call us on our customer service line or email us &nbsp;with your order details to arrange a factory-certified service appointment for further assistance. If the repair is covered by the manufacturer\'s warranty, it will be repaired at no cost to you by the manufacturer. For repairs not covered under the manufacturer\'s warranty, repairs may be offered by the technician, but at your expense.&nbsp;<\\/li>\\n<li>Valid government issued ID (driver\'s license, PAN card, passport, etc.) has to be provided for any return or replacement. All returns are subject to system approvals. Valid picture ID information and\\/or phone number may be entered into these systems where authorized by law.&nbsp;<\\/li>\\n<li>These remedies are your exclusive remedies. All other remedies are hereby excluded. All warranties, express or implied, including the implied warranties of merchantability and fitness for a particular purpose are expressly excluded. The exclusions herein are subject to and may be limited by applicable law<\\/li>\\n<\\/ul>\\n<h5>Special Note:<\\/h5>\\n<p>\\\"We as a merchant portal shall be under no liability whatsoever in respect of any loss or damage arising directly or indirectly out of the decline of authorization for any Transaction, on Account of the Cardholder having exceeded the preset limit mutually agreed by us with our acquiring bank from time to time\\\"<\\/p>\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8653, 4629, '_elementor_edit_mode', 'builder'),
(8654, 4629, '_elementor_template_type', 'wp-page'),
(8655, 4629, '_elementor_version', '3.6.2'),
(8656, 4629, '_elementor_pro_version', '3.5.1'),
(8657, 4629, '_wp_page_template', 'default'),
(8658, 4629, '_elementor_data', '[{\"id\":\"5e72db7b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3ce7c671\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"55f6197b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you have received an incorrect or defective product, call us on our customer service line within 12 working hours of delivery.<\\/p>\\n<p>Please follow the following guidelines for initiating any replacement, return or refund:&nbsp;<\\/p>\\n<h5>All products should be checked thoroughly at the time of delivery for any incidental damages.<\\/h5>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>No claim, except manufacturing defect, will be entertained once the product is delivered. We will not be responsible nor liable for Return, Exchange or Refund once the delivery has been accepted&nbsp;<\\/li>\\n<li>If you receive a package that is open or looks to have been tampered with, do not accept it. Contact our customer service immediately, and we will have the issue quickly resolved.&nbsp;<\\/li>\\n<li>In case of any concerns over incorrect shipments or defective products, Contact our customer service immediately at the time of delivery.<\\/li>\\n<li>In case we authorize a replacement, the defective product or part will be recalled and a replacement will be shipped only after verification &amp; approval by our service engineer\\/regional customer care officer, who will contact you within 48 hours.&nbsp;<\\/li>\\n<li>Please note that replacement can be for the entire product or part(s) of the product subject to availability of the same with Hagarbath.com\\/shop and\\/or the manufacturer\\/vendor.&nbsp;<\\/li>\\n<li>Replacement is offered for the products sold at Hagarbath.com\\/shop only.&nbsp;<\\/li>\\n<li>The following shall not be eligible for return, refund or replacement:\\n<ul>\\n<li>Damages due to misuse of product&nbsp;<\\/li>\\n<li>Damages due to courier or transportation facility.&nbsp;<\\/li>\\n<li>Incidental damage due to malfunctioning of product&nbsp;<\\/li>\\n<li>Products with tampered or missing parts &amp; packaging&nbsp;<\\/li>\\n<li>Any damage \\/ defect which are not covered under the manufacturer\'s warranty&nbsp;<\\/li>\\n<li>Any product that is returned without all original packaging and accessories, including the box, Hagar Bath packaging if any, and all other items originally included with the product(s) delivered.&nbsp;<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<h5>For outright order cancellations<br>&nbsp;<\\/h5>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>If you cancel your order within 24 hours of placing it, we will refund the amount after deducting the processing\\/transaction fee, or else the order will be considered confirmed and cannot be cancelled.&nbsp;<\\/li>\\n<\\/ul>\\n<\\/li>\\n<li>In case of manufacturing defects we will work with the appropriate vendor and\\/or the manufacturer on addressing your concern and, subject to our sole discretion, will repair or replace the defective product\\/s within a reasonable period of time or, based on the Manufacturers\\u2019 discretion refund your money based on the Purchaser\\u2019s mode of payment, but with the condition that a valid receipt \\/ bill is produced to us at the time of claim.&nbsp;<\\/li>\\n<li>The original shipping and transaction\\/processing charges incurred on your purchase are not refundable as part of your return, exchange or refund.&nbsp;<\\/li>\\n<li>For any manufacturing defects within the stipulated warranty period in your purchased item, please call us on our customer service line or email us &nbsp;with your order details to arrange a factory-certified service appointment for further assistance. If the repair is covered by the manufacturer\'s warranty, it will be repaired at no cost to you by the manufacturer. For repairs not covered under the manufacturer\'s warranty, repairs may be offered by the technician, but at your expense.&nbsp;<\\/li>\\n<li>Valid government issued ID (driver\'s license, PAN card, passport, etc.) has to be provided for any return or replacement. All returns are subject to system approvals. Valid picture ID information and\\/or phone number may be entered into these systems where authorized by law.&nbsp;<\\/li>\\n<li>These remedies are your exclusive remedies. All other remedies are hereby excluded. All warranties, express or implied, including the implied warranties of merchantability and fitness for a particular purpose are expressly excluded. The exclusions herein are subject to and may be limited by applicable law<\\/li>\\n<\\/ul>\\n<h5>Special Note:<\\/h5>\\n<p>\\\"We as a merchant portal shall be under no liability whatsoever in respect of any loss or damage arising directly or indirectly out of the decline of authorization for any Transaction, on Account of the Cardholder having exceeded the preset limit mutually agreed by us with our acquiring bank from time to time\\\"<\\/p>\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(8661, 10, '_yoast_wpseo_content_score', '30'),
(8662, 10, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(8673, 4631, '_wp_page_template', 'default'),
(8674, 4631, '_elementor_edit_mode', 'builder'),
(8675, 4631, '_elementor_template_type', 'wp-post'),
(8676, 4631, '_elementor_version', '3.6.2'),
(8677, 4631, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"\\/privacy-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":21.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.471,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Sanitary\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bathroom\",\"link\":{\"url\":\"Bathroom\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Kitchen\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Shower\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Accessories\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.348,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(8679, 4631, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(8680, 4631, '_elementor_pro_version', '3.5.1'),
(8682, 4632, '_wp_page_template', 'default'),
(8683, 4632, '_elementor_edit_mode', 'builder'),
(8684, 4632, '_elementor_template_type', 'wp-post'),
(8685, 4632, '_elementor_version', '3.6.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8686, 4632, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"\\/privacy-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":21.511,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.471,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Sanitary\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bathroom\",\"link\":{\"url\":\"Bathroom\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Kitchen\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Shower\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Accessories\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.348,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(8688, 4632, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(8689, 4632, '_elementor_pro_version', '3.5.1'),
(8691, 4633, '_wp_page_template', 'default'),
(8692, 4633, '_elementor_edit_mode', 'builder'),
(8693, 4633, '_elementor_template_type', 'wp-post'),
(8694, 4633, '_elementor_version', '3.6.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8695, 4633, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#006C5500\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"\\/privacy-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"\\/terms-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"\\/refund_returns\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/my-account-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Wish List\",\"link\":{\"url\":\"\\/wishlist\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.348,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(8697, 4633, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(8698, 4633, '_elementor_pro_version', '3.5.1'),
(8701, 4634, '_elementor_edit_mode', 'builder'),
(8702, 4634, '_elementor_template_type', 'wp-page'),
(8703, 4634, '_elementor_version', '3.6.2'),
(8704, 4634, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8705, 4634, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":978,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8707, 4634, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8708, 4634, '_elementor_pro_version', '3.5.1'),
(8710, 4635, '_elementor_edit_mode', 'builder'),
(8711, 4635, '_elementor_template_type', 'wp-page'),
(8712, 4635, '_elementor_version', '3.6.2'),
(8713, 4635, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8714, 4635, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"1009px\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"-9\",\"bottom\":\"-9\",\"left\":\"-9\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":978,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8716, 4635, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8717, 4635, '_elementor_pro_version', '3.5.1'),
(8719, 4636, '_elementor_edit_mode', 'builder'),
(8720, 4636, '_elementor_template_type', 'wp-page'),
(8721, 4636, '_elementor_version', '3.6.2'),
(8722, 4636, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8723, 4636, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8725, 4636, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8726, 4636, '_elementor_pro_version', '3.5.1'),
(8728, 4637, '_elementor_edit_mode', 'builder'),
(8729, 4637, '_elementor_template_type', 'wp-page'),
(8730, 4637, '_elementor_version', '3.6.2'),
(8731, 4637, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8732, 4637, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8734, 4637, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8735, 4637, '_elementor_pro_version', '3.5.1'),
(8737, 4638, '_elementor_edit_mode', 'builder'),
(8738, 4638, '_elementor_template_type', 'wp-page'),
(8739, 4638, '_elementor_version', '3.6.2'),
(8740, 4638, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8741, 4638, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8743, 4638, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8744, 4638, '_elementor_pro_version', '3.5.1'),
(8746, 4639, '_elementor_edit_mode', 'builder'),
(8747, 4639, '_elementor_template_type', 'wp-page'),
(8748, 4639, '_elementor_version', '3.6.2'),
(8749, 4639, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8750, 4639, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8752, 4639, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8753, 4639, '_elementor_pro_version', '3.5.1'),
(8755, 4640, '_elementor_edit_mode', 'builder'),
(8756, 4640, '_elementor_template_type', 'wp-page'),
(8757, 4640, '_elementor_version', '3.6.2'),
(8758, 4640, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8759, 4640, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8761, 4640, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8762, 4640, '_elementor_pro_version', '3.5.1'),
(8764, 4641, '_elementor_edit_mode', 'builder'),
(8765, 4641, '_elementor_template_type', 'wp-page'),
(8766, 4641, '_elementor_version', '3.6.2'),
(8767, 4641, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8768, 4641, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8770, 4641, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8771, 4641, '_elementor_pro_version', '3.5.1'),
(8773, 4642, '_elementor_edit_mode', 'builder'),
(8774, 4642, '_elementor_template_type', 'wp-page'),
(8775, 4642, '_elementor_version', '3.6.2'),
(8776, 4642, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8777, 4642, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8779, 4642, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8780, 4642, '_elementor_pro_version', '3.5.1'),
(8809, 4649, '_wp_attached_file', '2020/12/icons8-valve-64.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8810, 4649, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:27:\"2020/12/icons8-valve-64.png\";s:5:\"sizes\";a:2:{s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:23:\"icons8-valve-64-1x1.png\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:25:\"icons8-valve-64-10x10.png\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8811, 4650, '_wp_page_template', 'default'),
(8812, 4650, '_elementor_edit_mode', 'builder'),
(8813, 4650, '_elementor_template_type', 'wp-post'),
(8814, 4650, '_elementor_version', '3.6.2'),
(8815, 4650, '_elementor_data', '[{\"id\":\"459d3f1d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow custom-banner-shop\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\\n.elementor-widget-image-box:hover .elementor-image-box-title a {\\n    color: #A3A3A3 \\n}\\n@media only screen and (min-width: 1000px) and (max-width: 1200px) {\\n    .custom-banner-shop .banner-content .content-inner,\\n    .custom-banner-shop .banner-content .button-wrap  {\\n        display:none;\\n    }\\n}\\n\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"be4999d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36d2ef6e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Gorgeous-Bathroom.jpeg\",\"id\":4333,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"<p><strong>Find your Dream Bathroom<\\/strong><\\/p>\",\"button_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"subtitle_typography_font_weight\":\"300\",\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_font_container_textcolor\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#FFFFFF\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"type_with_diagonal\":\"true\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#FFFFFF00\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"hide_description_responsive\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a70ea4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f94a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ccd0be2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>h\\u0101gar<\\/strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"48eb4b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.666,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"735501a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"50\"},\"elements\":[{\"id\":\"13c56995\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6d7d7619\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Bathroom\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-bathroom-64.png\",\"id\":4554,\"alt\":\"\",\"source\":\"library\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"ca48c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1a90743\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-kitchen-room-80.png\",\"id\":4553,\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1403b93c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"255b37d6\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Shower\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-shower-50.png\",\"id\":4551,\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3929327d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"2fc9dcd2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Accessories\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-soap-dispenser-50.png\",\"id\":4555,\"alt\":\"\",\"source\":\"library\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"50064efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"69c63010\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Sanitary\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-bidet-50.png\",\"id\":4556,\"alt\":\"\",\"source\":\"library\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8816, 4650, '_elementor_controls_usage', 'a:6:{s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:7:\"content\";i:1;s:12:\"button_title\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"style_section\";a:20:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:30:\"subtitle_typography_typography\";i:1;s:31:\"subtitle_typography_font_family\";i:1;s:29:\"subtitle_typography_font_size\";i:1;s:31:\"subtitle_typography_font_weight\";i:1;s:34:\"subtitle_typography_text_transform\";i:1;s:33:\"subtitle_font_container_textcolor\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;s:32:\"content_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:16:\"content_paddings\";i:1;s:27:\"hide_description_responsive\";i:1;}s:13:\"image_section\";a:1:{s:18:\"type_with_diagonal\";i:1;}s:14:\"button_section\";a:9:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:18:\"button_hover_color\";i:1;s:15:\"button_hover_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:3;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:8;s:13:\"margin_mobile\";i:8;s:13:\"margin_tablet\";i:3;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:5:\"image\";i:5;s:4:\"link\";i:5;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:5;s:10:\"image_size\";i:5;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:5;}s:21:\"section_style_content\";a:6:{s:11:\"title_color\";i:5;s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:10:\"text_align\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:11:\"css_classes\";i:1;s:7:\"padding\";i:1;}s:15:\"section_effects\";a:1:{s:16:\"animation_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),
(8818, 4650, '_elementor_pro_version', '3.5.1'),
(8820, 4651, '_wp_page_template', 'default'),
(8821, 4651, '_elementor_edit_mode', 'builder'),
(8822, 4651, '_elementor_template_type', 'wp-post'),
(8823, 4651, '_elementor_version', '3.6.2'),
(8824, 4651, '_elementor_data', '[{\"id\":\"459d3f1d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow custom-banner-shop\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\\n.elementor-widget-image-box:hover .elementor-image-box-title a {\\n    color: #A3A3A3 \\n}\\n@media only screen and (min-width: 1000px) and (max-width: 1200px) {\\n    .custom-banner-shop .banner-content .content-inner,\\n    .custom-banner-shop .banner-content .button-wrap  {\\n        display:none;\\n    }\\n}\\n\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"be4999d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36d2ef6e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Gorgeous-Bathroom.jpeg\",\"id\":4333,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"<p><strong>Find your Dream Bathroom<\\/strong><\\/p>\",\"button_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"subtitle_typography_font_weight\":\"300\",\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_font_container_textcolor\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#FFFFFF\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"type_with_diagonal\":\"true\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#FFFFFF00\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"hide_description_responsive\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a70ea4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f94a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ccd0be2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>h\\u0101gar<\\/strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"48eb4b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.666,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"735501a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"50\"},\"elements\":[{\"id\":\"13c56995\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6d7d7619\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Bathroom\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-bathroom-64.png\",\"id\":4554,\"alt\":\"\",\"source\":\"library\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"ca48c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1a90743\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-kitchen-room-80.png\",\"id\":4553,\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1403b93c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"255b37d6\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Shower\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-shower-50.png\",\"id\":4551,\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3929327d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"2fc9dcd2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Accessories\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-soap-dispenser-50.png\",\"id\":4555,\"alt\":\"\",\"source\":\"library\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"50064efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"69c63010\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Sanitary\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-bidet-50.png\",\"id\":4556,\"alt\":\"\",\"source\":\"library\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8825, 4651, '_elementor_controls_usage', 'a:6:{s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:7:\"content\";i:1;s:12:\"button_title\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"style_section\";a:20:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:30:\"subtitle_typography_typography\";i:1;s:31:\"subtitle_typography_font_family\";i:1;s:29:\"subtitle_typography_font_size\";i:1;s:31:\"subtitle_typography_font_weight\";i:1;s:34:\"subtitle_typography_text_transform\";i:1;s:33:\"subtitle_font_container_textcolor\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;s:32:\"content_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:16:\"content_paddings\";i:1;s:27:\"hide_description_responsive\";i:1;}s:13:\"image_section\";a:1:{s:18:\"type_with_diagonal\";i:1;}s:14:\"button_section\";a:9:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:18:\"button_hover_color\";i:1;s:15:\"button_hover_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:3;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:8;s:13:\"margin_mobile\";i:8;s:13:\"margin_tablet\";i:3;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:5:\"image\";i:5;s:4:\"link\";i:5;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:5;s:10:\"image_size\";i:5;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:5;}s:21:\"section_style_content\";a:6:{s:11:\"title_color\";i:5;s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:10:\"text_align\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:11:\"css_classes\";i:1;s:7:\"padding\";i:1;}s:15:\"section_effects\";a:1:{s:16:\"animation_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),
(8827, 4651, '_elementor_pro_version', '3.5.1'),
(8829, 4652, '_wp_page_template', 'default'),
(8830, 4652, '_elementor_edit_mode', 'builder'),
(8831, 4652, '_elementor_template_type', 'wp-post'),
(8832, 4652, '_elementor_version', '3.6.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8833, 4652, '_elementor_data', '[{\"id\":\"459d3f1d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow custom-banner-shop\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\\n.elementor-widget-image-box:hover .elementor-image-box-title a {\\n    color: #A3A3A3 \\n}\\n@media only screen and (min-width: 1000px) and (max-width: 1200px) {\\n    .custom-banner-shop .banner-content .content-inner,\\n    .custom-banner-shop .banner-content .button-wrap  {\\n        display:none;\\n    }\\n}\\n\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"be4999d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36d2ef6e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/Gorgeous-Bathroom.jpeg\",\"id\":4333,\"alt\":\"\",\"source\":\"library\"},\"title\":\"\",\"subtitle\":\"\",\"content\":\"<p><strong>Find your Dream Bathroom<\\/strong><\\/p>\",\"button_title\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"subtitle_typography_font_weight\":\"300\",\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_font_container_textcolor\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#FFFFFF\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"type_with_diagonal\":\"true\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#FFFFFF00\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"hide_description_responsive\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a70ea4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f94a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ccd0be2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>h\\u0101gar<\\/strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"48eb4b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.666,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"735501a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"50\"},\"elements\":[{\"id\":\"13c56995\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6d7d7619\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Bathroom\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-bathroom-64.png\",\"id\":4554,\"alt\":\"\",\"source\":\"library\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/product-category\\/bathroomfaucets\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"ca48c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1a90743\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-kitchen-room-80.png\",\"id\":4553,\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/product-category\\/kitchentaps\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1403b93c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"255b37d6\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Shower\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-shower-50.png\",\"id\":4551,\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/product-category\\/shower\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3929327d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"2fc9dcd2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Accessories\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-soap-dispenser-50.png\",\"id\":4555,\"alt\":\"\",\"source\":\"library\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/product-category\\/accessories\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"50064efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"69c63010\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Valves\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/icons8-valve-64.png\",\"id\":4649,\"alt\":\"\",\"source\":\"library\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/product-category\\/valves\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8834, 4652, '_elementor_controls_usage', 'a:6:{s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:7:\"content\";i:1;s:12:\"button_title\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"style_section\";a:20:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:30:\"subtitle_typography_typography\";i:1;s:31:\"subtitle_typography_font_family\";i:1;s:29:\"subtitle_typography_font_size\";i:1;s:31:\"subtitle_typography_font_weight\";i:1;s:34:\"subtitle_typography_text_transform\";i:1;s:33:\"subtitle_font_container_textcolor\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;s:32:\"content_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:16:\"content_paddings\";i:1;s:27:\"hide_description_responsive\";i:1;}s:13:\"image_section\";a:1:{s:18:\"type_with_diagonal\";i:1;}s:14:\"button_section\";a:9:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:18:\"button_hover_color\";i:1;s:15:\"button_hover_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:3;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:8;s:13:\"margin_mobile\";i:8;s:13:\"margin_tablet\";i:3;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:5:\"image\";i:5;s:4:\"link\";i:5;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:5;s:10:\"image_size\";i:5;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:5;}s:21:\"section_style_content\";a:6:{s:11:\"title_color\";i:5;s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:10:\"text_align\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:11:\"css_classes\";i:1;s:7:\"padding\";i:1;}s:15:\"section_effects\";a:1:{s:16:\"animation_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),
(8836, 4652, '_elementor_pro_version', '3.5.1'),
(8843, 517, '_edit_lock', '1649926699:1'),
(8852, 4654, '_elementor_edit_mode', 'builder'),
(8853, 4654, '_elementor_template_type', 'wp-page'),
(8854, 4654, '_elementor_version', '3.2.5'),
(8855, 4654, '_wp_page_template', 'default'),
(8856, 4654, '_elementor_data', '[{\"id\":\"1d488cf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"xstore_element_custom_css\":\".elementor-shortcode p {\\n    font-size: 18px;\\n}\\n.elementor-shortcode label {font-weight: 500; color: #111111;}\\n.track_order .button {\\n    background: #E95D2A !important;\\n    border-radius: 900px;\\n    border-color: #E95D2A !important;\\n    text-transform: none;\\n    font-weight: 500;\\n    font-size: 17px;\\n    padding: 24px 59px;\\n    line-height: 0;\\n}\\n.track_order .button:hover {\\n    background: #e95d2bcc;\\n}\\n.track_order input {\\n    padding: 24px 20px;\\n    margin-top: 5px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e2967ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"eee3dc1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-6.jpg\",\"id\":522},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e3e2c0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Always Up To Date With Your Order\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a579ff5\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[woocommerce_order_tracking]  \"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"279fe7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2c4169d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Rectangle-14.jpg\",\"id\":523},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(8857, 4654, '_elementor_controls_usage', 'a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}}'),
(8860, 4655, '_elementor_edit_mode', 'builder'),
(8861, 4655, '_elementor_template_type', 'wp-page'),
(8862, 4655, '_elementor_version', '3.2.5'),
(8863, 4655, '_wp_page_template', 'default'),
(8864, 4655, '_elementor_data', '[{\"id\":\"1d488cf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"xstore_element_custom_css\":\".elementor-shortcode p {\\n    font-size: 18px;\\n}\\n.elementor-shortcode label {font-weight: 500; color: #111111;}\\n.track_order .button {\\n    background: #E95D2A !important;\\n    border-radius: 900px;\\n    border-color: #E95D2A !important;\\n    text-transform: none;\\n    font-weight: 500;\\n    font-size: 17px;\\n    padding: 24px 59px;\\n    line-height: 0;\\n}\\n.track_order .button:hover {\\n    background: #e95d2bcc;\\n}\\n.track_order input {\\n    padding: 24px 20px;\\n    margin-top: 5px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e2967ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"eee3dc1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-6.jpg\",\"id\":522},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e3e2c0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Always Up To Date With Your Order\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a579ff5\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[woocommerce_order_tracking]  \"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"279fe7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2c4169d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Rectangle-14.jpg\",\"id\":523},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(8865, 4655, '_elementor_controls_usage', 'a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}}'),
(8868, 4656, '_elementor_edit_mode', 'builder'),
(8869, 4656, '_elementor_template_type', 'wp-page'),
(8870, 4656, '_elementor_version', '3.2.5'),
(8871, 4656, '_wp_page_template', 'default'),
(8872, 4656, '_elementor_data', '[{\"id\":\"1d488cf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"xstore_element_custom_css\":\".elementor-shortcode p {\\n    font-size: 18px;\\n}\\n.elementor-shortcode label {font-weight: 500; color: #111111;}\\n.track_order .button {\\n    background: #E95D2A !important;\\n    border-radius: 900px;\\n    border-color: #E95D2A !important;\\n    text-transform: none;\\n    font-weight: 500;\\n    font-size: 17px;\\n    padding: 24px 59px;\\n    line-height: 0;\\n}\\n.track_order .button:hover {\\n    background: #e95d2bcc;\\n}\\n.track_order input {\\n    padding: 24px 20px;\\n    margin-top: 5px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e2967ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"eee3dc1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-6.jpg\",\"id\":522},\"image_size\":\"full\",\"align\":\"left\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e3e2c0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Always Up To Date With Your Order\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a579ff5\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[woocommerce_order_tracking]  \",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"279fe7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2c4169d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Rectangle-14.jpg\",\"id\":523},\"image_size\":\"full\",\"align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(8873, 4656, '_elementor_controls_usage', 'a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}}'),
(8876, 517, '_elementor_pro_version', '3.5.1'),
(8881, 4658, '_elementor_edit_mode', 'builder'),
(8882, 4658, '_elementor_template_type', 'wp-page'),
(8883, 4658, '_elementor_version', '3.6.2'),
(8884, 4658, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8885, 4658, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8887, 4658, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8888, 4658, '_elementor_pro_version', '3.5.1'),
(8890, 4659, '_elementor_edit_mode', 'builder'),
(8891, 4659, '_elementor_template_type', 'wp-page'),
(8892, 4659, '_elementor_version', '3.6.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8893, 4659, '_wp_page_template', 'default'),
(8894, 4659, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\"},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\"},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(8896, 4659, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8897, 4659, '_elementor_pro_version', '3.5.1'),
(8899, 4660, '_elementor_edit_mode', 'builder'),
(8900, 4660, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8901, 4660, '_elementor_version', '3.6.2'),
(8902, 4660, '_wp_page_template', 'default'),
(8903, 4660, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8905, 4660, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8906, 4660, '_elementor_pro_version', '3.5.1'),
(8909, 4661, '_elementor_edit_mode', 'builder'),
(8910, 4661, '_elementor_template_type', 'wp-page'),
(8911, 4661, '_elementor_version', '3.6.2'),
(8912, 4661, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8913, 4661, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8915, 4661, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8916, 4661, '_elementor_pro_version', '3.5.1'),
(8918, 4662, '_elementor_edit_mode', 'builder'),
(8919, 4662, '_elementor_template_type', 'wp-page'),
(8920, 4662, '_elementor_version', '3.6.2'),
(8921, 4662, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8922, 4662, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8924, 4662, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8925, 4662, '_elementor_pro_version', '3.5.1'),
(8927, 4663, '_elementor_edit_mode', 'builder'),
(8928, 4663, '_elementor_template_type', 'wp-page'),
(8929, 4663, '_elementor_version', '3.6.2'),
(8930, 4663, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8931, 4663, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8933, 4663, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8934, 4663, '_elementor_pro_version', '3.5.1'),
(8936, 4664, '_elementor_edit_mode', 'builder'),
(8937, 4664, '_elementor_template_type', 'wp-page'),
(8938, 4664, '_elementor_version', '3.6.2'),
(8939, 4664, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8940, 4664, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8942, 4664, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8943, 4664, '_elementor_pro_version', '3.5.1'),
(8945, 4665, '_elementor_edit_mode', 'builder'),
(8946, 4665, '_elementor_template_type', 'wp-page'),
(8947, 4665, '_elementor_version', '3.6.2'),
(8948, 4665, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8949, 4665, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8951, 4665, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8952, 4665, '_elementor_pro_version', '3.5.1'),
(8954, 4666, '_elementor_edit_mode', 'builder'),
(8955, 4666, '_elementor_template_type', 'wp-page'),
(8956, 4666, '_elementor_version', '3.6.2'),
(8957, 4666, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8958, 4666, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8960, 4666, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8961, 4666, '_elementor_pro_version', '3.5.1'),
(8963, 4667, '_elementor_edit_mode', 'builder'),
(8964, 4667, '_elementor_template_type', 'wp-page'),
(8965, 4667, '_elementor_version', '3.6.2'),
(8966, 4667, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8967, 4667, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8969, 4667, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8970, 4667, '_elementor_pro_version', '3.5.1'),
(8972, 4668, '_elementor_edit_mode', 'builder'),
(8973, 4668, '_elementor_template_type', 'wp-page'),
(8974, 4668, '_elementor_version', '3.6.2'),
(8975, 4668, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8976, 4668, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8978, 4668, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8979, 4668, '_elementor_pro_version', '3.5.1'),
(8981, 4669, '_elementor_edit_mode', 'builder'),
(8982, 4669, '_elementor_template_type', 'wp-page'),
(8983, 4669, '_elementor_version', '3.6.2'),
(8984, 4669, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8985, 4669, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8987, 4669, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8988, 4669, '_elementor_pro_version', '3.5.1'),
(8990, 4670, '_elementor_edit_mode', 'builder'),
(8991, 4670, '_elementor_template_type', 'wp-page'),
(8992, 4670, '_elementor_version', '3.6.2'),
(8993, 4670, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8994, 4670, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8996, 4670, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(8997, 4670, '_elementor_pro_version', '3.5.1'),
(8999, 4671, '_elementor_edit_mode', 'builder'),
(9000, 4671, '_elementor_template_type', 'wp-page'),
(9001, 4671, '_elementor_version', '3.6.2'),
(9002, 4671, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9003, 4671, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9005, 4671, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(9006, 4671, '_elementor_pro_version', '3.5.1'),
(9008, 4672, '_elementor_edit_mode', 'builder'),
(9009, 4672, '_elementor_template_type', 'wp-page'),
(9010, 4672, '_elementor_version', '3.6.2'),
(9011, 4672, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9012, 4672, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9014, 4672, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(9015, 4672, '_elementor_pro_version', '3.5.1'),
(9018, 4673, '_elementor_edit_mode', 'builder'),
(9019, 4673, '_elementor_template_type', 'wp-page'),
(9020, 4673, '_elementor_version', '3.6.2'),
(9021, 4673, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9022, 4673, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9024, 4673, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(9025, 4673, '_elementor_pro_version', '3.5.1'),
(9027, 4674, '_elementor_edit_mode', 'builder'),
(9028, 4674, '_elementor_template_type', 'wp-page'),
(9029, 4674, '_elementor_version', '3.6.2'),
(9030, 4674, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9031, 4674, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9033, 4674, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(9034, 4674, '_elementor_pro_version', '3.5.1'),
(9036, 4675, '_elementor_edit_mode', 'builder'),
(9037, 4675, '_elementor_template_type', 'wp-page'),
(9038, 4675, '_elementor_version', '3.6.2'),
(9039, 4675, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9040, 4675, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9042, 4675, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(9043, 4675, '_elementor_pro_version', '3.5.1'),
(9045, 4676, '_elementor_edit_mode', 'builder'),
(9046, 4676, '_elementor_template_type', 'wp-page'),
(9047, 4676, '_elementor_version', '3.6.2'),
(9048, 4676, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9049, 4676, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9051, 4676, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(9052, 4676, '_elementor_pro_version', '3.5.1'),
(9054, 4677, '_elementor_edit_mode', 'builder'),
(9055, 4677, '_elementor_template_type', 'wp-page'),
(9056, 4677, '_elementor_version', '3.6.2'),
(9057, 4677, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9058, 4677, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9060, 4677, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(9061, 4677, '_elementor_pro_version', '3.5.1'),
(9063, 4678, '_elementor_edit_mode', 'builder'),
(9064, 4678, '_elementor_template_type', 'wp-page'),
(9065, 4678, '_elementor_version', '3.6.2'),
(9066, 4678, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9067, 4678, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9069, 4678, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(9070, 4678, '_elementor_pro_version', '3.5.1'),
(9077, 4679, '_wp_page_template', 'default'),
(9078, 4679, '_elementor_edit_mode', 'builder'),
(9079, 4679, '_elementor_template_type', 'wp-post'),
(9080, 4679, '_elementor_version', '3.6.2'),
(9081, 4679, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#006C5500\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"\\/privacy-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"\\/terms-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"\\/refund_returns\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/my-account-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Wish List\",\"link\":{\"url\":\"\\/wishlist\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.348,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(9083, 4679, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(9084, 4679, '_elementor_pro_version', '3.5.1'),
(9086, 4680, '_wp_page_template', 'default'),
(9087, 4680, '_elementor_edit_mode', 'builder'),
(9088, 4680, '_elementor_template_type', 'wp-post'),
(9089, 4680, '_elementor_version', '3.6.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9090, 4680, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#006C5500\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"\\/privacy-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"\\/terms-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"\\/refund_returns\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/my-account-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Wish List\",\"link\":{\"url\":\"\\/wishlist\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.348,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(9092, 4680, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(9093, 4680, '_elementor_pro_version', '3.5.1'),
(9095, 4681, '_wp_page_template', 'default'),
(9096, 4681, '_elementor_edit_mode', 'builder'),
(9097, 4681, '_elementor_template_type', 'wp-post'),
(9098, 4681, '_elementor_version', '3.6.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9099, 4681, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#006C5500\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"\\/privacy-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"\\/terms-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"\\/refund_returns\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/my-account-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Wish List\",\"link\":{\"url\":\"\\/wishlist\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.33,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#006C55\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"\\/shop\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":18.018,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(9101, 4681, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(9102, 4681, '_elementor_pro_version', '3.5.1'),
(9108, 3939, '_wp_page_template', 'default'),
(9109, 3931, '_wp_page_template', 'default'),
(9111, 3910, '_wp_page_template', 'default'),
(9112, 4686, '_elementor_edit_mode', 'builder'),
(9113, 4686, '_elementor_template_type', 'wp-page'),
(9114, 4686, '_elementor_version', '3.6.2'),
(9115, 4686, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9116, 4686, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9118, 4686, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(9119, 4686, '_elementor_pro_version', '3.5.1'),
(9121, 4687, '_elementor_edit_mode', 'builder'),
(9122, 4687, '_elementor_template_type', 'wp-page'),
(9123, 4687, '_elementor_version', '3.6.2'),
(9124, 4687, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9125, 4687, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9127, 4687, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(9128, 4687, '_elementor_pro_version', '3.5.1'),
(9130, 4688, '_elementor_edit_mode', 'builder'),
(9131, 4688, '_elementor_template_type', 'wp-page'),
(9132, 4688, '_elementor_version', '3.6.2'),
(9133, 4688, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9134, 4688, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":53,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"3\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\",\"show_excerpt\":\"yes\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9136, 4688, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(9137, 4688, '_elementor_pro_version', '3.5.1'),
(9148, 4691, '_edit_lock', '1651827838:1'),
(9149, 4692, '_wp_attached_file', '2022/05/BE001-Mango-Wood-Lotion-Dispenser-scaled.jpg'),
(9150, 4692, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:52:\"2022/05/BE001-Mango-Wood-Lotion-Dispenser-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"BE001-Mango-Wood-Lotion-Dispenser-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"BE001-Mango-Wood-Lotion-Dispenser-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"BE001-Mango-Wood-Lotion-Dispenser-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"BE001-Mango-Wood-Lotion-Dispenser-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:47:\"BE001-Mango-Wood-Lotion-Dispenser-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:47:\"BE001-Mango-Wood-Lotion-Dispenser-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"etheme-woocommerce-nimi\";a:4:{s:4:\"file\";s:41:\"BE001-Mango-Wood-Lotion-Dispenser-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"etheme-nimi\";a:4:{s:4:\"file\";s:42:\"BE001-Mango-Wood-Lotion-Dispenser-10x7.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:7;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"BE001-Mango-Wood-Lotion-Dispenser-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"BE001-Mango-Wood-Lotion-Dispenser-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"BE001-Mango-Wood-Lotion-Dispenser-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"BE001-Mango-Wood-Lotion-Dispenser-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"BE001-Mango-Wood-Lotion-Dispenser-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"BE001-Mango-Wood-Lotion-Dispenser-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:19:\"RS_PHOTO_ARTS.image\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1650412297\";s:9:\"copyright\";s:19:\"RS_PHOTO_ARTS.image\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:37:\"BE001-Mango-Wood-Lotion-Dispenser.jpg\";}'),
(9151, 4691, '_edit_last', '1'),
(9152, 4691, '_thumbnail_id', '4692'),
(9153, 4691, '_wp_page_template', 'default'),
(9154, 4691, '_yoast_wpseo_content_score', '60'),
(9155, 4691, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(9156, 4691, '_product_video_gallery', ''),
(9157, 4691, '_product_video_code', ''),
(9158, 4691, '_product_video_autoplay', ''),
(9159, 4691, '_sale_price_time_start', ''),
(9160, 4691, '_sale_price_time_end', ''),
(9161, 4691, '_sku', 'BE001'),
(9162, 4691, '_regular_price', '1610'),
(9163, 4691, 'total_sales', '0'),
(9164, 4691, '_tax_status', 'taxable'),
(9165, 4691, '_tax_class', ''),
(9166, 4691, '_manage_stock', 'yes'),
(9167, 4691, '_backorders', 'no'),
(9168, 4691, '_sold_individually', 'no'),
(9169, 4691, '_weight', '300'),
(9170, 4691, '_length', '3'),
(9171, 4691, '_width', '3'),
(9172, 4691, '_height', '6.75'),
(9173, 4691, '_virtual', 'no'),
(9174, 4691, '_downloadable', 'no'),
(9175, 4691, '_download_limit', '0'),
(9176, 4691, '_download_expiry', '0'),
(9177, 4691, '_stock', '100'),
(9178, 4691, '_stock_status', 'instock'),
(9179, 4691, '_wc_average_rating', '0'),
(9180, 4691, '_wc_review_count', '0'),
(9181, 4691, '_product_version', '6.3.1'),
(9182, 4691, '_price', '1610'),
(9183, 4691, '_product_image_gallery', '4692'),
(9184, 4691, '_et_single_layout', 'standard'),
(9185, 4691, '_et_single_thumbnail_hover', 'inherit'),
(9186, 4691, '_et_product_view_hover', 'inherit'),
(9187, 4691, '_et_product_view_color', 'inherit'),
(9188, 4691, '_et_additional_block', '0'),
(9189, 4691, '_et_sale_counter', 'disable'),
(9190, 4691, '_et_product_slider', 'inherit'),
(9191, 4691, '_et_primary_category', 'auto'),
(9192, 4691, '_yoast_wpseo_primary_product_cat', '99'),
(9197, 4695, '_edit_lock', '1651828446:1'),
(9198, 4695, '_edit_last', '1'),
(9199, 4695, '_wpb_vc_js_status', 'false'),
(9200, 4695, '_et_sidebar_state', 'default'),
(9201, 4695, '_et_widget_area', '0'),
(9202, 4695, '_et_page_banner', '0'),
(9203, 4695, '_yoast_wpseo_content_score', '60'),
(9204, 4695, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(9205, 4698, '_wp_page_template', 'default'),
(9206, 4698, '_elementor_edit_mode', 'builder'),
(9207, 4698, '_elementor_template_type', 'wp-post'),
(9208, 4698, '_elementor_version', '3.6.2'),
(9209, 4698, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#006C5500\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"\\/privacy-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"\\/terms-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"\\/refund_returns\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/my-account-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Wish List\",\"link\":{\"url\":\"\\/wishlist\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.33,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#006C55\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"\\/shop\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":18.018,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(9211, 4698, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(9212, 4698, '_elementor_pro_version', '3.5.1'),
(9214, 4699, '_wp_page_template', 'default'),
(9215, 4699, '_elementor_edit_mode', 'builder'),
(9216, 4699, '_elementor_template_type', 'wp-post'),
(9217, 4699, '_elementor_version', '3.6.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9218, 4699, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#006C5500\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"\\/privacy-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"\\/terms-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"\\/refund_returns\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/my-account-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Wish List\",\"link\":{\"url\":\"\\/wishlist\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.33,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#006C55\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"\\/shop\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":18.018,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(9220, 4699, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(9221, 4699, '_elementor_pro_version', '3.5.1'),
(9223, 4700, '_wp_page_template', 'default'),
(9224, 4700, '_elementor_edit_mode', 'builder'),
(9225, 4700, '_elementor_template_type', 'wp-post'),
(9226, 4700, '_elementor_version', '3.6.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9227, 4700, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#006C54\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"instagram\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\",\"email\":\"#\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#006C5500\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/delivery-and-shipping-information\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"\\/privacy-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"\\/terms-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"\\/refund_returns\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"\\/my-account-2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Wish List\",\"link\":{\"url\":\"\\/wishlist\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2020\\/12\\/7-3.jpg\",\"id\":4317,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":42.652,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: 888 1 222 666\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.33,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#006C55\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"\\/shop\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":18.018,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(9229, 4700, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(9230, 4700, '_elementor_pro_version', '3.5.1'),
(9238, 4701, '_order_key', 'wc_order_KFHa4iNUaXM7p'),
(9239, 4701, '_customer_user', '0'),
(9240, 4701, '_payment_method', 'razorpay'),
(9241, 4701, '_payment_method_title', 'Credit Card/Debit Card/NetBanking'),
(9242, 4701, '_customer_ip_address', '122.180.182.56'),
(9243, 4701, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),
(9244, 4701, '_created_via', 'checkout'),
(9245, 4701, '_cart_hash', '1c6547378ac62abd715b440ce2bd9951'),
(9246, 4701, '_billing_first_name', 'Sachin'),
(9247, 4701, '_billing_last_name', 'Sharma'),
(9248, 4701, '_billing_address_1', 'RZ425A/13, Tughlakabad Extn, Kalka Ji,'),
(9249, 4701, '_billing_city', 'New Delhi'),
(9250, 4701, '_billing_state', 'DL'),
(9251, 4701, '_billing_postcode', '110019'),
(9252, 4701, '_billing_country', 'IN'),
(9253, 4701, '_billing_email', 'sachinversatile27@gmail.com'),
(9254, 4701, '_billing_phone', '9953543434'),
(9255, 4701, '_order_currency', 'INR'),
(9256, 4701, '_cart_discount', '0'),
(9257, 4701, '_cart_discount_tax', '0'),
(9258, 4701, '_order_shipping', '0'),
(9259, 4701, '_order_shipping_tax', '0'),
(9260, 4701, '_order_tax', '46.8'),
(9261, 4701, '_order_total', '306.80'),
(9262, 4701, '_order_version', '6.3.1'),
(9263, 4701, '_prices_include_tax', 'no'),
(9264, 4701, '_billing_address_index', 'Sachin Sharma  RZ425A/13, Tughlakabad Extn, Kalka Ji,  New Delhi DL 110019 IN sachinversatile27@gmail.com 9953543434'),
(9265, 4701, '_shipping_address_index', '         '),
(9266, 4701, 'is_vat_exempt', 'no'),
(9267, 4701, 'is_magic_checkout_order', 'no'),
(9268, 4701, '_transaction_id', 'pay_JSLVmy6lM5rfHH'),
(9269, 4701, '_date_paid', '1651928334'),
(9270, 4701, '_paid_date', '2022-05-07 12:58:54'),
(9271, 4701, '_download_permissions_granted', 'yes'),
(9272, 4701, '_recorded_sales', 'yes'),
(9273, 4701, '_recorded_coupon_usage_counts', 'yes'),
(9274, 4701, '_order_stock_reduced', 'yes'),
(9275, 4701, '_new_order_email_sent', 'true'),
(9291, 4707, '_sku', 'SST001'),
(9292, 4707, 'total_sales', '0'),
(9293, 4707, '_tax_status', 'taxable'),
(9294, 4707, '_tax_class', ''),
(9295, 4707, '_manage_stock', 'yes'),
(9296, 4707, '_backorders', 'no'),
(9297, 4707, '_sold_individually', 'no'),
(9298, 4707, '_virtual', 'no'),
(9299, 4707, '_downloadable', 'no'),
(9300, 4707, '_download_limit', '0'),
(9301, 4707, '_download_expiry', '0'),
(9302, 4707, '_stock', '100'),
(9303, 4707, '_stock_status', 'instock'),
(9304, 4707, '_wc_average_rating', '0'),
(9305, 4707, '_wc_review_count', '0'),
(9306, 4707, '_product_version', '6.3.1'),
(9308, 4708, '_sku', 'SST002'),
(9309, 4708, 'total_sales', '0'),
(9310, 4708, '_tax_status', 'taxable'),
(9311, 4708, '_tax_class', ''),
(9312, 4708, '_manage_stock', 'yes'),
(9313, 4708, '_backorders', 'no'),
(9314, 4708, '_sold_individually', 'no'),
(9315, 4708, '_virtual', 'no'),
(9316, 4708, '_downloadable', 'no'),
(9317, 4708, '_download_limit', '0'),
(9318, 4708, '_download_expiry', '0'),
(9319, 4708, '_stock', '100'),
(9320, 4708, '_stock_status', 'instock'),
(9321, 4708, '_wc_average_rating', '0'),
(9322, 4708, '_wc_review_count', '0'),
(9323, 4708, '_product_version', '6.3.1'),
(9325, 4709, '_sku', 'SST003'),
(9326, 4709, 'total_sales', '0'),
(9327, 4709, '_tax_status', 'taxable'),
(9328, 4709, '_tax_class', ''),
(9329, 4709, '_manage_stock', 'yes'),
(9330, 4709, '_backorders', 'no'),
(9331, 4709, '_sold_individually', 'no'),
(9332, 4709, '_virtual', 'no'),
(9333, 4709, '_downloadable', 'no'),
(9334, 4709, '_download_limit', '0'),
(9335, 4709, '_download_expiry', '0'),
(9336, 4709, '_stock', '100'),
(9337, 4709, '_stock_status', 'instock'),
(9338, 4709, '_wc_average_rating', '0'),
(9339, 4709, '_wc_review_count', '0'),
(9340, 4709, '_product_version', '6.3.1'),
(9342, 4710, '_sku', 'SST004'),
(9343, 4710, 'total_sales', '0'),
(9344, 4710, '_tax_status', 'taxable'),
(9345, 4710, '_tax_class', ''),
(9346, 4710, '_manage_stock', 'yes'),
(9347, 4710, '_backorders', 'no'),
(9348, 4710, '_sold_individually', 'no'),
(9349, 4710, '_virtual', 'no'),
(9350, 4710, '_downloadable', 'no'),
(9351, 4710, '_download_limit', '0'),
(9352, 4710, '_download_expiry', '0'),
(9353, 4710, '_stock', '100'),
(9354, 4710, '_stock_status', 'instock'),
(9355, 4710, '_wc_average_rating', '0'),
(9356, 4710, '_wc_review_count', '0'),
(9357, 4710, '_product_version', '6.3.1'),
(9359, 4711, '_sku', 'SST005'),
(9360, 4711, 'total_sales', '0'),
(9361, 4711, '_tax_status', 'taxable'),
(9362, 4711, '_tax_class', ''),
(9363, 4711, '_manage_stock', 'yes'),
(9364, 4711, '_backorders', 'no'),
(9365, 4711, '_sold_individually', 'no'),
(9366, 4711, '_virtual', 'no'),
(9367, 4711, '_downloadable', 'no'),
(9368, 4711, '_download_limit', '0'),
(9369, 4711, '_download_expiry', '0'),
(9370, 4711, '_stock', '100'),
(9371, 4711, '_stock_status', 'instock'),
(9372, 4711, '_wc_average_rating', '0'),
(9373, 4711, '_wc_review_count', '0'),
(9374, 4711, '_product_version', '6.3.1'),
(9376, 4712, '_sku', 'SST006'),
(9377, 4712, 'total_sales', '0'),
(9378, 4712, '_tax_status', 'taxable'),
(9379, 4712, '_tax_class', ''),
(9380, 4712, '_manage_stock', 'yes'),
(9381, 4712, '_backorders', 'no'),
(9382, 4712, '_sold_individually', 'no'),
(9383, 4712, '_virtual', 'no'),
(9384, 4712, '_downloadable', 'no'),
(9385, 4712, '_download_limit', '0'),
(9386, 4712, '_download_expiry', '0'),
(9387, 4712, '_stock', '100'),
(9388, 4712, '_stock_status', 'instock'),
(9389, 4712, '_wc_average_rating', '0'),
(9390, 4712, '_wc_review_count', '0'),
(9391, 4712, '_product_version', '6.3.1'),
(9393, 4713, '_sku', 'SST007'),
(9394, 4713, 'total_sales', '0'),
(9395, 4713, '_tax_status', 'taxable'),
(9396, 4713, '_tax_class', ''),
(9397, 4713, '_manage_stock', 'yes'),
(9398, 4713, '_backorders', 'no'),
(9399, 4713, '_sold_individually', 'no'),
(9400, 4713, '_virtual', 'no'),
(9401, 4713, '_downloadable', 'no'),
(9402, 4713, '_download_limit', '0'),
(9403, 4713, '_download_expiry', '0'),
(9404, 4713, '_stock', '100'),
(9405, 4713, '_stock_status', 'instock'),
(9406, 4713, '_wc_average_rating', '0'),
(9407, 4713, '_wc_review_count', '0'),
(9408, 4713, '_product_version', '6.3.1'),
(9410, 4714, '_sku', 'SST008'),
(9411, 4714, 'total_sales', '0'),
(9412, 4714, '_tax_status', 'taxable'),
(9413, 4714, '_tax_class', ''),
(9414, 4714, '_manage_stock', 'yes'),
(9415, 4714, '_backorders', 'no'),
(9416, 4714, '_sold_individually', 'no'),
(9417, 4714, '_virtual', 'no'),
(9418, 4714, '_downloadable', 'no'),
(9419, 4714, '_download_limit', '0'),
(9420, 4714, '_download_expiry', '0'),
(9421, 4714, '_stock', '100'),
(9422, 4714, '_stock_status', 'instock'),
(9423, 4714, '_wc_average_rating', '0'),
(9424, 4714, '_wc_review_count', '0'),
(9425, 4714, '_product_version', '6.3.1'),
(9427, 4715, '_sku', 'SST009'),
(9428, 4715, 'total_sales', '0'),
(9429, 4715, '_tax_status', 'taxable'),
(9430, 4715, '_tax_class', ''),
(9431, 4715, '_manage_stock', 'yes'),
(9432, 4715, '_backorders', 'no'),
(9433, 4715, '_sold_individually', 'no'),
(9434, 4715, '_virtual', 'no'),
(9435, 4715, '_downloadable', 'no'),
(9436, 4715, '_download_limit', '0'),
(9437, 4715, '_download_expiry', '0'),
(9438, 4715, '_stock', '100'),
(9439, 4715, '_stock_status', 'instock'),
(9440, 4715, '_wc_average_rating', '0'),
(9441, 4715, '_wc_review_count', '0'),
(9442, 4715, '_product_version', '6.3.1'),
(9444, 4716, '_sku', 'SST010'),
(9445, 4716, 'total_sales', '0'),
(9446, 4716, '_tax_status', 'taxable'),
(9447, 4716, '_tax_class', ''),
(9448, 4716, '_manage_stock', 'yes'),
(9449, 4716, '_backorders', 'no'),
(9450, 4716, '_sold_individually', 'no'),
(9451, 4716, '_virtual', 'no'),
(9452, 4716, '_downloadable', 'no'),
(9453, 4716, '_download_limit', '0'),
(9454, 4716, '_download_expiry', '0'),
(9455, 4716, '_stock', '100'),
(9456, 4716, '_stock_status', 'instock'),
(9457, 4716, '_wc_average_rating', '0'),
(9458, 4716, '_wc_review_count', '0'),
(9459, 4716, '_product_version', '6.3.1'),
(9461, 4717, '_sku', 'SST011'),
(9462, 4717, 'total_sales', '0'),
(9463, 4717, '_tax_status', 'taxable'),
(9464, 4717, '_tax_class', ''),
(9465, 4717, '_manage_stock', 'yes'),
(9466, 4717, '_backorders', 'no'),
(9467, 4717, '_sold_individually', 'no'),
(9468, 4717, '_virtual', 'no'),
(9469, 4717, '_downloadable', 'no'),
(9470, 4717, '_download_limit', '0'),
(9471, 4717, '_download_expiry', '0'),
(9472, 4717, '_stock', '100'),
(9473, 4717, '_stock_status', 'instock'),
(9474, 4717, '_wc_average_rating', '0'),
(9475, 4717, '_wc_review_count', '0'),
(9476, 4717, '_product_version', '6.3.1'),
(9478, 4718, '_sku', 'SST012'),
(9479, 4718, 'total_sales', '0'),
(9480, 4718, '_tax_status', 'taxable'),
(9481, 4718, '_tax_class', ''),
(9482, 4718, '_manage_stock', 'yes'),
(9483, 4718, '_backorders', 'no'),
(9484, 4718, '_sold_individually', 'no'),
(9485, 4718, '_virtual', 'no'),
(9486, 4718, '_downloadable', 'no'),
(9487, 4718, '_download_limit', '0'),
(9488, 4718, '_download_expiry', '0'),
(9489, 4718, '_stock', '100'),
(9490, 4718, '_stock_status', 'instock'),
(9491, 4718, '_wc_average_rating', '0'),
(9492, 4718, '_wc_review_count', '0'),
(9493, 4718, '_product_version', '6.3.1'),
(9495, 4719, '_sku', 'SST013'),
(9496, 4719, 'total_sales', '0'),
(9497, 4719, '_tax_status', 'taxable'),
(9498, 4719, '_tax_class', ''),
(9499, 4719, '_manage_stock', 'yes'),
(9500, 4719, '_backorders', 'no'),
(9501, 4719, '_sold_individually', 'no'),
(9502, 4719, '_virtual', 'no'),
(9503, 4719, '_downloadable', 'no'),
(9504, 4719, '_download_limit', '0'),
(9505, 4719, '_download_expiry', '0'),
(9506, 4719, '_stock', '100'),
(9507, 4719, '_stock_status', 'instock'),
(9508, 4719, '_wc_average_rating', '0'),
(9509, 4719, '_wc_review_count', '0'),
(9510, 4719, '_product_version', '6.3.1'),
(9512, 4720, '_sku', 'SST014'),
(9513, 4720, 'total_sales', '0'),
(9514, 4720, '_tax_status', 'taxable'),
(9515, 4720, '_tax_class', ''),
(9516, 4720, '_manage_stock', 'yes'),
(9517, 4720, '_backorders', 'no'),
(9518, 4720, '_sold_individually', 'no'),
(9519, 4720, '_virtual', 'no'),
(9520, 4720, '_downloadable', 'no'),
(9521, 4720, '_download_limit', '0'),
(9522, 4720, '_download_expiry', '0'),
(9523, 4720, '_stock', '100'),
(9524, 4720, '_stock_status', 'instock'),
(9525, 4720, '_wc_average_rating', '0'),
(9526, 4720, '_wc_review_count', '0'),
(9527, 4720, '_product_version', '6.3.1'),
(9529, 4721, '_sku', 'SST015'),
(9530, 4721, 'total_sales', '0'),
(9531, 4721, '_tax_status', 'taxable'),
(9532, 4721, '_tax_class', ''),
(9533, 4721, '_manage_stock', 'yes'),
(9534, 4721, '_backorders', 'no'),
(9535, 4721, '_sold_individually', 'no'),
(9536, 4721, '_virtual', 'no'),
(9537, 4721, '_downloadable', 'no'),
(9538, 4721, '_download_limit', '0'),
(9539, 4721, '_download_expiry', '0'),
(9540, 4721, '_stock', '100'),
(9541, 4721, '_stock_status', 'instock'),
(9542, 4721, '_wc_average_rating', '0'),
(9543, 4721, '_wc_review_count', '0'),
(9544, 4721, '_product_version', '6.3.1'),
(9546, 4722, '_sku', 'SST016'),
(9547, 4722, 'total_sales', '0'),
(9548, 4722, '_tax_status', 'taxable'),
(9549, 4722, '_tax_class', ''),
(9550, 4722, '_manage_stock', 'yes'),
(9551, 4722, '_backorders', 'no'),
(9552, 4722, '_sold_individually', 'no'),
(9553, 4722, '_virtual', 'no'),
(9554, 4722, '_downloadable', 'no'),
(9555, 4722, '_download_limit', '0'),
(9556, 4722, '_download_expiry', '0'),
(9557, 4722, '_stock', '100'),
(9558, 4722, '_stock_status', 'instock'),
(9559, 4722, '_wc_average_rating', '0'),
(9560, 4722, '_wc_review_count', '0'),
(9561, 4722, '_product_version', '6.3.1'),
(9563, 4723, '_sku', 'SST017'),
(9564, 4723, 'total_sales', '0'),
(9565, 4723, '_tax_status', 'taxable'),
(9566, 4723, '_tax_class', ''),
(9567, 4723, '_manage_stock', 'yes'),
(9568, 4723, '_backorders', 'no'),
(9569, 4723, '_sold_individually', 'no'),
(9570, 4723, '_virtual', 'no'),
(9571, 4723, '_downloadable', 'no'),
(9572, 4723, '_download_limit', '0'),
(9573, 4723, '_download_expiry', '0'),
(9574, 4723, '_stock', '100'),
(9575, 4723, '_stock_status', 'instock'),
(9576, 4723, '_wc_average_rating', '0'),
(9577, 4723, '_wc_review_count', '0'),
(9578, 4723, '_product_version', '6.3.1'),
(9580, 4724, '_sku', 'SST018'),
(9581, 4724, 'total_sales', '0'),
(9582, 4724, '_tax_status', 'taxable'),
(9583, 4724, '_tax_class', ''),
(9584, 4724, '_manage_stock', 'yes'),
(9585, 4724, '_backorders', 'no'),
(9586, 4724, '_sold_individually', 'no'),
(9587, 4724, '_virtual', 'no'),
(9588, 4724, '_downloadable', 'no'),
(9589, 4724, '_download_limit', '0'),
(9590, 4724, '_download_expiry', '0'),
(9591, 4724, '_stock', '100'),
(9592, 4724, '_stock_status', 'instock'),
(9593, 4724, '_wc_average_rating', '0'),
(9594, 4724, '_wc_review_count', '0'),
(9595, 4724, '_product_version', '6.3.1'),
(9597, 4725, '_sku', 'SST019'),
(9598, 4725, 'total_sales', '0'),
(9599, 4725, '_tax_status', 'taxable'),
(9600, 4725, '_tax_class', ''),
(9601, 4725, '_manage_stock', 'yes'),
(9602, 4725, '_backorders', 'no'),
(9603, 4725, '_sold_individually', 'no'),
(9604, 4725, '_virtual', 'no'),
(9605, 4725, '_downloadable', 'no'),
(9606, 4725, '_download_limit', '0'),
(9607, 4725, '_download_expiry', '0'),
(9608, 4725, '_stock', '100'),
(9609, 4725, '_stock_status', 'instock'),
(9610, 4725, '_wc_average_rating', '0'),
(9611, 4725, '_wc_review_count', '0'),
(9612, 4725, '_product_version', '6.3.1'),
(9614, 4726, '_sku', 'SST020'),
(9615, 4726, 'total_sales', '0'),
(9616, 4726, '_tax_status', 'taxable'),
(9617, 4726, '_tax_class', ''),
(9618, 4726, '_manage_stock', 'yes'),
(9619, 4726, '_backorders', 'no'),
(9620, 4726, '_sold_individually', 'no'),
(9621, 4726, '_virtual', 'no'),
(9622, 4726, '_downloadable', 'no'),
(9623, 4726, '_download_limit', '0'),
(9624, 4726, '_download_expiry', '0'),
(9625, 4726, '_stock', '100'),
(9626, 4726, '_stock_status', 'instock'),
(9627, 4726, '_wc_average_rating', '0'),
(9628, 4726, '_wc_review_count', '0'),
(9629, 4726, '_product_version', '6.3.1'),
(9631, 4727, '_sku', 'SST021'),
(9632, 4727, 'total_sales', '0'),
(9633, 4727, '_tax_status', 'taxable'),
(9634, 4727, '_tax_class', ''),
(9635, 4727, '_manage_stock', 'yes'),
(9636, 4727, '_backorders', 'no'),
(9637, 4727, '_sold_individually', 'no'),
(9638, 4727, '_virtual', 'no'),
(9639, 4727, '_downloadable', 'no'),
(9640, 4727, '_download_limit', '0'),
(9641, 4727, '_download_expiry', '0'),
(9642, 4727, '_stock', '100'),
(9643, 4727, '_stock_status', 'instock'),
(9644, 4727, '_wc_average_rating', '0'),
(9645, 4727, '_wc_review_count', '0'),
(9646, 4727, '_product_version', '6.3.1'),
(9648, 4728, '_sku', 'SST022'),
(9649, 4728, 'total_sales', '0'),
(9650, 4728, '_tax_status', 'taxable'),
(9651, 4728, '_tax_class', ''),
(9652, 4728, '_manage_stock', 'yes'),
(9653, 4728, '_backorders', 'no'),
(9654, 4728, '_sold_individually', 'no'),
(9655, 4728, '_virtual', 'no'),
(9656, 4728, '_downloadable', 'no'),
(9657, 4728, '_download_limit', '0'),
(9658, 4728, '_download_expiry', '0'),
(9659, 4728, '_stock', '100'),
(9660, 4728, '_stock_status', 'instock'),
(9661, 4728, '_wc_average_rating', '0'),
(9662, 4728, '_wc_review_count', '0'),
(9663, 4728, '_product_version', '6.3.1'),
(9665, 4729, '_sku', 'SST023'),
(9666, 4729, 'total_sales', '0'),
(9667, 4729, '_tax_status', 'taxable'),
(9668, 4729, '_tax_class', ''),
(9669, 4729, '_manage_stock', 'yes'),
(9670, 4729, '_backorders', 'no'),
(9671, 4729, '_sold_individually', 'no'),
(9672, 4729, '_virtual', 'no'),
(9673, 4729, '_downloadable', 'no'),
(9674, 4729, '_download_limit', '0'),
(9675, 4729, '_download_expiry', '0'),
(9676, 4729, '_stock', '100'),
(9677, 4729, '_stock_status', 'instock'),
(9678, 4729, '_wc_average_rating', '0'),
(9679, 4729, '_wc_review_count', '0'),
(9680, 4729, '_product_version', '6.3.1'),
(9682, 4730, '_sku', 'SST024'),
(9683, 4730, 'total_sales', '0'),
(9684, 4730, '_tax_status', 'taxable'),
(9685, 4730, '_tax_class', ''),
(9686, 4730, '_manage_stock', 'yes'),
(9687, 4730, '_backorders', 'no'),
(9688, 4730, '_sold_individually', 'no'),
(9689, 4730, '_virtual', 'no'),
(9690, 4730, '_downloadable', 'no'),
(9691, 4730, '_download_limit', '0'),
(9692, 4730, '_download_expiry', '0'),
(9693, 4730, '_stock', '100'),
(9694, 4730, '_stock_status', 'instock'),
(9695, 4730, '_wc_average_rating', '0'),
(9696, 4730, '_wc_review_count', '0'),
(9697, 4730, '_product_version', '6.3.1'),
(9699, 4731, '_sku', 'SST025'),
(9700, 4731, 'total_sales', '0'),
(9701, 4731, '_tax_status', 'taxable'),
(9702, 4731, '_tax_class', ''),
(9703, 4731, '_manage_stock', 'yes'),
(9704, 4731, '_backorders', 'no'),
(9705, 4731, '_sold_individually', 'no'),
(9706, 4731, '_virtual', 'no'),
(9707, 4731, '_downloadable', 'no'),
(9708, 4731, '_download_limit', '0'),
(9709, 4731, '_download_expiry', '0'),
(9710, 4731, '_stock', '100'),
(9711, 4731, '_stock_status', 'instock'),
(9712, 4731, '_wc_average_rating', '0'),
(9713, 4731, '_wc_review_count', '0'),
(9714, 4731, '_product_version', '6.3.1'),
(9716, 4732, '_sku', 'SST026'),
(9717, 4732, 'total_sales', '0'),
(9718, 4732, '_tax_status', 'taxable'),
(9719, 4732, '_tax_class', ''),
(9720, 4732, '_manage_stock', 'yes'),
(9721, 4732, '_backorders', 'no'),
(9722, 4732, '_sold_individually', 'no'),
(9723, 4732, '_virtual', 'no'),
(9724, 4732, '_downloadable', 'no'),
(9725, 4732, '_download_limit', '0'),
(9726, 4732, '_download_expiry', '0'),
(9727, 4732, '_stock', '100'),
(9728, 4732, '_stock_status', 'instock'),
(9729, 4732, '_wc_average_rating', '0'),
(9730, 4732, '_wc_review_count', '0'),
(9731, 4732, '_product_version', '6.3.1'),
(9733, 4733, '_sku', 'SST027'),
(9734, 4733, 'total_sales', '0'),
(9735, 4733, '_tax_status', 'taxable'),
(9736, 4733, '_tax_class', ''),
(9737, 4733, '_manage_stock', 'yes'),
(9738, 4733, '_backorders', 'no'),
(9739, 4733, '_sold_individually', 'no'),
(9740, 4733, '_virtual', 'no'),
(9741, 4733, '_downloadable', 'no'),
(9742, 4733, '_download_limit', '0'),
(9743, 4733, '_download_expiry', '0'),
(9744, 4733, '_stock', '100'),
(9745, 4733, '_stock_status', 'instock'),
(9746, 4733, '_wc_average_rating', '0'),
(9747, 4733, '_wc_review_count', '0'),
(9748, 4733, '_product_version', '6.3.1'),
(9750, 4734, '_sku', 'SST028'),
(9751, 4734, 'total_sales', '0'),
(9752, 4734, '_tax_status', 'taxable'),
(9753, 4734, '_tax_class', ''),
(9754, 4734, '_manage_stock', 'yes'),
(9755, 4734, '_backorders', 'no'),
(9756, 4734, '_sold_individually', 'no'),
(9757, 4734, '_virtual', 'no'),
(9758, 4734, '_downloadable', 'no'),
(9759, 4734, '_download_limit', '0'),
(9760, 4734, '_download_expiry', '0'),
(9761, 4734, '_stock', '100'),
(9762, 4734, '_stock_status', 'instock'),
(9763, 4734, '_wc_average_rating', '0'),
(9764, 4734, '_wc_review_count', '0'),
(9765, 4734, '_product_version', '6.3.1'),
(9767, 4735, '_sku', 'SST029'),
(9768, 4735, 'total_sales', '0'),
(9769, 4735, '_tax_status', 'taxable'),
(9770, 4735, '_tax_class', ''),
(9771, 4735, '_manage_stock', 'yes'),
(9772, 4735, '_backorders', 'no'),
(9773, 4735, '_sold_individually', 'no'),
(9774, 4735, '_virtual', 'no'),
(9775, 4735, '_downloadable', 'no'),
(9776, 4735, '_download_limit', '0'),
(9777, 4735, '_download_expiry', '0'),
(9778, 4735, '_stock', '100'),
(9779, 4735, '_stock_status', 'instock'),
(9780, 4735, '_wc_average_rating', '0'),
(9781, 4735, '_wc_review_count', '0'),
(9782, 4735, '_product_version', '6.3.1'),
(9784, 4707, '_wp_old_slug', 'import-placeholder-for-3943'),
(9785, 4707, '_regular_price', '765'),
(9786, 4707, '_length', '15'),
(9787, 4707, '_width', '15'),
(9788, 4707, '_height', '5'),
(9789, 4707, '_price', '765'),
(9790, 4708, '_wp_old_slug', 'import-placeholder-for-3944'),
(9791, 4708, '_regular_price', '765'),
(9792, 4708, '_length', '15'),
(9793, 4708, '_width', '15'),
(9794, 4708, '_height', '5'),
(9795, 4708, '_price', '765'),
(9796, 4709, '_wp_old_slug', 'import-placeholder-for-3945'),
(9797, 4709, '_regular_price', '765'),
(9798, 4709, '_length', '15'),
(9799, 4709, '_width', '15'),
(9800, 4709, '_height', '5'),
(9801, 4709, '_price', '765'),
(9802, 4710, '_wp_old_slug', 'import-placeholder-for-3946'),
(9803, 4710, '_regular_price', '765'),
(9804, 4710, '_length', '15'),
(9805, 4710, '_width', '15'),
(9806, 4710, '_height', '5'),
(9807, 4710, '_price', '765'),
(9808, 4711, '_wp_old_slug', 'import-placeholder-for-3947'),
(9809, 4711, '_regular_price', '765'),
(9810, 4711, '_length', '15'),
(9811, 4711, '_width', '15'),
(9812, 4711, '_height', '5'),
(9813, 4711, '_price', '765'),
(9814, 4712, '_wp_old_slug', 'import-placeholder-for-3948'),
(9815, 4712, '_regular_price', '2150'),
(9816, 4712, '_length', '15'),
(9817, 4712, '_width', '15'),
(9818, 4712, '_height', '5'),
(9819, 4712, '_price', '2150'),
(9820, 4713, '_wp_old_slug', 'import-placeholder-for-3949'),
(9821, 4713, '_regular_price', '830'),
(9822, 4713, '_length', '10'),
(9823, 4713, '_width', '10'),
(9824, 4713, '_height', '5'),
(9825, 4713, '_price', '830'),
(9826, 4714, '_wp_old_slug', 'import-placeholder-for-3950'),
(9827, 4714, '_regular_price', '4195'),
(9828, 4714, '_length', '45'),
(9829, 4714, '_width', '10'),
(9830, 4714, '_height', '3'),
(9831, 4714, '_price', '4195'),
(9832, 4715, '_wp_old_slug', 'import-placeholder-for-3951'),
(9833, 4715, '_regular_price', '5615'),
(9834, 4715, '_length', '60'),
(9835, 4715, '_width', '10'),
(9836, 4715, '_height', '3'),
(9837, 4715, '_price', '5615'),
(9838, 4716, '_wp_old_slug', 'import-placeholder-for-3952'),
(9839, 4716, '_regular_price', '8470'),
(9840, 4716, '_length', '90'),
(9841, 4716, '_width', '10'),
(9842, 4716, '_height', '3'),
(9843, 4716, '_price', '8470'),
(9844, 4717, '_wp_old_slug', 'import-placeholder-for-3953'),
(9845, 4717, '_regular_price', '4195'),
(9846, 4717, '_length', '45'),
(9847, 4717, '_width', '10'),
(9848, 4717, '_height', '3'),
(9849, 4717, '_price', '4195'),
(9850, 4718, '_wp_old_slug', 'import-placeholder-for-3954'),
(9851, 4718, '_regular_price', '5615'),
(9852, 4718, '_length', '60'),
(9853, 4718, '_width', '10'),
(9854, 4718, '_height', '3'),
(9855, 4718, '_price', '5615'),
(9856, 4719, '_wp_old_slug', 'import-placeholder-for-3955'),
(9857, 4719, '_regular_price', '8470'),
(9858, 4719, '_length', '90'),
(9859, 4719, '_width', '10'),
(9860, 4719, '_height', '3'),
(9861, 4719, '_price', '8470'),
(9862, 4720, '_wp_old_slug', 'import-placeholder-for-3956'),
(9863, 4720, '_regular_price', '4195'),
(9864, 4720, '_length', '45'),
(9865, 4720, '_width', '10'),
(9866, 4720, '_height', '3'),
(9867, 4720, '_price', '4195'),
(9868, 4721, '_wp_old_slug', 'import-placeholder-for-3957'),
(9869, 4721, '_regular_price', '5615'),
(9870, 4721, '_length', '60'),
(9871, 4721, '_width', '10'),
(9872, 4721, '_height', '3');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9873, 4721, '_price', '5615'),
(9874, 4722, '_wp_old_slug', 'import-placeholder-for-3958'),
(9875, 4722, '_regular_price', '8470'),
(9876, 4722, '_length', '90'),
(9877, 4722, '_width', '10'),
(9878, 4722, '_height', '3'),
(9879, 4722, '_price', '8470'),
(9880, 4723, '_wp_old_slug', 'import-placeholder-for-3959'),
(9881, 4723, '_regular_price', '4195'),
(9882, 4723, '_length', '45'),
(9883, 4723, '_width', '10'),
(9884, 4723, '_height', '3'),
(9885, 4723, '_price', '4195'),
(9886, 4724, '_wp_old_slug', 'import-placeholder-for-3960'),
(9887, 4724, '_regular_price', '5615'),
(9888, 4724, '_length', '60'),
(9889, 4724, '_width', '10'),
(9890, 4724, '_height', '3'),
(9891, 4724, '_price', '5615'),
(9892, 4725, '_wp_old_slug', 'import-placeholder-for-3961'),
(9893, 4725, '_regular_price', '8470'),
(9894, 4725, '_length', '90'),
(9895, 4725, '_width', '10'),
(9896, 4725, '_height', '3'),
(9897, 4725, '_price', '8470'),
(9898, 4726, '_wp_old_slug', 'import-placeholder-for-3962'),
(9899, 4726, '_regular_price', '260'),
(9900, 4726, '_length', '15'),
(9901, 4726, '_width', '15'),
(9902, 4726, '_height', '5'),
(9903, 4726, '_price', '260'),
(9904, 4727, '_wp_old_slug', 'import-placeholder-for-3963'),
(9905, 4727, '_regular_price', '260'),
(9906, 4727, '_length', '15'),
(9907, 4727, '_width', '15'),
(9908, 4727, '_height', '5'),
(9909, 4727, '_price', '260'),
(9910, 4728, '_wp_old_slug', 'import-placeholder-for-3964'),
(9911, 4728, '_regular_price', '260'),
(9912, 4728, '_length', '15'),
(9913, 4728, '_width', '15'),
(9914, 4728, '_height', '5'),
(9915, 4728, '_price', '260'),
(9916, 4729, '_wp_old_slug', 'import-placeholder-for-3965'),
(9917, 4729, '_regular_price', '390'),
(9918, 4729, '_length', '15'),
(9919, 4729, '_width', '15'),
(9920, 4729, '_height', '5'),
(9921, 4729, '_price', '390'),
(9922, 4730, '_wp_old_slug', 'import-placeholder-for-3966'),
(9923, 4730, '_regular_price', '390'),
(9924, 4730, '_length', '15'),
(9925, 4730, '_width', '15'),
(9926, 4730, '_height', '5'),
(9927, 4730, '_price', '390'),
(9928, 4731, '_wp_old_slug', 'import-placeholder-for-3967'),
(9929, 4731, '_regular_price', '260'),
(9930, 4731, '_length', '15'),
(9931, 4731, '_width', '15'),
(9932, 4731, '_height', '5'),
(9933, 4731, '_price', '260'),
(9934, 4732, '_wp_old_slug', 'import-placeholder-for-3968'),
(9935, 4732, '_regular_price', '390'),
(9936, 4732, '_length', '15'),
(9937, 4732, '_width', '15'),
(9938, 4732, '_height', '5'),
(9939, 4732, '_price', '390'),
(9940, 4733, '_wp_old_slug', 'import-placeholder-for-3969'),
(9941, 4733, '_regular_price', '390'),
(9942, 4733, '_length', '15'),
(9943, 4733, '_width', '15'),
(9944, 4733, '_height', '5'),
(9945, 4733, '_price', '390'),
(9946, 4734, '_wp_old_slug', 'import-placeholder-for-3970'),
(9947, 4734, '_regular_price', '620'),
(9948, 4734, '_length', '15'),
(9949, 4734, '_width', '15'),
(9950, 4734, '_height', '5'),
(9951, 4734, '_price', '620'),
(9952, 4735, '_wp_old_slug', 'import-placeholder-for-3971'),
(9953, 4735, '_regular_price', '620'),
(9954, 4735, '_length', '15'),
(9955, 4735, '_width', '15'),
(9956, 4735, '_height', '5'),
(9957, 4735, '_price', '620'),
(9958, 4765, '_sku', 'SST030'),
(9959, 4765, 'total_sales', '0'),
(9960, 4765, '_tax_status', 'taxable'),
(9961, 4765, '_tax_class', ''),
(9962, 4765, '_manage_stock', 'yes'),
(9963, 4765, '_backorders', 'no'),
(9964, 4765, '_sold_individually', 'no'),
(9965, 4765, '_virtual', 'no'),
(9966, 4765, '_downloadable', 'no'),
(9967, 4765, '_download_limit', '0'),
(9968, 4765, '_download_expiry', '0'),
(9969, 4765, '_stock', '100'),
(9970, 4765, '_stock_status', 'instock'),
(9971, 4765, '_wc_average_rating', '0'),
(9972, 4765, '_wc_review_count', '0'),
(9973, 4765, '_product_version', '6.3.1'),
(9975, 4766, '_sku', 'SST031'),
(9976, 4766, 'total_sales', '0'),
(9977, 4766, '_tax_status', 'taxable'),
(9978, 4766, '_tax_class', ''),
(9979, 4766, '_manage_stock', 'yes'),
(9980, 4766, '_backorders', 'no'),
(9981, 4766, '_sold_individually', 'no'),
(9982, 4766, '_virtual', 'no'),
(9983, 4766, '_downloadable', 'no'),
(9984, 4766, '_download_limit', '0'),
(9985, 4766, '_download_expiry', '0'),
(9986, 4766, '_stock', '100'),
(9987, 4766, '_stock_status', 'instock'),
(9988, 4766, '_wc_average_rating', '0'),
(9989, 4766, '_wc_review_count', '0'),
(9990, 4766, '_product_version', '6.3.1'),
(9992, 4767, '_sku', 'SST032'),
(9993, 4767, 'total_sales', '0'),
(9994, 4767, '_tax_status', 'taxable'),
(9995, 4767, '_tax_class', ''),
(9996, 4767, '_manage_stock', 'yes'),
(9997, 4767, '_backorders', 'no'),
(9998, 4767, '_sold_individually', 'no'),
(9999, 4767, '_virtual', 'no'),
(10000, 4767, '_downloadable', 'no'),
(10001, 4767, '_download_limit', '0'),
(10002, 4767, '_download_expiry', '0'),
(10003, 4767, '_stock', '100'),
(10004, 4767, '_stock_status', 'instock'),
(10005, 4767, '_wc_average_rating', '0'),
(10006, 4767, '_wc_review_count', '0'),
(10007, 4767, '_product_version', '6.3.1'),
(10009, 4768, '_sku', 'SST033'),
(10010, 4768, 'total_sales', '0'),
(10011, 4768, '_tax_status', 'taxable'),
(10012, 4768, '_tax_class', ''),
(10013, 4768, '_manage_stock', 'yes'),
(10014, 4768, '_backorders', 'no'),
(10015, 4768, '_sold_individually', 'no'),
(10016, 4768, '_virtual', 'no'),
(10017, 4768, '_downloadable', 'no'),
(10018, 4768, '_download_limit', '0'),
(10019, 4768, '_download_expiry', '0'),
(10020, 4768, '_stock', '100'),
(10021, 4768, '_stock_status', 'instock'),
(10022, 4768, '_wc_average_rating', '0'),
(10023, 4768, '_wc_review_count', '0'),
(10024, 4768, '_product_version', '6.3.1'),
(10026, 4765, '_wp_old_slug', 'import-placeholder-for-3972'),
(10027, 4765, '_regular_price', '620'),
(10028, 4765, '_length', '15'),
(10029, 4765, '_width', '15'),
(10030, 4765, '_height', '5'),
(10031, 4765, '_price', '620'),
(10032, 4766, '_wp_old_slug', 'import-placeholder-for-3973'),
(10033, 4766, '_regular_price', '620'),
(10034, 4766, '_length', '15'),
(10035, 4766, '_width', '15'),
(10036, 4766, '_height', '5'),
(10037, 4766, '_price', '620'),
(10038, 4767, '_wp_old_slug', 'import-placeholder-for-3974'),
(10039, 4767, '_regular_price', '260'),
(10040, 4767, '_length', '15'),
(10041, 4767, '_width', '15'),
(10042, 4767, '_height', '5'),
(10043, 4767, '_price', '260'),
(10044, 4768, '_wp_old_slug', 'import-placeholder-for-3975'),
(10045, 4768, '_regular_price', '260'),
(10046, 4768, '_length', '15'),
(10047, 4768, '_width', '15'),
(10048, 4768, '_height', '5'),
(10049, 4768, '_price', '260'),
(10062, 4776, '_sku', 'ED001'),
(10063, 4776, '_regular_price', '4550'),
(10064, 4776, 'total_sales', '0'),
(10065, 4776, '_tax_status', 'taxable'),
(10066, 4776, '_tax_class', ''),
(10067, 4776, '_manage_stock', 'yes'),
(10068, 4776, '_backorders', 'no'),
(10069, 4776, '_sold_individually', 'no'),
(10070, 4776, '_length', '0'),
(10071, 4776, '_width', '0'),
(10072, 4776, '_height', '0'),
(10073, 4776, '_virtual', 'no'),
(10074, 4776, '_downloadable', 'no'),
(10075, 4776, '_download_limit', '0'),
(10076, 4776, '_download_expiry', '0'),
(10077, 4776, '_stock', '100'),
(10078, 4776, '_stock_status', 'instock'),
(10079, 4776, '_wc_average_rating', '0'),
(10080, 4776, '_wc_review_count', '0'),
(10081, 4776, '_product_version', '6.3.1'),
(10082, 4776, '_price', '4550'),
(10083, 4777, '_sku', 'ED002'),
(10084, 4777, '_regular_price', '3605'),
(10085, 4777, 'total_sales', '0'),
(10086, 4777, '_tax_status', 'taxable'),
(10087, 4777, '_tax_class', ''),
(10088, 4777, '_manage_stock', 'yes'),
(10089, 4777, '_backorders', 'no'),
(10090, 4777, '_sold_individually', 'no'),
(10091, 4777, '_length', '0'),
(10092, 4777, '_width', '0'),
(10093, 4777, '_height', '0'),
(10094, 4777, '_virtual', 'no'),
(10095, 4777, '_downloadable', 'no'),
(10096, 4777, '_download_limit', '0'),
(10097, 4777, '_download_expiry', '0'),
(10098, 4777, '_stock', '100'),
(10099, 4777, '_stock_status', 'instock'),
(10100, 4777, '_wc_average_rating', '0'),
(10101, 4777, '_wc_review_count', '0'),
(10102, 4777, '_product_version', '6.3.1'),
(10103, 4777, '_price', '3605'),
(10104, 4778, '_sku', 'ED003'),
(10105, 4778, '_regular_price', '1410'),
(10106, 4778, 'total_sales', '0'),
(10107, 4778, '_tax_status', 'taxable'),
(10108, 4778, '_tax_class', ''),
(10109, 4778, '_manage_stock', 'yes'),
(10110, 4778, '_backorders', 'no'),
(10111, 4778, '_sold_individually', 'no'),
(10112, 4778, '_length', '0'),
(10113, 4778, '_width', '0'),
(10114, 4778, '_height', '0'),
(10115, 4778, '_virtual', 'no'),
(10116, 4778, '_downloadable', 'no'),
(10117, 4778, '_download_limit', '0'),
(10118, 4778, '_download_expiry', '0'),
(10119, 4778, '_stock', '100'),
(10120, 4778, '_stock_status', 'instock'),
(10121, 4778, '_wc_average_rating', '0'),
(10122, 4778, '_wc_review_count', '0'),
(10123, 4778, '_product_version', '6.3.1'),
(10124, 4778, '_price', '1410'),
(10125, 4779, '_sku', 'ED004'),
(10126, 4779, '_regular_price', '830'),
(10127, 4779, 'total_sales', '0'),
(10128, 4779, '_tax_status', 'taxable'),
(10129, 4779, '_tax_class', ''),
(10130, 4779, '_manage_stock', 'yes'),
(10131, 4779, '_backorders', 'no'),
(10132, 4779, '_sold_individually', 'no'),
(10133, 4779, '_length', '0'),
(10134, 4779, '_width', '0'),
(10135, 4779, '_height', '0'),
(10136, 4779, '_virtual', 'no'),
(10137, 4779, '_downloadable', 'no'),
(10138, 4779, '_download_limit', '0'),
(10139, 4779, '_download_expiry', '0'),
(10140, 4779, '_stock', '100'),
(10141, 4779, '_stock_status', 'instock'),
(10142, 4779, '_wc_average_rating', '0'),
(10143, 4779, '_wc_review_count', '0'),
(10144, 4779, '_product_version', '6.3.1'),
(10145, 4779, '_price', '830'),
(10146, 4780, '_sku', 'ED005'),
(10147, 4780, '_regular_price', '810'),
(10148, 4780, 'total_sales', '0'),
(10149, 4780, '_tax_status', 'taxable'),
(10150, 4780, '_tax_class', ''),
(10151, 4780, '_manage_stock', 'yes'),
(10152, 4780, '_backorders', 'no'),
(10153, 4780, '_sold_individually', 'no'),
(10154, 4780, '_length', '0'),
(10155, 4780, '_width', '0'),
(10156, 4780, '_height', '0'),
(10157, 4780, '_virtual', 'no'),
(10158, 4780, '_downloadable', 'no'),
(10159, 4780, '_download_limit', '0'),
(10160, 4780, '_download_expiry', '0'),
(10161, 4780, '_stock', '100'),
(10162, 4780, '_stock_status', 'instock'),
(10163, 4780, '_wc_average_rating', '0'),
(10164, 4780, '_wc_review_count', '0'),
(10165, 4780, '_product_version', '6.3.1'),
(10166, 4780, '_price', '810'),
(10167, 4781, '_sku', 'ED006'),
(10168, 4781, '_regular_price', '910'),
(10169, 4781, 'total_sales', '0'),
(10170, 4781, '_tax_status', 'taxable'),
(10171, 4781, '_tax_class', ''),
(10172, 4781, '_manage_stock', 'yes'),
(10173, 4781, '_backorders', 'no'),
(10174, 4781, '_sold_individually', 'no'),
(10175, 4781, '_length', '0'),
(10176, 4781, '_width', '0'),
(10177, 4781, '_height', '0'),
(10178, 4781, '_virtual', 'no'),
(10179, 4781, '_downloadable', 'no'),
(10180, 4781, '_download_limit', '0'),
(10181, 4781, '_download_expiry', '0'),
(10182, 4781, '_stock', '100'),
(10183, 4781, '_stock_status', 'instock'),
(10184, 4781, '_wc_average_rating', '0'),
(10185, 4781, '_wc_review_count', '0'),
(10186, 4781, '_product_version', '6.3.1'),
(10187, 4781, '_price', '910'),
(10188, 4782, '_sku', 'ED007'),
(10189, 4782, '_regular_price', '625'),
(10190, 4782, 'total_sales', '0'),
(10191, 4782, '_tax_status', 'taxable'),
(10192, 4782, '_tax_class', ''),
(10193, 4782, '_manage_stock', 'yes'),
(10194, 4782, '_backorders', 'no'),
(10195, 4782, '_sold_individually', 'no'),
(10196, 4782, '_length', '0'),
(10197, 4782, '_width', '0'),
(10198, 4782, '_height', '0'),
(10199, 4782, '_virtual', 'no'),
(10200, 4782, '_downloadable', 'no'),
(10201, 4782, '_download_limit', '0'),
(10202, 4782, '_download_expiry', '0'),
(10203, 4782, '_stock', '100'),
(10204, 4782, '_stock_status', 'instock'),
(10205, 4782, '_wc_average_rating', '0'),
(10206, 4782, '_wc_review_count', '0'),
(10207, 4782, '_product_version', '6.3.1'),
(10208, 4782, '_price', '625'),
(10209, 4783, '_sku', 'ED008'),
(10210, 4783, '_regular_price', '1105'),
(10211, 4783, 'total_sales', '0'),
(10212, 4783, '_tax_status', 'taxable'),
(10213, 4783, '_tax_class', ''),
(10214, 4783, '_manage_stock', 'yes'),
(10215, 4783, '_backorders', 'no'),
(10216, 4783, '_sold_individually', 'no'),
(10217, 4783, '_length', '0'),
(10218, 4783, '_width', '0'),
(10219, 4783, '_height', '0'),
(10220, 4783, '_virtual', 'no'),
(10221, 4783, '_downloadable', 'no'),
(10222, 4783, '_download_limit', '0'),
(10223, 4783, '_download_expiry', '0'),
(10224, 4783, '_stock', '100'),
(10225, 4783, '_stock_status', 'instock'),
(10226, 4783, '_wc_average_rating', '0'),
(10227, 4783, '_wc_review_count', '0'),
(10228, 4783, '_product_version', '6.3.1'),
(10229, 4783, '_price', '1105'),
(10230, 4784, '_sku', 'ED009'),
(10231, 4784, '_regular_price', '1410'),
(10232, 4784, 'total_sales', '0'),
(10233, 4784, '_tax_status', 'taxable'),
(10234, 4784, '_tax_class', ''),
(10235, 4784, '_manage_stock', 'yes'),
(10236, 4784, '_backorders', 'no'),
(10237, 4784, '_sold_individually', 'no'),
(10238, 4784, '_length', '0'),
(10239, 4784, '_width', '0'),
(10240, 4784, '_height', '0'),
(10241, 4784, '_virtual', 'no'),
(10242, 4784, '_downloadable', 'no'),
(10243, 4784, '_download_limit', '0'),
(10244, 4784, '_download_expiry', '0'),
(10245, 4784, '_stock', '100'),
(10246, 4784, '_stock_status', 'instock'),
(10247, 4784, '_wc_average_rating', '0'),
(10248, 4784, '_wc_review_count', '0'),
(10249, 4784, '_product_version', '6.3.1'),
(10250, 4784, '_price', '1410'),
(10251, 4785, '_sku', 'EDRG001'),
(10252, 4785, '_regular_price', '8160'),
(10253, 4785, 'total_sales', '0'),
(10254, 4785, '_tax_status', 'taxable'),
(10255, 4785, '_tax_class', ''),
(10256, 4785, '_manage_stock', 'yes'),
(10257, 4785, '_backorders', 'no'),
(10258, 4785, '_sold_individually', 'no'),
(10259, 4785, '_length', '0'),
(10260, 4785, '_width', '0'),
(10261, 4785, '_height', '0'),
(10262, 4785, '_virtual', 'no'),
(10263, 4785, '_downloadable', 'no'),
(10264, 4785, '_download_limit', '0'),
(10265, 4785, '_download_expiry', '0'),
(10266, 4785, '_stock', '100'),
(10267, 4785, '_stock_status', 'instock'),
(10268, 4785, '_wc_average_rating', '0'),
(10269, 4785, '_wc_review_count', '0'),
(10270, 4785, '_product_version', '6.3.1'),
(10271, 4785, '_price', '8160'),
(10272, 4786, '_sku', 'EDRG002'),
(10273, 4786, '_regular_price', '9150'),
(10274, 4786, 'total_sales', '0'),
(10275, 4786, '_tax_status', 'taxable'),
(10276, 4786, '_tax_class', ''),
(10277, 4786, '_manage_stock', 'yes'),
(10278, 4786, '_backorders', 'no'),
(10279, 4786, '_sold_individually', 'no'),
(10280, 4786, '_length', '0'),
(10281, 4786, '_width', '0'),
(10282, 4786, '_height', '0'),
(10283, 4786, '_virtual', 'no'),
(10284, 4786, '_downloadable', 'no'),
(10285, 4786, '_download_limit', '0'),
(10286, 4786, '_download_expiry', '0'),
(10287, 4786, '_stock', '100'),
(10288, 4786, '_stock_status', 'instock'),
(10289, 4786, '_wc_average_rating', '0'),
(10290, 4786, '_wc_review_count', '0'),
(10291, 4786, '_product_version', '6.3.1'),
(10292, 4786, '_price', '9150'),
(10293, 4787, '_sku', 'EDRG003'),
(10294, 4787, '_regular_price', '2810'),
(10295, 4787, 'total_sales', '0'),
(10296, 4787, '_tax_status', 'taxable'),
(10297, 4787, '_tax_class', ''),
(10298, 4787, '_manage_stock', 'yes'),
(10299, 4787, '_backorders', 'no'),
(10300, 4787, '_sold_individually', 'no'),
(10301, 4787, '_length', '0'),
(10302, 4787, '_width', '0'),
(10303, 4787, '_height', '0'),
(10304, 4787, '_virtual', 'no'),
(10305, 4787, '_downloadable', 'no'),
(10306, 4787, '_download_limit', '0'),
(10307, 4787, '_download_expiry', '0'),
(10308, 4787, '_stock', '100'),
(10309, 4787, '_stock_status', 'instock'),
(10310, 4787, '_wc_average_rating', '0'),
(10311, 4787, '_wc_review_count', '0'),
(10312, 4787, '_product_version', '6.3.1'),
(10313, 4787, '_price', '2810'),
(10314, 4788, '_sku', 'EDRG004'),
(10315, 4788, '_regular_price', '1530'),
(10316, 4788, 'total_sales', '0'),
(10317, 4788, '_tax_status', 'taxable'),
(10318, 4788, '_tax_class', ''),
(10319, 4788, '_manage_stock', 'yes'),
(10320, 4788, '_backorders', 'no'),
(10321, 4788, '_sold_individually', 'no'),
(10322, 4788, '_length', '0'),
(10323, 4788, '_width', '0'),
(10324, 4788, '_height', '0'),
(10325, 4788, '_virtual', 'no'),
(10326, 4788, '_downloadable', 'no'),
(10327, 4788, '_download_limit', '0'),
(10328, 4788, '_download_expiry', '0'),
(10329, 4788, '_stock', '100'),
(10330, 4788, '_stock_status', 'instock'),
(10331, 4788, '_wc_average_rating', '0'),
(10332, 4788, '_wc_review_count', '0'),
(10333, 4788, '_product_version', '6.3.1'),
(10334, 4788, '_price', '1530'),
(10335, 4789, '_sku', 'EDRG005'),
(10336, 4789, '_regular_price', '1515'),
(10337, 4789, 'total_sales', '0'),
(10338, 4789, '_tax_status', 'taxable'),
(10339, 4789, '_tax_class', ''),
(10340, 4789, '_manage_stock', 'yes'),
(10341, 4789, '_backorders', 'no'),
(10342, 4789, '_sold_individually', 'no'),
(10343, 4789, '_length', '0'),
(10344, 4789, '_width', '0'),
(10345, 4789, '_height', '0'),
(10346, 4789, '_virtual', 'no'),
(10347, 4789, '_downloadable', 'no'),
(10348, 4789, '_download_limit', '0'),
(10349, 4789, '_download_expiry', '0'),
(10350, 4789, '_stock', '100'),
(10351, 4789, '_stock_status', 'instock'),
(10352, 4789, '_wc_average_rating', '0'),
(10353, 4789, '_wc_review_count', '0'),
(10354, 4789, '_product_version', '6.3.1'),
(10355, 4789, '_price', '1515'),
(10356, 4790, '_sku', 'EDRG006'),
(10357, 4790, '_regular_price', '1350'),
(10358, 4790, 'total_sales', '0'),
(10359, 4790, '_tax_status', 'taxable'),
(10360, 4790, '_tax_class', ''),
(10361, 4790, '_manage_stock', 'yes'),
(10362, 4790, '_backorders', 'no'),
(10363, 4790, '_sold_individually', 'no'),
(10364, 4790, '_length', '0'),
(10365, 4790, '_width', '0'),
(10366, 4790, '_height', '0'),
(10367, 4790, '_virtual', 'no'),
(10368, 4790, '_downloadable', 'no'),
(10369, 4790, '_download_limit', '0'),
(10370, 4790, '_download_expiry', '0'),
(10371, 4790, '_stock', '100'),
(10372, 4790, '_stock_status', 'instock'),
(10373, 4790, '_wc_average_rating', '0'),
(10374, 4790, '_wc_review_count', '0'),
(10375, 4790, '_product_version', '6.3.1'),
(10376, 4790, '_price', '1350'),
(10377, 4791, '_sku', 'EDRG007'),
(10378, 4791, '_regular_price', '980'),
(10379, 4791, 'total_sales', '0'),
(10380, 4791, '_tax_status', 'taxable'),
(10381, 4791, '_tax_class', ''),
(10382, 4791, '_manage_stock', 'yes'),
(10383, 4791, '_backorders', 'no'),
(10384, 4791, '_sold_individually', 'no'),
(10385, 4791, '_length', '0'),
(10386, 4791, '_width', '0'),
(10387, 4791, '_height', '0'),
(10388, 4791, '_virtual', 'no'),
(10389, 4791, '_downloadable', 'no'),
(10390, 4791, '_download_limit', '0'),
(10391, 4791, '_download_expiry', '0'),
(10392, 4791, '_stock', '100'),
(10393, 4791, '_stock_status', 'instock'),
(10394, 4791, '_wc_average_rating', '0'),
(10395, 4791, '_wc_review_count', '0'),
(10396, 4791, '_product_version', '6.3.1'),
(10397, 4791, '_price', '980'),
(10398, 4792, '_sku', 'EDRG008'),
(10399, 4792, '_regular_price', '2665'),
(10400, 4792, 'total_sales', '0'),
(10401, 4792, '_tax_status', 'taxable'),
(10402, 4792, '_tax_class', ''),
(10403, 4792, '_manage_stock', 'yes'),
(10404, 4792, '_backorders', 'no'),
(10405, 4792, '_sold_individually', 'no'),
(10406, 4792, '_length', '0'),
(10407, 4792, '_width', '0'),
(10408, 4792, '_height', '0'),
(10409, 4792, '_virtual', 'no'),
(10410, 4792, '_downloadable', 'no'),
(10411, 4792, '_download_limit', '0'),
(10412, 4792, '_download_expiry', '0'),
(10413, 4792, '_stock', '100'),
(10414, 4792, '_stock_status', 'instock'),
(10415, 4792, '_wc_average_rating', '0'),
(10416, 4792, '_wc_review_count', '0'),
(10417, 4792, '_product_version', '6.3.1'),
(10418, 4792, '_price', '2665'),
(10419, 4793, '_sku', 'EDRG009'),
(10420, 4793, '_regular_price', '2125'),
(10421, 4793, 'total_sales', '0'),
(10422, 4793, '_tax_status', 'taxable'),
(10423, 4793, '_tax_class', ''),
(10424, 4793, '_manage_stock', 'yes'),
(10425, 4793, '_backorders', 'no'),
(10426, 4793, '_sold_individually', 'no'),
(10427, 4793, '_length', '0'),
(10428, 4793, '_width', '0'),
(10429, 4793, '_height', '0'),
(10430, 4793, '_virtual', 'no'),
(10431, 4793, '_downloadable', 'no'),
(10432, 4793, '_download_limit', '0'),
(10433, 4793, '_download_expiry', '0'),
(10434, 4793, '_stock', '100'),
(10435, 4793, '_stock_status', 'instock'),
(10436, 4793, '_wc_average_rating', '0'),
(10437, 4793, '_wc_review_count', '0'),
(10438, 4793, '_product_version', '6.3.1'),
(10439, 4793, '_price', '2125'),
(10440, 4794, '_sku', 'EDB001'),
(10441, 4794, '_regular_price', '6135'),
(10442, 4794, 'total_sales', '0'),
(10443, 4794, '_tax_status', 'taxable'),
(10444, 4794, '_tax_class', ''),
(10445, 4794, '_manage_stock', 'yes'),
(10446, 4794, '_backorders', 'no'),
(10447, 4794, '_sold_individually', 'no'),
(10448, 4794, '_length', '0'),
(10449, 4794, '_width', '0'),
(10450, 4794, '_height', '0'),
(10451, 4794, '_virtual', 'no'),
(10452, 4794, '_downloadable', 'no'),
(10453, 4794, '_download_limit', '0'),
(10454, 4794, '_download_expiry', '0'),
(10455, 4794, '_stock', '100'),
(10456, 4794, '_stock_status', 'instock'),
(10457, 4794, '_wc_average_rating', '0'),
(10458, 4794, '_wc_review_count', '0'),
(10459, 4794, '_product_version', '6.3.1'),
(10460, 4794, '_price', '6135'),
(10461, 4795, '_sku', 'EDB002'),
(10462, 4795, '_regular_price', '5440'),
(10463, 4795, 'total_sales', '0'),
(10464, 4795, '_tax_status', 'taxable'),
(10465, 4795, '_tax_class', ''),
(10466, 4795, '_manage_stock', 'yes'),
(10467, 4795, '_backorders', 'no'),
(10468, 4795, '_sold_individually', 'no'),
(10469, 4795, '_length', '0'),
(10470, 4795, '_width', '0'),
(10471, 4795, '_height', '0'),
(10472, 4795, '_virtual', 'no'),
(10473, 4795, '_downloadable', 'no'),
(10474, 4795, '_download_limit', '0'),
(10475, 4795, '_download_expiry', '0'),
(10476, 4795, '_stock', '100'),
(10477, 4795, '_stock_status', 'instock'),
(10478, 4795, '_wc_average_rating', '0'),
(10479, 4795, '_wc_review_count', '0'),
(10480, 4795, '_product_version', '6.3.1'),
(10481, 4795, '_price', '5440'),
(10482, 4796, '_sku', 'EDB003'),
(10483, 4796, '_regular_price', '1890'),
(10484, 4796, 'total_sales', '0'),
(10485, 4796, '_tax_status', 'taxable'),
(10486, 4796, '_tax_class', ''),
(10487, 4796, '_manage_stock', 'yes'),
(10488, 4796, '_backorders', 'no'),
(10489, 4796, '_sold_individually', 'no'),
(10490, 4796, '_length', '0'),
(10491, 4796, '_width', '0'),
(10492, 4796, '_height', '0'),
(10493, 4796, '_virtual', 'no'),
(10494, 4796, '_downloadable', 'no'),
(10495, 4796, '_download_limit', '0'),
(10496, 4796, '_download_expiry', '0'),
(10497, 4796, '_stock', '100'),
(10498, 4796, '_stock_status', 'instock'),
(10499, 4796, '_wc_average_rating', '0'),
(10500, 4796, '_wc_review_count', '0'),
(10501, 4796, '_product_version', '6.3.1'),
(10502, 4796, '_price', '1890'),
(10503, 4797, '_sku', 'EDB004'),
(10504, 4797, '_regular_price', '1120'),
(10505, 4797, 'total_sales', '0'),
(10506, 4797, '_tax_status', 'taxable'),
(10507, 4797, '_tax_class', ''),
(10508, 4797, '_manage_stock', 'yes'),
(10509, 4797, '_backorders', 'no'),
(10510, 4797, '_sold_individually', 'no'),
(10511, 4797, '_length', '0'),
(10512, 4797, '_width', '0'),
(10513, 4797, '_height', '0'),
(10514, 4797, '_virtual', 'no'),
(10515, 4797, '_downloadable', 'no'),
(10516, 4797, '_download_limit', '0'),
(10517, 4797, '_download_expiry', '0'),
(10518, 4797, '_stock', '100'),
(10519, 4797, '_stock_status', 'instock'),
(10520, 4797, '_wc_average_rating', '0'),
(10521, 4797, '_wc_review_count', '0'),
(10522, 4797, '_product_version', '6.3.1'),
(10523, 4797, '_price', '1120'),
(10524, 4798, '_sku', 'EDB005'),
(10525, 4798, '_regular_price', '1105'),
(10526, 4798, 'total_sales', '0'),
(10527, 4798, '_tax_status', 'taxable'),
(10528, 4798, '_tax_class', ''),
(10529, 4798, '_manage_stock', 'yes'),
(10530, 4798, '_backorders', 'no'),
(10531, 4798, '_sold_individually', 'no'),
(10532, 4798, '_length', '0'),
(10533, 4798, '_width', '0'),
(10534, 4798, '_height', '0'),
(10535, 4798, '_virtual', 'no'),
(10536, 4798, '_downloadable', 'no'),
(10537, 4798, '_download_limit', '0'),
(10538, 4798, '_download_expiry', '0'),
(10539, 4798, '_stock', '100'),
(10540, 4798, '_stock_status', 'instock'),
(10541, 4798, '_wc_average_rating', '0'),
(10542, 4798, '_wc_review_count', '0'),
(10543, 4798, '_product_version', '6.3.1'),
(10544, 4798, '_price', '1105'),
(10545, 4799, '_sku', 'EDB006'),
(10546, 4799, '_regular_price', '1180'),
(10547, 4799, 'total_sales', '0'),
(10548, 4799, '_tax_status', 'taxable'),
(10549, 4799, '_tax_class', ''),
(10550, 4799, '_manage_stock', 'yes'),
(10551, 4799, '_backorders', 'no'),
(10552, 4799, '_sold_individually', 'no'),
(10553, 4799, '_length', '0'),
(10554, 4799, '_width', '0'),
(10555, 4799, '_height', '0'),
(10556, 4799, '_virtual', 'no'),
(10557, 4799, '_downloadable', 'no'),
(10558, 4799, '_download_limit', '0'),
(10559, 4799, '_download_expiry', '0'),
(10560, 4799, '_stock', '100'),
(10561, 4799, '_stock_status', 'instock'),
(10562, 4799, '_wc_average_rating', '0'),
(10563, 4799, '_wc_review_count', '0'),
(10564, 4799, '_product_version', '6.3.1'),
(10565, 4799, '_price', '1180'),
(10566, 4800, '_sku', 'EDB007'),
(10567, 4800, '_regular_price', '865'),
(10568, 4800, 'total_sales', '0'),
(10569, 4800, '_tax_status', 'taxable'),
(10570, 4800, '_tax_class', ''),
(10571, 4800, '_manage_stock', 'yes'),
(10572, 4800, '_backorders', 'no'),
(10573, 4800, '_sold_individually', 'no'),
(10574, 4800, '_length', '0'),
(10575, 4800, '_width', '0'),
(10576, 4800, '_height', '0'),
(10577, 4800, '_virtual', 'no'),
(10578, 4800, '_downloadable', 'no'),
(10579, 4800, '_download_limit', '0'),
(10580, 4800, '_download_expiry', '0'),
(10581, 4800, '_stock', '100'),
(10582, 4800, '_stock_status', 'instock'),
(10583, 4800, '_wc_average_rating', '0'),
(10584, 4800, '_wc_review_count', '0'),
(10585, 4800, '_product_version', '6.3.1'),
(10586, 4800, '_price', '865'),
(10587, 4801, '_sku', 'EDB008'),
(10588, 4801, '_regular_price', '1545'),
(10589, 4801, 'total_sales', '0'),
(10590, 4801, '_tax_status', 'taxable'),
(10591, 4801, '_tax_class', ''),
(10592, 4801, '_manage_stock', 'yes'),
(10593, 4801, '_backorders', 'no'),
(10594, 4801, '_sold_individually', 'no'),
(10595, 4801, '_length', '0'),
(10596, 4801, '_width', '0'),
(10597, 4801, '_height', '0'),
(10598, 4801, '_virtual', 'no'),
(10599, 4801, '_downloadable', 'no'),
(10600, 4801, '_download_limit', '0'),
(10601, 4801, '_download_expiry', '0'),
(10602, 4801, '_stock', '100'),
(10603, 4801, '_stock_status', 'instock'),
(10604, 4801, '_wc_average_rating', '0'),
(10605, 4801, '_wc_review_count', '0'),
(10606, 4801, '_product_version', '6.3.1'),
(10607, 4801, '_price', '1545'),
(10608, 4802, '_sku', 'EDB009'),
(10609, 4802, '_regular_price', '1680'),
(10610, 4802, 'total_sales', '0'),
(10611, 4802, '_tax_status', 'taxable'),
(10612, 4802, '_tax_class', ''),
(10613, 4802, '_manage_stock', 'yes'),
(10614, 4802, '_backorders', 'no'),
(10615, 4802, '_sold_individually', 'no'),
(10616, 4802, '_length', '0'),
(10617, 4802, '_width', '0'),
(10618, 4802, '_height', '0'),
(10619, 4802, '_virtual', 'no'),
(10620, 4802, '_downloadable', 'no'),
(10621, 4802, '_download_limit', '0'),
(10622, 4802, '_download_expiry', '0'),
(10623, 4802, '_stock', '100'),
(10624, 4802, '_stock_status', 'instock'),
(10625, 4802, '_wc_average_rating', '0'),
(10626, 4802, '_wc_review_count', '0'),
(10627, 4802, '_product_version', '6.3.1'),
(10628, 4802, '_price', '1680'),
(10629, 4803, '_sku', 'EV001'),
(10630, 4803, '_regular_price', '3810'),
(10631, 4803, 'total_sales', '0'),
(10632, 4803, '_tax_status', 'taxable'),
(10633, 4803, '_tax_class', ''),
(10634, 4803, '_manage_stock', 'yes'),
(10635, 4803, '_backorders', 'no'),
(10636, 4803, '_sold_individually', 'no'),
(10637, 4803, '_length', '0'),
(10638, 4803, '_width', '0'),
(10639, 4803, '_height', '0'),
(10640, 4803, '_virtual', 'no'),
(10641, 4803, '_downloadable', 'no'),
(10642, 4803, '_download_limit', '0'),
(10643, 4803, '_download_expiry', '0'),
(10644, 4803, '_stock', '100'),
(10645, 4803, '_stock_status', 'instock'),
(10646, 4803, '_wc_average_rating', '0'),
(10647, 4803, '_wc_review_count', '0'),
(10648, 4803, '_product_version', '6.3.1'),
(10649, 4803, '_price', '3810'),
(10650, 4804, '_sku', 'EV002'),
(10651, 4804, '_regular_price', '3210'),
(10652, 4804, 'total_sales', '0'),
(10653, 4804, '_tax_status', 'taxable'),
(10654, 4804, '_tax_class', ''),
(10655, 4804, '_manage_stock', 'yes'),
(10656, 4804, '_backorders', 'no'),
(10657, 4804, '_sold_individually', 'no'),
(10658, 4804, '_length', '0'),
(10659, 4804, '_width', '0'),
(10660, 4804, '_height', '0'),
(10661, 4804, '_virtual', 'no'),
(10662, 4804, '_downloadable', 'no'),
(10663, 4804, '_download_limit', '0'),
(10664, 4804, '_download_expiry', '0'),
(10665, 4804, '_stock', '100'),
(10666, 4804, '_stock_status', 'instock'),
(10667, 4804, '_wc_average_rating', '0'),
(10668, 4804, '_wc_review_count', '0'),
(10669, 4804, '_product_version', '6.3.1'),
(10670, 4804, '_price', '3210'),
(10671, 4805, '_sku', 'EV003'),
(10672, 4805, '_regular_price', '1210'),
(10673, 4805, 'total_sales', '0'),
(10674, 4805, '_tax_status', 'taxable'),
(10675, 4805, '_tax_class', ''),
(10676, 4805, '_manage_stock', 'yes'),
(10677, 4805, '_backorders', 'no'),
(10678, 4805, '_sold_individually', 'no'),
(10679, 4805, '_length', '0'),
(10680, 4805, '_width', '0'),
(10681, 4805, '_height', '0'),
(10682, 4805, '_virtual', 'no'),
(10683, 4805, '_downloadable', 'no'),
(10684, 4805, '_download_limit', '0'),
(10685, 4805, '_download_expiry', '0'),
(10686, 4805, '_stock', '100'),
(10687, 4805, '_stock_status', 'instock'),
(10688, 4805, '_wc_average_rating', '0'),
(10689, 4805, '_wc_review_count', '0'),
(10690, 4805, '_product_version', '6.3.1'),
(10691, 4805, '_price', '1210'),
(10692, 4806, '_sku', 'EV004'),
(10693, 4806, '_regular_price', '655'),
(10694, 4806, 'total_sales', '0'),
(10695, 4806, '_tax_status', 'taxable'),
(10696, 4806, '_tax_class', ''),
(10697, 4806, '_manage_stock', 'yes'),
(10698, 4806, '_backorders', 'no'),
(10699, 4806, '_sold_individually', 'no'),
(10700, 4806, '_length', '0'),
(10701, 4806, '_width', '0'),
(10702, 4806, '_height', '0'),
(10703, 4806, '_virtual', 'no'),
(10704, 4806, '_downloadable', 'no'),
(10705, 4806, '_download_limit', '0'),
(10706, 4806, '_download_expiry', '0'),
(10707, 4806, '_stock', '100'),
(10708, 4806, '_stock_status', 'instock'),
(10709, 4806, '_wc_average_rating', '0'),
(10710, 4806, '_wc_review_count', '0'),
(10711, 4806, '_product_version', '6.3.1'),
(10712, 4806, '_price', '655'),
(10713, 4807, '_sku', 'EV005'),
(10714, 4807, '_regular_price', '680'),
(10715, 4807, 'total_sales', '0'),
(10716, 4807, '_tax_status', 'taxable'),
(10717, 4807, '_tax_class', ''),
(10718, 4807, '_manage_stock', 'yes'),
(10719, 4807, '_backorders', 'no'),
(10720, 4807, '_sold_individually', 'no'),
(10721, 4807, '_length', '0'),
(10722, 4807, '_width', '0'),
(10723, 4807, '_height', '0'),
(10724, 4807, '_virtual', 'no'),
(10725, 4807, '_downloadable', 'no'),
(10726, 4807, '_download_limit', '0'),
(10727, 4807, '_download_expiry', '0'),
(10728, 4807, '_stock', '100'),
(10729, 4807, '_stock_status', 'instock'),
(10730, 4807, '_wc_average_rating', '0'),
(10731, 4807, '_wc_review_count', '0'),
(10732, 4807, '_product_version', '6.3.1'),
(10733, 4807, '_price', '680'),
(10734, 4808, '_sku', 'EV006'),
(10735, 4808, '_regular_price', '770'),
(10736, 4808, 'total_sales', '0'),
(10737, 4808, '_tax_status', 'taxable'),
(10738, 4808, '_tax_class', ''),
(10739, 4808, '_manage_stock', 'yes'),
(10740, 4808, '_backorders', 'no'),
(10741, 4808, '_sold_individually', 'no'),
(10742, 4808, '_length', '0'),
(10743, 4808, '_width', '0'),
(10744, 4808, '_height', '0'),
(10745, 4808, '_virtual', 'no'),
(10746, 4808, '_downloadable', 'no'),
(10747, 4808, '_download_limit', '0'),
(10748, 4808, '_download_expiry', '0'),
(10749, 4808, '_stock', '100'),
(10750, 4808, '_stock_status', 'instock'),
(10751, 4808, '_wc_average_rating', '0'),
(10752, 4808, '_wc_review_count', '0'),
(10753, 4808, '_product_version', '6.3.1'),
(10754, 4808, '_price', '770'),
(10755, 4809, '_sku', 'EV007'),
(10756, 4809, '_regular_price', '520'),
(10757, 4809, 'total_sales', '0'),
(10758, 4809, '_tax_status', 'taxable'),
(10759, 4809, '_tax_class', ''),
(10760, 4809, '_manage_stock', 'yes'),
(10761, 4809, '_backorders', 'no'),
(10762, 4809, '_sold_individually', 'no'),
(10763, 4809, '_length', '0'),
(10764, 4809, '_width', '0'),
(10765, 4809, '_height', '0'),
(10766, 4809, '_virtual', 'no'),
(10767, 4809, '_downloadable', 'no'),
(10768, 4809, '_download_limit', '0'),
(10769, 4809, '_download_expiry', '0'),
(10770, 4809, '_stock', '100'),
(10771, 4809, '_stock_status', 'instock'),
(10772, 4809, '_wc_average_rating', '0'),
(10773, 4809, '_wc_review_count', '0'),
(10774, 4809, '_product_version', '6.3.1'),
(10775, 4809, '_price', '520'),
(10776, 4810, '_sku', 'EV008'),
(10777, 4810, '_regular_price', '1105'),
(10778, 4810, 'total_sales', '0'),
(10779, 4810, '_tax_status', 'taxable'),
(10780, 4810, '_tax_class', ''),
(10781, 4810, '_manage_stock', 'yes'),
(10782, 4810, '_backorders', 'no'),
(10783, 4810, '_sold_individually', 'no'),
(10784, 4810, '_length', '0'),
(10785, 4810, '_width', '0'),
(10786, 4810, '_height', '0'),
(10787, 4810, '_virtual', 'no'),
(10788, 4810, '_downloadable', 'no'),
(10789, 4810, '_download_limit', '0'),
(10790, 4810, '_download_expiry', '0'),
(10791, 4810, '_stock', '100'),
(10792, 4810, '_stock_status', 'instock'),
(10793, 4810, '_wc_average_rating', '0'),
(10794, 4810, '_wc_review_count', '0'),
(10795, 4810, '_product_version', '6.3.1'),
(10796, 4810, '_price', '1105'),
(10797, 4811, '_sku', 'EV009'),
(10798, 4811, '_regular_price', '1410'),
(10799, 4811, 'total_sales', '0'),
(10800, 4811, '_tax_status', 'taxable'),
(10801, 4811, '_tax_class', ''),
(10802, 4811, '_manage_stock', 'yes'),
(10803, 4811, '_backorders', 'no'),
(10804, 4811, '_sold_individually', 'no'),
(10805, 4811, '_length', '0'),
(10806, 4811, '_width', '0'),
(10807, 4811, '_height', '0'),
(10808, 4811, '_virtual', 'no'),
(10809, 4811, '_downloadable', 'no'),
(10810, 4811, '_download_limit', '0'),
(10811, 4811, '_download_expiry', '0'),
(10812, 4811, '_stock', '100'),
(10813, 4811, '_stock_status', 'instock'),
(10814, 4811, '_wc_average_rating', '0'),
(10815, 4811, '_wc_review_count', '0'),
(10816, 4811, '_product_version', '6.3.1'),
(10817, 4811, '_price', '1410'),
(10818, 4812, '_sku', 'EVRG009'),
(10819, 4812, '_regular_price', '7410'),
(10820, 4812, 'total_sales', '0'),
(10821, 4812, '_tax_status', 'taxable'),
(10822, 4812, '_tax_class', ''),
(10823, 4812, '_manage_stock', 'yes'),
(10824, 4812, '_backorders', 'no'),
(10825, 4812, '_sold_individually', 'no'),
(10826, 4812, '_length', '0'),
(10827, 4812, '_width', '0'),
(10828, 4812, '_height', '0'),
(10829, 4812, '_virtual', 'no'),
(10830, 4812, '_downloadable', 'no'),
(10831, 4812, '_download_limit', '0'),
(10832, 4812, '_download_expiry', '0'),
(10833, 4812, '_stock', '100'),
(10834, 4812, '_stock_status', 'instock'),
(10835, 4812, '_wc_average_rating', '0'),
(10836, 4812, '_wc_review_count', '0'),
(10837, 4812, '_product_version', '6.3.1'),
(10838, 4812, '_price', '7410'),
(10839, 4813, '_sku', 'EVRG010'),
(10840, 4813, '_regular_price', '8740'),
(10841, 4813, 'total_sales', '0'),
(10842, 4813, '_tax_status', 'taxable'),
(10843, 4813, '_tax_class', ''),
(10844, 4813, '_manage_stock', 'yes'),
(10845, 4813, '_backorders', 'no'),
(10846, 4813, '_sold_individually', 'no'),
(10847, 4813, '_length', '0'),
(10848, 4813, '_width', '0'),
(10849, 4813, '_height', '0'),
(10850, 4813, '_virtual', 'no'),
(10851, 4813, '_downloadable', 'no'),
(10852, 4813, '_download_limit', '0'),
(10853, 4813, '_download_expiry', '0'),
(10854, 4813, '_stock', '100'),
(10855, 4813, '_stock_status', 'instock'),
(10856, 4813, '_wc_average_rating', '0'),
(10857, 4813, '_wc_review_count', '0'),
(10858, 4813, '_product_version', '6.3.1'),
(10859, 4813, '_price', '8740'),
(10860, 4814, '_sku', 'EVRG011'),
(10861, 4814, '_regular_price', '2600'),
(10862, 4814, 'total_sales', '0'),
(10863, 4814, '_tax_status', 'taxable'),
(10864, 4814, '_tax_class', ''),
(10865, 4814, '_manage_stock', 'yes'),
(10866, 4814, '_backorders', 'no'),
(10867, 4814, '_sold_individually', 'no'),
(10868, 4814, '_length', '0'),
(10869, 4814, '_width', '0'),
(10870, 4814, '_height', '0'),
(10871, 4814, '_virtual', 'no'),
(10872, 4814, '_downloadable', 'no'),
(10873, 4814, '_download_limit', '0'),
(10874, 4814, '_download_expiry', '0'),
(10875, 4814, '_stock', '100'),
(10876, 4814, '_stock_status', 'instock'),
(10877, 4814, '_wc_average_rating', '0'),
(10878, 4814, '_wc_review_count', '0'),
(10879, 4814, '_product_version', '6.3.1'),
(10880, 4814, '_price', '2600'),
(10881, 4815, '_sku', 'EVRG012'),
(10882, 4815, '_regular_price', '1350'),
(10883, 4815, 'total_sales', '0'),
(10884, 4815, '_tax_status', 'taxable'),
(10885, 4815, '_tax_class', ''),
(10886, 4815, '_manage_stock', 'yes'),
(10887, 4815, '_backorders', 'no'),
(10888, 4815, '_sold_individually', 'no'),
(10889, 4815, '_length', '0'),
(10890, 4815, '_width', '0'),
(10891, 4815, '_height', '0'),
(10892, 4815, '_virtual', 'no'),
(10893, 4815, '_downloadable', 'no'),
(10894, 4815, '_download_limit', '0'),
(10895, 4815, '_download_expiry', '0'),
(10896, 4815, '_stock', '100'),
(10897, 4815, '_stock_status', 'instock'),
(10898, 4815, '_wc_average_rating', '0'),
(10899, 4815, '_wc_review_count', '0'),
(10900, 4815, '_product_version', '6.3.1'),
(10901, 4815, '_price', '1350'),
(10902, 4816, '_sku', 'EVRG013'),
(10903, 4816, '_regular_price', '1385'),
(10904, 4816, 'total_sales', '0'),
(10905, 4816, '_tax_status', 'taxable'),
(10906, 4816, '_tax_class', ''),
(10907, 4816, '_manage_stock', 'yes'),
(10908, 4816, '_backorders', 'no'),
(10909, 4816, '_sold_individually', 'no'),
(10910, 4816, '_length', '0'),
(10911, 4816, '_width', '0'),
(10912, 4816, '_height', '0'),
(10913, 4816, '_virtual', 'no'),
(10914, 4816, '_downloadable', 'no'),
(10915, 4816, '_download_limit', '0'),
(10916, 4816, '_download_expiry', '0'),
(10917, 4816, '_stock', '100'),
(10918, 4816, '_stock_status', 'instock'),
(10919, 4816, '_wc_average_rating', '0'),
(10920, 4816, '_wc_review_count', '0'),
(10921, 4816, '_product_version', '6.3.1'),
(10922, 4816, '_price', '1385'),
(10923, 4817, '_sku', 'EVRG014'),
(10924, 4817, '_regular_price', '1210'),
(10925, 4817, 'total_sales', '0'),
(10926, 4817, '_tax_status', 'taxable'),
(10927, 4817, '_tax_class', ''),
(10928, 4817, '_manage_stock', 'yes'),
(10929, 4817, '_backorders', 'no'),
(10930, 4817, '_sold_individually', 'no'),
(10931, 4817, '_length', '0'),
(10932, 4817, '_width', '0'),
(10933, 4817, '_height', '0'),
(10934, 4817, '_virtual', 'no'),
(10935, 4817, '_downloadable', 'no'),
(10936, 4817, '_download_limit', '0'),
(10937, 4817, '_download_expiry', '0'),
(10938, 4817, '_stock', '100'),
(10939, 4817, '_stock_status', 'instock'),
(10940, 4817, '_wc_average_rating', '0'),
(10941, 4817, '_wc_review_count', '0'),
(10942, 4817, '_product_version', '6.3.1'),
(10943, 4817, '_price', '1210'),
(10944, 4818, '_sku', 'EVRG015'),
(10945, 4818, '_regular_price', '880'),
(10946, 4818, 'total_sales', '0'),
(10947, 4818, '_tax_status', 'taxable'),
(10948, 4818, '_tax_class', ''),
(10949, 4818, '_manage_stock', 'yes'),
(10950, 4818, '_backorders', 'no'),
(10951, 4818, '_sold_individually', 'no'),
(10952, 4818, '_length', '0'),
(10953, 4818, '_width', '0'),
(10954, 4818, '_height', '0'),
(10955, 4818, '_virtual', 'no'),
(10956, 4818, '_downloadable', 'no'),
(10957, 4818, '_download_limit', '0'),
(10958, 4818, '_download_expiry', '0'),
(10959, 4818, '_stock', '100'),
(10960, 4818, '_stock_status', 'instock'),
(10961, 4818, '_wc_average_rating', '0'),
(10962, 4818, '_wc_review_count', '0'),
(10963, 4818, '_product_version', '6.3.1'),
(10964, 4818, '_price', '880'),
(10965, 4819, '_sku', 'EVRG016'),
(10966, 4819, '_regular_price', '2670'),
(10967, 4819, 'total_sales', '0'),
(10968, 4819, '_tax_status', 'taxable'),
(10969, 4819, '_tax_class', ''),
(10970, 4819, '_manage_stock', 'yes'),
(10971, 4819, '_backorders', 'no'),
(10972, 4819, '_sold_individually', 'no'),
(10973, 4819, '_length', '0'),
(10974, 4819, '_width', '0'),
(10975, 4819, '_height', '0'),
(10976, 4819, '_virtual', 'no'),
(10977, 4819, '_downloadable', 'no'),
(10978, 4819, '_download_limit', '0'),
(10979, 4819, '_download_expiry', '0'),
(10980, 4819, '_stock', '100'),
(10981, 4819, '_stock_status', 'instock'),
(10982, 4819, '_wc_average_rating', '0'),
(10983, 4819, '_wc_review_count', '0'),
(10984, 4819, '_product_version', '6.3.1'),
(10985, 4819, '_price', '2670'),
(10986, 4820, '_sku', 'EVRG017'),
(10987, 4820, '_regular_price', '2130'),
(10988, 4820, 'total_sales', '0'),
(10989, 4820, '_tax_status', 'taxable'),
(10990, 4820, '_tax_class', ''),
(10991, 4820, '_manage_stock', 'yes'),
(10992, 4820, '_backorders', 'no'),
(10993, 4820, '_sold_individually', 'no'),
(10994, 4820, '_length', '0'),
(10995, 4820, '_width', '0'),
(10996, 4820, '_height', '0'),
(10997, 4820, '_virtual', 'no'),
(10998, 4820, '_downloadable', 'no'),
(10999, 4820, '_download_limit', '0'),
(11000, 4820, '_download_expiry', '0'),
(11001, 4820, '_stock', '100'),
(11002, 4820, '_stock_status', 'instock'),
(11003, 4820, '_wc_average_rating', '0'),
(11004, 4820, '_wc_review_count', '0'),
(11005, 4820, '_product_version', '6.3.1'),
(11006, 4820, '_price', '2130'),
(11007, 4821, '_sku', 'EVB001'),
(11008, 4821, '_regular_price', '5395'),
(11009, 4821, 'total_sales', '0'),
(11010, 4821, '_tax_status', 'taxable'),
(11011, 4821, '_tax_class', ''),
(11012, 4821, '_manage_stock', 'yes'),
(11013, 4821, '_backorders', 'no'),
(11014, 4821, '_sold_individually', 'no'),
(11015, 4821, '_length', '0'),
(11016, 4821, '_width', '0'),
(11017, 4821, '_height', '0'),
(11018, 4821, '_virtual', 'no'),
(11019, 4821, '_downloadable', 'no'),
(11020, 4821, '_download_limit', '0'),
(11021, 4821, '_download_expiry', '0'),
(11022, 4821, '_stock', '100'),
(11023, 4821, '_stock_status', 'instock'),
(11024, 4821, '_wc_average_rating', '0'),
(11025, 4821, '_wc_review_count', '0'),
(11026, 4821, '_product_version', '6.3.1'),
(11027, 4821, '_price', '5395'),
(11028, 4822, '_sku', 'EVB002'),
(11029, 4822, '_regular_price', '5045'),
(11030, 4822, 'total_sales', '0'),
(11031, 4822, '_tax_status', 'taxable'),
(11032, 4822, '_tax_class', ''),
(11033, 4822, '_manage_stock', 'yes'),
(11034, 4822, '_backorders', 'no'),
(11035, 4822, '_sold_individually', 'no'),
(11036, 4822, '_length', '0'),
(11037, 4822, '_width', '0'),
(11038, 4822, '_height', '0'),
(11039, 4822, '_virtual', 'no'),
(11040, 4822, '_downloadable', 'no'),
(11041, 4822, '_download_limit', '0'),
(11042, 4822, '_download_expiry', '0'),
(11043, 4822, '_stock', '100'),
(11044, 4822, '_stock_status', 'instock'),
(11045, 4822, '_wc_average_rating', '0'),
(11046, 4822, '_wc_review_count', '0'),
(11047, 4822, '_product_version', '6.3.1'),
(11048, 4822, '_price', '5045'),
(11049, 4823, '_sku', 'EVB003'),
(11050, 4823, '_regular_price', '1685'),
(11051, 4823, 'total_sales', '0'),
(11052, 4823, '_tax_status', 'taxable'),
(11053, 4823, '_tax_class', ''),
(11054, 4823, '_manage_stock', 'yes'),
(11055, 4823, '_backorders', 'no'),
(11056, 4823, '_sold_individually', 'no'),
(11057, 4823, '_length', '0'),
(11058, 4823, '_width', '0'),
(11059, 4823, '_height', '0'),
(11060, 4823, '_virtual', 'no'),
(11061, 4823, '_downloadable', 'no'),
(11062, 4823, '_download_limit', '0'),
(11063, 4823, '_download_expiry', '0'),
(11064, 4823, '_stock', '100'),
(11065, 4823, '_stock_status', 'instock'),
(11066, 4823, '_wc_average_rating', '0'),
(11067, 4823, '_wc_review_count', '0'),
(11068, 4823, '_product_version', '6.3.1'),
(11069, 4823, '_price', '1685'),
(11070, 4824, '_sku', 'EVB004'),
(11071, 4824, '_regular_price', '940'),
(11072, 4824, 'total_sales', '0'),
(11073, 4824, '_tax_status', 'taxable'),
(11074, 4824, '_tax_class', ''),
(11075, 4824, '_manage_stock', 'yes'),
(11076, 4824, '_backorders', 'no'),
(11077, 4824, '_sold_individually', 'no'),
(11078, 4824, '_length', '0'),
(11079, 4824, '_width', '0'),
(11080, 4824, '_height', '0'),
(11081, 4824, '_virtual', 'no'),
(11082, 4824, '_downloadable', 'no'),
(11083, 4824, '_download_limit', '0'),
(11084, 4824, '_download_expiry', '0'),
(11085, 4824, '_stock', '100'),
(11086, 4824, '_stock_status', 'instock'),
(11087, 4824, '_wc_average_rating', '0'),
(11088, 4824, '_wc_review_count', '0'),
(11089, 4824, '_product_version', '6.3.1'),
(11090, 4824, '_price', '940'),
(11091, 4825, '_sku', 'EVB005'),
(11092, 4825, '_regular_price', '980'),
(11093, 4825, 'total_sales', '0'),
(11094, 4825, '_tax_status', 'taxable'),
(11095, 4825, '_tax_class', ''),
(11096, 4825, '_manage_stock', 'yes'),
(11097, 4825, '_backorders', 'no'),
(11098, 4825, '_sold_individually', 'no'),
(11099, 4825, '_length', '0'),
(11100, 4825, '_width', '0'),
(11101, 4825, '_height', '0'),
(11102, 4825, '_virtual', 'no'),
(11103, 4825, '_downloadable', 'no'),
(11104, 4825, '_download_limit', '0'),
(11105, 4825, '_download_expiry', '0'),
(11106, 4825, '_stock', '100'),
(11107, 4825, '_stock_status', 'instock'),
(11108, 4825, '_wc_average_rating', '0'),
(11109, 4825, '_wc_review_count', '0'),
(11110, 4825, '_product_version', '6.3.1'),
(11111, 4825, '_price', '980'),
(11112, 4826, '_sku', 'EVB006'),
(11113, 4826, '_regular_price', '1050'),
(11114, 4826, 'total_sales', '0'),
(11115, 4826, '_tax_status', 'taxable'),
(11116, 4826, '_tax_class', ''),
(11117, 4826, '_manage_stock', 'yes'),
(11118, 4826, '_backorders', 'no'),
(11119, 4826, '_sold_individually', 'no'),
(11120, 4826, '_length', '0'),
(11121, 4826, '_width', '0'),
(11122, 4826, '_height', '0'),
(11123, 4826, '_virtual', 'no'),
(11124, 4826, '_downloadable', 'no'),
(11125, 4826, '_download_limit', '0'),
(11126, 4826, '_download_expiry', '0'),
(11127, 4826, '_stock', '100'),
(11128, 4826, '_stock_status', 'instock'),
(11129, 4826, '_wc_average_rating', '0'),
(11130, 4826, '_wc_review_count', '0'),
(11131, 4826, '_product_version', '6.3.1'),
(11132, 4826, '_price', '1050'),
(11133, 4827, '_sku', 'EVB007'),
(11134, 4827, '_regular_price', '760'),
(11135, 4827, 'total_sales', '0'),
(11136, 4827, '_tax_status', 'taxable'),
(11137, 4827, '_tax_class', ''),
(11138, 4827, '_manage_stock', 'yes'),
(11139, 4827, '_backorders', 'no'),
(11140, 4827, '_sold_individually', 'no'),
(11141, 4827, '_length', '0'),
(11142, 4827, '_width', '0'),
(11143, 4827, '_height', '0'),
(11144, 4827, '_virtual', 'no'),
(11145, 4827, '_downloadable', 'no'),
(11146, 4827, '_download_limit', '0'),
(11147, 4827, '_download_expiry', '0'),
(11148, 4827, '_stock', '100'),
(11149, 4827, '_stock_status', 'instock'),
(11150, 4827, '_wc_average_rating', '0'),
(11151, 4827, '_wc_review_count', '0'),
(11152, 4827, '_product_version', '6.3.1'),
(11153, 4827, '_price', '760'),
(11154, 4828, '_sku', 'EVB008'),
(11155, 4828, '_regular_price', '1545'),
(11156, 4828, 'total_sales', '0'),
(11157, 4828, '_tax_status', 'taxable'),
(11158, 4828, '_tax_class', ''),
(11159, 4828, '_manage_stock', 'yes'),
(11160, 4828, '_backorders', 'no'),
(11161, 4828, '_sold_individually', 'no'),
(11162, 4828, '_length', '0'),
(11163, 4828, '_width', '0'),
(11164, 4828, '_height', '0'),
(11165, 4828, '_virtual', 'no'),
(11166, 4828, '_downloadable', 'no'),
(11167, 4828, '_download_limit', '0'),
(11168, 4828, '_download_expiry', '0'),
(11169, 4828, '_stock', '100'),
(11170, 4828, '_stock_status', 'instock'),
(11171, 4828, '_wc_average_rating', '0'),
(11172, 4828, '_wc_review_count', '0'),
(11173, 4828, '_product_version', '6.3.1'),
(11174, 4828, '_price', '1545'),
(11175, 4829, '_sku', 'EVB009'),
(11176, 4829, '_regular_price', '1680'),
(11177, 4829, 'total_sales', '0'),
(11178, 4829, '_tax_status', 'taxable'),
(11179, 4829, '_tax_class', ''),
(11180, 4829, '_manage_stock', 'yes'),
(11181, 4829, '_backorders', 'no'),
(11182, 4829, '_sold_individually', 'no'),
(11183, 4829, '_length', '0'),
(11184, 4829, '_width', '0'),
(11185, 4829, '_height', '0'),
(11186, 4829, '_virtual', 'no'),
(11187, 4829, '_downloadable', 'no'),
(11188, 4829, '_download_limit', '0'),
(11189, 4829, '_download_expiry', '0'),
(11190, 4829, '_stock', '100'),
(11191, 4829, '_stock_status', 'instock'),
(11192, 4829, '_wc_average_rating', '0'),
(11193, 4829, '_wc_review_count', '0'),
(11194, 4829, '_product_version', '6.3.1'),
(11195, 4829, '_price', '1680'),
(11196, 4830, '_sku', 'SAS003'),
(11197, 4830, '_regular_price', '475'),
(11198, 4830, 'total_sales', '0'),
(11199, 4830, '_tax_status', 'taxable'),
(11200, 4830, '_tax_class', ''),
(11201, 4830, '_manage_stock', 'yes'),
(11202, 4830, '_backorders', 'no'),
(11203, 4830, '_sold_individually', 'no'),
(11204, 4830, '_length', '0'),
(11205, 4830, '_width', '0'),
(11206, 4830, '_height', '0'),
(11207, 4830, '_virtual', 'no'),
(11208, 4830, '_downloadable', 'no'),
(11209, 4830, '_download_limit', '0'),
(11210, 4830, '_download_expiry', '0'),
(11211, 4830, '_stock', '100'),
(11212, 4830, '_stock_status', 'instock'),
(11213, 4830, '_wc_average_rating', '0'),
(11214, 4830, '_wc_review_count', '0'),
(11215, 4830, '_product_version', '6.3.1'),
(11216, 4830, '_price', '475'),
(11217, 4831, '_sku', 'SAS004'),
(11218, 4831, '_regular_price', '710'),
(11219, 4831, 'total_sales', '0'),
(11220, 4831, '_tax_status', 'taxable'),
(11221, 4831, '_tax_class', ''),
(11222, 4831, '_manage_stock', 'yes'),
(11223, 4831, '_backorders', 'no'),
(11224, 4831, '_sold_individually', 'no'),
(11225, 4831, '_length', '0'),
(11226, 4831, '_width', '0'),
(11227, 4831, '_height', '0'),
(11228, 4831, '_virtual', 'no'),
(11229, 4831, '_downloadable', 'no'),
(11230, 4831, '_download_limit', '0'),
(11231, 4831, '_download_expiry', '0'),
(11232, 4831, '_stock', '100'),
(11233, 4831, '_stock_status', 'instock'),
(11234, 4831, '_wc_average_rating', '0'),
(11235, 4831, '_wc_review_count', '0'),
(11236, 4831, '_product_version', '6.3.1'),
(11237, 4831, '_price', '710'),
(11238, 4832, '_sku', 'SAS005'),
(11239, 4832, '_regular_price', '540'),
(11240, 4832, 'total_sales', '0'),
(11241, 4832, '_tax_status', 'taxable'),
(11242, 4832, '_tax_class', ''),
(11243, 4832, '_manage_stock', 'yes'),
(11244, 4832, '_backorders', 'no'),
(11245, 4832, '_sold_individually', 'no'),
(11246, 4832, '_length', '0'),
(11247, 4832, '_width', '0'),
(11248, 4832, '_height', '0'),
(11249, 4832, '_virtual', 'no'),
(11250, 4832, '_downloadable', 'no'),
(11251, 4832, '_download_limit', '0'),
(11252, 4832, '_download_expiry', '0'),
(11253, 4832, '_stock', '100'),
(11254, 4832, '_stock_status', 'instock'),
(11255, 4832, '_wc_average_rating', '0'),
(11256, 4832, '_wc_review_count', '0'),
(11257, 4832, '_product_version', '6.3.1'),
(11258, 4832, '_price', '540'),
(11259, 4833, '_sku', 'SAS006'),
(11260, 4833, '_regular_price', '810'),
(11261, 4833, 'total_sales', '0'),
(11262, 4833, '_tax_status', 'taxable'),
(11263, 4833, '_tax_class', ''),
(11264, 4833, '_manage_stock', 'yes'),
(11265, 4833, '_backorders', 'no'),
(11266, 4833, '_sold_individually', 'no'),
(11267, 4833, '_length', '0'),
(11268, 4833, '_width', '0'),
(11269, 4833, '_height', '0'),
(11270, 4833, '_virtual', 'no'),
(11271, 4833, '_downloadable', 'no'),
(11272, 4833, '_download_limit', '0'),
(11273, 4833, '_download_expiry', '0'),
(11274, 4833, '_stock', '100'),
(11275, 4833, '_stock_status', 'instock'),
(11276, 4833, '_wc_average_rating', '0'),
(11277, 4833, '_wc_review_count', '0'),
(11278, 4833, '_product_version', '6.3.1'),
(11279, 4833, '_price', '810'),
(11280, 4834, '_sku', 'SAS007'),
(11281, 4834, '_regular_price', '950'),
(11282, 4834, 'total_sales', '0'),
(11283, 4834, '_tax_status', 'taxable'),
(11284, 4834, '_tax_class', ''),
(11285, 4834, '_manage_stock', 'yes'),
(11286, 4834, '_backorders', 'no'),
(11287, 4834, '_sold_individually', 'no'),
(11288, 4834, '_length', '0'),
(11289, 4834, '_width', '0'),
(11290, 4834, '_height', '0'),
(11291, 4834, '_virtual', 'no'),
(11292, 4834, '_downloadable', 'no'),
(11293, 4834, '_download_limit', '0'),
(11294, 4834, '_download_expiry', '0'),
(11295, 4834, '_stock', '100'),
(11296, 4834, '_stock_status', 'instock'),
(11297, 4834, '_wc_average_rating', '0'),
(11298, 4834, '_wc_review_count', '0'),
(11299, 4834, '_product_version', '6.3.1'),
(11300, 4834, '_price', '950'),
(11301, 4835, '_sku', 'SAS008'),
(11302, 4835, '_regular_price', '1100'),
(11303, 4835, 'total_sales', '0'),
(11304, 4835, '_tax_status', 'taxable'),
(11305, 4835, '_tax_class', ''),
(11306, 4835, '_manage_stock', 'yes'),
(11307, 4835, '_backorders', 'no'),
(11308, 4835, '_sold_individually', 'no'),
(11309, 4835, '_length', '0'),
(11310, 4835, '_width', '0'),
(11311, 4835, '_height', '0'),
(11312, 4835, '_virtual', 'no'),
(11313, 4835, '_downloadable', 'no');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11314, 4835, '_download_limit', '0'),
(11315, 4835, '_download_expiry', '0'),
(11316, 4835, '_stock', '100'),
(11317, 4835, '_stock_status', 'instock'),
(11318, 4835, '_wc_average_rating', '0'),
(11319, 4835, '_wc_review_count', '0'),
(11320, 4835, '_product_version', '6.3.1'),
(11321, 4835, '_price', '1100'),
(11322, 4836, '_sku', 'BE002'),
(11323, 4836, '_regular_price', '1180'),
(11324, 4836, 'total_sales', '0'),
(11325, 4836, '_tax_status', 'taxable'),
(11326, 4836, '_tax_class', ''),
(11327, 4836, '_manage_stock', 'yes'),
(11328, 4836, '_backorders', 'no'),
(11329, 4836, '_sold_individually', 'no'),
(11330, 4836, '_length', '7.62'),
(11331, 4836, '_width', '7.62'),
(11332, 4836, '_height', '10.16'),
(11333, 4836, '_virtual', 'no'),
(11334, 4836, '_downloadable', 'no'),
(11335, 4836, '_download_limit', '0'),
(11336, 4836, '_download_expiry', '0'),
(11337, 4836, '_stock', '100'),
(11338, 4836, '_stock_status', 'instock'),
(11339, 4836, '_wc_average_rating', '0'),
(11340, 4836, '_wc_review_count', '0'),
(11341, 4836, '_product_version', '6.3.1'),
(11342, 4836, '_price', '1180'),
(11343, 4837, '_sku', 'BE003'),
(11344, 4837, '_regular_price', '2045'),
(11345, 4837, 'total_sales', '0'),
(11346, 4837, '_tax_status', 'taxable'),
(11347, 4837, '_tax_class', ''),
(11348, 4837, '_manage_stock', 'yes'),
(11349, 4837, '_backorders', 'no'),
(11350, 4837, '_sold_individually', 'no'),
(11351, 4837, '_length', '12.7'),
(11352, 4837, '_width', '12.7'),
(11353, 4837, '_height', '13.9'),
(11354, 4837, '_virtual', 'no'),
(11355, 4837, '_downloadable', 'no'),
(11356, 4837, '_download_limit', '0'),
(11357, 4837, '_download_expiry', '0'),
(11358, 4837, '_stock', '100'),
(11359, 4837, '_stock_status', 'instock'),
(11360, 4837, '_wc_average_rating', '0'),
(11361, 4837, '_wc_review_count', '0'),
(11362, 4837, '_product_version', '6.3.1'),
(11363, 4837, '_price', '2045'),
(11364, 4838, '_sku', 'BE004'),
(11365, 4838, '_regular_price', '1700'),
(11366, 4838, 'total_sales', '0'),
(11367, 4838, '_tax_status', 'taxable'),
(11368, 4838, '_tax_class', ''),
(11369, 4838, '_manage_stock', 'yes'),
(11370, 4838, '_backorders', 'no'),
(11371, 4838, '_sold_individually', 'no'),
(11372, 4838, '_length', '20.32'),
(11373, 4838, '_width', '20.32'),
(11374, 4838, '_height', '2.54'),
(11375, 4838, '_virtual', 'no'),
(11376, 4838, '_downloadable', 'no'),
(11377, 4838, '_download_limit', '0'),
(11378, 4838, '_download_expiry', '0'),
(11379, 4838, '_stock', '100'),
(11380, 4838, '_stock_status', 'instock'),
(11381, 4838, '_wc_average_rating', '0'),
(11382, 4838, '_wc_review_count', '0'),
(11383, 4838, '_product_version', '6.3.1'),
(11384, 4838, '_price', '1700'),
(11385, 4839, '_sku', 'BE005'),
(11386, 4839, '_regular_price', '1070'),
(11387, 4839, 'total_sales', '0'),
(11388, 4839, '_tax_status', 'taxable'),
(11389, 4839, '_tax_class', ''),
(11390, 4839, '_manage_stock', 'yes'),
(11391, 4839, '_backorders', 'no'),
(11392, 4839, '_sold_individually', 'no'),
(11393, 4839, '_length', '10.7'),
(11394, 4839, '_width', '8.89'),
(11395, 4839, '_height', '2.54'),
(11396, 4839, '_virtual', 'no'),
(11397, 4839, '_downloadable', 'no'),
(11398, 4839, '_download_limit', '0'),
(11399, 4839, '_download_expiry', '0'),
(11400, 4839, '_stock', '100'),
(11401, 4839, '_stock_status', 'instock'),
(11402, 4839, '_wc_average_rating', '0'),
(11403, 4839, '_wc_review_count', '0'),
(11404, 4839, '_product_version', '6.3.1'),
(11405, 4839, '_price', '1070'),
(11406, 4840, '_sku', 'BO006'),
(11407, 4840, '_regular_price', '1255'),
(11408, 4840, 'total_sales', '0'),
(11409, 4840, '_tax_status', 'taxable'),
(11410, 4840, '_tax_class', ''),
(11411, 4840, '_manage_stock', 'yes'),
(11412, 4840, '_backorders', 'no'),
(11413, 4840, '_sold_individually', 'no'),
(11414, 4840, '_length', '7.8'),
(11415, 4840, '_width', '7.8'),
(11416, 4840, '_height', '17.78'),
(11417, 4840, '_virtual', 'no'),
(11418, 4840, '_downloadable', 'no'),
(11419, 4840, '_download_limit', '0'),
(11420, 4840, '_download_expiry', '0'),
(11421, 4840, '_stock', '100'),
(11422, 4840, '_stock_status', 'instock'),
(11423, 4840, '_wc_average_rating', '0'),
(11424, 4840, '_wc_review_count', '0'),
(11425, 4840, '_product_version', '6.3.1'),
(11426, 4840, '_price', '1255'),
(11427, 4841, '_sku', 'BO007'),
(11428, 4841, '_regular_price', '900'),
(11429, 4841, 'total_sales', '0'),
(11430, 4841, '_tax_status', 'taxable'),
(11431, 4841, '_tax_class', ''),
(11432, 4841, '_manage_stock', 'yes'),
(11433, 4841, '_backorders', 'no'),
(11434, 4841, '_sold_individually', 'no'),
(11435, 4841, '_length', '7.8'),
(11436, 4841, '_width', '7.8'),
(11437, 4841, '_height', '11.43'),
(11438, 4841, '_virtual', 'no'),
(11439, 4841, '_downloadable', 'no'),
(11440, 4841, '_download_limit', '0'),
(11441, 4841, '_download_expiry', '0'),
(11442, 4841, '_stock', '100'),
(11443, 4841, '_stock_status', 'instock'),
(11444, 4841, '_wc_average_rating', '0'),
(11445, 4841, '_wc_review_count', '0'),
(11446, 4841, '_product_version', '6.3.1'),
(11447, 4841, '_price', '900'),
(11448, 4842, '_sku', 'BO008'),
(11449, 4842, '_regular_price', '1785'),
(11450, 4842, 'total_sales', '0'),
(11451, 4842, '_tax_status', 'taxable'),
(11452, 4842, '_tax_class', ''),
(11453, 4842, '_manage_stock', 'yes'),
(11454, 4842, '_backorders', 'no'),
(11455, 4842, '_sold_individually', 'no'),
(11456, 4842, '_length', '12.7'),
(11457, 4842, '_width', '12.7'),
(11458, 4842, '_height', '13.9'),
(11459, 4842, '_virtual', 'no'),
(11460, 4842, '_downloadable', 'no'),
(11461, 4842, '_download_limit', '0'),
(11462, 4842, '_download_expiry', '0'),
(11463, 4842, '_stock', '100'),
(11464, 4842, '_stock_status', 'instock'),
(11465, 4842, '_wc_average_rating', '0'),
(11466, 4842, '_wc_review_count', '0'),
(11467, 4842, '_product_version', '6.3.1'),
(11468, 4842, '_price', '1785'),
(11469, 4843, '_sku', 'BO009'),
(11470, 4843, '_regular_price', '1070'),
(11471, 4843, 'total_sales', '0'),
(11472, 4843, '_tax_status', 'taxable'),
(11473, 4843, '_tax_class', ''),
(11474, 4843, '_manage_stock', 'yes'),
(11475, 4843, '_backorders', 'no'),
(11476, 4843, '_sold_individually', 'no'),
(11477, 4843, '_length', '10.1'),
(11478, 4843, '_width', '10.1'),
(11479, 4843, '_height', '12'),
(11480, 4843, '_virtual', 'no'),
(11481, 4843, '_downloadable', 'no'),
(11482, 4843, '_download_limit', '0'),
(11483, 4843, '_download_expiry', '0'),
(11484, 4843, '_stock', '100'),
(11485, 4843, '_stock_status', 'instock'),
(11486, 4843, '_wc_average_rating', '0'),
(11487, 4843, '_wc_review_count', '0'),
(11488, 4843, '_product_version', '6.3.1'),
(11489, 4843, '_price', '1070'),
(11490, 4844, '_sku', 'BO010'),
(11491, 4844, '_regular_price', '2855'),
(11492, 4844, 'total_sales', '0'),
(11493, 4844, '_tax_status', 'taxable'),
(11494, 4844, '_tax_class', ''),
(11495, 4844, '_manage_stock', 'yes'),
(11496, 4844, '_backorders', 'no'),
(11497, 4844, '_sold_individually', 'no'),
(11498, 4844, '_length', '20.32'),
(11499, 4844, '_width', '20.32'),
(11500, 4844, '_height', '25.4'),
(11501, 4844, '_virtual', 'no'),
(11502, 4844, '_downloadable', 'no'),
(11503, 4844, '_download_limit', '0'),
(11504, 4844, '_download_expiry', '0'),
(11505, 4844, '_stock', '100'),
(11506, 4844, '_stock_status', 'instock'),
(11507, 4844, '_wc_average_rating', '0'),
(11508, 4844, '_wc_review_count', '0'),
(11509, 4844, '_product_version', '6.3.1'),
(11510, 4844, '_price', '2855'),
(11511, 4845, '_sku', 'BO011'),
(11512, 4845, '_regular_price', '1430'),
(11513, 4845, 'total_sales', '0'),
(11514, 4845, '_tax_status', 'taxable'),
(11515, 4845, '_tax_class', ''),
(11516, 4845, '_manage_stock', 'yes'),
(11517, 4845, '_backorders', 'no'),
(11518, 4845, '_sold_individually', 'no'),
(11519, 4845, '_length', '22.6'),
(11520, 4845, '_width', '10.6'),
(11521, 4845, '_height', '1.78'),
(11522, 4845, '_virtual', 'no'),
(11523, 4845, '_downloadable', 'no'),
(11524, 4845, '_download_limit', '0'),
(11525, 4845, '_download_expiry', '0'),
(11526, 4845, '_stock', '100'),
(11527, 4845, '_stock_status', 'instock'),
(11528, 4845, '_wc_average_rating', '0'),
(11529, 4845, '_wc_review_count', '0'),
(11530, 4845, '_product_version', '6.3.1'),
(11531, 4845, '_price', '1430'),
(11532, 4846, '_sku', 'OT012'),
(11533, 4846, '_regular_price', '2075'),
(11534, 4846, 'total_sales', '0'),
(11535, 4846, '_tax_status', 'taxable'),
(11536, 4846, '_tax_class', ''),
(11537, 4846, '_manage_stock', 'yes'),
(11538, 4846, '_backorders', 'no'),
(11539, 4846, '_sold_individually', 'no'),
(11540, 4846, '_length', '7.6'),
(11541, 4846, '_width', '7.6'),
(11542, 4846, '_height', '17.7'),
(11543, 4846, '_virtual', 'no'),
(11544, 4846, '_downloadable', 'no'),
(11545, 4846, '_download_limit', '0'),
(11546, 4846, '_download_expiry', '0'),
(11547, 4846, '_stock', '100'),
(11548, 4846, '_stock_status', 'instock'),
(11549, 4846, '_wc_average_rating', '0'),
(11550, 4846, '_wc_review_count', '0'),
(11551, 4846, '_product_version', '6.3.1'),
(11552, 4846, '_price', '2075'),
(11553, 4847, '_sku', 'OT013'),
(11554, 4847, '_regular_price', '1255'),
(11555, 4847, 'total_sales', '0'),
(11556, 4847, '_tax_status', 'taxable'),
(11557, 4847, '_tax_class', ''),
(11558, 4847, '_manage_stock', 'yes'),
(11559, 4847, '_backorders', 'no'),
(11560, 4847, '_sold_individually', 'no'),
(11561, 4847, '_length', '7.6'),
(11562, 4847, '_width', '7.6'),
(11563, 4847, '_height', '10.1'),
(11564, 4847, '_virtual', 'no'),
(11565, 4847, '_downloadable', 'no'),
(11566, 4847, '_download_limit', '0'),
(11567, 4847, '_download_expiry', '0'),
(11568, 4847, '_stock', '100'),
(11569, 4847, '_stock_status', 'instock'),
(11570, 4847, '_wc_average_rating', '0'),
(11571, 4847, '_wc_review_count', '0'),
(11572, 4847, '_product_version', '6.3.1'),
(11573, 4847, '_price', '1255'),
(11574, 4848, '_sku', 'OT014'),
(11575, 4848, '_regular_price', '4460'),
(11576, 4848, 'total_sales', '0'),
(11577, 4848, '_tax_status', 'taxable'),
(11578, 4848, '_tax_class', ''),
(11579, 4848, '_manage_stock', 'yes'),
(11580, 4848, '_backorders', 'no'),
(11581, 4848, '_sold_individually', 'no'),
(11582, 4848, '_length', '20.3'),
(11583, 4848, '_width', '20.3'),
(11584, 4848, '_height', '20.3'),
(11585, 4848, '_virtual', 'no'),
(11586, 4848, '_downloadable', 'no'),
(11587, 4848, '_download_limit', '0'),
(11588, 4848, '_download_expiry', '0'),
(11589, 4848, '_stock', '100'),
(11590, 4848, '_stock_status', 'instock'),
(11591, 4848, '_wc_average_rating', '0'),
(11592, 4848, '_wc_review_count', '0'),
(11593, 4848, '_product_version', '6.3.1'),
(11594, 4848, '_price', '4460'),
(11595, 4849, '_sku', 'OT015'),
(11596, 4849, '_regular_price', '3470'),
(11597, 4849, 'total_sales', '0'),
(11598, 4849, '_tax_status', 'taxable'),
(11599, 4849, '_tax_class', ''),
(11600, 4849, '_manage_stock', 'yes'),
(11601, 4849, '_backorders', 'no'),
(11602, 4849, '_sold_individually', 'no'),
(11603, 4849, '_length', '12.7'),
(11604, 4849, '_width', '12.7'),
(11605, 4849, '_height', '13.9'),
(11606, 4849, '_virtual', 'no'),
(11607, 4849, '_downloadable', 'no'),
(11608, 4849, '_download_limit', '0'),
(11609, 4849, '_download_expiry', '0'),
(11610, 4849, '_stock', '100'),
(11611, 4849, '_stock_status', 'instock'),
(11612, 4849, '_wc_average_rating', '0'),
(11613, 4849, '_wc_review_count', '0'),
(11614, 4849, '_product_version', '6.3.1'),
(11615, 4849, '_price', '3470'),
(11616, 4850, '_sku', 'OT016'),
(11617, 4850, '_regular_price', '1825'),
(11618, 4850, 'total_sales', '0'),
(11619, 4850, '_tax_status', 'taxable'),
(11620, 4850, '_tax_class', ''),
(11621, 4850, '_manage_stock', 'yes'),
(11622, 4850, '_backorders', 'no'),
(11623, 4850, '_sold_individually', 'no'),
(11624, 4850, '_length', '10.1'),
(11625, 4850, '_width', '10.1'),
(11626, 4850, '_height', '10.7'),
(11627, 4850, '_virtual', 'no'),
(11628, 4850, '_downloadable', 'no'),
(11629, 4850, '_download_limit', '0'),
(11630, 4850, '_download_expiry', '0'),
(11631, 4850, '_stock', '100'),
(11632, 4850, '_stock_status', 'instock'),
(11633, 4850, '_wc_average_rating', '0'),
(11634, 4850, '_wc_review_count', '0'),
(11635, 4850, '_product_version', '6.3.1'),
(11636, 4850, '_price', '1825'),
(11637, 4851, '_sku', 'OT017'),
(11638, 4851, '_regular_price', '2140'),
(11639, 4851, 'total_sales', '0'),
(11640, 4851, '_tax_status', 'taxable'),
(11641, 4851, '_tax_class', ''),
(11642, 4851, '_manage_stock', 'yes'),
(11643, 4851, '_backorders', 'no'),
(11644, 4851, '_sold_individually', 'no'),
(11645, 4851, '_length', '23.1'),
(11646, 4851, '_width', '11.6'),
(11647, 4851, '_height', '1.54'),
(11648, 4851, '_virtual', 'no'),
(11649, 4851, '_downloadable', 'no'),
(11650, 4851, '_download_limit', '0'),
(11651, 4851, '_download_expiry', '0'),
(11652, 4851, '_stock', '100'),
(11653, 4851, '_stock_status', 'instock'),
(11654, 4851, '_wc_average_rating', '0'),
(11655, 4851, '_wc_review_count', '0'),
(11656, 4851, '_product_version', '6.3.1'),
(11657, 4851, '_price', '2140'),
(11658, 4852, '_sku', 'OT018'),
(11659, 4852, '_regular_price', '1330'),
(11660, 4852, 'total_sales', '0'),
(11661, 4852, '_tax_status', 'taxable'),
(11662, 4852, '_tax_class', ''),
(11663, 4852, '_manage_stock', 'yes'),
(11664, 4852, '_backorders', 'no'),
(11665, 4852, '_sold_individually', 'no'),
(11666, 4852, '_length', '10.7'),
(11667, 4852, '_width', '8.8'),
(11668, 4852, '_height', '2.5'),
(11669, 4852, '_virtual', 'no'),
(11670, 4852, '_downloadable', 'no'),
(11671, 4852, '_download_limit', '0'),
(11672, 4852, '_download_expiry', '0'),
(11673, 4852, '_stock', '100'),
(11674, 4852, '_stock_status', 'instock'),
(11675, 4852, '_wc_average_rating', '0'),
(11676, 4852, '_wc_review_count', '0'),
(11677, 4852, '_product_version', '6.3.1'),
(11678, 4852, '_price', '1330'),
(11679, 4853, '_sku', 'ST019'),
(11680, 4853, '_regular_price', '1840'),
(11681, 4853, 'total_sales', '0'),
(11682, 4853, '_tax_status', 'taxable'),
(11683, 4853, '_tax_class', ''),
(11684, 4853, '_manage_stock', 'yes'),
(11685, 4853, '_backorders', 'no'),
(11686, 4853, '_sold_individually', 'no'),
(11687, 4853, '_length', '8.9'),
(11688, 4853, '_width', '8.9'),
(11689, 4853, '_height', '18.2'),
(11690, 4853, '_virtual', 'no'),
(11691, 4853, '_downloadable', 'no'),
(11692, 4853, '_download_limit', '0'),
(11693, 4853, '_download_expiry', '0'),
(11694, 4853, '_stock', '100'),
(11695, 4853, '_stock_status', 'instock'),
(11696, 4853, '_wc_average_rating', '0'),
(11697, 4853, '_wc_review_count', '0'),
(11698, 4853, '_product_version', '6.3.1'),
(11699, 4853, '_price', '1840'),
(11700, 4854, '_sku', 'ST020'),
(11701, 4854, '_regular_price', '950'),
(11702, 4854, 'total_sales', '0'),
(11703, 4854, '_tax_status', 'taxable'),
(11704, 4854, '_tax_class', ''),
(11705, 4854, '_manage_stock', 'yes'),
(11706, 4854, '_backorders', 'no'),
(11707, 4854, '_sold_individually', 'no'),
(11708, 4854, '_length', '8.9'),
(11709, 4854, '_width', '8.9'),
(11710, 4854, '_height', '11.6'),
(11711, 4854, '_virtual', 'no'),
(11712, 4854, '_downloadable', 'no'),
(11713, 4854, '_download_limit', '0'),
(11714, 4854, '_download_expiry', '0'),
(11715, 4854, '_stock', '100'),
(11716, 4854, '_stock_status', 'instock'),
(11717, 4854, '_wc_average_rating', '0'),
(11718, 4854, '_wc_review_count', '0'),
(11719, 4854, '_product_version', '6.3.1'),
(11720, 4854, '_price', '950'),
(11721, 4855, '_sku', 'ST021'),
(11722, 4855, '_regular_price', '870'),
(11723, 4855, 'total_sales', '0'),
(11724, 4855, '_tax_status', 'taxable'),
(11725, 4855, '_tax_class', ''),
(11726, 4855, '_manage_stock', 'yes'),
(11727, 4855, '_backorders', 'no'),
(11728, 4855, '_sold_individually', 'no'),
(11729, 4855, '_length', '8.9'),
(11730, 4855, '_width', '8.9'),
(11731, 4855, '_height', '11.6'),
(11732, 4855, '_virtual', 'no'),
(11733, 4855, '_downloadable', 'no'),
(11734, 4855, '_download_limit', '0'),
(11735, 4855, '_download_expiry', '0'),
(11736, 4855, '_stock', '100'),
(11737, 4855, '_stock_status', 'instock'),
(11738, 4855, '_wc_average_rating', '0'),
(11739, 4855, '_wc_review_count', '0'),
(11740, 4855, '_product_version', '6.3.1'),
(11741, 4855, '_price', '870'),
(11742, 4856, '_sku', 'ST022'),
(11743, 4856, '_regular_price', '2290'),
(11744, 4856, 'total_sales', '0'),
(11745, 4856, '_tax_status', 'taxable'),
(11746, 4856, '_tax_class', ''),
(11747, 4856, '_manage_stock', 'yes'),
(11748, 4856, '_backorders', 'no'),
(11749, 4856, '_sold_individually', 'no'),
(11750, 4856, '_length', '17.7'),
(11751, 4856, '_width', '17.7'),
(11752, 4856, '_height', '15.2'),
(11753, 4856, '_virtual', 'no'),
(11754, 4856, '_downloadable', 'no'),
(11755, 4856, '_download_limit', '0'),
(11756, 4856, '_download_expiry', '0'),
(11757, 4856, '_stock', '100'),
(11758, 4856, '_stock_status', 'instock'),
(11759, 4856, '_wc_average_rating', '0'),
(11760, 4856, '_wc_review_count', '0'),
(11761, 4856, '_product_version', '6.3.1'),
(11762, 4856, '_price', '2290'),
(11763, 4857, '_sku', 'ST023'),
(11764, 4857, '_regular_price', '1430'),
(11765, 4857, 'total_sales', '0'),
(11766, 4857, '_tax_status', 'taxable'),
(11767, 4857, '_tax_class', ''),
(11768, 4857, '_manage_stock', 'yes'),
(11769, 4857, '_backorders', 'no'),
(11770, 4857, '_sold_individually', 'no'),
(11771, 4857, '_length', '10.6'),
(11772, 4857, '_width', '10.6'),
(11773, 4857, '_height', '11.6'),
(11774, 4857, '_virtual', 'no'),
(11775, 4857, '_downloadable', 'no'),
(11776, 4857, '_download_limit', '0'),
(11777, 4857, '_download_expiry', '0'),
(11778, 4857, '_stock', '100'),
(11779, 4857, '_stock_status', 'instock'),
(11780, 4857, '_wc_average_rating', '0'),
(11781, 4857, '_wc_review_count', '0'),
(11782, 4857, '_product_version', '6.3.1'),
(11783, 4857, '_price', '1430'),
(11784, 4858, '_sku', 'ST024'),
(11785, 4858, '_regular_price', '1180'),
(11786, 4858, 'total_sales', '0'),
(11787, 4858, '_tax_status', 'taxable'),
(11788, 4858, '_tax_class', ''),
(11789, 4858, '_manage_stock', 'yes'),
(11790, 4858, '_backorders', 'no'),
(11791, 4858, '_sold_individually', 'no'),
(11792, 4858, '_length', '12.7'),
(11793, 4858, '_width', '12.7'),
(11794, 4858, '_height', '4'),
(11795, 4858, '_virtual', 'no'),
(11796, 4858, '_downloadable', 'no'),
(11797, 4858, '_download_limit', '0'),
(11798, 4858, '_download_expiry', '0'),
(11799, 4858, '_stock', '100'),
(11800, 4858, '_stock_status', 'instock'),
(11801, 4858, '_wc_average_rating', '0'),
(11802, 4858, '_wc_review_count', '0'),
(11803, 4858, '_product_version', '6.3.1'),
(11804, 4858, '_price', '1180'),
(11807, 4859, '_elementor_edit_mode', 'builder'),
(11808, 4859, '_elementor_template_type', 'wp-page'),
(11809, 4859, '_elementor_version', '3.6.2'),
(11810, 4859, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11811, 4859, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":53,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"3\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\",\"show_excerpt\":\"yes\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11813, 4859, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(11814, 4859, '_elementor_pro_version', '3.5.1'),
(11843, 4864, '_elementor_edit_mode', 'builder'),
(11844, 4864, '_elementor_template_type', 'wp-page'),
(11845, 4864, '_elementor_version', '3.6.2'),
(11846, 4864, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11847, 4864, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":53,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"3\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\",\"show_excerpt\":\"yes\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11849, 4864, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(11850, 4864, '_elementor_pro_version', '3.5.1'),
(11861, 4866, '_elementor_edit_mode', 'builder'),
(11862, 4866, '_elementor_template_type', 'wp-page'),
(11863, 4866, '_elementor_version', '3.6.2'),
(11864, 4866, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11865, 4866, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11867, 4866, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(11868, 4866, '_elementor_pro_version', '3.5.1'),
(11872, 4867, '_elementor_edit_mode', 'builder'),
(11873, 4867, '_elementor_template_type', 'wp-page'),
(11874, 4867, '_elementor_version', '3.6.2'),
(11875, 4867, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11876, 4867, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11878, 4867, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(11879, 4867, '_elementor_pro_version', '3.5.1'),
(11881, 4868, '_elementor_edit_mode', 'builder'),
(11882, 4868, '_elementor_template_type', 'wp-page'),
(11883, 4868, '_elementor_version', '3.6.2'),
(11884, 4868, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11885, 4868, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11887, 4868, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(11888, 4868, '_elementor_pro_version', '3.5.1'),
(11890, 4869, '_edit_lock', '1652260012:1'),
(11891, 4869, '_edit_last', '1'),
(11892, 4869, '_wpb_vc_js_status', 'false'),
(11893, 4869, '_et_widget_area', '0'),
(11894, 4869, '_et_page_banner', '0'),
(11895, 4869, '_yoast_wpseo_content_score', '90'),
(11896, 4869, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(11897, 4869, '_elementor_edit_mode', 'builder'),
(11898, 4869, '_elementor_template_type', 'wp-page'),
(11899, 4869, '_elementor_version', '3.6.5'),
(11900, 4869, '_elementor_pro_version', '3.5.1'),
(11901, 4871, '_elementor_edit_mode', 'builder'),
(11902, 4871, '_elementor_template_type', 'wp-page'),
(11903, 4871, '_elementor_version', '3.6.2'),
(11904, 4871, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11905, 4871, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11907, 4871, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(11908, 4871, '_elementor_pro_version', '3.5.1'),
(11910, 4872, '_elementor_edit_mode', 'builder'),
(11911, 4872, '_elementor_template_type', 'wp-page'),
(11912, 4872, '_elementor_version', '3.6.2'),
(11913, 4872, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11914, 4872, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11916, 4872, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(11917, 4872, '_elementor_pro_version', '3.5.1'),
(11923, 3933, '_wp_page_template', 'default'),
(11924, 4875, '_elementor_edit_mode', 'builder'),
(11925, 4875, '_elementor_template_type', 'wp-page'),
(11926, 4875, '_elementor_version', '3.6.2'),
(11927, 4875, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11928, 4875, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11930, 4875, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(11931, 4875, '_elementor_pro_version', '3.5.1'),
(11933, 4876, '_elementor_edit_mode', 'builder'),
(11934, 4876, '_elementor_template_type', 'wp-page'),
(11935, 4876, '_elementor_version', '3.6.2'),
(11936, 4876, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11937, 4876, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11939, 4876, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(11940, 4876, '_elementor_pro_version', '3.5.1'),
(11942, 4877, '_elementor_edit_mode', 'builder'),
(11943, 4877, '_elementor_template_type', 'wp-page'),
(11944, 4877, '_elementor_version', '3.6.2'),
(11945, 4877, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11946, 4877, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11948, 4877, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(11949, 4877, '_elementor_pro_version', '3.5.1'),
(11951, 4878, '_elementor_edit_mode', 'builder'),
(11952, 4878, '_elementor_template_type', 'wp-page'),
(11953, 4878, '_elementor_version', '3.6.2'),
(11954, 4878, '_wp_page_template', 'default'),
(11955, 4878, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(11957, 4878, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(11958, 4878, '_elementor_pro_version', '3.5.1'),
(11960, 4879, '_elementor_edit_mode', 'builder'),
(11961, 4879, '_elementor_template_type', 'wp-page'),
(11962, 4879, '_elementor_version', '3.6.2'),
(11963, 4879, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11964, 4879, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(11966, 4879, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(11967, 4879, '_elementor_pro_version', '3.5.1'),
(11969, 4880, '_elementor_edit_mode', 'builder'),
(11970, 4880, '_elementor_template_type', 'wp-page'),
(11971, 4880, '_elementor_version', '3.6.2'),
(11972, 4880, '_wp_page_template', 'default'),
(11973, 4880, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e8a7f3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"1cdabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"61eac21\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11975, 4880, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(11976, 4880, '_elementor_pro_version', '3.5.1'),
(11978, 4881, '_elementor_edit_mode', 'builder'),
(11979, 4881, '_elementor_template_type', 'wp-page'),
(11980, 4881, '_elementor_version', '3.6.5'),
(11981, 4881, '_wp_page_template', 'default'),
(11982, 4881, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e8a7f3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"1cdabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"61eac21\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(11984, 4881, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(11985, 4881, '_elementor_pro_version', '3.5.1'),
(11986, 4882, '_elementor_edit_mode', 'builder'),
(11987, 4882, '_elementor_template_type', 'wp-page'),
(11988, 4882, '_elementor_version', '3.6.5'),
(11989, 4882, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11990, 4882, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e8a7f3\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"1cdabdb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"61eac21\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(11992, 4882, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(11993, 4882, '_elementor_pro_version', '3.5.1'),
(11994, 4883, '_elementor_edit_mode', 'builder'),
(11995, 4883, '_elementor_template_type', 'wp-page'),
(11996, 4883, '_elementor_version', '3.6.5'),
(11997, 4883, '_wp_page_template', 'default'),
(11998, 4883, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12000, 4883, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12001, 4883, '_elementor_pro_version', '3.5.1'),
(12002, 4884, '_elementor_edit_mode', 'builder'),
(12003, 4884, '_elementor_template_type', 'wp-page'),
(12004, 4884, '_elementor_version', '3.6.5'),
(12005, 4884, '_wp_page_template', 'default'),
(12006, 4884, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12008, 4884, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12009, 4884, '_elementor_pro_version', '3.5.1'),
(12010, 4885, '_elementor_edit_mode', 'builder'),
(12011, 4885, '_elementor_template_type', 'wp-page'),
(12012, 4885, '_elementor_version', '3.6.5'),
(12013, 4885, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12014, 4885, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12016, 4885, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12017, 4885, '_elementor_pro_version', '3.5.1'),
(12018, 4886, '_elementor_edit_mode', 'builder'),
(12019, 4886, '_elementor_template_type', 'wp-page'),
(12020, 4886, '_elementor_version', '3.6.5'),
(12021, 4886, '_wp_page_template', 'default'),
(12022, 4886, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db35447\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12024, 4886, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12025, 4886, '_elementor_pro_version', '3.5.1'),
(12026, 4887, '_elementor_edit_mode', 'builder'),
(12027, 4887, '_elementor_template_type', 'wp-page'),
(12028, 4887, '_elementor_version', '3.6.5'),
(12029, 4887, '_wp_page_template', 'default'),
(12030, 4887, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db35447\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12032, 4887, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12033, 4887, '_elementor_pro_version', '3.5.1'),
(12034, 4888, '_elementor_edit_mode', 'builder'),
(12035, 4888, '_elementor_template_type', 'wp-page'),
(12036, 4888, '_elementor_version', '3.6.5'),
(12037, 4888, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12038, 4888, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db35447\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12040, 4888, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12041, 4888, '_elementor_pro_version', '3.5.1'),
(12042, 4889, '_elementor_edit_mode', 'builder'),
(12043, 4889, '_elementor_template_type', 'wp-page'),
(12044, 4889, '_elementor_version', '3.6.5'),
(12045, 4889, '_wp_page_template', 'default'),
(12046, 4889, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12048, 4889, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12049, 4889, '_elementor_pro_version', '3.5.1'),
(12050, 4890, '_elementor_edit_mode', 'builder'),
(12051, 4890, '_elementor_template_type', 'wp-page'),
(12052, 4890, '_elementor_version', '3.6.5'),
(12053, 4890, '_wp_page_template', 'default'),
(12054, 4890, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12056, 4890, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12057, 4890, '_elementor_pro_version', '3.5.1'),
(12058, 4891, '_elementor_edit_mode', 'builder'),
(12059, 4891, '_elementor_template_type', 'wp-page'),
(12060, 4891, '_elementor_version', '3.6.5'),
(12061, 4891, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12062, 4891, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12064, 4891, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12065, 4891, '_elementor_pro_version', '3.5.1'),
(12066, 4892, '_elementor_edit_mode', 'builder'),
(12067, 4892, '_elementor_template_type', 'wp-page'),
(12068, 4892, '_elementor_version', '3.6.5'),
(12069, 4892, '_wp_page_template', 'default'),
(12070, 4892, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe11686\",\"elType\":\"widget\",\"settings\":{\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12072, 4892, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12073, 4892, '_elementor_pro_version', '3.5.1'),
(12074, 4893, '_elementor_edit_mode', 'builder'),
(12075, 4893, '_elementor_template_type', 'wp-page'),
(12076, 4893, '_elementor_version', '3.6.5'),
(12077, 4893, '_wp_page_template', 'default'),
(12078, 4893, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe11686\",\"elType\":\"widget\",\"settings\":{\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12080, 4893, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12081, 4893, '_elementor_pro_version', '3.5.1'),
(12082, 4894, '_elementor_edit_mode', 'builder'),
(12083, 4894, '_elementor_template_type', 'wp-page'),
(12084, 4894, '_elementor_version', '3.6.5'),
(12085, 4894, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12086, 4894, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe11686\",\"elType\":\"widget\",\"settings\":{\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12088, 4894, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12089, 4894, '_elementor_pro_version', '3.5.1'),
(12090, 4895, '_elementor_edit_mode', 'builder'),
(12091, 4895, '_elementor_template_type', 'wp-page'),
(12092, 4895, '_elementor_version', '3.6.5'),
(12093, 4895, '_wp_page_template', 'default'),
(12094, 4895, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe11686\",\"elType\":\"widget\",\"settings\":{\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12096, 4895, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12097, 4895, '_elementor_pro_version', '3.5.1'),
(12106, 4897, '_elementor_edit_mode', 'builder'),
(12107, 4897, '_elementor_template_type', 'wp-page'),
(12108, 4897, '_elementor_version', '3.6.5'),
(12109, 4897, '_wp_page_template', 'default'),
(12110, 4897, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe11686\",\"elType\":\"widget\",\"settings\":{\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12112, 4897, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12113, 4897, '_elementor_pro_version', '3.5.1'),
(12114, 4898, '_elementor_edit_mode', 'builder'),
(12115, 4898, '_elementor_template_type', 'wp-page'),
(12116, 4898, '_elementor_version', '3.6.5'),
(12117, 4898, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12118, 4898, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe11686\",\"elType\":\"widget\",\"settings\":{\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12120, 4898, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12121, 4898, '_elementor_pro_version', '3.5.1'),
(12122, 4899, '_elementor_edit_mode', 'builder'),
(12123, 4899, '_elementor_template_type', 'wp-page'),
(12124, 4899, '_elementor_version', '3.6.5'),
(12125, 4899, '_wp_page_template', 'default'),
(12126, 4899, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe11686\",\"elType\":\"widget\",\"settings\":{\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12128, 4899, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12129, 4899, '_elementor_pro_version', '3.5.1'),
(12130, 4900, '_elementor_edit_mode', 'builder'),
(12131, 4900, '_elementor_template_type', 'wp-page'),
(12132, 4900, '_elementor_version', '3.6.5'),
(12133, 4900, '_wp_page_template', 'default'),
(12134, 4900, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe11686\",\"elType\":\"widget\",\"settings\":{\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12136, 4900, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12137, 4900, '_elementor_pro_version', '3.5.1'),
(12138, 4901, '_elementor_edit_mode', 'builder'),
(12139, 4901, '_elementor_template_type', 'wp-page'),
(12140, 4901, '_elementor_version', '3.6.5'),
(12141, 4901, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12142, 4901, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe11686\",\"elType\":\"widget\",\"settings\":{\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12144, 4901, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12145, 4901, '_elementor_pro_version', '3.5.1'),
(12146, 4902, '_elementor_edit_mode', 'builder'),
(12147, 4902, '_elementor_template_type', 'wp-page'),
(12148, 4902, '_elementor_version', '3.6.5'),
(12149, 4902, '_wp_page_template', 'default'),
(12150, 4902, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe11686\",\"elType\":\"widget\",\"settings\":{\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12152, 4902, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12153, 4902, '_elementor_pro_version', '3.5.1'),
(12162, 4905, '_elementor_edit_mode', 'builder'),
(12163, 4905, '_elementor_template_type', 'wp-page'),
(12164, 4905, '_elementor_version', '3.6.5'),
(12165, 4905, '_wp_page_template', 'default'),
(12166, 4905, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe11686\",\"elType\":\"widget\",\"settings\":{\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12168, 4905, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12169, 4905, '_elementor_pro_version', '3.5.1'),
(12171, 4906, '_elementor_edit_mode', 'builder'),
(12172, 4906, '_elementor_template_type', 'wp-page'),
(12173, 4906, '_elementor_version', '3.6.2'),
(12174, 4906, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12175, 4906, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12177, 4906, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12178, 4906, '_elementor_pro_version', '3.5.1'),
(12189, 4908, '_order_key', 'wc_order_JWSSFFm3AImQg'),
(12190, 4908, '_customer_user', '1'),
(12191, 4908, '_payment_method', 'razorpay'),
(12192, 4908, '_payment_method_title', 'Credit Card/Debit Card/NetBanking'),
(12193, 4908, '_customer_ip_address', '223.233.74.180'),
(12194, 4908, '_customer_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),
(12195, 4908, '_created_via', 'checkout'),
(12196, 4908, '_cart_hash', 'b4114b8c641652aaa622100e1a764f3b'),
(12197, 4908, '_billing_first_name', 'Gaurav'),
(12198, 4908, '_billing_last_name', 'Monga'),
(12199, 4908, '_billing_address_1', '3459-60/3, BAJRANG BALI MARKET,GALI BAJRANG BALI CHAWRI BAZAR'),
(12200, 4908, '_billing_city', 'DELHI'),
(12201, 4908, '_billing_state', 'DL'),
(12202, 4908, '_billing_postcode', '110006'),
(12203, 4908, '_billing_country', 'IN'),
(12204, 4908, '_billing_email', 'gauravmonga54@gmail.com'),
(12205, 4908, '_billing_phone', '9999839839'),
(12206, 4908, '_order_currency', 'INR'),
(12207, 4908, '_cart_discount', '0'),
(12208, 4908, '_cart_discount_tax', '0'),
(12209, 4908, '_order_shipping', '0'),
(12210, 4908, '_order_shipping_tax', '0'),
(12211, 4908, '_order_tax', '1.8'),
(12212, 4908, '_order_total', '11.80'),
(12213, 4908, '_order_version', '6.5.0'),
(12214, 4908, '_prices_include_tax', 'no'),
(12215, 4908, '_billing_address_index', 'Gaurav Monga  3459-60/3, BAJRANG BALI MARKET,GALI BAJRANG BALI CHAWRI BAZAR  DELHI DL 110006 IN gauravmonga54@gmail.com 9999839839'),
(12216, 4908, '_shipping_address_index', 'Gaurav Monga  3459-60/3, BAJRANG BALI MARKET,GALI BAJRANG BALI CHAWRI BAZAR  DELHI DL 110006 IN 9999839839'),
(12217, 4908, 'is_vat_exempt', 'no'),
(12218, 4908, 'is_magic_checkout_order', 'no'),
(12219, 4908, '_transaction_id', 'pay_JTtGHAQXxrA3V5'),
(12220, 4908, '_date_paid', '1652265526'),
(12221, 4908, '_paid_date', '2022-05-11 10:38:46'),
(12222, 4908, '_download_permissions_granted', 'yes'),
(12223, 4908, '_recorded_sales', 'yes'),
(12224, 4908, '_recorded_coupon_usage_counts', 'yes'),
(12225, 4908, '_order_stock_reduced', 'yes'),
(12226, 4908, '_new_order_email_sent', 'true'),
(12227, 4908, '_edit_lock', '1652266993:1'),
(12228, 4908, '_edit_last', '1'),
(12229, 4908, '_shipping_first_name', 'Gaurav'),
(12230, 4908, '_shipping_last_name', 'Monga'),
(12231, 4908, '_shipping_address_1', '3459-60/3, BAJRANG BALI MARKET,GALI BAJRANG BALI CHAWRI BAZAR'),
(12232, 4908, '_shipping_city', 'DELHI'),
(12233, 4908, '_shipping_state', 'DL'),
(12234, 4908, '_shipping_postcode', '110006'),
(12235, 4908, '_shipping_country', 'IN'),
(12236, 4908, '_shipping_phone', '9999839839'),
(12237, 4908, '_date_completed', '1652266033'),
(12238, 4908, '_completed_date', '2022-05-11 10:47:13'),
(12241, 4910, '_edit_lock', '1652349307:1'),
(12242, 4910, '_edit_last', '1'),
(12243, 4911, '_elementor_edit_mode', 'builder'),
(12244, 4911, '_elementor_template_type', 'wp-page'),
(12245, 4911, '_elementor_version', '3.6.2'),
(12246, 4911, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12247, 4911, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12249, 4911, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12250, 4911, '_elementor_pro_version', '3.5.1'),
(12252, 4912, '_elementor_edit_mode', 'builder'),
(12253, 4912, '_elementor_template_type', 'wp-page'),
(12254, 4912, '_elementor_version', '3.6.2'),
(12255, 4912, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12256, 4912, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12258, 4912, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12259, 4912, '_elementor_pro_version', '3.5.1'),
(12261, 4913, '_elementor_edit_mode', 'builder'),
(12262, 4913, '_elementor_template_type', 'wp-page'),
(12263, 4913, '_elementor_version', '3.6.2'),
(12264, 4913, '_wp_page_template', 'default'),
(12265, 4913, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12267, 4913, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12268, 4913, '_elementor_pro_version', '3.5.1'),
(12270, 4914, '_elementor_edit_mode', 'builder'),
(12271, 4914, '_elementor_template_type', 'wp-page'),
(12272, 4914, '_elementor_version', '3.6.2'),
(12273, 4914, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12274, 4914, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12276, 4914, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12277, 4914, '_elementor_pro_version', '3.5.1'),
(12279, 4915, '_elementor_edit_mode', 'builder'),
(12280, 4915, '_elementor_template_type', 'wp-page'),
(12281, 4915, '_elementor_version', '3.6.2'),
(12282, 4915, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12283, 4915, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3d6d341\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12285, 4915, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12286, 4915, '_elementor_pro_version', '3.5.1'),
(12288, 4916, '_elementor_edit_mode', 'builder'),
(12289, 4916, '_elementor_template_type', 'wp-page'),
(12290, 4916, '_elementor_version', '3.6.2'),
(12291, 4916, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12292, 4916, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3d6d341\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12294, 4916, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12295, 4916, '_elementor_pro_version', '3.5.1'),
(12297, 4917, '_elementor_edit_mode', 'builder'),
(12298, 4917, '_elementor_template_type', 'wp-page'),
(12299, 4917, '_elementor_version', '3.6.2'),
(12300, 4917, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12301, 4917, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3d6d341\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12303, 4917, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12304, 4917, '_elementor_pro_version', '3.5.1'),
(12306, 4918, '_elementor_edit_mode', 'builder'),
(12307, 4918, '_elementor_template_type', 'wp-page'),
(12308, 4918, '_elementor_version', '3.6.2'),
(12309, 4918, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12310, 4918, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3d6d341\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12312, 4918, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12313, 4918, '_elementor_pro_version', '3.5.1'),
(12315, 4919, '_elementor_edit_mode', 'builder'),
(12316, 4919, '_elementor_template_type', 'wp-page'),
(12317, 4919, '_elementor_version', '3.6.2'),
(12318, 4919, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12319, 4919, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3d6d341\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12321, 4919, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12322, 4919, '_elementor_pro_version', '3.5.1'),
(12324, 4920, '_elementor_edit_mode', 'builder'),
(12325, 4920, '_elementor_template_type', 'wp-page'),
(12326, 4920, '_elementor_version', '3.6.2'),
(12327, 4920, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12328, 4920, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3d6d341\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12330, 4920, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12331, 4920, '_elementor_pro_version', '3.5.1'),
(12342, 4922, '_elementor_edit_mode', 'builder'),
(12343, 4922, '_elementor_template_type', 'wp-page'),
(12344, 4922, '_elementor_version', '3.6.2'),
(12345, 4922, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12346, 4922, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3d6d341\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Modern-white-and-wooden-kitchen.jpeg\",\"id\":4357,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12348, 4922, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12349, 4922, '_elementor_pro_version', '3.5.1'),
(12362, 4925, '_elementor_edit_mode', 'builder'),
(12363, 4925, '_elementor_template_type', 'wp-page'),
(12364, 4925, '_elementor_version', '3.6.2'),
(12365, 4925, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12366, 4925, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":53,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"3\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\",\"show_excerpt\":\"yes\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12368, 4925, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12369, 4925, '_elementor_pro_version', '3.5.1'),
(12371, 4926, '_elementor_edit_mode', 'builder'),
(12372, 4926, '_elementor_template_type', 'wp-page'),
(12373, 4926, '_elementor_version', '3.6.2'),
(12374, 4926, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12375, 4926, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":53,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"3\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\",\"show_excerpt\":\"yes\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12377, 4926, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12378, 4926, '_elementor_pro_version', '3.5.1'),
(12380, 4927, '_elementor_edit_mode', 'builder'),
(12381, 4927, '_elementor_template_type', 'wp-page'),
(12382, 4927, '_elementor_version', '3.6.2'),
(12383, 4927, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12384, 4927, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":53,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"3\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\",\"show_excerpt\":\"yes\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12386, 4927, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12387, 4927, '_elementor_pro_version', '3.5.1'),
(12390, 4928, '_elementor_edit_mode', 'builder'),
(12391, 4928, '_elementor_template_type', 'wp-page'),
(12392, 4928, '_elementor_version', '3.6.2'),
(12393, 4928, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12394, 4928, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":53,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"3\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\",\"show_excerpt\":\"yes\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12396, 4928, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12397, 4928, '_elementor_pro_version', '3.5.1'),
(12399, 4929, '_elementor_edit_mode', 'builder'),
(12400, 4929, '_elementor_template_type', 'wp-page'),
(12401, 4929, '_elementor_version', '3.6.2'),
(12402, 4929, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12403, 4929, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12405, 4929, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12406, 4929, '_elementor_pro_version', '3.5.1'),
(12408, 4930, '_elementor_edit_mode', 'builder'),
(12409, 4930, '_elementor_template_type', 'wp-page'),
(12410, 4930, '_elementor_version', '3.6.2'),
(12411, 4930, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12412, 4930, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12414, 4930, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12415, 4930, '_elementor_pro_version', '3.5.1'),
(12417, 18, '_elementor_edit_mode', 'builder'),
(12418, 4932, '_elementor_template_type', 'wp-page'),
(12419, 4932, '_elementor_version', '3.6.2'),
(12420, 4932, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12421, 4932, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12423, 4932, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12424, 4932, '_elementor_pro_version', '3.5.1'),
(12426, 4932, '_elementor_edit_mode', 'builder'),
(12427, 4933, '_elementor_template_type', 'wp-page'),
(12428, 4933, '_elementor_version', '3.6.2'),
(12429, 4933, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12430, 4933, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12432, 4933, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12433, 4933, '_elementor_pro_version', '3.5.1'),
(12435, 4933, '_elementor_edit_mode', 'builder'),
(12436, 4702, '_edit_last', '1'),
(12437, 4702, '_edit_lock', '1652270778:1'),
(12447, 4937, '_elementor_edit_mode', 'builder'),
(12448, 4937, '_elementor_template_type', 'kit'),
(12449, 4937, '_wp_page_template', 'default'),
(12450, 4937, '_elementor_page_settings', 'a:1:{s:16:\"site_description\";s:0:\"\";}'),
(12452, 12, '_elementor_data', '[]'),
(12453, 4938, '_elementor_edit_mode', 'builder'),
(12454, 4938, '_elementor_template_type', 'kit'),
(12455, 4938, '_wp_page_template', 'default'),
(12456, 4938, '_elementor_page_settings', 'a:9:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:10:\"Hagar Bath\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(12458, 4938, '_elementor_data', '[]'),
(12460, 12, '_elementor_version', '3.6.5'),
(12461, 12, '_elementor_pro_version', '3.5.1'),
(12462, 4939, '_elementor_template_type', 'wp-page'),
(12463, 4939, '_elementor_version', '3.6.2'),
(12464, 4939, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12465, 4939, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12467, 4939, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12468, 4939, '_elementor_pro_version', '3.5.1'),
(12469, 4939, '_elementor_edit_mode', 'builder'),
(12471, 4940, '_elementor_template_type', 'wp-page'),
(12472, 4940, '_elementor_version', '3.6.2'),
(12473, 4940, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12474, 4940, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12476, 4940, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12477, 4940, '_elementor_pro_version', '3.5.1'),
(12478, 4940, '_elementor_edit_mode', 'builder'),
(12479, 4941, '_elementor_template_type', 'wp-page'),
(12480, 4941, '_elementor_version', '3.6.2'),
(12481, 4941, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12482, 4941, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12484, 4941, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12485, 4941, '_elementor_pro_version', '3.5.1'),
(12486, 4941, '_elementor_edit_mode', 'builder'),
(12487, 4942, '_elementor_template_type', 'wp-page'),
(12488, 4942, '_elementor_version', '3.6.2'),
(12489, 4942, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12490, 4942, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12492, 4942, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12493, 4942, '_elementor_pro_version', '3.5.1'),
(12494, 4942, '_elementor_edit_mode', 'builder'),
(12497, 4944, '_elementor_template_type', 'wp-page'),
(12498, 4944, '_elementor_version', '3.6.2'),
(12499, 4944, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12500, 4944, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12502, 4944, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12503, 4944, '_elementor_pro_version', '3.5.1'),
(12504, 4944, '_elementor_edit_mode', 'builder'),
(12506, 4945, '_elementor_template_type', 'wp-page'),
(12507, 4945, '_elementor_version', '3.6.2'),
(12508, 4945, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12509, 4945, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12511, 4945, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12512, 4945, '_elementor_pro_version', '3.5.1'),
(12513, 4945, '_elementor_edit_mode', 'builder'),
(12517, 4947, '_elementor_template_type', 'wp-page'),
(12518, 4947, '_elementor_version', '3.6.2'),
(12519, 4947, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12520, 4947, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12522, 4947, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12523, 4947, '_elementor_pro_version', '3.5.1'),
(12524, 4947, '_elementor_edit_mode', 'builder'),
(12526, 4948, '_elementor_template_type', 'wp-page'),
(12527, 4948, '_elementor_version', '3.6.2'),
(12528, 4948, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12529, 4948, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12531, 4948, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12532, 4948, '_elementor_pro_version', '3.5.1'),
(12533, 4948, '_elementor_edit_mode', 'builder'),
(12539, 4951, '_elementor_template_type', 'wp-page'),
(12540, 4951, '_elementor_version', '3.6.2'),
(12541, 4951, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12542, 4951, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12544, 4951, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12545, 4951, '_elementor_pro_version', '3.5.1'),
(12546, 4951, '_elementor_edit_mode', 'builder'),
(12548, 4952, '_elementor_template_type', 'wp-page'),
(12549, 4952, '_elementor_version', '3.6.2'),
(12550, 4952, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12551, 4952, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12553, 4952, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12554, 4952, '_elementor_pro_version', '3.5.1'),
(12555, 4952, '_elementor_edit_mode', 'builder'),
(12557, 4953, '_elementor_template_type', 'wp-page'),
(12558, 4953, '_elementor_version', '3.6.2'),
(12559, 4953, '_wp_page_template', 'default'),
(12560, 4953, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions - test by majid\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12562, 4953, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12563, 4953, '_elementor_pro_version', '3.5.1'),
(12564, 4953, '_elementor_edit_mode', 'builder'),
(12568, 4954, '_elementor_template_type', 'wp-page'),
(12569, 4954, '_elementor_version', '3.6.5'),
(12570, 4954, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12571, 4954, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions - test by majid\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12573, 4954, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12574, 4954, '_elementor_pro_version', '3.5.1'),
(12575, 4954, '_elementor_edit_mode', 'builder'),
(12577, 4955, '_elementor_template_type', 'wp-page'),
(12578, 4955, '_elementor_version', '3.6.5'),
(12579, 4955, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12580, 4955, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions - test by majid\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12582, 4955, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12583, 4955, '_elementor_pro_version', '3.5.1'),
(12584, 4955, '_elementor_edit_mode', 'builder'),
(12586, 4956, '_elementor_template_type', 'wp-page'),
(12587, 4956, '_elementor_version', '3.6.5'),
(12588, 4956, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12589, 4956, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12591, 4956, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12592, 4956, '_elementor_pro_version', '3.5.1'),
(12593, 4956, '_elementor_edit_mode', 'builder'),
(12595, 4957, '_elementor_template_type', 'wp-page'),
(12596, 4957, '_elementor_version', '3.6.5'),
(12597, 4957, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12598, 4957, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12600, 4957, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12601, 4957, '_elementor_pro_version', '3.6.2'),
(12602, 4957, '_elementor_edit_mode', 'builder'),
(12603, 4958, '_elementor_template_type', 'wp-page'),
(12604, 4958, '_elementor_version', '3.6.5'),
(12605, 4958, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12606, 4958, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12608, 4958, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12609, 4958, '_elementor_pro_version', '3.6.2'),
(12610, 4958, '_elementor_edit_mode', 'builder'),
(12611, 4959, '_elementor_template_type', 'wp-page'),
(12612, 4959, '_elementor_version', '3.6.5'),
(12613, 4959, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12614, 4959, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12616, 4959, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12617, 4959, '_elementor_pro_version', '3.6.2'),
(12618, 4959, '_elementor_edit_mode', 'builder'),
(12628, 4961, '_elementor_template_type', 'wp-page'),
(12629, 4961, '_elementor_version', '3.6.5'),
(12630, 4961, '_wp_page_template', 'default'),
(12631, 4961, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12633, 4961, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12634, 4961, '_elementor_pro_version', '3.6.2'),
(12635, 4961, '_elementor_edit_mode', 'builder'),
(12637, 4962, '_elementor_template_type', 'wp-page'),
(12638, 4962, '_elementor_version', '3.6.5'),
(12639, 4962, '_wp_page_template', 'default'),
(12640, 4962, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12642, 4962, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12643, 4962, '_elementor_pro_version', '3.6.2'),
(12644, 4962, '_elementor_edit_mode', 'builder'),
(12646, 4963, '_elementor_template_type', 'wp-page'),
(12647, 4963, '_elementor_version', '3.6.5'),
(12648, 4963, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12649, 4963, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33eac43\",\"elType\":\"widget\",\"settings\":{\"navigation_button_text\":\"Load More\",\"countdown_delimiter\":\":\",\"countdown_label_days\":\"Days\",\"countdown_label_hours\":\"Hours\",\"countdown_label_minutes\":\"Minutes\",\"countdown_label_seconds\":\"Seconds\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_product_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Seller In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12651, 4963, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12652, 4963, '_elementor_pro_version', '3.6.2'),
(12653, 4963, '_elementor_edit_mode', 'builder'),
(12655, 4964, '_elementor_template_type', 'wp-page'),
(12656, 4964, '_elementor_version', '3.6.5'),
(12657, 4964, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12658, 4964, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33eac43\",\"elType\":\"widget\",\"settings\":{\"navigation_button_text\":\"Load More\",\"countdown_delimiter\":\":\",\"countdown_label_days\":\"Days\",\"countdown_label_hours\":\"Hours\",\"countdown_label_minutes\":\"Minutes\",\"countdown_label_seconds\":\"Seconds\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_product_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Seller In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12660, 4964, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12661, 4964, '_elementor_pro_version', '3.6.2'),
(12662, 4964, '_elementor_edit_mode', 'builder'),
(12663, 4965, '_elementor_template_type', 'wp-page'),
(12664, 4965, '_elementor_version', '3.6.5'),
(12665, 4965, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12666, 4965, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33eac43\",\"elType\":\"widget\",\"settings\":{\"navigation_button_text\":\"Load More\",\"countdown_delimiter\":\":\",\"countdown_label_days\":\"Days\",\"countdown_label_hours\":\"Hours\",\"countdown_label_minutes\":\"Minutes\",\"countdown_label_seconds\":\"Seconds\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_product_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Seller In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12668, 4965, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12669, 4965, '_elementor_pro_version', '3.6.2'),
(12670, 4965, '_elementor_edit_mode', 'builder'),
(12671, 4966, '_elementor_template_type', 'wp-page'),
(12672, 4966, '_elementor_version', '3.6.5'),
(12673, 4966, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12674, 4966, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33eac43\",\"elType\":\"widget\",\"settings\":{\"navigation_button_text\":\"Load More\",\"countdown_delimiter\":\":\",\"countdown_label_days\":\"Days\",\"countdown_label_hours\":\"Hours\",\"countdown_label_minutes\":\"Minutes\",\"countdown_label_seconds\":\"Seconds\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_product_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Seller In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"3d78e66\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12676, 4966, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12677, 4966, '_elementor_pro_version', '3.6.2'),
(12678, 4966, '_elementor_edit_mode', 'builder'),
(12679, 4967, '_elementor_template_type', 'wp-page'),
(12680, 4967, '_elementor_version', '3.6.5'),
(12681, 4967, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12682, 4967, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33eac43\",\"elType\":\"widget\",\"settings\":{\"navigation_button_text\":\"Load More\",\"countdown_delimiter\":\":\",\"countdown_label_days\":\"Days\",\"countdown_label_hours\":\"Hours\",\"countdown_label_minutes\":\"Minutes\",\"countdown_label_seconds\":\"Seconds\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_product_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Seller In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"3d78e66\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12684, 4967, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12685, 4967, '_elementor_pro_version', '3.6.2'),
(12686, 4967, '_elementor_edit_mode', 'builder'),
(12687, 4968, '_elementor_template_type', 'wp-page'),
(12688, 4968, '_elementor_version', '3.6.5'),
(12689, 4968, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12690, 4968, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33eac43\",\"elType\":\"widget\",\"settings\":{\"navigation_button_text\":\"Load More\",\"countdown_delimiter\":\":\",\"countdown_label_days\":\"Days\",\"countdown_label_hours\":\"Hours\",\"countdown_label_minutes\":\"Minutes\",\"countdown_label_seconds\":\"Seconds\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_product_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Seller In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"3d78e66\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12692, 4968, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12693, 4968, '_elementor_pro_version', '3.6.2'),
(12694, 4968, '_elementor_edit_mode', 'builder'),
(12695, 4969, '_elementor_template_type', 'wp-page'),
(12696, 4969, '_elementor_version', '3.6.5'),
(12697, 4969, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12698, 4969, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33eac43\",\"elType\":\"widget\",\"settings\":{\"navigation_button_text\":\"Load More\",\"countdown_delimiter\":\":\",\"countdown_label_days\":\"Days\",\"countdown_label_hours\":\"Hours\",\"countdown_label_minutes\":\"Minutes\",\"countdown_label_seconds\":\"Seconds\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_product_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Seller In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"3d78e66\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12700, 4969, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12701, 4969, '_elementor_pro_version', '3.6.2'),
(12702, 4969, '_elementor_edit_mode', 'builder'),
(12704, 4, '_et_widget_area', '0'),
(12705, 4, '_et_page_banner', '0'),
(12706, 4, '_et_custom_prefooter', '734'),
(12707, 4970, '_et_widget_area', '0'),
(12708, 4970, '_et_breadcrumb_type', 'disable'),
(12709, 4970, '_et_page_banner', '0'),
(12710, 4970, '_elementor_edit_mode', 'builder'),
(12711, 4970, '_elementor_template_type', 'wp-page'),
(12712, 4970, '_elementor_version', '3.4.4'),
(12713, 4970, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12714, 4970, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-1-1.jpg\",\"id\":3782},\"title\":\"Starting at $59.99 See what else is new from Decor.\",\"subtitle\":\"Introducing The New Surface Furniture.\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#666666\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size\":\"812px\",\"img_min_size_mobile\":\"425\",\"type\":\"2\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#02010100\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#02010100\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FAFBFB\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\"},\"elements\":[{\"id\":\"1ad5fe4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"aea7220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2.jpg\",\"id\":91},\"image_size\":\"medium_large\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kitchenaid Trolly\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Flexible financing on storewide $299.<\\/div>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"thumbnail\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Xstore is World\'s largest online marketplace connecting buyers with suppliers.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae471a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"60\"},\"elements\":[{\"id\":\"deb4019\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"70d1675\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd54f56\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d8a74eb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4b51dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6e45d6e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9f2a5a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"ed9997f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3f3d979\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"79c0229\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/furniture\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"26b0529\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"517a8ef\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"636cc9a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0ed72a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":25},\"elements\":[{\"id\":\"4a9942e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Don\'t miss out on these offers!\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0b18d3\",\"elType\":\"widget\",\"settings\":{\"et_tabs_tab\":[{\"et_tabs_tab_title\":\"Electronic (12)\",\"_id\":\"911cd6d\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1200\"},{\"et_tabs_tab_title\":\"Fashion (9)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1250\",\"_id\":\"6fadfe8\"},{\"et_tabs_tab_title\":\"Furniture (15)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1251\",\"_id\":\"c63b363\"},{\"et_tabs_tab_title\":\"Groceries (3)\",\"et_tabs_text_type\":\"staticblocks\",\"staticblock\":\"1252\",\"_id\":\"f4077f7\"}],\"et_tab_horizontal_style\":\"horizontal-style-7\",\"et_tabs_tab_title_typography_typography\":\"custom\",\"et_tabs_tab_title_typography_font_family\":\"Roboto\",\"et_tabs_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"et_tabs_tab_title_typography_font_weight\":\"500\",\"et_tabs_tab_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"69\",\"bottom\":\"20\",\"left\":\"69\",\"isLinked\":false},\"et_tabs_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"et_tabs_tab_color\":\"#FAFAFA\",\"et_tabs_tab_text_color\":\"#555555\",\"et_tabs_tab_color_hover\":\"#FFFFFF\",\"et_tabs_tab_text_color_hover\":\"#E95D2A\",\"et_tabs_tab_color_active\":\"#FFFFFF\",\"et_tabs_tab_text_color_active\":\"#E95D2A\",\"et_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"custom-tabs\",\"xstore_element_custom_css\":\".custom-tabs .et-tab-nav {\\n    border-top: 2px solid #e1e1e1;\\n    border-left: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tab-nav:last-child {\\n    border-right: 2px solid #e1e1e1;\\n}\\n.custom-tabs .et-tabs-nav ul {\\n    margin: 0;\\n}\\n@media only screen and (max-width: 767px) {\\n    .custom-tabs .et-tab-nav {\\n        border: 2px solid #e1e1e1;\\n        width: 100%;\\n    }\\n}\",\"et_tabs_tab_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"et_tabs_tab_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"et_tabs_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"et_tabs_tab_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-2\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-general-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Global Original Sources\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-4-min.jpg\",\"id\":3802},\"title\":\"Non-Sticky Vessel Save up to 50%\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-5-min.jpg\",\"id\":3801},\"title\":\"Handyman Tool On Free Shipping\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing on storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Discover More\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"58\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"41f96a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"_inline_size_tablet\":100,\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3266a2e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6.jpg\",\"id\":97},\"title\":\"Exclusive Offer on Gearbox\",\"subtitle\":\"\",\"content\":\"<p>Flexible financing storewide<br \\/>purchases $299 and up.<\\/p>\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"65\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"},{\"id\":\"cc2bda4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"635f7f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"68daad6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Xstore Fashion\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Appliances\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Car & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Electronic Tool \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Luxury Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Office Products\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Toys & Gam\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"113e61d\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5c48e7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee1315\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"   Home & Kitchen\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Pet Supplies\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Jewelleries\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Outdoor & Stuff\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"   Grocery Store\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}}],\"title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Clothing\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/BG-1.jpg\",\"id\":1378},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"55cca52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":false},{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":82,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fbb22b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c8ee142\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"448ddae\",\"elType\":\"widget\",\"settings\":{\"_css_classes\":\"text-center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"729a5a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"space_between_widgets\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":45,\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"4d49e1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Seller\\u2019s Products\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"left\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e36430d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Appliances\",\"_id\":\"7fa2c69\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Tools & Equipment\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"b264861\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Sustainable Living\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"dfbbbb4\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Home, Furniture & Office\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"15b7acd\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Xstore Outlets\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#777777\",\"hover_color\":\"#E95D2A\",\"_id\":\"6c7d3b6\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Fruit & Vegetables\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"_id\":\"bb40ad5\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Show All\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#E95D2A\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b85ee26\",\"class\":\"active\"}],\"title\":\"\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/banner-1-1-min.jpg\",\"id\":3803},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Show All\",\"button_link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#222222\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"4\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.664,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"menu_order\",\"limit\":\"4\",\"product_view\":\"light\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"type\":\"grid\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over $400 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#E95D2A\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-coupon\\\" style=\\\"font-size: 1.2em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Take <\\/span> <span style=\\\"color: #F3E500;\\\">30% off <\\/span> when you spend $240<\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#E95D2A\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_id\":\"f20dc1e\"}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f77e05f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"46fa6e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf473e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Handpicked Products For You\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6118e00f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/Image-8-min.jpg\",\"id\":3831},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"background_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4c67e394\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"113bb3ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nice looking XStore Niche Market02 Demo \",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4834358d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Save up to $100 on select washing machine only.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8aefd2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_css_classes\":\"el-button-underline-hover\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7715e488\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"7614196f\",\"elType\":\"widget\",\"settings\":{\"type\":\"list\",\"columns_grid\":\"3\",\"order\":\"DESC\",\"limit\":\"4\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[],\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"product_img_size\":\"thumbnail\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"298e7765\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"85\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"css_classes\":\"custom-brands\",\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"550baf04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f206fd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore from Premium Brands\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d3c54aa\",\"elType\":\"widget\",\"settings\":{\"slides\":6,\"slides_tablet\":4,\"slides_mobile\":1,\"slider_valign\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_brands\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2443a43\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"37c4391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":20},\"elements\":[{\"id\":\"f4cd25c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"39798fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e51eaed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Popular Blog Post\",\"align\":\"left\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"28242d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ec5e1a\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Posts\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2AD1\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"right\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_mobile\":\"hidden-phone\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d32f74f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"64479b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a55f675\",\"elType\":\"widget\",\"settings\":{\"size\":\"417x209\",\"slides\":3,\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"slides_mobile\":1,\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_blog_carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12715, 4970, '_yoast_wpseo_content_score', '60'),
(12716, 4970, '_yoast_wpseo_estimated-reading-time-minutes', '35'),
(12717, 4970, '_yoast_wpseo_meta-robots-noindex', '2'),
(12718, 4970, '_yoast_wpseo_canonical', 'https://xstore.8theme.com/elementor/demos/niche-market02/'),
(12720, 4970, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(12721, 19, '_et_widget_area', '0'),
(12722, 19, '_et_page_banner', '0'),
(12723, 211, '_et_widget_area', '0'),
(12724, 211, '_et_breadcrumb_type', 'disable'),
(12725, 211, '_et_page_banner', '0'),
(12726, 211, '_elementor_edit_mode', 'builder'),
(12727, 211, '_elementor_template_type', 'wp-page'),
(12728, 211, '_elementor_version', '3.4.4'),
(12729, 211, '_wp_page_template', 'default'),
(12730, 211, '_elementor_data', '[{\"id\":\"be6e391\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-10.jpg\",\"id\":234},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"70e8bc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18},\"elements\":[{\"id\":\"56f7193\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"title_color\":\"#222222\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff2821\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Passion may be a friendly or eager interest in or admiration for a proposal,\\ncause, discovery, or activity or love to a feeling of excitement.\",\"align\":\"center\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a7320\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"75\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"xstore_element_custom_css\":\".elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {\\n    margin-bottom: 10px;\\n}\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"461a0e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e92920b\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Free Shipping Worldwide\",\"description_text\":\"Our products are free in delivery\\nafter shopping on $999\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-5.jpg\",\"id\":225},\"image_space\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"24851c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"b9f9143\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Weekly Gifts Members\",\"description_text\":\"We are your one-stop shop for\\nnationwide online store.\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1-1.jpg\",\"id\":222},\"image_space\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"dcba657\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"300ba69\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Money Back Guarantee\",\"description_text\":\"Start saving straight away with\\ndiscount offer on items.\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2-1.jpg\",\"id\":223},\"image_space\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"e92ea82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e18c6f7\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"24\\/7 Supermarket Help\",\"description_text\":\"We work for all customer to make\\nsatisfied shoppers value.\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3-1.jpg\",\"id\":224},\"image_space\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7622d88\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"css_classes\":\"what-we-do-block\",\"xstore_element_custom_css\":\".what-we-do-block .elementor-widget-image-box .elementor-image-box-content {\\n    border: 2px solid #EBEBEB;\\n    margin-top: -5px;\\n    padding: 30px;\\n}\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"74e3adb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"6e45ed7\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"What Do We Do?\",\"description_text\":\"Sed ut perspiciatis unde omnis iste natu errorit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae inventore\\nveritatis et quasi architecto\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-9.jpg\",\"id\":232},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"17c0830\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"b5c6409\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Mission & Vision\",\"description_text\":\"It is a long established fact that a reader will be distracted by the readables content of a page when looking layout. The point of using Lorem Ipsum\\nthat has a more-or-less norma.\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-1.jpg\",\"id\":226},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d2f1b64\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"e67149c\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"History Of Us\",\"description_text\":\"There are many variation of passage of Lorem available, but the majiority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slight believable.\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-1.jpg\",\"id\":227},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f2ebe0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Map.png\",\"id\":241},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0f28f26\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"28bb5e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"956+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"776a347\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Employee Empowered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"97a9600\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"abbe64a\",\"elType\":\"widget\",\"settings\":{\"title\":\"10M\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4143d11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Worldwide Distributors\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1e4a070\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"19e7563\",\"elType\":\"widget\",\"settings\":{\"title\":\"7550+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87c3555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Receive Daily Ordered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2d05634\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"306bd8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"80%\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10fc84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get Growth Per Year\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"38ee321\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"cac7b72\",\"elType\":\"widget\",\"settings\":{\"title\":\"2150+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c107dc1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Overall Top Brands\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b4e0eeb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"601bef2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":76},\"elements\":[{\"id\":\"dd46741\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"70\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"cbf3329\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":28,\"_inline_size_tablet\":40,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7572b76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Client Testimonial\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6e0766f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":72.017,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"045f9d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is a long established fact that a reader will be distracted by the readables content of a page when ooking layout. The point of using its Lorem Ipsum that has a more-or-less. Is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable.\",\"text_color\":\"#888888\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"align_mobile\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4b9eb7\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"4e9735c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"25b5719\",\"elType\":\"widget\",\"settings\":{\"image_position\":\"left\",\"testimonials_tab\":[{\"name\":\"Judith Mckinney\",\"content\":\"This is by far the best theme on Themeforest. It adapts to a lot of the plugins, and their customer support is great. I really love this theme! Thanks 8theme.\",\"country\":\"Seychelles\",\"_id\":\"722f5eb\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Avatar.jpg\",\"id\":217},\"rating\":\"5\"},{\"name\":\"Brandon Pena\",\"content\":\"Best support! Thank you very much for you help and fast response. Definetly I will choose xsore for one of the next projects.\",\"country\":\"Benin\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Avatar-1.jpg\",\"id\":216},\"rating\":\"5\",\"_id\":\"606396c\"}],\"slider_spacing\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"slides\":2,\"navigation_style\":\"style-4\",\"navigation_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"25\",\"left\":\"65\",\"isLinked\":false},\"size\":\"full\",\"image_max_width\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"rating_color\":\"#FDD835\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"content_wrapper_color\":\"#888888\",\"content_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"name_typography_font_weight\":\"bold\",\"name_typography_text_transform\":\"uppercase\",\"name_color\":\"#000000\",\"name_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"country_typography_typography\":\"custom\",\"country_typography_font_family\":\"Roboto\",\"country_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"country_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"country_color\":\"#888888\",\"slides_tablet\":1,\"slides_mobile\":1,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navigation_type\":\"archery\",\"advanced_nav_color\":\"#000000\",\"advanced_nav_color_hover\":\"#333333\",\"slides_per_view\":\"2\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5a4a7f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-3-1.jpg\",\"id\":228},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7249050\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"006e393\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"08269c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":35},\"elements\":[{\"id\":\"f2235cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Our Executive Members\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4217669\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"structure\":\"50\"},\"elements\":[{\"id\":\"ba658d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"78c2d4e\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Thomas Jacky\",\"email\":\"\",\"position\":\"CEO\\/Founder\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Box.jpg\",\"id\":219},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true},{\"id\":\"6715dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e708e68\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Anna Baranov \",\"email\":\"\",\"position\":\"Support Boss\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-4-1.jpg\",\"id\":229},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true},{\"id\":\"3d297cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"ce23a0a\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Andre Kowalsy \",\"email\":\"\",\"position\":\"Client Care Taker\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-5-1.jpg\",\"id\":230},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true},{\"id\":\"706eeab\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"bd8dc97\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Susan McCain \",\"email\":\"\",\"position\":\"Packaging Girl\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6-1.jpg\",\"id\":231},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true},{\"id\":\"028ba7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"6f7d6aa\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Jack Doe \",\"email\":\"\",\"position\":\"Support Manager\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Box.jpg\",\"id\":219},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(12731, 211, '_et_custom_prefooter', '734');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12733, 211, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:5:\"align\";i:7;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:8;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:11:\"title_color\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:6;s:10:\"text_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:24;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:11;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:8;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:11;s:13:\"margin_mobile\";i:12;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:18;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:8;s:15:\"stretch_section\";i:1;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:4;s:11:\"css_classes\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:7;s:16:\"description_text\";i:7;s:8:\"position\";i:4;s:5:\"image\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:7;s:10:\"image_size\";i:7;s:18:\"image_space_mobile\";i:3;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:4;s:11:\"title_color\";i:7;s:27:\"title_typography_typography\";i:7;s:28:\"title_typography_font_family\";i:7;s:26:\"title_typography_font_size\";i:7;s:28:\"title_typography_font_weight\";i:7;s:17:\"description_color\";i:7;s:33:\"description_typography_typography\";i:7;s:34:\"description_typography_font_family\";i:7;s:32:\"description_typography_font_size\";i:7;s:34:\"description_typography_font_weight\";i:7;s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:34:\"description_typography_line_height\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:13:\"_border_width\";i:3;s:13:\"_border_color\";i:3;}}}}s:12:\"testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:8:\"settings\";a:1:{s:14:\"image_position\";i:1;}s:32:\"et_section_tabs_content_settings\";a:1:{s:16:\"testimonials_tab\";i:1;}s:14:\"section_slider\";a:1:{s:15:\"slides_per_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:5:{s:19:\"section_style_image\";a:1:{s:15:\"image_max_width\";i:1;}s:20:\"rating_style_section\";a:1:{s:12:\"rating_color\";i:1;}s:21:\"content_style_section\";a:6:{s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_line_height\";i:1;s:21:\"content_wrapper_color\";i:1;s:22:\"content_wrapper_margin\";i:1;}s:18:\"name_style_section\";a:7:{s:26:\"name_typography_typography\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;s:30:\"name_typography_text_transform\";i:1;s:10:\"name_color\";i:1;s:11:\"name_margin\";i:1;}s:21:\"country_style_section\";a:5:{s:29:\"country_typography_typography\";i:1;s:30:\"country_typography_font_family\";i:1;s:28:\"country_typography_font_size\";i:1;s:30:\"country_typography_line_height\";i:1;s:13:\"country_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_mobile\";i:1;}}}}s:11:\"team_member\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"general_section\";a:6:{s:8:\"img_size\";i:5;s:4:\"name\";i:5;s:5:\"email\";i:5;s:8:\"position\";i:5;s:3:\"img\";i:5;s:7:\"content\";i:5;}s:13:\"icons_section\";a:2:{s:5:\"skype\";i:5;s:11:\"icons_color\";i:5;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:3:{s:10:\"name_color\";i:5;s:14:\"position_color\";i:5;s:13:\"et_overlay_bg\";i:5;}}}}}'),
(12734, 367, '_et_widget_area', '0'),
(12735, 367, '_et_page_banner', '0'),
(12736, 367, '_elementor_edit_mode', 'builder'),
(12737, 367, '_elementor_template_type', 'wp-page'),
(12738, 367, '_elementor_version', '3.0.14'),
(12739, 367, '_wp_page_template', 'default'),
(12740, 367, '_elementor_data', '[{\"id\":\"42a23c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".etheme-contact-form-7 .form-group {\\n    margin-bottom: 0px !important;\\n}\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"bcb55fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":25,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"1122985\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leave Us A Message\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a49425\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is a long established fact that a reader will be distracted by the readables content of a page when ooking layout. The point ofen using its Lorem Ipsum that has a more-or-less. Is that it has a more-or-less normal distribution of letters, as opposed to usingntent here, content here\', making it look like readable.\",\"text_color\":\"#888888\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a557583\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"field_bg\":\"#F1F1F1\",\"field_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"field_border_color\":\"#F5F5F5\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Roboto\",\"field_typography_font_weight\":\"400\",\"text_color_label\":\"#111111\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Roboto\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_label_font_weight\":\"500\",\"typography_placeholder_typography\":\"custom\",\"typography_placeholder_font_family\":\"Roboto\",\"typography_placeholder_font_weight\":\"400\",\"button_width\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"button_bg_color_normal\":\"#E95D2A\",\"button_text_color_normal\":\"#FFFFFF\",\"button_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_typography_font_weight\":\"bold\",\"button_typography_text_transform\":\"capitalize\",\"button_bg_color_hover\":\"#E95D2BCC\",\"button_text_color_hover\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"xstore_element_custom_css\":\".etheme-contact-form-7 .wpcf7-form label:after {content: \\\"*\\\";color:#E95D2A;\\n}\\n.wpcf7-form .form-group p:first-child {\\n    margin-bottom: 0px;\\n}\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":false},{\"id\":\"965b6ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d6ce79f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Address\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83c65bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"PO Box 16122 Collins Street West, Melbourne\\nVictoria 3000 Australia - <a href=\\\"#\\\" style=\\\"color:#E95D2A;\\n\\\">Map<\\/a>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95161ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<span style=\\\"font-weight: 500;\\\">Support<\\/span>  : (+800)856 800 604\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b98a03b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<span style=\\\"font-weight: 500;\\\">Email<\\/span>  : info@xstoretheme.com\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ef17a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Opening Hours\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b09f29\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"6998a20\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"space_between_widgets\":12},\"elements\":[{\"id\":\"967cd0b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Monday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3db898d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Tuesday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8522ff6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wednesday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"843e8a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Friday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4a4b4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Saturday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9855fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sunday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2baa9eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"space_between_widgets\":12},\"elements\":[{\"id\":\"c6ac4db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22b12af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f592c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cfaa440\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f338a5c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 4 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6429fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Closed\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4bbf115\",\"elType\":\"widget\",\"settings\":{\"title\":\"Careers\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d8474b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you\\u2019re interested in employment opportunities\\nat Xstore, please email us:\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f7cc0ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"contact@yourstore.com\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(12741, 367, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:7:\"_margin\";i:2;s:14:\"_margin_mobile\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:4;s:13:\"_border_width\";i:4;s:13:\"_border_color\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:18;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:18;s:21:\"typography_typography\";i:18;s:22:\"typography_font_family\";i:18;s:20:\"typography_font_size\";i:18;s:22:\"typography_font_weight\";i:18;s:22:\"typography_line_height\";i:18;s:5:\"align\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"et-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_info_box\";a:1:{s:17:\"contact_form_list\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_fields_style\";a:8:{s:8:\"field_bg\";i:1;s:13:\"field_padding\";i:1;s:19:\"field_border_border\";i:1;s:18:\"field_border_width\";i:1;s:18:\"field_border_color\";i:1;s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_family\";i:1;s:28:\"field_typography_font_weight\";i:1;}s:19:\"section_label_style\";a:5:{s:16:\"text_color_label\";i:1;s:27:\"typography_label_typography\";i:1;s:28:\"typography_label_font_family\";i:1;s:26:\"typography_label_font_size\";i:1;s:28:\"typography_label_font_weight\";i:1;}s:25:\"section_placeholder_style\";a:3:{s:33:\"typography_placeholder_typography\";i:1;s:34:\"typography_placeholder_font_family\";i:1;s:34:\"typography_placeholder_font_weight\";i:1;}s:27:\"section_submit_button_style\";a:12:{s:12:\"button_width\";i:1;s:22:\"button_bg_color_normal\";i:1;s:24:\"button_text_color_normal\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:21:\"button_bg_color_hover\";i:1;s:23:\"button_text_color_hover\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:4;s:19:\"_inline_size_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_mobile\";i:2;s:13:\"margin_tablet\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}}'),
(12742, 457, '_et_widget_area', '0'),
(12743, 457, '_et_page_banner', '0'),
(12744, 457, '_elementor_edit_mode', 'builder'),
(12745, 457, '_elementor_template_type', 'wp-page'),
(12746, 457, '_elementor_version', '3.0.14'),
(12747, 457, '_wp_page_template', 'default'),
(12748, 457, '_elementor_data', '[{\"id\":\"cdd908a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"43a9555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ea7f50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Quentions\",\"align\":\"center\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55d4d6b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"content_position\":\"middle\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35aad74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"a2035e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Order & Payment\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d5db516\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84,\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"f1e0b09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#EBEBEB\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8795733\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".elementor-accordion-item {\\n    margin-bottom: 20px;\\n}\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"6986d41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e00ca3\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How do I enter a shipping address?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"30dac99\"},{\"tab_title\":\"When will my credit card chrged?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"437b0a3\"},{\"tab_title\":\"How will the charge show up on my credit card?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"6797878\"},{\"tab_title\":\"Why are you not accepting my card?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"8def303\"}],\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_background\":\"#F7F7F7\",\"title_color\":\"#333333\",\"tab_active_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"right\",\"content_background_color\":\"#F7F7F7\",\"content_color\":\"#777777\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7398bed\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"07a0130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"7e1b7e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Track & Shipping\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"77002a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84,\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"c3a1e19\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#EBEBEB\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0db9fc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".elementor-accordion-item {\\n    margin-bottom: 20px;\\n}\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"16a1ff7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cab4601\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What shipping methods are available now?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"30dac99\"},{\"tab_title\":\"How long will it take to get my package?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"437b0a3\"},{\"tab_title\":\"Who should I to contact if I have any queries?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"6797878\"},{\"tab_title\":\"Do I need an account to place an order?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"8def303\"}],\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_background\":\"#F7F7F7\",\"title_color\":\"#333333\",\"tab_active_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_align\":\"right\",\"content_background_color\":\"#F7F7F7\",\"content_color\":\"#777777\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),
(12749, 457, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:7;s:19:\"_inline_size_tablet\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:5;s:3:\"gap\";i:5;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:6:\"weight\";i:2;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:2;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:2;}s:26:\"section_toggle_style_title\";a:10:{s:16:\"title_background\";i:2;s:11:\"title_color\";i:2;s:16:\"tab_active_color\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:35:\"title_typography_line_height_mobile\";i:1;s:13:\"title_padding\";i:2;}s:25:\"section_toggle_style_icon\";a:1:{s:10:\"icon_align\";i:2;}s:28:\"section_toggle_style_content\";a:8:{s:24:\"content_background_color\";i:2;s:13:\"content_color\";i:2;s:29:\"content_typography_typography\";i:2;s:30:\"content_typography_font_family\";i:2;s:28:\"content_typography_font_size\";i:2;s:30:\"content_typography_font_weight\";i:2;s:30:\"content_typography_line_height\";i:2;s:15:\"content_padding\";i:2;}}}}}'),
(12750, 517, '_et_widget_area', '0'),
(12751, 517, '_et_page_banner', '0'),
(12752, 517, '_elementor_edit_mode', 'builder'),
(12753, 517, '_elementor_template_type', 'wp-page'),
(12754, 517, '_elementor_version', '3.2.5'),
(12755, 517, '_wp_page_template', 'default'),
(12756, 517, '_elementor_data', '[{\"id\":\"1d488cf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"xstore_element_custom_css\":\".elementor-shortcode p {\\n    font-size: 18px;\\n}\\n.elementor-shortcode label {font-weight: 500; color: #111111;}\\n.track_order .button {\\n    background: #E95D2A !important;\\n    border-radius: 900px;\\n    border-color: #E95D2A !important;\\n    text-transform: none;\\n    font-weight: 500;\\n    font-size: 17px;\\n    padding: 24px 59px;\\n    line-height: 0;\\n}\\n.track_order .button:hover {\\n    background: #e95d2bcc;\\n}\\n.track_order input {\\n    padding: 24px 20px;\\n    margin-top: 5px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e2967ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"eee3dc1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-6.jpg\",\"id\":522},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e3e2c0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Always Up To Date With Your Order\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a579ff5\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[woocommerce_order_tracking]  \"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"279fe7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2c4169d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Rectangle-14.jpg\",\"id\":523},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),
(12757, 517, '_elementor_controls_usage', 'a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}}'),
(12758, 517, '_yoast_wpseo_content_score', '90'),
(12759, 517, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(12760, 713, '_elementor_template_type', 'wp-page'),
(12761, 713, '_elementor_version', '3.0.13'),
(12762, 713, '_wp_page_template', 'default'),
(12763, 713, '_elementor_data', '[{\"id\":\"751eadda\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"27bb2483\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"51815733\",\"elType\":\"widget\",\"settings\":{\"editor\":\"[wcmp_vendor]\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(12764, 713, '_elementor_controls_usage', 'a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}}}}'),
(12765, 713, '_et_widget_area', '0'),
(12766, 713, '_et_page_banner', '0'),
(12767, 774, '_et_widget_area', '0'),
(12768, 774, '_et_page_banner', '0'),
(12769, 774, '_elementor_edit_mode', 'builder'),
(12770, 774, '_elementor_template_type', 'wp-page'),
(12771, 774, '_elementor_version', '3.0.13'),
(12772, 774, '_wp_page_template', 'default'),
(12773, 774, '_elementor_data', '[{\"id\":\"6b43fc7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"12c485b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d1da88\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wcmp_vendorslist orderby=\\\"registered\\\" order=\\\"ASC\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(12774, 774, '_elementor_controls_usage', 'a:3:{s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}}}}}'),
(12775, 774, '_et_custom_prefooter', '734'),
(12776, 436, '_et_views_count', '71'),
(12777, 436, '_et_widget_area', '0'),
(12778, 436, '_et_page_banner', '0'),
(12779, 436, '_et_primary_category', 'auto'),
(12780, 436, '_elementor_edit_mode', 'builder'),
(12781, 436, '_elementor_template_type', 'wp-post'),
(12782, 436, '_elementor_version', '3.0.13'),
(12783, 436, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12784, 436, '_elementor_data', '[{\"id\":\"38338a7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"c7b2b00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0feb15e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cf242fe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"6725f73\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"12c0457\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a35900\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"957d403\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ba353a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41927c3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"3b52f7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a06d74\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fc7a22\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cec8b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e6fde28\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"cd6f5b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"927fe37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(12785, 436, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(12786, 436, '_thumbnail_id', '868'),
(12787, 887, '_thumbnail_id', '869'),
(12788, 887, '_et_views_count', '21'),
(12789, 887, '_et_widget_area', '0'),
(12790, 887, '_et_page_banner', '0'),
(12791, 887, '_et_primary_category', 'auto'),
(12792, 887, '_elementor_edit_mode', 'builder'),
(12793, 887, '_elementor_template_type', 'wp-post'),
(12794, 887, '_elementor_version', '3.0.13'),
(12795, 887, '_wp_page_template', 'default'),
(12796, 887, '_elementor_data', '[{\"id\":\"45dabfe3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"5292ab12\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"57574d1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ecfa9ac\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"23a2b4d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"71e5edbc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9cc7665\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"5c54b87f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40bf436a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35b263fc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"11285c13\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25ad5bcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5e2fb153\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6db8962e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48a8d0a2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"57f64224\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"49eb3aa2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(12797, 887, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(12798, 887, '_wp_old_date', '2020-12-07'),
(12799, 888, '_thumbnail_id', '870'),
(12800, 888, '_et_views_count', '53'),
(12801, 888, '_et_widget_area', '0'),
(12802, 888, '_et_page_banner', '0'),
(12803, 888, '_et_primary_category', 'auto'),
(12804, 888, '_elementor_edit_mode', 'builder'),
(12805, 888, '_elementor_template_type', 'wp-post'),
(12806, 888, '_elementor_version', '3.0.13'),
(12807, 888, '_wp_page_template', 'default'),
(12808, 888, '_elementor_data', '[{\"id\":\"652fecc7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"34c425b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1259308c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c78e624\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"6921ed32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"29ca6a66\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1576b0d4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"562cb16f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2e1b55c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"320885da\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"3f322e7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d94922\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60571b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bc128c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74d511db\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"dcda4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"57b64b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(12809, 888, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(12810, 888, '_wp_old_date', '2020-12-07'),
(12811, 889, '_thumbnail_id', '871'),
(12812, 889, '_et_views_count', '29'),
(12813, 889, '_et_widget_area', '0'),
(12814, 889, '_et_page_banner', '0'),
(12815, 889, '_et_primary_category', 'auto'),
(12816, 889, '_elementor_edit_mode', 'builder'),
(12817, 889, '_elementor_template_type', 'wp-post'),
(12818, 889, '_elementor_version', '3.0.13'),
(12819, 889, '_wp_page_template', 'default'),
(12820, 889, '_elementor_data', '[{\"id\":\"5ca934f5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"4c9b6353\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"508e0af8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7667918c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"219b0199\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"68a97a9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d5b5b2b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"3f90b899\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e18f84d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3084f989\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"71735f52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6df76379\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44997ff4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1858e343\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11c1765b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"50a3c6d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eb460c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(12821, 889, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(12822, 889, '_wp_old_date', '2020-12-07'),
(12823, 890, '_thumbnail_id', '872'),
(12824, 890, '_et_views_count', '24'),
(12825, 890, '_et_widget_area', '0'),
(12826, 890, '_et_page_banner', '0'),
(12827, 890, '_et_primary_category', 'auto'),
(12828, 890, '_elementor_edit_mode', 'builder'),
(12829, 890, '_elementor_template_type', 'wp-post'),
(12830, 890, '_elementor_version', '3.0.13'),
(12831, 890, '_wp_page_template', 'default'),
(12832, 890, '_elementor_data', '[{\"id\":\"5b8c656c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"285d6dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"302c372f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1313dcd9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"318c9522\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c93761e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"77b34e67\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"1d0af50d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6734118\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"315e1ad8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"27e5c3bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d7860a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"44421037\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f9d8a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cc3bc28\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"d69700e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"452e23b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(12833, 890, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(12834, 890, '_wp_old_date', '2020-12-07'),
(12835, 891, '_thumbnail_id', '873'),
(12836, 891, '_et_views_count', '30'),
(12837, 891, '_et_widget_area', '0'),
(12838, 891, '_et_page_banner', '0'),
(12839, 891, '_et_primary_category', 'auto'),
(12840, 891, '_elementor_edit_mode', 'builder'),
(12841, 891, '_elementor_template_type', 'wp-post'),
(12842, 891, '_elementor_version', '3.0.13'),
(12843, 891, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12844, 891, '_elementor_data', '[{\"id\":\"6516e0ac\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"74a51fa7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3fdb1232\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"22008bdf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"28558a30\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"5efbe769\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5739d17\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"505dc67d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a2051eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4265dff\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"435fccae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c409d6a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2e994a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2091d400\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29b91246\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"2542de3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f860483\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(12845, 891, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(12846, 891, '_wp_old_date', '2020-12-07'),
(12847, 892, '_thumbnail_id', '874'),
(12848, 892, '_et_views_count', '23'),
(12849, 892, '_et_widget_area', '0'),
(12850, 892, '_et_page_banner', '0'),
(12851, 892, '_et_primary_category', 'auto'),
(12852, 892, '_elementor_edit_mode', 'builder'),
(12853, 892, '_elementor_template_type', 'wp-post'),
(12854, 892, '_elementor_version', '3.0.13'),
(12855, 892, '_wp_page_template', 'default'),
(12856, 892, '_elementor_data', '[{\"id\":\"20b13caf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"77ea5a1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"471e164f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ca48d43\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"419e1881\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"be8cec1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39e6208\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"276efacd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2082084f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7268a04e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"62e15a92\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"41d131d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c23564f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a7fc6d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dd487dd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"4c7adccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b94555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(12857, 892, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(12858, 892, '_wp_old_date', '2020-12-07'),
(12859, 893, '_thumbnail_id', '875'),
(12860, 893, '_et_views_count', '23'),
(12861, 893, '_et_widget_area', '0'),
(12862, 893, '_et_page_banner', '0'),
(12863, 893, '_et_primary_category', 'auto'),
(12864, 893, '_elementor_edit_mode', 'builder'),
(12865, 893, '_elementor_template_type', 'wp-post'),
(12866, 893, '_elementor_version', '3.0.13'),
(12867, 893, '_wp_page_template', 'default'),
(12868, 893, '_elementor_data', '[{\"id\":\"57c796c2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"48ca69b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe53b1f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1361539a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"3aa8a701\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"25e02499\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44015f52\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"4ac627f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1fe6863\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29aacd70\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"3c3a6751\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"71f0612b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"631bfe2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fd7c2ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f6e33d1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"36e06d66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2de00310\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(12869, 893, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(12870, 893, '_wp_old_date', '2020-12-07'),
(12871, 894, '_thumbnail_id', '876'),
(12872, 894, '_et_views_count', '20'),
(12873, 894, '_et_widget_area', '0'),
(12874, 894, '_et_page_banner', '0'),
(12875, 894, '_et_primary_category', 'auto'),
(12876, 894, '_elementor_edit_mode', 'builder'),
(12877, 894, '_elementor_template_type', 'wp-post'),
(12878, 894, '_elementor_version', '3.0.13'),
(12879, 894, '_wp_page_template', 'default'),
(12880, 894, '_elementor_data', '[{\"id\":\"40d26db4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"1b6348ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2724f651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53476c9c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"41f1c712\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"2746a281\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1579d627\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"18e79f16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638c4af2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c248e9d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"46ebb4a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d4bfc40\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"739d8c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43c55db1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a7c4a14\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"20571bc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30de34e6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(12881, 894, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(12882, 894, '_wp_old_date', '2020-12-07'),
(12883, 895, '_thumbnail_id', '877'),
(12884, 895, '_et_views_count', '30'),
(12885, 895, '_et_widget_area', '0'),
(12886, 895, '_et_page_banner', '0'),
(12887, 895, '_et_primary_category', 'auto'),
(12888, 895, '_elementor_edit_mode', 'builder'),
(12889, 895, '_elementor_template_type', 'wp-post'),
(12890, 895, '_elementor_version', '3.0.13'),
(12891, 895, '_wp_page_template', 'default'),
(12892, 895, '_elementor_data', '[{\"id\":\"4cebe945\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"4e521d9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"525adcaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6bea4fd7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"2ab47efd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"55\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"a0d5262\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.\",\"text_color\":\"#333333\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19eea0c7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"40a686ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f2219da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\\"\\n\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e0bdceb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"225949a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4eaf1400\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-2.jpg\",\"id\":438},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"35f02d38\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c6e1b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-2.jpg\",\"id\":439},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4132c86e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"35\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]}},\"elements\":[{\"id\":\"565a5a68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"99e256b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(12893, 895, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:5;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}}}}'),
(12894, 895, '_wp_old_date', '2020-12-07'),
(12895, 960, '_wcmp_cancallation_policy', ''),
(12896, 960, '_wcmp_refund_policy', ''),
(12897, 960, '_wcmp_shipping_policy', ''),
(12898, 960, '_thumbnail_id', '961'),
(12899, 960, '_product_image_gallery', '957'),
(12900, 960, 'total_sales', '0'),
(12901, 960, '_tax_status', 'taxable'),
(12902, 960, '_tax_class', ''),
(12903, 960, '_manage_stock', 'yes'),
(12904, 960, '_backorders', 'no'),
(12905, 960, '_sold_individually', 'no'),
(12906, 960, '_virtual', 'no'),
(12907, 960, '_downloadable', 'no'),
(12908, 960, '_download_limit', '-1'),
(12909, 960, '_download_expiry', '-1'),
(12910, 960, '_stock', '188'),
(12911, 960, '_stock_status', 'instock'),
(12912, 960, '_wc_average_rating', '5.00'),
(12913, 960, '_wc_review_count', '1'),
(12914, 960, '_product_version', '6.5.0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12915, 960, '_elementor_edit_mode', 'builder'),
(12916, 960, '_elementor_template_type', 'wp-post'),
(12917, 960, '_elementor_version', '3.0.13'),
(12918, 960, '_wp_page_template', 'default'),
(12919, 960, '_elementor_data', '[{\"id\":\"69b44582\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"40\",\"bottom\":\"55\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c5db240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.\",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60078fb5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-3.jpg\",\"id\":651},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7bbca32f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.\",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(12920, 960, '_product_video_gallery', ''),
(12921, 960, '_product_video_code', ''),
(12922, 960, '_product_video_autoplay', ''),
(12923, 960, '_sale_price_time_start', ''),
(12924, 960, '_sale_price_time_end', ''),
(12925, 960, '_regular_price', '405'),
(12926, 960, '_sale_price', '375'),
(12927, 960, '_price', '375'),
(12928, 960, '_commission_per_product', '0'),
(12929, 960, '_et_single_layout', 'standard'),
(12930, 960, '_et_single_thumbnail_hover', 'inherit'),
(12931, 960, '_et_product_view_hover', 'inherit'),
(12932, 960, '_et_product_view_color', 'inherit'),
(12933, 960, '_et_additional_block', '0'),
(12934, 960, '_et_sale_counter', 'disable'),
(12935, 960, '_et_product_slider', 'inherit'),
(12936, 960, '_et_primary_category', 'auto'),
(12937, 960, '_sku', '12345'),
(12938, 960, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(12939, 960, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),
(12940, 960, '_wcmp_spmv_map_id', '1'),
(12941, 960, '_wcmp_spmv_product', '1'),
(12942, 960, '_upsell_ids', 'a:4:{i:0;i:1046;i:1;i:1047;i:2;i:1092;i:3;i:1120;}'),
(12943, 960, '_crosssell_ids', 'a:4:{i:0;i:1119;i:1;i:1061;i:2;i:1121;i:3;i:1120;}'),
(12944, 1046, '_sku', '12345-1'),
(12945, 1046, '_regular_price', '300'),
(12946, 1046, 'total_sales', '2'),
(12947, 1046, '_tax_status', 'taxable'),
(12948, 1046, '_tax_class', ''),
(12949, 1046, '_manage_stock', 'yes'),
(12950, 1046, '_backorders', 'no'),
(12951, 1046, '_sold_individually', 'no'),
(12952, 1046, '_virtual', 'no'),
(12953, 1046, '_downloadable', 'no'),
(12954, 1046, '_product_image_gallery', '951'),
(12955, 1046, '_download_limit', '-1'),
(12956, 1046, '_download_expiry', '-1'),
(12957, 1046, '_thumbnail_id', '949'),
(12958, 1046, '_stock', '187'),
(12959, 1046, '_stock_status', 'instock'),
(12960, 1046, '_wc_average_rating', '5.00'),
(12961, 1046, '_wc_review_count', '1'),
(12962, 1046, '_product_version', '6.5.0'),
(12963, 1046, '_price', '300'),
(12964, 1046, '_wcmp_cancallation_policy', ''),
(12965, 1046, '_wcmp_refund_policy', ''),
(12966, 1046, '_wcmp_shipping_policy', ''),
(12967, 1046, '_elementor_edit_mode', 'builder'),
(12968, 1046, '_elementor_template_type', 'wp-post'),
(12969, 1046, '_elementor_version', '3.0.13'),
(12970, 1046, '_wp_page_template', 'default'),
(12971, 1046, '_elementor_data', '[{\"id\":\"69b44582\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"40\",\"bottom\":\"55\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c5db240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.\",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60078fb5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-3.jpg\",\"id\":651},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7bbca32f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.\",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(12972, 1046, '_product_video_gallery', ''),
(12973, 1046, '_product_video_code', ''),
(12974, 1046, '_product_video_autoplay', ''),
(12975, 1046, '_sale_price_time_start', ''),
(12976, 1046, '_sale_price_time_end', ''),
(12977, 1046, '_et_single_layout', 'standard'),
(12978, 1046, '_et_single_thumbnail_hover', 'inherit'),
(12979, 1046, '_et_product_view_hover', 'inherit'),
(12980, 1046, '_et_product_view_color', 'inherit'),
(12981, 1046, '_et_additional_block', '0'),
(12982, 1046, '_et_sale_counter', 'disable'),
(12983, 1046, '_et_product_slider', 'inherit'),
(12984, 1046, '_et_primary_category', 'fashion'),
(12985, 1046, '_commission_per_product', '0'),
(12986, 1046, '_wp_old_slug', 'wooden-classical-golden-chairs-2'),
(12987, 1046, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(12988, 1046, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),
(12989, 1046, '_wcmp_spmv_map_id', '15'),
(12990, 1046, '_wcmp_spmv_product', '1'),
(12991, 1046, '_upsell_ids', 'a:4:{i:0;i:1047;i:1;i:1900;i:2;i:1092;i:3;i:1120;}'),
(12992, 1046, '_crosssell_ids', 'a:4:{i:0;i:1061;i:1;i:1092;i:2;i:1120;i:3;i:960;}'),
(12993, 1047, '_sku', '12345-2'),
(12994, 1047, '_regular_price', '905'),
(12995, 1047, 'total_sales', '2'),
(12996, 1047, '_tax_status', 'taxable'),
(12997, 1047, '_tax_class', ''),
(12998, 1047, '_manage_stock', 'yes'),
(12999, 1047, '_backorders', 'no'),
(13000, 1047, '_sold_individually', 'no'),
(13001, 1047, '_virtual', 'no'),
(13002, 1047, '_downloadable', 'no'),
(13003, 1047, '_product_image_gallery', '957,949'),
(13004, 1047, '_download_limit', '-1'),
(13005, 1047, '_download_expiry', '-1'),
(13006, 1047, '_thumbnail_id', '951'),
(13007, 1047, '_stock', '187'),
(13008, 1047, '_stock_status', 'instock'),
(13009, 1047, '_wc_average_rating', '5.00'),
(13010, 1047, '_wc_review_count', '1'),
(13011, 1047, '_product_version', '6.5.0'),
(13012, 1047, '_price', '905'),
(13013, 1047, '_wcmp_cancallation_policy', ''),
(13014, 1047, '_wcmp_refund_policy', ''),
(13015, 1047, '_wcmp_shipping_policy', ''),
(13016, 1047, '_elementor_edit_mode', 'builder'),
(13017, 1047, '_elementor_template_type', 'wp-post'),
(13018, 1047, '_elementor_version', '3.0.13'),
(13019, 1047, '_wp_page_template', 'default'),
(13020, 1047, '_elementor_data', '[{\"id\":\"69b44582\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"40\",\"bottom\":\"55\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c5db240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat. \",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60078fb5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-3.jpg\",\"id\":651},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7bbca32f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.\",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(13021, 1047, '_product_video_gallery', ''),
(13022, 1047, '_product_video_code', ''),
(13023, 1047, '_product_video_autoplay', ''),
(13024, 1047, '_sale_price_time_start', ''),
(13025, 1047, '_sale_price_time_end', ''),
(13026, 1047, '_et_single_layout', 'standard'),
(13027, 1047, '_et_single_thumbnail_hover', 'inherit'),
(13028, 1047, '_et_product_view_hover', 'inherit'),
(13029, 1047, '_et_product_view_color', 'inherit'),
(13030, 1047, '_et_additional_block', '0'),
(13031, 1047, '_et_sale_counter', 'disable'),
(13032, 1047, '_et_product_slider', 'inherit'),
(13033, 1047, '_et_primary_category', 'electronics'),
(13034, 1047, '_commission_per_product', '0'),
(13035, 1047, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),
(13036, 1047, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(13037, 1047, '_upsell_ids', 'a:4:{i:0;i:1046;i:1;i:1119;i:2;i:1900;i:3;i:1120;}'),
(13038, 1047, '_crosssell_ids', 'a:4:{i:0;i:1046;i:1;i:1119;i:2;i:1900;i:3;i:1121;}'),
(13039, 1048, '_sku', '12345-3'),
(13040, 1048, '_regular_price', '705'),
(13041, 1048, '_sale_price', '545'),
(13042, 1048, 'total_sales', '0'),
(13043, 1048, '_tax_status', 'taxable'),
(13044, 1048, '_tax_class', ''),
(13045, 1048, '_manage_stock', 'yes'),
(13046, 1048, '_backorders', 'no'),
(13047, 1048, '_sold_individually', 'no'),
(13048, 1048, '_virtual', 'no'),
(13049, 1048, '_downloadable', 'no'),
(13050, 1048, '_product_image_gallery', '952'),
(13051, 1048, '_download_limit', '-1'),
(13052, 1048, '_download_expiry', '-1'),
(13053, 1048, '_thumbnail_id', '950'),
(13054, 1048, '_stock', '188'),
(13055, 1048, '_stock_status', 'instock'),
(13056, 1048, '_wc_average_rating', '5.00'),
(13057, 1048, '_wc_review_count', '1'),
(13058, 1048, '_product_version', '6.5.0'),
(13059, 1048, '_price', '545'),
(13060, 1048, '_wcmp_cancallation_policy', ''),
(13061, 1048, '_wcmp_refund_policy', ''),
(13062, 1048, '_wcmp_shipping_policy', ''),
(13063, 1048, '_elementor_edit_mode', 'builder'),
(13064, 1048, '_elementor_template_type', 'wp-post'),
(13065, 1048, '_elementor_version', '3.0.13'),
(13066, 1048, '_wp_page_template', 'default'),
(13067, 1048, '_elementor_data', '[{\"id\":\"69b44582\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"40\",\"bottom\":\"55\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c5db240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat. \",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60078fb5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-3.jpg\",\"id\":651},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7bbca32f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.\",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(13068, 1048, '_product_video_gallery', ''),
(13069, 1048, '_product_video_code', ''),
(13070, 1048, '_product_video_autoplay', ''),
(13071, 1048, '_sale_price_time_start', ''),
(13072, 1048, '_sale_price_time_end', ''),
(13073, 1048, '_et_single_layout', 'standard'),
(13074, 1048, '_et_single_thumbnail_hover', 'inherit'),
(13075, 1048, '_et_product_view_hover', 'inherit'),
(13076, 1048, '_et_product_view_color', 'inherit'),
(13077, 1048, '_et_additional_block', '0'),
(13078, 1048, '_et_sale_counter', 'disable'),
(13079, 1048, '_et_product_slider', 'inherit'),
(13080, 1048, '_et_primary_category', 'sale'),
(13081, 1048, '_commission_per_product', '0'),
(13082, 1048, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),
(13083, 1048, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(13084, 1048, '_wcmp_spmv_map_id', '24'),
(13085, 1048, '_wcmp_spmv_product', '1'),
(13086, 1048, '_upsell_ids', 'a:4:{i:0;i:1046;i:1;i:1047;i:2;i:1061;i:3;i:960;}'),
(13087, 1048, '_crosssell_ids', 'a:4:{i:0;i:1046;i:1;i:1047;i:2;i:1061;i:3;i:960;}'),
(13088, 1061, '_sku', '12345-3-1'),
(13089, 1061, '_regular_price', '305'),
(13090, 1061, 'total_sales', '1'),
(13091, 1061, '_tax_status', 'taxable'),
(13092, 1061, '_tax_class', ''),
(13093, 1061, '_manage_stock', 'yes'),
(13094, 1061, '_backorders', 'no'),
(13095, 1061, '_sold_individually', 'no'),
(13096, 1061, '_virtual', 'no'),
(13097, 1061, '_downloadable', 'no'),
(13098, 1061, '_product_image_gallery', '950'),
(13099, 1061, '_download_limit', '-1'),
(13100, 1061, '_download_expiry', '-1'),
(13101, 1061, '_thumbnail_id', '952'),
(13102, 1061, '_stock', '187'),
(13103, 1061, '_stock_status', 'instock'),
(13104, 1061, '_wc_average_rating', '5.00'),
(13105, 1061, '_wc_review_count', '1'),
(13106, 1061, '_product_version', '6.5.0'),
(13107, 1061, '_price', '206'),
(13108, 1061, '_wcmp_cancallation_policy', ''),
(13109, 1061, '_wcmp_refund_policy', ''),
(13110, 1061, '_wcmp_shipping_policy', ''),
(13111, 1061, '_elementor_edit_mode', 'builder'),
(13112, 1061, '_elementor_template_type', 'wp-post'),
(13113, 1061, '_elementor_version', '3.0.13'),
(13114, 1061, '_wp_page_template', 'default'),
(13115, 1061, '_elementor_data', '[{\"id\":\"69b44582\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"40\",\"bottom\":\"55\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c5db240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat. \",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60078fb5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-3.jpg\",\"id\":651},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7bbca32f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.\",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(13116, 1061, '_product_video_gallery', ''),
(13117, 1061, '_product_video_code', ''),
(13118, 1061, '_product_video_autoplay', ''),
(13119, 1061, '_sale_price_time_start', ''),
(13120, 1061, '_sale_price_time_end', ''),
(13121, 1061, '_et_single_layout', 'standard'),
(13122, 1061, '_et_single_thumbnail_hover', 'inherit'),
(13123, 1061, '_et_product_view_hover', 'inherit'),
(13124, 1061, '_et_product_view_color', 'inherit'),
(13125, 1061, '_et_additional_block', '0'),
(13126, 1061, '_et_sale_counter', 'disable'),
(13127, 1061, '_et_product_slider', 'inherit'),
(13128, 1061, '_et_primary_category', 'sale'),
(13129, 1061, '_commission_per_product', '0'),
(13130, 1061, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),
(13131, 1061, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(13132, 1061, '_sale_price', '206'),
(13133, 1061, '_wcmp_spmv_map_id', '20'),
(13134, 1061, '_wcmp_spmv_product', '1'),
(13135, 1061, '_upsell_ids', 'a:4:{i:0;i:1046;i:1;i:1092;i:2;i:1048;i:3;i:960;}'),
(13136, 1061, '_crosssell_ids', 'a:4:{i:0;i:1046;i:1;i:1047;i:2;i:1092;i:3;i:1048;}'),
(13137, 1085, '_sku', '12345-3-1-1'),
(13138, 1085, '_regular_price', '505'),
(13139, 1085, 'total_sales', '0'),
(13140, 1085, '_tax_status', 'taxable'),
(13141, 1085, '_tax_class', ''),
(13142, 1085, '_manage_stock', 'yes'),
(13143, 1085, '_backorders', 'no'),
(13144, 1085, '_sold_individually', 'no'),
(13145, 1085, '_virtual', 'no'),
(13146, 1085, '_downloadable', 'no'),
(13147, 1085, '_product_image_gallery', '950'),
(13148, 1085, '_download_limit', '-1'),
(13149, 1085, '_download_expiry', '-1'),
(13150, 1085, '_thumbnail_id', '953'),
(13151, 1085, '_stock', '188'),
(13152, 1085, '_stock_status', 'instock'),
(13153, 1085, '_wc_average_rating', '5.00'),
(13154, 1085, '_wc_review_count', '1'),
(13155, 1085, '_product_version', '6.5.0'),
(13156, 1085, '_price', '505'),
(13157, 1085, '_wcmp_cancallation_policy', ''),
(13158, 1085, '_wcmp_refund_policy', ''),
(13159, 1085, '_wcmp_shipping_policy', ''),
(13160, 1085, '_elementor_edit_mode', 'builder'),
(13161, 1085, '_elementor_template_type', 'wp-post'),
(13162, 1085, '_elementor_version', '3.0.13'),
(13163, 1085, '_wp_page_template', 'default'),
(13164, 1085, '_elementor_data', '[{\"id\":\"69b44582\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"40\",\"bottom\":\"55\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c5db240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat. \",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60078fb5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-3.jpg\",\"id\":651},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7bbca32f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.\",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(13165, 1085, '_product_video_gallery', ''),
(13166, 1085, '_product_video_code', ''),
(13167, 1085, '_product_video_autoplay', ''),
(13168, 1085, '_sale_price_time_start', ''),
(13169, 1085, '_sale_price_time_end', ''),
(13170, 1085, '_et_single_layout', 'standard'),
(13171, 1085, '_et_single_thumbnail_hover', 'inherit'),
(13172, 1085, '_et_product_view_hover', 'inherit'),
(13173, 1085, '_et_product_view_color', 'inherit'),
(13174, 1085, '_et_additional_block', '0'),
(13175, 1085, '_et_sale_counter', 'disable'),
(13176, 1085, '_et_product_slider', 'inherit'),
(13177, 1085, '_et_primary_category', 'electronics'),
(13178, 1085, '_commission_per_product', '0'),
(13179, 1085, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),
(13180, 1085, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(13181, 1085, '_wcmp_spmv_map_id', '9'),
(13182, 1085, '_wcmp_spmv_product', '1'),
(13183, 1085, '_upsell_ids', 'a:4:{i:0;i:1046;i:1;i:1092;i:2;i:1048;i:3;i:960;}'),
(13184, 1085, '_crosssell_ids', 'a:4:{i:0;i:1046;i:1;i:1119;i:2;i:1092;i:3;i:1048;}'),
(13185, 1092, '_sku', '12345-3-1-1-1'),
(13186, 1092, '_regular_price', '690'),
(13187, 1092, 'total_sales', '0'),
(13188, 1092, '_tax_status', 'taxable'),
(13189, 1092, '_tax_class', ''),
(13190, 1092, '_manage_stock', 'yes'),
(13191, 1092, '_backorders', 'no'),
(13192, 1092, '_sold_individually', 'no'),
(13193, 1092, '_virtual', 'no'),
(13194, 1092, '_downloadable', 'no'),
(13195, 1092, '_product_image_gallery', '957'),
(13196, 1092, '_download_limit', '-1'),
(13197, 1092, '_download_expiry', '-1'),
(13198, 1092, '_thumbnail_id', '954'),
(13199, 1092, '_stock', '188'),
(13200, 1092, '_stock_status', 'instock'),
(13201, 1092, '_wc_average_rating', '5.00'),
(13202, 1092, '_wc_review_count', '1'),
(13203, 1092, '_product_version', '6.5.0'),
(13204, 1092, '_price', '580'),
(13205, 1092, '_wcmp_cancallation_policy', ''),
(13206, 1092, '_wcmp_refund_policy', ''),
(13207, 1092, '_wcmp_shipping_policy', ''),
(13208, 1092, '_elementor_edit_mode', 'builder'),
(13209, 1092, '_elementor_template_type', 'wp-post'),
(13210, 1092, '_elementor_version', '3.0.13'),
(13211, 1092, '_wp_page_template', 'default'),
(13212, 1092, '_elementor_data', '[{\"id\":\"69b44582\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"40\",\"bottom\":\"55\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c5db240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat. \",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60078fb5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-3.jpg\",\"id\":651},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7bbca32f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.\",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(13213, 1092, '_product_video_gallery', ''),
(13214, 1092, '_product_video_code', ''),
(13215, 1092, '_product_video_autoplay', ''),
(13216, 1092, '_sale_price_time_start', '700'),
(13217, 1092, '_sale_price_time_end', '500'),
(13218, 1092, '_et_single_layout', 'standard'),
(13219, 1092, '_et_single_thumbnail_hover', 'inherit'),
(13220, 1092, '_et_product_view_hover', 'inherit'),
(13221, 1092, '_et_product_view_color', 'inherit'),
(13222, 1092, '_et_additional_block', '0'),
(13223, 1092, '_et_sale_counter', 'disable'),
(13224, 1092, '_et_product_slider', 'inherit'),
(13225, 1092, '_et_primary_category', 'sale'),
(13226, 1092, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),
(13227, 1092, '_wp_old_slug', 'xanna-note-2'),
(13228, 1092, '_commission_per_product', '0'),
(13229, 1092, '_sale_price', '580'),
(13230, 1092, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(13231, 1092, '_wcmp_spmv_map_id', '7'),
(13232, 1092, '_wcmp_spmv_product', '1'),
(13233, 1092, '_upsell_ids', 'a:3:{i:0;i:1046;i:1;i:1048;i:2;i:960;}'),
(13234, 1092, '_crosssell_ids', 'a:3:{i:0;i:1046;i:1;i:1047;i:2;i:1048;}'),
(13235, 1093, '_sku', '12345-3-1-1-2'),
(13236, 1093, '_regular_price', '390'),
(13237, 1093, 'total_sales', '0'),
(13238, 1093, '_tax_status', 'taxable'),
(13239, 1093, '_tax_class', ''),
(13240, 1093, '_manage_stock', 'yes'),
(13241, 1093, '_backorders', 'no'),
(13242, 1093, '_sold_individually', 'no'),
(13243, 1093, '_virtual', 'no'),
(13244, 1093, '_downloadable', 'no'),
(13245, 1093, '_product_image_gallery', '957'),
(13246, 1093, '_download_limit', '-1'),
(13247, 1093, '_download_expiry', '-1'),
(13248, 1093, '_thumbnail_id', '956'),
(13249, 1093, '_stock', '188'),
(13250, 1093, '_stock_status', 'instock'),
(13251, 1093, '_wc_average_rating', '5.00'),
(13252, 1093, '_wc_review_count', '1'),
(13253, 1093, '_product_version', '6.5.0'),
(13254, 1093, '_price', '390'),
(13255, 1093, '_wcmp_cancallation_policy', ''),
(13256, 1093, '_wcmp_refund_policy', ''),
(13257, 1093, '_wcmp_shipping_policy', ''),
(13258, 1093, '_elementor_edit_mode', 'builder'),
(13259, 1093, '_elementor_template_type', 'wp-post'),
(13260, 1093, '_elementor_version', '3.0.13'),
(13261, 1093, '_wp_page_template', 'default'),
(13262, 1093, '_elementor_data', '[{\"id\":\"69b44582\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"40\",\"bottom\":\"55\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c5db240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat. \",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60078fb5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-3.jpg\",\"id\":651},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7bbca32f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.\",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(13263, 1093, '_product_video_gallery', ''),
(13264, 1093, '_product_video_code', ''),
(13265, 1093, '_product_video_autoplay', ''),
(13266, 1093, '_sale_price_time_start', ''),
(13267, 1093, '_sale_price_time_end', ''),
(13268, 1093, '_et_single_layout', 'standard'),
(13269, 1093, '_et_single_thumbnail_hover', 'inherit'),
(13270, 1093, '_et_product_view_hover', 'inherit'),
(13271, 1093, '_et_product_view_color', 'inherit'),
(13272, 1093, '_et_additional_block', '0'),
(13273, 1093, '_et_sale_counter', 'disable'),
(13274, 1093, '_et_product_slider', 'inherit'),
(13275, 1093, '_et_primary_category', 'electronics'),
(13276, 1093, '_commission_per_product', '0'),
(13277, 1093, '_wp_old_slug', 'xanna-note-2'),
(13278, 1093, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),
(13279, 1093, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(13280, 1093, '_wcmp_spmv_map_id', '5'),
(13281, 1093, '_wcmp_spmv_product', '1'),
(13282, 1093, '_upsell_ids', 'a:4:{i:0;i:1046;i:1;i:1092;i:2;i:1048;i:3;i:960;}'),
(13283, 1093, '_crosssell_ids', 'a:4:{i:0;i:1046;i:1;i:1119;i:2;i:1092;i:3;i:1048;}'),
(13284, 1094, '_sku', '12345-3-1-1-3'),
(13285, 1094, '_regular_price', '900'),
(13286, 1094, 'total_sales', '0'),
(13287, 1094, '_tax_status', 'taxable'),
(13288, 1094, '_tax_class', ''),
(13289, 1094, '_manage_stock', 'yes'),
(13290, 1094, '_backorders', 'no'),
(13291, 1094, '_sold_individually', 'no'),
(13292, 1094, '_virtual', 'no'),
(13293, 1094, '_downloadable', 'no'),
(13294, 1094, '_product_image_gallery', '956'),
(13295, 1094, '_download_limit', '-1'),
(13296, 1094, '_download_expiry', '-1'),
(13297, 1094, '_thumbnail_id', '958'),
(13298, 1094, '_stock', '188'),
(13299, 1094, '_stock_status', 'instock'),
(13300, 1094, '_wc_average_rating', '5.00'),
(13301, 1094, '_wc_review_count', '1'),
(13302, 1094, '_product_version', '6.5.0'),
(13303, 1094, '_price', '805'),
(13304, 1094, '_wcmp_cancallation_policy', ''),
(13305, 1094, '_wcmp_refund_policy', ''),
(13306, 1094, '_wcmp_shipping_policy', ''),
(13307, 1094, '_elementor_edit_mode', 'builder'),
(13308, 1094, '_elementor_template_type', 'wp-post'),
(13309, 1094, '_elementor_version', '3.0.13'),
(13310, 1094, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13311, 1094, '_elementor_data', '[{\"id\":\"69b44582\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"40\",\"bottom\":\"55\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c5db240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat. \",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60078fb5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-3.jpg\",\"id\":651},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7bbca32f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.\",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(13312, 1094, '_product_video_gallery', ''),
(13313, 1094, '_product_video_code', ''),
(13314, 1094, '_product_video_autoplay', ''),
(13315, 1094, '_sale_price_time_start', ''),
(13316, 1094, '_sale_price_time_end', ''),
(13317, 1094, '_et_single_layout', 'standard'),
(13318, 1094, '_et_single_thumbnail_hover', 'inherit'),
(13319, 1094, '_et_product_view_hover', 'inherit'),
(13320, 1094, '_et_product_view_color', 'inherit'),
(13321, 1094, '_et_additional_block', '0'),
(13322, 1094, '_et_sale_counter', 'disable'),
(13323, 1094, '_et_product_slider', 'inherit'),
(13324, 1094, '_et_primary_category', 'sale'),
(13325, 1094, '_commission_per_product', '0'),
(13326, 1094, '_sale_price', '805'),
(13327, 1094, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),
(13328, 1094, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(13329, 1094, '_wcmp_spmv_map_id', '11'),
(13330, 1094, '_wcmp_spmv_product', '1'),
(13331, 1094, '_upsell_ids', 'a:4:{i:0;i:1047;i:1;i:1092;i:2;i:1048;i:3;i:1085;}'),
(13332, 1094, '_crosssell_ids', 'a:4:{i:0;i:1047;i:1;i:1092;i:2;i:1048;i:3;i:1095;}'),
(13333, 1095, '_sku', '12345-3-1-1-4'),
(13334, 1095, '_regular_price', '905'),
(13335, 1095, 'total_sales', '0'),
(13336, 1095, '_tax_status', 'taxable'),
(13337, 1095, '_tax_class', ''),
(13338, 1095, '_manage_stock', 'yes'),
(13339, 1095, '_backorders', 'no'),
(13340, 1095, '_sold_individually', 'no'),
(13341, 1095, '_virtual', 'no'),
(13342, 1095, '_downloadable', 'no'),
(13343, 1095, '_product_image_gallery', '956'),
(13344, 1095, '_download_limit', '-1'),
(13345, 1095, '_download_expiry', '-1'),
(13346, 1095, '_thumbnail_id', '957'),
(13347, 1095, '_stock', '188'),
(13348, 1095, '_stock_status', 'instock'),
(13349, 1095, '_wc_average_rating', '5.00'),
(13350, 1095, '_wc_review_count', '1'),
(13351, 1095, '_product_version', '6.5.0'),
(13352, 1095, '_price', '905'),
(13353, 1095, '_wcmp_cancallation_policy', ''),
(13354, 1095, '_wcmp_refund_policy', ''),
(13355, 1095, '_wcmp_shipping_policy', ''),
(13356, 1095, '_elementor_edit_mode', 'builder'),
(13357, 1095, '_elementor_template_type', 'wp-post'),
(13358, 1095, '_elementor_version', '3.0.13'),
(13359, 1095, '_wp_page_template', 'default'),
(13360, 1095, '_elementor_data', '[{\"id\":\"69b44582\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"40\",\"bottom\":\"55\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c5db240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.  \",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60078fb5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-3.jpg\",\"id\":651},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7bbca32f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.\",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(13361, 1095, '_product_video_gallery', ''),
(13362, 1095, '_product_video_code', ''),
(13363, 1095, '_product_video_autoplay', ''),
(13364, 1095, '_sale_price_time_start', ''),
(13365, 1095, '_sale_price_time_end', ''),
(13366, 1095, '_et_single_layout', 'standard'),
(13367, 1095, '_et_single_thumbnail_hover', 'inherit'),
(13368, 1095, '_et_product_view_hover', 'inherit'),
(13369, 1095, '_et_product_view_color', 'inherit'),
(13370, 1095, '_et_additional_block', '0'),
(13371, 1095, '_et_sale_counter', 'disable'),
(13372, 1095, '_et_product_slider', 'inherit'),
(13373, 1095, '_et_primary_category', 'electronics'),
(13374, 1095, '_commission_per_product', '0'),
(13375, 1095, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),
(13376, 1095, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(13377, 1095, '_wcmp_spmv_map_id', '13'),
(13378, 1095, '_wcmp_spmv_product', '1'),
(13379, 1095, '_upsell_ids', 'a:5:{i:0;i:1046;i:1;i:1119;i:2;i:1092;i:3;i:1048;i:4;i:960;}'),
(13380, 1095, '_crosssell_ids', 'a:5:{i:0;i:1046;i:1;i:1119;i:2;i:1092;i:3;i:1048;i:4;i:960;}'),
(13381, 1096, '_sku', '12345-3-1-1-5'),
(13382, 1096, '_regular_price', '850'),
(13383, 1096, 'total_sales', '0'),
(13384, 1096, '_tax_status', 'taxable'),
(13385, 1096, '_tax_class', ''),
(13386, 1096, '_manage_stock', 'yes'),
(13387, 1096, '_backorders', 'no'),
(13388, 1096, '_sold_individually', 'no'),
(13389, 1096, '_virtual', 'no'),
(13390, 1096, '_downloadable', 'no'),
(13391, 1096, '_product_image_gallery', '950'),
(13392, 1096, '_download_limit', '-1'),
(13393, 1096, '_download_expiry', '-1'),
(13394, 1096, '_thumbnail_id', '959'),
(13395, 1096, '_stock', '188'),
(13396, 1096, '_stock_status', 'instock'),
(13397, 1096, '_wc_average_rating', '5.00'),
(13398, 1096, '_wc_review_count', '1'),
(13399, 1096, '_product_version', '6.5.0'),
(13400, 1096, '_price', '850'),
(13401, 1096, '_wcmp_cancallation_policy', ''),
(13402, 1096, '_wcmp_refund_policy', ''),
(13403, 1096, '_wcmp_shipping_policy', ''),
(13404, 1096, '_elementor_edit_mode', 'builder'),
(13405, 1096, '_elementor_template_type', 'wp-post'),
(13406, 1096, '_elementor_version', '3.0.13'),
(13407, 1096, '_wp_page_template', 'default'),
(13408, 1096, '_elementor_data', '[{\"id\":\"69b44582\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"40\",\"bottom\":\"55\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c5db240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.  \",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60078fb5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-3.jpg\",\"id\":651},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7bbca32f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.\",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(13409, 1096, '_product_video_gallery', ''),
(13410, 1096, '_product_video_code', ''),
(13411, 1096, '_product_video_autoplay', ''),
(13412, 1096, '_sale_price_time_start', ''),
(13413, 1096, '_sale_price_time_end', ''),
(13414, 1096, '_et_single_layout', 'standard'),
(13415, 1096, '_et_single_thumbnail_hover', 'inherit'),
(13416, 1096, '_et_product_view_hover', 'inherit'),
(13417, 1096, '_et_product_view_color', 'inherit'),
(13418, 1096, '_et_additional_block', '0'),
(13419, 1096, '_et_sale_counter', 'disable'),
(13420, 1096, '_et_product_slider', 'inherit'),
(13421, 1096, '_et_primary_category', 'electronics'),
(13422, 1096, '_commission_per_product', '0'),
(13423, 1096, '_wp_old_slug', 'xanna-note-5'),
(13424, 1096, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),
(13425, 1096, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(13426, 1096, '_wcmp_spmv_map_id', '22'),
(13427, 1096, '_wcmp_spmv_product', '1'),
(13428, 1096, '_upsell_ids', 'a:5:{i:0;i:1092;i:1;i:1048;i:2;i:960;i:3;i:1085;i:4;i:1095;}'),
(13429, 1096, '_crosssell_ids', 'a:5:{i:0;i:1092;i:1;i:1048;i:2;i:960;i:3;i:1094;i:4;i:1095;}'),
(13430, 1119, '_sku', '12345-2-1'),
(13431, 1119, '_regular_price', '905'),
(13432, 1119, 'total_sales', '0'),
(13433, 1119, '_tax_status', 'taxable'),
(13434, 1119, '_tax_class', ''),
(13435, 1119, '_manage_stock', 'yes'),
(13436, 1119, '_backorders', 'no'),
(13437, 1119, '_sold_individually', 'no'),
(13438, 1119, '_virtual', 'no'),
(13439, 1119, '_downloadable', 'no'),
(13440, 1119, '_product_image_gallery', '949'),
(13441, 1119, '_download_limit', '-1'),
(13442, 1119, '_download_expiry', '-1'),
(13443, 1119, '_thumbnail_id', '1127'),
(13444, 1119, '_stock', '188'),
(13445, 1119, '_stock_status', 'instock'),
(13446, 1119, '_wc_average_rating', '5.00'),
(13447, 1119, '_wc_review_count', '1'),
(13448, 1119, '_product_version', '6.5.0'),
(13449, 1119, '_price', '905'),
(13450, 1119, '_wcmp_cancallation_policy', ''),
(13451, 1119, '_wcmp_refund_policy', ''),
(13452, 1119, '_wcmp_shipping_policy', ''),
(13453, 1119, '_elementor_edit_mode', 'builder'),
(13454, 1119, '_elementor_template_type', 'wp-post'),
(13455, 1119, '_elementor_version', '3.0.13'),
(13456, 1119, '_wp_page_template', 'default'),
(13457, 1119, '_elementor_data', '[{\"id\":\"69b44582\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"40\",\"bottom\":\"55\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c5db240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat. \",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60078fb5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-3.jpg\",\"id\":651},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7bbca32f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.\",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(13458, 1119, '_product_video_gallery', ''),
(13459, 1119, '_product_video_code', ''),
(13460, 1119, '_product_video_autoplay', ''),
(13461, 1119, '_sale_price_time_start', ''),
(13462, 1119, '_sale_price_time_end', ''),
(13463, 1119, '_et_single_layout', 'standard'),
(13464, 1119, '_et_single_thumbnail_hover', 'inherit'),
(13465, 1119, '_et_product_view_hover', 'inherit'),
(13466, 1119, '_et_product_view_color', 'inherit'),
(13467, 1119, '_et_additional_block', '0'),
(13468, 1119, '_et_sale_counter', 'disable'),
(13469, 1119, '_et_product_slider', 'inherit'),
(13470, 1119, '_et_primary_category', 'furniture'),
(13471, 1119, '_commission_per_product', '0'),
(13472, 1119, '_wp_old_slug', 'wooden-classical-chairs'),
(13473, 1119, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),
(13474, 1119, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(13475, 1119, '_wcmp_spmv_map_id', '17'),
(13476, 1119, '_wcmp_spmv_product', '1'),
(13477, 1119, '_upsell_ids', 'a:5:{i:0;i:1046;i:1;i:1093;i:2;i:1061;i:3;i:1092;i:4;i:1094;}'),
(13478, 1119, '_crosssell_ids', 'a:5:{i:0;i:1093;i:1;i:1061;i:2;i:1092;i:3;i:1094;i:4;i:1095;}'),
(13479, 1120, '_sku', '12345-2-2'),
(13480, 1120, '_regular_price', '760'),
(13481, 1120, 'total_sales', '0'),
(13482, 1120, '_tax_status', 'taxable'),
(13483, 1120, '_tax_class', ''),
(13484, 1120, '_manage_stock', 'yes'),
(13485, 1120, '_backorders', 'no'),
(13486, 1120, '_sold_individually', 'no'),
(13487, 1120, '_virtual', 'no'),
(13488, 1120, '_downloadable', 'no'),
(13489, 1120, '_product_image_gallery', '1128'),
(13490, 1120, '_download_limit', '-1'),
(13491, 1120, '_download_expiry', '-1'),
(13492, 1120, '_thumbnail_id', '1126'),
(13493, 1120, '_stock', '188'),
(13494, 1120, '_stock_status', 'instock'),
(13495, 1120, '_wc_average_rating', '5.00'),
(13496, 1120, '_wc_review_count', '1'),
(13497, 1120, '_product_version', '6.5.0'),
(13498, 1120, '_price', '760'),
(13499, 1120, '_wcmp_cancallation_policy', ''),
(13500, 1120, '_wcmp_refund_policy', ''),
(13501, 1120, '_wcmp_shipping_policy', ''),
(13502, 1120, '_elementor_edit_mode', 'builder'),
(13503, 1120, '_elementor_template_type', 'wp-post'),
(13504, 1120, '_elementor_version', '3.0.13'),
(13505, 1120, '_wp_page_template', 'default'),
(13506, 1120, '_elementor_data', '[{\"id\":\"69b44582\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"40\",\"bottom\":\"55\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c5db240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat. \",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60078fb5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-3.jpg\",\"id\":651},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7bbca32f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.\",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(13507, 1120, '_product_video_gallery', ''),
(13508, 1120, '_product_video_code', ''),
(13509, 1120, '_product_video_autoplay', ''),
(13510, 1120, '_sale_price_time_start', ''),
(13511, 1120, '_sale_price_time_end', ''),
(13512, 1120, '_et_single_layout', 'standard'),
(13513, 1120, '_et_single_thumbnail_hover', 'inherit'),
(13514, 1120, '_et_product_view_hover', 'inherit'),
(13515, 1120, '_et_product_view_color', 'inherit'),
(13516, 1120, '_et_additional_block', '0'),
(13517, 1120, '_et_sale_counter', 'disable'),
(13518, 1120, '_et_product_slider', 'inherit'),
(13519, 1120, '_et_primary_category', 'electronics'),
(13520, 1120, '_commission_per_product', '0'),
(13521, 1120, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),
(13522, 1120, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(13523, 1120, '_upsell_ids', 'a:6:{i:0;i:1046;i:1;i:1119;i:2;i:1061;i:3;i:1096;i:4;i:960;i:5;i:1094;}'),
(13524, 1120, '_crosssell_ids', 'a:5:{i:0;i:1046;i:1;i:1061;i:2;i:1096;i:3;i:960;i:4;i:1095;}'),
(13525, 1121, '_sku', '12345-2-3'),
(13526, 1121, '_regular_price', '705'),
(13527, 1121, 'total_sales', '0'),
(13528, 1121, '_tax_status', 'taxable'),
(13529, 1121, '_tax_class', ''),
(13530, 1121, '_manage_stock', 'yes'),
(13531, 1121, '_backorders', 'no'),
(13532, 1121, '_sold_individually', 'no'),
(13533, 1121, '_virtual', 'no'),
(13534, 1121, '_downloadable', 'no'),
(13535, 1121, '_product_image_gallery', '958'),
(13536, 1121, '_download_limit', '-1'),
(13537, 1121, '_download_expiry', '-1'),
(13538, 1121, '_thumbnail_id', '1128'),
(13539, 1121, '_stock', '188'),
(13540, 1121, '_stock_status', 'instock'),
(13541, 1121, '_wc_average_rating', '5.00'),
(13542, 1121, '_wc_review_count', '1'),
(13543, 1121, '_product_version', '6.5.0'),
(13544, 1121, '_price', '705'),
(13545, 1121, '_wcmp_cancallation_policy', ''),
(13546, 1121, '_wcmp_refund_policy', ''),
(13547, 1121, '_wcmp_shipping_policy', ''),
(13548, 1121, '_elementor_edit_mode', 'builder'),
(13549, 1121, '_elementor_template_type', 'wp-post'),
(13550, 1121, '_elementor_version', '3.0.13'),
(13551, 1121, '_wp_page_template', 'default'),
(13552, 1121, '_elementor_data', '[{\"id\":\"69b44582\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"40\",\"bottom\":\"55\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c5db240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat. \",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60078fb5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-3.jpg\",\"id\":651},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7bbca32f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.\",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(13553, 1121, '_product_video_gallery', ''),
(13554, 1121, '_product_video_code', ''),
(13555, 1121, '_product_video_autoplay', ''),
(13556, 1121, '_sale_price_time_start', ''),
(13557, 1121, '_sale_price_time_end', ''),
(13558, 1121, '_et_single_layout', 'standard'),
(13559, 1121, '_et_single_thumbnail_hover', 'inherit'),
(13560, 1121, '_et_product_view_hover', 'inherit'),
(13561, 1121, '_et_product_view_color', 'inherit'),
(13562, 1121, '_et_additional_block', '0'),
(13563, 1121, '_et_sale_counter', 'disable'),
(13564, 1121, '_et_product_slider', 'inherit'),
(13565, 1121, '_et_primary_category', 'fashion'),
(13566, 1121, '_commission_per_product', '0'),
(13567, 1121, '_wp_old_slug', 'wooden-classical-chairs-3'),
(13568, 1121, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),
(13569, 1121, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(13570, 1121, '_wcmp_spmv_map_id', '3'),
(13571, 1121, '_wcmp_spmv_product', '1'),
(13572, 1121, '_upsell_ids', 'a:6:{i:0;i:1046;i:1;i:1119;i:2;i:1061;i:3;i:1092;i:4;i:960;i:5;i:1094;}'),
(13573, 1121, '_crosssell_ids', 'a:5:{i:0;i:1119;i:1;i:1061;i:2;i:1092;i:3;i:1085;i:4;i:1094;}'),
(13811, 1900, '_sku', '12345-3-1-2'),
(13812, 1900, '_regular_price', '305'),
(13813, 1900, '_sale_price', '280'),
(13814, 1900, 'total_sales', '0'),
(13815, 1900, '_tax_status', 'taxable'),
(13816, 1900, '_tax_class', ''),
(13817, 1900, '_manage_stock', 'yes'),
(13818, 1900, '_backorders', 'no'),
(13819, 1900, '_sold_individually', 'no'),
(13820, 1900, '_virtual', 'no'),
(13821, 1900, '_downloadable', 'no'),
(13822, 1900, '_product_image_gallery', '950'),
(13823, 1900, '_download_limit', '-1'),
(13824, 1900, '_download_expiry', '-1'),
(13825, 1900, '_thumbnail_id', '952'),
(13826, 1900, '_stock', '188'),
(13827, 1900, '_stock_status', 'instock'),
(13828, 1900, '_wc_average_rating', '0'),
(13829, 1900, '_wc_review_count', '0'),
(13830, 1900, '_product_version', '4.8.0'),
(13831, 1900, '_price', '280'),
(13832, 1900, '_wcmp_cancallation_policy', ''),
(13833, 1900, '_wcmp_refund_policy', ''),
(13834, 1900, '_wcmp_shipping_policy', ''),
(13835, 1900, '_elementor_edit_mode', 'builder'),
(13836, 1900, '_elementor_template_type', 'wp-post'),
(13837, 1900, '_elementor_version', '3.0.13'),
(13838, 1900, '_wp_page_template', 'default'),
(13839, 1900, '_elementor_data', '[{\"id\":\"69b44582\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"40\",\"bottom\":\"55\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c5db240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"29f222b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat. \",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60078fb5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-3.jpg\",\"id\":651},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7bbca32f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Leo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.\",\"align\":\"justify\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(13840, 1900, '_product_video_gallery', ''),
(13841, 1900, '_product_video_code', ''),
(13842, 1900, '_product_video_autoplay', ''),
(13843, 1900, '_sale_price_time_start', ''),
(13844, 1900, '_sale_price_time_end', ''),
(13845, 1900, '_et_single_layout', 'standard'),
(13846, 1900, '_et_single_thumbnail_hover', 'inherit'),
(13847, 1900, '_et_product_view_hover', 'inherit'),
(13848, 1900, '_et_product_view_color', 'inherit'),
(13849, 1900, '_et_additional_block', '0'),
(13850, 1900, '_et_sale_counter', 'disable'),
(13851, 1900, '_et_product_slider', 'inherit'),
(13852, 1900, '_et_primary_category', 'sale'),
(13853, 1900, '_elementor_controls_usage', 'a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;}}}}}'),
(13854, 1900, '_wcmp_spmv_map_id', '20'),
(13855, 1900, '_wcmp_spmv_product', '1'),
(13856, 1900, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(13857, 1900, '_upsell_ids', 'a:5:{i:0;i:1046;i:1;i:1061;i:2;i:1121;i:3;i:1120;i:4;i:1085;}'),
(13858, 1900, '_crosssell_ids', 'a:5:{i:0;i:1046;i:1;i:1047;i:2;i:1048;i:3;i:960;i:4;i:1094;}'),
(13859, 1900, '_commission_per_product', '0'),
(14524, 25, '_wp_page_template', 'default'),
(14525, 25, '_elementor_edit_mode', 'builder'),
(14526, 25, '_elementor_template_type', 'wp-post'),
(14527, 25, '_elementor_version', '3.2.5'),
(14528, 25, '_elementor_data', '[{\"id\":\"520a946\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-min-1.jpg\",\"id\":3827},\"background_position\":\"center center\",\"background_size\":\"cover\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_position_tablet\":\"center center\",\"background_xpos\":{\"unit\":\"px\",\"size\":-405,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"overflow\":\"hidden\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"486edaf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.667,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b067815\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sale up to <span style=\\\"color:#F3E500;\\\">50% off!<\\/span>\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_animation\":\"bounceInUp\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"47bc847\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.299,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"59dcb96\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop now\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_tablet\":\"center\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"13\",\"bottom\":\"6\",\"left\":\"13\",\"isLinked\":false},\"_animation\":\"bounceInUp\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),
(14529, 25, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:27:\"typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;s:14:\"padding_tablet\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:15:{s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:21:\"typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:1;s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:1;s:8:\"overflow\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:1;}}}}}'),
(14530, 48, '_wp_page_template', 'default'),
(14531, 48, '_elementor_edit_mode', 'builder'),
(14532, 48, '_elementor_template_type', 'wp-post'),
(14533, 48, '_elementor_version', '3.4.4');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14534, 48, '_elementor_data', '[{\"id\":\"75e19e08\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"content_position\":\"middle\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"footer-niche-market02\",\"xstore_element_custom_css\":\".footer-niche-market02 .elementor-widget-shortcode {\\n    margin-bottom: 0px;\\n}\\n.footer-niche-market02 .et-mailchimp input[type=\\\"submit\\\"],\\n.footer-niche-market02 .et-mailchimp input[type=\\\"email\\\"] {\\n    border-radius: 100px !important;\\n    border-color: transparent !important;\\n    font-size: 16px;\\n    text-transform: none;\\n}\\n.footer-niche-market02 .mc4wp-form .et-mailchimp {\\n    border-radius: 100px !important;\\n}\\n.footer-niche-market02 .et-mailchimp.classic-button p {\\n    background-color: white;\\n    border-radius: 100px;\\n}\\n\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]}},\"elements\":[{\"id\":\"6e0ff9f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":27},\"elements\":[{\"id\":\"5ca8970\",\"elType\":\"widget\",\"settings\":{\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"pinterest\":\"#\",\"youtube\":\"#\",\"telegram\":\"\",\"size\":\"large\",\"icons_color\":\"#FFFFFF\",\"icons_color_hover\":\"#E9E9E9\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"etheme-follow\"}],\"isInner\":false},{\"id\":\"50cbec68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63135064\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the latest deals and more.\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_tablet\":\"center\",\"header_size\":\"p\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"312d5382\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":39},\"elements\":[{\"id\":\"7ca4b94b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"et-mailchimp dark classic-button\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"edf3f77\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"60\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"css_classes\":\"footer-menus\",\"xstore_element_custom_css\":\".footer-menus ul {\\n    padding-left: 0px;\\n}\"},\"elements\":[{\"id\":\"5566087\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d506127\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"About Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Delivery Information\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Privacy Policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Terms & Conditions\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Information\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"aadb6fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d7c1a9c\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Super Deals\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Today TOP Deal\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Bestsellers\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Special\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"791d74c\"}],\"title\":\"Best Deals\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"33d0938\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ebbf321\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Contact Us\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Returns policy\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Site Map\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Affiliate program\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"Customer Service\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"384b6ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7628b80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"My Account\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Order History\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Wish List\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Newsletter\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"}],\"title\":\"My Account\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e637b34\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"2701000\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Automotive\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Electronics\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Health & Beauty\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Sport\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Toys & Kids\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"eb76823\"}],\"title\":\"Categories\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"82f4a1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"_inline_size_tablet\":33},\"elements\":[{\"id\":\"d1c037d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Accessories\",\"_id\":\"28f5905\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Bedding & Bath\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"2ca45bf\"},{\"title\":\"Furniture\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4d6ceab\"},{\"title\":\"Kitchen & Dining\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"1bc5eeb\"},{\"title\":\"Living room\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#666666\",\"hover_color\":\"#E95D2A\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"6f4027a\"}],\"title\":\"Promotions\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"color\":\"#111111\",\"hover_color\":\"#111111\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d2e321\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E7E7E7\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2306ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":35,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d44075d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Logo.jpg\",\"id\":108},\"image_size\":\"full\",\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac86340\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":35,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":65,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00807f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-4.jpg\",\"id\":105},\"title_text\":\"<span class=\\\"mob-hide\\\">Need help?<\\/span> Call us: (+800) 1234 5678 90\",\"description_text\":\"Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#999999\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d3f8ccc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":17,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e380eb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Message\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-chat\",\"library\":\"xstore-icons\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#222222\",\"hover_color\":\"#222222\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#222222\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/contact-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"410a4a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":67,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f3fa5f5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/cirrus.svg\",\"id\":3031},\"library\":\"svg\"},\"_id\":\"647dc1c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\",\"icon_align_mobile\":\"center\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05f487a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".elementor-widget-wp-widget-woocommerce_product_tag_cloud h5 {\\n    display: none;\\n}\"},\"elements\":[{\"id\":\"35a4a44\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":11,\"_inline_size_tablet\":20,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"defebbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trending Tags\",\"align_mobile\":\"center\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1ab681\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89,\"_inline_size_tablet\":80,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"861d5c8\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"title\":\" \"}},\"elements\":[],\"widgetType\":\"wp-widget-woocommerce_product_tag_cloud\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9886cc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"37a1d60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f9536ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2021 <a href=\\\"https:\\/\\/xstore.8theme.com\\/\\\">XStore Theme<\\/a>. Created by 8theme - <a href=\\\"https:\\/\\/www.8theme.com\\/\\\">Premium WooCommerce Themes<\\/a>.\",\"align\":\"center\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(14536, 48, '_yoast_wpseo_content_score', '60'),
(14537, 48, '_yoast_wpseo_estimated-reading-time-minutes', '5'),
(14538, 48, '_elementor_controls_usage', 'a:12:{s:13:\"etheme-follow\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:8:\"settings\";a:4:{s:8:\"facebook\";i:1;s:7:\"twitter\";i:1;s:9:\"pinterest\";i:1;s:8:\"telegram\";i:1;}}s:5:\"style\";a:1:{s:14:\"style_settings\";a:4:{s:4:\"size\";i:1;s:11:\"icons_color\";i:1;s:17:\"icons_color_hover\";i:1;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:16;s:19:\"_inline_size_tablet\";i:14;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:10;s:14:\"padding_tablet\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:11:\"header_size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:2;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:15:\"stretch_section\";i:1;s:16:\"content_position\";i:2;s:13:\"content_width\";i:5;s:3:\"gap\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:8:{s:5:\"title\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;s:8:\"position\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:1;}s:21:\"section_style_content\";a:12:{s:26:\"content_vertical_alignment\";i:1;s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:17:\"button_text_color\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),
(14539, 627, '_wp_page_template', 'default'),
(14540, 627, '_elementor_edit_mode', 'builder'),
(14541, 627, '_elementor_template_type', 'wp-post'),
(14542, 627, '_elementor_version', '3.0.14'),
(14543, 627, '_elementor_data', '[{\"id\":\"4ca4e0e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e029e69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6fd2db3\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Hotline Order:\",\"description_text\":\"(+101) 5620 - 8155\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.png\",\"id\":649},\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#777777\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"description_color\":\"#E95D2A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"bold\",\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"e42aeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae271c8\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Email ID:\",\"description_text\":\"xstore@support.com\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon3.png\",\"id\":665},\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#777777\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"description_color\":\"#E95D2A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_font_weight\":\"bold\",\"text_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(14544, 627, '_elementor_controls_usage', 'a:3:{s:9:\"image-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:8:\"position\";i:2;s:5:\"image\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:2;s:10:\"image_size\";i:2;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:2;s:18:\"title_bottom_space\";i:2;s:11:\"title_color\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:17:\"description_color\";i:2;s:33:\"description_typography_typography\";i:2;s:34:\"description_typography_font_family\";i:2;s:32:\"description_typography_font_size\";i:2;s:34:\"description_typography_font_weight\";i:2;s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}}'),
(14545, 734, '_wp_page_template', 'default'),
(14546, 734, '_elementor_edit_mode', 'builder'),
(14547, 734, '_elementor_template_type', 'wp-post'),
(14548, 734, '_elementor_version', '3.0.14'),
(14549, 734, '_elementor_data', '[{\"id\":\"48a26576\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"75\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"css_classes\":\"custom-brands\",\"xstore_element_custom_css\":\".custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded {\\n    opacity: 0.4 !important;\\n}\\n.custom-brands .swiper-entry:not(.wpb_images_carousel) .swiper-lazy.swiper-lazy-loaded:hover {\\n    opacity: 1 !important;\\n}\\n\\n\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"1e27daa9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"58abdb51\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore from Premium Brands\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#222222\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"497752a2\",\"elType\":\"widget\",\"settings\":{\"slides\":6,\"slides_tablet\":4,\"slides_mobile\":1},\"elements\":[],\"widgetType\":\"etheme_brands\"}],\"isInner\":false}],\"isInner\":false}]'),
(14550, 734, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:11:\"title_color\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:3:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:1;}}}}}'),
(14558, 1200, '_wp_page_template', 'default'),
(14559, 1200, '_elementor_edit_mode', 'builder'),
(14560, 1200, '_elementor_template_type', 'wp-post'),
(14561, 1200, '_elementor_version', '3.4.3');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14562, 1200, '_elementor_data', '[{\"id\":\"cd6773d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"3c397af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b79a768\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-13-min-1.jpg\",\"id\":3810},\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"befa061\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66,\"_inline_size_tablet\":30,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"bc66f19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2c3f9ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% flate on\\nelectronic items\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55ab5b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Save up to $100 on select washing machine only.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1ff61ec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"78e5c6a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"523717f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8a20e38\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"6\",\"product_view\":\"mask2\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"product_view_color\":\"white\",\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(14563, 1200, '_yoast_wpseo_content_score', '90'),
(14564, 1200, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(14566, 1200, '_elementor_controls_usage', 'a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:2:{s:5:\"order\";i:1;s:5:\"limit\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:1;s:18:\"product_view_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(14567, 1250, '_wp_page_template', 'default'),
(14568, 1250, '_elementor_edit_mode', 'builder'),
(14569, 1250, '_elementor_template_type', 'wp-post'),
(14570, 1250, '_elementor_version', '3.4.3'),
(14571, 1250, '_elementor_data', '[{\"id\":\"146a43fd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"3857e4db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dfe4c13\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/9-min-1.jpg\",\"id\":3811},\"background_position\":\"top left\",\"background_size\":\"cover\",\"background_repeat_tablet\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"18ee4c5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"7703522f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"650dd4dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save up to 50% flate on\\nelectronic items\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1974718a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Save up to $100 on select washing machine only.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"425fc32c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9425a38\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"be09560\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"59b268af\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"6\",\"product_view\":\"mask3\",\"_margin\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(14572, 1250, '_yoast_wpseo_content_score', '90'),
(14573, 1250, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(14575, 1250, '_elementor_controls_usage', 'a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:24:\"background_repeat_tablet\";i:1;s:22:\"background_size_tablet\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:3:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:7:\"orderby\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(14576, 1251, '_wp_page_template', 'default'),
(14577, 1251, '_elementor_edit_mode', 'builder'),
(14578, 1251, '_elementor_template_type', 'wp-post'),
(14579, 1251, '_elementor_version', '3.4.3'),
(14580, 1251, '_elementor_data', '[{\"id\":\"4a5ce87a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"5faaedea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60c3f512\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/6-1-min.jpg\",\"id\":3809},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"62a6590d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true},{\"id\":\"6e249c02\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"758c2d71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% flate on\\nelectronic items\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"153c57a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Save up to $100 on select washing machine only.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d4c3533\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ee23b18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f67534a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e677db9\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"6\",\"product_view\":\"light\",\"_margin\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"orderby\":\"rand\",\"taxonomies\":[\"29\"],\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(14581, 1251, '_yoast_wpseo_content_score', '90'),
(14582, 1251, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(14584, 1251, '_elementor_controls_usage', 'a:6:{s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:4:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:7:\"orderby\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(14585, 4971, '_wp_page_template', 'default'),
(14586, 4971, '_elementor_edit_mode', 'builder'),
(14587, 4971, '_elementor_template_type', 'wp-post'),
(14588, 4971, '_elementor_version', '3.4.3'),
(14589, 4971, '_elementor_data', '[{\"id\":\"5e416e77\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E95D2A\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"css_classes\":\"products-tab\",\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\"},\"elements\":[{\"id\":\"8de431e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ffa238d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/1-2-min.jpg\",\"id\":3841},\"background_position\":\"top center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"44bdbaf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"space_between_widgets\":10,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4365b753\",\"elType\":\"widget\",\"settings\":{\"title\":\"Save upto 50% flate on\\nelectronic items\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"123f2544\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Save up to $100 on select washing machine only.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"403c1fcf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Shopping\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#E95D2A\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#E95D2ACF\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"el-button-underline-hover\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"12d4a575\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"177a753\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48e06fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"17733530\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"6\",\"order\":\"DESC\",\"limit\":\"6\",\"product_view\":\"light\",\"_margin\":{\"unit\":\"px\",\"top\":\"010\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"taxonomies\":[\"32\"],\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(14590, 4971, '_yoast_wpseo_content_score', '90'),
(14591, 4971, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(14593, 4971, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:8:\"settings\";a:3:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;s:4:\"ajax\";i:1;}s:20:\"product_data_section\";a:3:{s:5:\"order\";i:1;s:5:\"limit\";i:1;s:10:\"taxonomies\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(14594, 2263, '_wp_page_template', 'default'),
(14595, 2263, '_elementor_edit_mode', 'builder'),
(14596, 2263, '_elementor_template_type', 'wp-post'),
(14597, 2263, '_elementor_version', '3.4.4');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14598, 2263, '_elementor_data', '[{\"id\":\"39edd66\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"custom-menu\",\"xstore_element_custom_css\":\"selector .custom-menu .banner-content {\\n    background-color: rgb(255 255 255 \\/ .95);\\n}\\nselector .elementor-button-icon i {\\n    font-size: 24px;\\n    line-height: 32px;\\n}\\n\"},\"elements\":[{\"id\":\"04745a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8661948\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a3b9de1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"903ab6a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Email: youremail@site.com\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-message\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db501c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"34a8063\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"af25e28\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\" New Arrivals \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Jumpers & Cardigans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Blazers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Suits\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Jeans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Casual Shirts\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Clothing\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"b222885\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1805440\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"New Arrivals\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Online Only\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Best Sellers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gift Guide\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"}],\"title\":\"Featured\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"381d92b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5818b44\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"82e00db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d14b97\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call to us! +44 1632 960655\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-phone-call\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"55e768a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"563fa55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dce57ba\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Bags \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Watches\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Caps\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gloves & Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Wallets\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Jewelry\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Accessories\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"3966727\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ef163f\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Boots\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Trainers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Casual Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Formal Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Crossbody \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a519c2f\"},{\"title\":\"Evening Bags\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"e1e85e6\"}],\"title\":\"Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e92def7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca7b71d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c2392e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e48b004\",\"elType\":\"widget\",\"settings\":{\"text\":\"East 21st Street \\/ 304 New York\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-internet\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2740576\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/8-2-min.jpg\",\"id\":3856},\"title\":\"Perfect yourself style\",\"subtitle\":\"\",\"button_title\":\"Show more\",\"img_size\":\"full\",\"content\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"none\",\"title_font_container_textcolor\":\"#222222\",\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"_background_background\":\"classic\",\"type_with_diagonal\":\"true\",\"etheme_parallax_scroll_y\":-80,\"xstore_element_custom_css\":\"selector .banner-content {\\n    background-color: rgba(255,255,255,0.8);\\n}\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false}],\"isInner\":false}]'),
(14599, 2263, '_yoast_wpseo_content_score', '90'),
(14600, 2263, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(14602, 2263, '_elementor_controls_usage', 'a:5:{s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:3;s:5:\"align\";i:3;s:4:\"size\";i:3;s:13:\"selected_icon\";i:3;s:11:\"icon_indent\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:10;s:14:\"padding_mobile\";i:4;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:3;s:12:\"border_color\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:6;s:16:\"content_position\";i:3;s:12:\"height_inner\";i:3;s:19:\"custom_height_inner\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:3;s:12:\"border_color\";i:3;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:6:\"margin\";i:3;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:4;}s:8:\"settings\";a:11:{s:5:\"title\";i:4;s:16:\"title_custom_tag\";i:4;s:4:\"link\";i:4;s:27:\"title_typography_typography\";i:4;s:28:\"title_typography_font_family\";i:4;s:26:\"title_typography_font_size\";i:4;s:28:\"title_typography_font_weight\";i:4;s:28:\"title_typography_line_height\";i:4;s:5:\"color\";i:4;s:11:\"hover_color\";i:4;s:13:\"item_paddings\";i:4;}}}}s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:12:\"button_title\";i:1;s:7:\"content\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:5:{s:13:\"image_section\";a:1:{s:8:\"img_size\";i:1;}s:13:\"title_section\";a:6:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;}s:15:\"content_section\";a:1:{s:14:\"content_margin\";i:1;}s:14:\"button_section\";a:7:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:15:\"button_paddings\";i:1;}s:13:\"style_section\";a:1:{s:18:\"type_with_diagonal\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}}'),
(14603, 2275, '_wp_page_template', 'default'),
(14604, 2275, '_elementor_edit_mode', 'builder'),
(14605, 2275, '_elementor_template_type', 'wp-post'),
(14606, 2275, '_elementor_version', '3.4.4'),
(14607, 2275, '_elementor_data', '[{\"id\":\"fb859b3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"6646f38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"916d101\",\"elType\":\"widget\",\"settings\":{\"columns\":5,\"number\":5,\"image_size\":\"shop_catalog\",\"ids\":[\"15\",\"20\",\"21\",\"24\",\"25\"],\"content_hover\":\"none\",\"content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_bg_background\":\"classic\",\"content_bg_color\":\"#FFFFFFD4\",\"products_typography_typography\":\"custom\",\"products_typography_font_family\":\"Roboto\",\"products_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"products_typography_font_weight\":\"400\",\"categories_typography_typography\":\"custom\",\"categories_typography_font_family\":\"Roboto\",\"categories_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"categories_typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false}],\"isInner\":false}]'),
(14609, 2275, '_elementor_controls_usage', 'a:3:{s:17:\"etheme_categories\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:16:\"general_settings\";a:3:{s:7:\"columns\";i:1;s:6:\"number\";i:1;s:10:\"image_size\";i:1;}s:13:\"data_settings\";a:1:{s:3:\"ids\";i:1;}s:16:\"content_settings\";a:1:{s:13:\"content_hover\";i:1;}}s:5:\"style\";a:3:{s:21:\"section_style_content\";a:3:{s:15:\"content_padding\";i:1;s:21:\"content_bg_background\";i:1;s:16:\"content_bg_color\";i:1;}s:22:\"products_style_section\";a:4:{s:30:\"products_typography_typography\";i:1;s:31:\"products_typography_font_family\";i:1;s:29:\"products_typography_font_size\";i:1;s:31:\"products_typography_font_weight\";i:1;}s:24:\"categories_style_section\";a:4:{s:32:\"categories_typography_typography\";i:1;s:33:\"categories_typography_font_family\";i:1;s:31:\"categories_typography_font_size\";i:1;s:33:\"categories_typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}'),
(14610, 2275, '_yoast_wpseo_content_score', '90'),
(14611, 2275, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(14612, 2277, '_wp_page_template', 'default'),
(14613, 2277, '_elementor_edit_mode', 'builder'),
(14614, 2277, '_elementor_template_type', 'wp-post'),
(14615, 2277, '_elementor_version', '3.2.5');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14616, 2277, '_elementor_data', '[{\"id\":\"1450a5bb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"5147893d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"51c3fa89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"2cb04352\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3eb991cd\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\" New Arrivals \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Jumpers & Cardigans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Blazers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Suits\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Cardigans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b855c66\"},{\"title\":\"Jeans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Casual Shirts\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Clothing\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"534e3571\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"14d9f65e\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"New Arrivals\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Online Only\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Best Gifts\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"New only\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"5f40382\"},{\"title\":\"Suits\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"3d2e0f7\"},{\"title\":\"Best Sellers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"3b1d1d3\"},{\"title\":\"Gift Guide\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"}],\"title\":\"Featured\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"28b2443c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"239211a1\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/banner-1-1-17.03.18-min.jpg\",\"id\":3852},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"button_title\":\"Show all\",\"img_size\":\"full\",\"content\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"none\",\"title_font_container_textcolor\":\"#222222\",\"valign\":\"middle\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"_background_background\":\"classic\",\"type_with_diagonal\":\"true\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"5d298c67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\"},\"elements\":[{\"id\":\"61c218bb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"59e28925\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f026c2a\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Bags \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Watches\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Caps\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gloves & Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ef2808c\"},{\"title\":\"Wallets\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Jewelry\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Accessories\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"50ef0294\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a698430\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Boots\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Trainers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Casual Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"All Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Formal Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"6b56fd6\"},{\"title\":\"Crossbody \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a519c2f\"},{\"title\":\"Evening Bags\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"e1e85e6\"}],\"title\":\"Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(14617, 2277, '_elementor_controls_usage', 'a:4:{s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:4;}s:8:\"settings\";a:11:{s:5:\"title\";i:4;s:16:\"title_custom_tag\";i:4;s:4:\"link\";i:4;s:27:\"title_typography_typography\";i:4;s:28:\"title_typography_font_family\";i:4;s:26:\"title_typography_font_size\";i:4;s:28:\"title_typography_font_weight\";i:4;s:28:\"title_typography_line_height\";i:4;s:5:\"color\";i:4;s:11:\"hover_color\";i:4;s:13:\"item_paddings\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:4;s:6:\"margin\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:3;s:12:\"border_color\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:3;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:12:\"button_title\";i:1;s:7:\"content\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"image_section\";a:2:{s:8:\"img_size\";i:1;s:18:\"type_with_diagonal\";i:1;}s:13:\"style_section\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:28:\"title_typography_line_height\";i:1;s:16:\"content_paddings\";i:1;}s:14:\"button_section\";a:7:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}}'),
(14618, 2280, '_wp_page_template', 'default'),
(14619, 2280, '_elementor_edit_mode', 'builder'),
(14620, 2280, '_elementor_template_type', 'wp-post'),
(14621, 2280, '_elementor_version', '3.0.14'),
(14622, 2280, '_elementor_data', '[{\"id\":\"e750c23\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_position\":\"bottom\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"xstore_element_custom_css\":\".menu-item .elementor-image-box-wrapper:hover a {\\n    color: #A3A3A3;\\n}\"},\"elements\":[{\"id\":\"1892ee7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3be408c\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"58facf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9cc53b1\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"cd9bdd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b5a87a\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"94dad60\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fb85ec\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b8230e7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_position\":\"bottom\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"576523c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fe8eb02\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"24e60d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ddd47b\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"ed6b46a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"194bf0d\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Furniture\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2.jpg\",\"id\":87},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"edfff03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9bd8308\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(14623, 2280, '_elementor_controls_usage', 'a:3:{s:9:\"image-box\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:8;s:16:\"description_text\";i:8;s:5:\"image\";i:8;s:4:\"link\";i:8;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:8;s:10:\"image_size\";i:3;s:26:\"css_filters_hover_saturate\";i:1;}s:21:\"section_style_content\";a:5:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:8;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:7;s:12:\"border_width\";i:7;s:12:\"border_color\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:8;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:2:{s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}}'),
(14624, 2458, '_wp_page_template', 'default'),
(14625, 2458, '_elementor_edit_mode', 'builder'),
(14626, 2458, '_elementor_template_type', 'wp-post'),
(14627, 2458, '_elementor_version', '3.0.14');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14628, 2458, '_elementor_data', '[{\"id\":\"cc6b209\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"custom-menu-block\",\"xstore_element_custom_css\":\".custom-menu-block .elementor-widget-container .et-menu-list {\\n    margin-bottom: 0px;\\n}\"},\"elements\":[{\"id\":\"2967787f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7708e58\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\" New Arrivals \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Jumpers & Cardigans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Blazers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Suits\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Jeans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Casual Shirts\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"},{\"title\":\"Casual Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"f24624e\"},{\"title\":\"Formal Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"645a540\"}],\"title\":\"Clothing\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"681736da\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"space_between_widgets\":20},\"elements\":[{\"id\":\"758505ac\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"New Arrivals\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Online Only\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Featured\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"},{\"id\":\"0be9f5d\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Bags \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Watches\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Caps\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gloves & Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"}],\"title\":\"Accessories\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"e4afe03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"59b8c8a\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\" New Arrivals \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Jumpers & Cardigans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Blazers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Suits\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Jeans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Casual Shirts\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"},{\"title\":\"Casual Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"f24624e\"},{\"title\":\"Formal Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"645a540\"}],\"title\":\"Clothing\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":false},{\"id\":\"7074f8da\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4b823a5\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"hover_animation\":\"shrink\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"61abac5c\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"hover_animation\":\"shrink\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5d20cb2e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(14629, 2458, '_elementor_controls_usage', 'a:4:{s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:4;}s:8:\"settings\";a:11:{s:5:\"title\";i:4;s:16:\"title_custom_tag\";i:4;s:4:\"link\";i:4;s:27:\"title_typography_typography\";i:4;s:28:\"title_typography_font_family\";i:4;s:26:\"title_typography_font_size\";i:4;s:28:\"title_typography_font_weight\";i:4;s:28:\"title_typography_line_height\";i:4;s:5:\"color\";i:4;s:11:\"hover_color\";i:4;s:13:\"item_paddings\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:4;s:6:\"margin\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:5:\"image\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;s:15:\"hover_animation\";i:3;}s:21:\"section_style_content\";a:5:{s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}}'),
(14630, 2459, '_wp_page_template', 'default'),
(14631, 2459, '_elementor_edit_mode', 'builder'),
(14632, 2459, '_elementor_template_type', 'wp-post'),
(14633, 2459, '_elementor_version', '3.2.5'),
(14634, 2459, '_elementor_data', '[{\"id\":\"42affc70\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"13d642c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7415d574\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/10-2-min.jpg\",\"id\":3863},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"button_title\":\"Show all\",\"img_size\":\"full\",\"content\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"none\",\"title_font_container_textcolor\":\"#FFFFFF\",\"valign\":\"middle\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"_background_background\":\"classic\",\"type_with_diagonal\":\"true\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"240\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"2e523dcc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"6e02fd28\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"2ca7614d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"26798f2e\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\" New Arrivals \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Jumpers & Cardigans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Blazers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Suits\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Jeans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Casual Shirts\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Clothing\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"2055e46a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d636c1a\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"New Arrivals\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Online Only\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Best Sellers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gift Guide\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"}],\"title\":\"Featured\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d5c1afb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3f13bf57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a3a866a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Email: youremail@site.com\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-message\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(14635, 2459, '_elementor_controls_usage', 'a:5:{s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:12:\"button_title\";i:1;s:7:\"content\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"image_section\";a:2:{s:8:\"img_size\";i:1;s:18:\"type_with_diagonal\";i:1;}s:13:\"style_section\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:28:\"title_typography_line_height\";i:1;s:16:\"content_paddings\";i:1;}s:14:\"button_section\";a:7:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:21:\"space_between_widgets\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:2:{s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:5;s:6:\"margin\";i:1;s:14:\"padding_mobile\";i:2;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:2;}s:8:\"settings\";a:11:{s:5:\"title\";i:2;s:16:\"title_custom_tag\";i:2;s:4:\"link\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:5:\"color\";i:2;s:11:\"hover_color\";i:2;s:13:\"item_paddings\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:3;s:16:\"content_position\";i:1;s:12:\"height_inner\";i:1;s:19:\"custom_height_inner\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:12:\"text_padding\";i:1;}}}}}'),
(14636, 2459, '_yoast_wpseo_content_score', '60'),
(14637, 2459, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(14638, 2461, '_wp_page_template', 'default'),
(14639, 2461, '_elementor_edit_mode', 'builder'),
(14640, 2461, '_elementor_template_type', 'wp-post'),
(14641, 2461, '_elementor_version', '3.4.4');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14642, 2461, '_elementor_data', '[{\"id\":\"53e8995c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"custom-menu\",\"xstore_element_custom_css\":\"selector .custom-menu .banner-content {\\n    background-color: rgb(255 255 255 \\/ .95);\\n}\"},\"elements\":[{\"id\":\"3e241098\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b035760\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1f0c1bfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"19f63c41\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call to us! +44 1632 960655\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-phone-call\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48e703ba\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"70072b59\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e13ec1\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Bags \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Watches\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Caps\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gloves & Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"d6d2d30\"},{\"title\":\"Wallets\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Jewelry\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Accessories\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"7f2a1ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61981659\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Boots\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Trainers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"All Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Casual Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"4142128\"},{\"title\":\"Formal Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Crossbody \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a519c2f\"},{\"title\":\"Evening Bags\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"e1e85e6\"}],\"title\":\"Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7ca562ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"space_between_widgets\":15},\"elements\":[{\"id\":\"49a7a8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Products\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156227\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"2\",\"limit\":\"2\",\"slides\":2,\"product_view\":\"light\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]'),
(14644, 2461, '_elementor_controls_usage', 'a:6:{s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:12:\"text_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:2:{s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:3;s:16:\"content_position\";i:1;s:12:\"height_inner\";i:1;s:19:\"custom_height_inner\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:6:\"margin\";i:1;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:2;}s:8:\"settings\";a:11:{s:5:\"title\";i:2;s:16:\"title_custom_tag\";i:2;s:4:\"link\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:5:\"color\";i:2;s:11:\"hover_color\";i:2;s:13:\"item_paddings\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:8:\"settings\";a:2:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;}s:20:\"product_data_section\";a:1:{s:5:\"limit\";i:1;}s:15:\"slider_settings\";a:1:{s:6:\"slides\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}}}}'),
(14645, 2558, '_wp_page_template', 'default'),
(14646, 2558, '_elementor_edit_mode', 'builder'),
(14647, 2558, '_elementor_template_type', 'wp-post'),
(14648, 2558, '_elementor_version', '3.4.4'),
(14649, 2558, '_elementor_data', '[{\"id\":\"43ce82ca\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"middle\",\"structure\":\"20\"},\"elements\":[{\"id\":\"705f9019\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6992fbe4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"15\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3cb97dec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7218695e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call to us! +44 1632 960655\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-phone-call\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f55410c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9185a1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29be88c6\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Bags \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Watches\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Caps\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gloves & Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Wallets\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Jewelry\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Accessories\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5ca1d72d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55c59897\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Boots\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Trainers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Casual Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Formal Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Crossbody \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a519c2f\"},{\"title\":\"Evening Bags\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"e1e85e6\"}],\"title\":\"Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e97739\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"3314e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6694dc4b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Email: youremail@site.com\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-message\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"516d72b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"93d3c1a\",\"elType\":\"widget\",\"settings\":{\"columns\":2,\"number\":2,\"image_size\":\"shop_catalog\",\"ids\":[\"20\",\"21\"],\"content_hover\":\"none\",\"content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_bg_background\":\"classic\",\"content_bg_color\":\"#FFFFFFD4\",\"products_typography_typography\":\"custom\",\"products_typography_font_family\":\"Roboto\",\"products_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"products_typography_font_weight\":\"400\",\"categories_typography_typography\":\"custom\",\"categories_typography_font_family\":\"Roboto\",\"categories_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"categories_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false}],\"isInner\":false}]'),
(14651, 2558, '_elementor_controls_usage', 'a:5:{s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:2;s:11:\"icon_indent\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:2;s:12:\"text_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:6;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:4;s:16:\"content_position\";i:3;s:12:\"height_inner\";i:2;s:19:\"custom_height_inner\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:6:\"margin\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:2;}s:8:\"settings\";a:11:{s:5:\"title\";i:2;s:16:\"title_custom_tag\";i:2;s:4:\"link\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:5:\"color\";i:2;s:11:\"hover_color\";i:2;s:13:\"item_paddings\";i:2;}}}}s:17:\"etheme_categories\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:16:\"general_settings\";a:3:{s:7:\"columns\";i:1;s:6:\"number\";i:1;s:10:\"image_size\";i:1;}s:13:\"data_settings\";a:1:{s:3:\"ids\";i:1;}s:16:\"content_settings\";a:1:{s:13:\"content_hover\";i:1;}}s:5:\"style\";a:3:{s:21:\"section_style_content\";a:3:{s:15:\"content_padding\";i:1;s:21:\"content_bg_background\";i:1;s:16:\"content_bg_color\";i:1;}s:22:\"products_style_section\";a:4:{s:30:\"products_typography_typography\";i:1;s:31:\"products_typography_font_family\";i:1;s:29:\"products_typography_font_size\";i:1;s:31:\"products_typography_font_weight\";i:1;}s:24:\"categories_style_section\";a:4:{s:32:\"categories_typography_typography\";i:1;s:33:\"categories_typography_font_family\";i:1;s:31:\"categories_typography_font_size\";i:1;s:33:\"categories_typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}}'),
(14652, 2593, '_wp_page_template', 'default'),
(14653, 2593, '_elementor_edit_mode', 'builder'),
(14654, 2593, '_elementor_template_type', 'wp-post'),
(14655, 2593, '_elementor_version', '3.4.4');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14656, 2593, '_elementor_data', '[{\"id\":\"4b4086af\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"top\",\"structure\":\"20\"},\"elements\":[{\"id\":\"1b454226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"486120d1\",\"elType\":\"widget\",\"settings\":{\"columns\":2,\"number\":2,\"image_size\":\"shop_catalog\",\"ids\":[\"20\",\"21\"],\"content_hover\":\"none\",\"content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_bg_background\":\"classic\",\"content_bg_color\":\"#FFFFFFD4\",\"products_typography_typography\":\"custom\",\"products_typography_font_family\":\"Roboto\",\"products_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"products_typography_font_weight\":\"400\",\"categories_typography_typography\":\"custom\",\"categories_typography_font_family\":\"Roboto\",\"categories_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"categories_typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false},{\"id\":\"333679b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"caba6f4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1e82f1fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3517d3e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call to us! +44 1632 960655\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-phone-call\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"488aef27\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2a3d2e9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"54f43f3e\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Bags \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Watches\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Caps\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gloves & Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"6eb5af6\"},{\"title\":\"Wallets\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Jewelry\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Accessories\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"5b7d2b13\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bf683f7\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Boots\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Trainers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Casual Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"All Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Formal Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"f7e6b8c\"},{\"title\":\"Crossbody \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a519c2f\"},{\"title\":\"Evening Bags\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"e1e85e6\"}],\"title\":\"Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f60d77b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"68d4262d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cf1008f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Email: youremail@site.com\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-message\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(14658, 2593, '_elementor_controls_usage', 'a:5:{s:17:\"etheme_categories\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:16:\"general_settings\";a:3:{s:7:\"columns\";i:1;s:6:\"number\";i:1;s:10:\"image_size\";i:1;}s:13:\"data_settings\";a:1:{s:3:\"ids\";i:1;}s:16:\"content_settings\";a:1:{s:13:\"content_hover\";i:1;}}s:5:\"style\";a:3:{s:21:\"section_style_content\";a:3:{s:15:\"content_padding\";i:1;s:21:\"content_bg_background\";i:1;s:16:\"content_bg_color\";i:1;}s:22:\"products_style_section\";a:4:{s:30:\"products_typography_typography\";i:1;s:31:\"products_typography_font_family\";i:1;s:29:\"products_typography_font_size\";i:1;s:31:\"products_typography_font_weight\";i:1;}s:24:\"categories_style_section\";a:4:{s:32:\"categories_typography_typography\";i:1;s:33:\"categories_typography_font_family\";i:1;s:31:\"categories_typography_font_size\";i:1;s:33:\"categories_typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:6;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:2:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:2;s:11:\"icon_indent\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:2;s:12:\"text_padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:4;s:16:\"content_position\";i:3;s:12:\"height_inner\";i:2;s:19:\"custom_height_inner\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:6:\"margin\";i:3;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:2;}s:8:\"settings\";a:11:{s:5:\"title\";i:2;s:16:\"title_custom_tag\";i:2;s:4:\"link\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:5:\"color\";i:2;s:11:\"hover_color\";i:2;s:13:\"item_paddings\";i:2;}}}}}'),
(14659, 2607, '_wp_page_template', 'default'),
(14660, 2607, '_elementor_edit_mode', 'builder'),
(14661, 2607, '_elementor_template_type', 'wp-post'),
(14662, 2607, '_elementor_version', '3.4.4'),
(14663, 2607, '_elementor_data', '[{\"id\":\"22c611f5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"35\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"custom-menu\",\"xstore_element_custom_css\":\"selector .custom-menu .banner-content {\\n    background-color: rgb(255 255 255 \\/ .95);\\n}\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"28a049a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3dbbd40d\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"hover_animation\":\"shrink\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"20382fe2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"hover_animation\":\"shrink\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4b363a69\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"hover_animation\":\"shrink\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"77fff7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.332,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c41541e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"401b4076\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61315a71\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call to us! +44 1632 960655\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-phone-call\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1b563b46\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-40\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a47dafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"6069d80\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Boots\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Trainers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Evening Bags\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"e1e85e6\"}],\"title\":\"Shoes\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"},{\"id\":\"8fef081\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"New Arrivals\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Online Only\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Furniture\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"47397fe9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"fa31dc8\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"New Arrivals\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Online Only\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Furniture\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"},{\"id\":\"c603c75\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Watches\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Caps\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gloves & Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"}],\"title\":\"Accessories\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"e8f6a15\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"3eb4ae9\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Bags \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Watches\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Gloves & Scarves \",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"}],\"title\":\"Accessories\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"},{\"id\":\"78e5394\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"Kitchen\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Trainers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"}],\"title\":\"Furniture\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8359e2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"030\",\"isLinked\":false},\"space_between_widgets\":15,\"border_border\":\"solid\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a5b2573\",\"elType\":\"widget\",\"settings\":{\"title\":\"New Products\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443f76d2\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"columns_grid\":\"2\",\"limit\":\"2\",\"slides\":2,\"product_view\":\"light\",\"orderby\":\"menu_order\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false}]'),
(14665, 2607, '_elementor_controls_usage', 'a:7:{s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:5:\"image\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;s:15:\"hover_animation\";i:3;}s:21:\"section_style_content\";a:5:{s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:7;s:21:\"space_between_widgets\";i:4;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:12:\"border_width\";i:3;s:12:\"border_color\";i:3;s:13:\"border_border\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:7;s:6:\"margin\";i:2;s:14:\"padding_mobile\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:11:\"icon_indent\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:12:\"text_padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:3;s:16:\"content_position\";i:2;s:12:\"height_inner\";i:1;s:19:\"custom_height_inner\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:3;s:6:\"margin\";i:2;s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:6;}s:8:\"settings\";a:11:{s:5:\"title\";i:6;s:16:\"title_custom_tag\";i:6;s:4:\"link\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:28:\"title_typography_line_height\";i:6;s:5:\"color\";i:6;s:11:\"hover_color\";i:6;s:13:\"item_paddings\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:8:\"settings\";a:2:{s:4:\"type\";i:1;s:12:\"columns_grid\";i:1;}s:20:\"product_data_section\";a:2:{s:5:\"limit\";i:1;s:7:\"orderby\";i:1;}s:15:\"slider_settings\";a:1:{s:6:\"slides\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:1:{s:12:\"product_view\";i:1;}}}}}'),
(14666, 2649, '_wp_page_template', 'default'),
(14667, 2649, '_elementor_edit_mode', 'builder'),
(14668, 2649, '_elementor_template_type', 'wp-post'),
(14669, 2649, '_elementor_version', '3.2.5');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14670, 2649, '_elementor_data', '[{\"id\":\"5d707015\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"4ae2eecb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32c768\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/banner-1-1-17.03.18-min.jpg\",\"id\":3852},\"title\":\"Get Free Shipping & 30% Off\",\"subtitle\":\"\",\"button_title\":\"Show all\",\"img_size\":\"full\",\"content\":\"\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"none\",\"title_font_container_textcolor\":\"#222222\",\"valign\":\"middle\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"_background_background\":\"classic\",\"type_with_diagonal\":\"true\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"3395ea72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2485a134\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"65932b0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1683965f\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\" New Arrivals \",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Jumpers & Cardigans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Cardigans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"6f562db\"},{\"title\":\"Blazers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Suits\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"},{\"title\":\"Jeans\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a7d2f7d\"},{\"title\":\"Casual Shirts\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"ba0f658\"}],\"title\":\"Clothing\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true},{\"id\":\"30e557b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bf7949f\",\"elType\":\"widget\",\"settings\":{\"menu_list_item\":[{\"title\":\"New Arrivals\",\"_id\":\"901c560\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"title\":\"Best gifts\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"0773111\"},{\"title\":\"Children\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"a1f70f3\"},{\"title\":\"New Items\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"e9cc649\"},{\"title\":\"Online Only\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"dfefff6\"},{\"title\":\"Best Sellers\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"b2dcf74\"},{\"title\":\"Gift Guide\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#555555\",\"hover_color\":\"#555555\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_id\":\"9f0a1ff\"}],\"title\":\"Featured\",\"title_custom_tag\":\"p\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"color\":\"#222222\",\"hover_color\":\"#222222\",\"item_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"et_menu_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(14671, 2649, '_elementor_controls_usage', 'a:4:{s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:12:\"button_title\";i:1;s:7:\"content\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"image_section\";a:2:{s:8:\"img_size\";i:1;s:18:\"type_with_diagonal\";i:1;}s:13:\"style_section\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:28:\"title_typography_line_height\";i:1;s:16:\"content_paddings\";i:1;}s:14:\"button_section\";a:7:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;s:13:\"border_border\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:6:\"margin\";i:1;s:14:\"padding_mobile\";i:2;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:2;}s:8:\"settings\";a:11:{s:5:\"title\";i:2;s:16:\"title_custom_tag\";i:2;s:4:\"link\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:5:\"color\";i:2;s:11:\"hover_color\";i:2;s:13:\"item_paddings\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}}'),
(14672, 2648, '_wp_page_template', 'default'),
(14673, 2648, '_elementor_edit_mode', 'builder'),
(14674, 2648, '_elementor_template_type', 'wp-post'),
(14675, 2648, '_elementor_version', '3.4.4'),
(14676, 2648, '_elementor_data', '[{\"id\":\"1a16a6dc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e00d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5c58425c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"structure\":\"20\"},\"elements\":[{\"id\":\"25059537\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b490864\",\"elType\":\"widget\",\"settings\":{\"text\":\"Email: youremail@site.com\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-message\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"309e3fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4866089b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call to us! +44 1632 960655\",\"align\":\"center\",\"size\":\"md\",\"selected_icon\":{\"value\":\"et-icon et-phone-call\",\"library\":\"xstore-icons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_text_color\":\"#222222\",\"background_color\":\"#FFFFFF\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c8837ba\",\"elType\":\"widget\",\"settings\":{\"columns\":4,\"number\":4,\"image_size\":\"shop_catalog\",\"ids\":[\"15\",\"20\",\"21\",\"24\",\"25\"],\"content_hover\":\"none\",\"content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_bg_background\":\"classic\",\"content_bg_color\":\"#FFFFFFD4\",\"products_typography_typography\":\"custom\",\"products_typography_font_family\":\"Roboto\",\"products_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"products_typography_font_weight\":\"400\",\"categories_typography_typography\":\"custom\",\"categories_typography_font_family\":\"Roboto\",\"categories_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"categories_typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false}],\"isInner\":false}]'),
(14678, 2648, '_elementor_controls_usage', 'a:4:{s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:2;s:5:\"align\";i:2;s:4:\"size\";i:2;s:13:\"selected_icon\";i:2;s:11:\"icon_indent\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:2;s:12:\"text_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:2;s:16:\"content_position\";i:1;s:12:\"height_inner\";i:1;s:19:\"custom_height_inner\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"margin\";i:1;}}}}s:17:\"etheme_categories\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:16:\"general_settings\";a:3:{s:7:\"columns\";i:1;s:6:\"number\";i:1;s:10:\"image_size\";i:1;}s:13:\"data_settings\";a:1:{s:3:\"ids\";i:1;}s:16:\"content_settings\";a:1:{s:13:\"content_hover\";i:1;}}s:5:\"style\";a:3:{s:21:\"section_style_content\";a:3:{s:15:\"content_padding\";i:1;s:21:\"content_bg_background\";i:1;s:16:\"content_bg_color\";i:1;}s:22:\"products_style_section\";a:4:{s:30:\"products_typography_typography\";i:1;s:31:\"products_typography_font_family\";i:1;s:29:\"products_typography_font_size\";i:1;s:31:\"products_typography_font_weight\";i:1;}s:24:\"categories_style_section\";a:4:{s:32:\"categories_typography_typography\";i:1;s:33:\"categories_typography_font_family\";i:1;s:31:\"categories_typography_font_size\";i:1;s:33:\"categories_typography_font_weight\";i:1;}}}}}'),
(14679, 2801, '_wp_page_template', 'default'),
(14680, 2801, '_elementor_edit_mode', 'builder'),
(14681, 2801, '_elementor_template_type', 'wp-post'),
(14682, 2801, '_elementor_version', '3.0.14'),
(14683, 2801, '_elementor_data', '[{\"id\":\"459d3f1d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow custom-banner-shop\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\\n.elementor-widget-image-box:hover .elementor-image-box-title a {\\n    color: #A3A3A3 \\n}\\n@media only screen and (min-width: 1000px) and (max-width: 1200px) {\\n    .custom-banner-shop .banner-content .content-inner,\\n    .custom-banner-shop .banner-content .button-wrap  {\\n        display:none;\\n    }\\n}\\n\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#E1E1E1\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"be4999d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36d2ef6e\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Adv.-Banner.jpg\",\"id\":803},\"title\":\"Smart Phones\",\"subtitle\":\"\",\"content\":\"Lorem Ipsum that has a more-or-less is that it has a more-or-less...\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"subtitle_typography_font_weight\":\"300\",\"subtitle_typography_text_transform\":\"capitalize\",\"subtitle_font_container_textcolor\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#FFFFFF\",\"valign\":\"middle\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"type_with_diagonal\":\"true\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#FFFFFF00\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover \",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"hide_description_responsive\":\"true\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a70ea4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7f94a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Exactly What You Need\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ccd0be2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Xstore is World\'s largest online marketplace connecting buyers with suppliers.\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"48eb4b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.666,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"735501a6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"50\"},\"elements\":[{\"id\":\"13c56995\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6d7d7619\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Electronic\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Vector.jpg\",\"id\":92},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"ca48c37\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"1a90743\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Kitchen\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-7.jpg\",\"id\":1187},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/kitchen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1403b93c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"255b37d6\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Console\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon.jpg\",\"id\":89},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/electronics\\/console\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"3929327d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"2fc9dcd2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Apparels\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1.jpg\",\"id\":86},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/apparels\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":33,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"50064efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"69c63010\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Computer\",\"description_text\":\"\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3.jpg\",\"id\":88},\"link\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/product-category\\/computer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"title_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"image_opacity_hover\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"text_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(14684, 2801, '_elementor_controls_usage', 'a:6:{s:6:\"banner\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:1;s:5:\"title\";i:1;s:8:\"subtitle\";i:1;s:7:\"content\";i:1;s:12:\"button_title\";i:1;s:11:\"button_link\";i:1;}}s:5:\"style\";a:3:{s:13:\"style_section\";a:20:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:30:\"title_font_container_textcolor\";i:1;s:30:\"subtitle_typography_typography\";i:1;s:31:\"subtitle_typography_font_family\";i:1;s:29:\"subtitle_typography_font_size\";i:1;s:31:\"subtitle_typography_font_weight\";i:1;s:34:\"subtitle_typography_text_transform\";i:1;s:33:\"subtitle_font_container_textcolor\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;s:32:\"content_font_container_textcolor\";i:1;s:6:\"valign\";i:1;s:16:\"content_paddings\";i:1;s:27:\"hide_description_responsive\";i:1;}s:13:\"image_section\";a:1:{s:18:\"type_with_diagonal\";i:1;}s:14:\"button_section\";a:9:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:12:\"button_color\";i:1;s:9:\"button_bg\";i:1;s:18:\"button_hover_color\";i:1;s:15:\"button_hover_bg\";i:1;s:15:\"button_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:3;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:8;s:13:\"margin_mobile\";i:8;s:13:\"margin_tablet\";i:3;s:7:\"padding\";i:1;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:5:\"image\";i:5;s:4:\"link\";i:5;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:5;s:10:\"image_size\";i:5;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:5;}s:21:\"section_style_content\";a:6:{s:11:\"title_color\";i:5;s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:10:\"text_align\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:11:\"css_classes\";i:1;s:7:\"padding\";i:1;}s:15:\"section_effects\";a:1:{s:16:\"animation_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),
(14685, 2965, '_wp_page_template', 'default'),
(14686, 2965, '_elementor_edit_mode', 'builder'),
(14687, 2965, '_elementor_template_type', 'wp-post'),
(14688, 2965, '_elementor_version', '3.0.14'),
(14689, 2965, '_elementor_data', '[{\"id\":\"705a0768\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"29f0074e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"13ddb208\",\"elType\":\"widget\",\"settings\":{\"title\":\"Payment security\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"normal\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69b5e71a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Encryption ensures increased transaction security. SSL technology protects data linked to personal and payment info.\",\"text_color\":\"#777777\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ce3fcbc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/visa.svg\",\"id\":2991},\"library\":\"svg\"},\"_id\":\"1b07c59\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/mastercard.svg\",\"id\":2992},\"library\":\"svg\"},\"_id\":\"ccf5f3c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/paypal.svg\",\"id\":2993},\"library\":\"svg\"},\"_id\":\"142198c\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/american-express.svg\",\"id\":2995},\"library\":\"svg\"},\"_id\":\"d7dbc71\"},{\"text\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/western-union.svg\",\"id\":2996},\"library\":\"svg\"},\"_id\":\"67bdd5e\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"center\",\"icon_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"_css_classes\":\"cart-payments\",\"xstore_element_custom_css\":\".cart-payments ul li {\\n    width: auto;\\n}\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(14690, 2965, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;}s:18:\"section_icon_style\";a:2:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}}'),
(14691, 3759, '_wp_page_template', 'default'),
(14692, 3759, '_yoast_wpseo_estimated-reading-time-minutes', ''),
(14693, 3759, '_elementor_edit_mode', 'builder'),
(14694, 3759, '_elementor_template_type', 'wp-post'),
(14695, 3759, '_elementor_version', '3.4.4'),
(14696, 3759, '_elementor_data', '[{\"id\":\"5fdc5e42\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":840,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-newsletter\",\"xstore_element_custom_css\":\".custom-newsletter .et-mailchimp.classic-button input[type=submit] {\\n    font-size: 12px;\\n}\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"485418b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_image\":{\"id\":3761,\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/newsletter-pattern.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"506e39c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Stay in Touch!\",\"align\":\"center\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6726759b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At sem a enim eu vulputate nullam convallis Iaculis vitae odio faucibus adipiscing urna.\",\"align\":\"center\",\"text_color\":\"#555555\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2174bc9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[mc4wp_form id=\\\"163\\\"]\",\"_css_classes\":\"et-mailchimp classic-button\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"b7b0ddc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_image\":{\"id\":3762,\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2021\\/08\\/newsletter-girl.jpg\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"282ee400\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":530,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14698, 3759, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:1;s:12:\"space_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}}'),
(14699, 383, '_form', '<div class=\"form-group\">\n<p> <label class=\"required-item\">First Name </label>[text* your-name] </p>\n<p> <label class=\"required-item\">Last Name </label> [text* your-last-name] </p>\n</div>\n\n<p> <label class=\"required-item\">Subject </label> [text* text-389] </p>\n\n<p> <label class=\"required-item\">Your Message </label> [textarea* your-message] </p>\n\n[submit \"Send Message\"]'),
(14700, 383, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:43:\"[_site_title] <wordpress@xstore.8theme.com>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(14701, 383, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:43:\"[_site_title] <wordpress@xstore.8theme.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(14702, 383, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(14703, 383, '_additional_settings', ''),
(14704, 383, '_locale', 'en_US'),
(14706, 163, '_mc4wp_settings', 'a:9:{s:15:\"required_fields\";s:5:\"EMAIL\";s:12:\"double_optin\";s:1:\"1\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";s:15:\"subscriber_tags\";s:0:\"\";s:18:\"hide_after_success\";s:1:\"0\";s:8:\"redirect\";s:0:\"\";s:3:\"css\";s:1:\"0\";s:5:\"lists\";a:0:{}}'),
(14707, 163, 'text_subscribed', 'Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),
(14708, 163, 'text_invalid_email', 'Please provide a valid email address.'),
(14709, 163, 'text_required_field_missing', 'Please fill in the required fields.'),
(14710, 163, 'text_already_subscribed', 'Given email address is already subscribed, thank you!'),
(14711, 163, 'text_error', 'Oops. Something went wrong. Please try again later.'),
(14712, 163, 'text_unsubscribed', 'You were successfully unsubscribed.'),
(14713, 163, 'text_not_subscribed', 'Given email address is not subscribed.'),
(14714, 163, 'text_no_lists_selected', 'Please select at least one list.'),
(14715, 163, 'text_updated', 'Thank you, your records have been updated!'),
(14716, 51, '_elementor_source_image_hash', 'bcce04b10016feb9082b5ab801cafdbdba3d03b3'),
(14717, 52, '_elementor_source_image_hash', 'a7726b3fe3a235242bb06f90fb3dc563d607b773'),
(14718, 442, '_wp_attachment_wp_user_avatar', '2'),
(14719, 1476, '_elementor_source_image_hash', '1ffd77aff8053078be8bea20ad1469e9df6c57f0'),
(14720, 1477, '_elementor_source_image_hash', '029ccc48f81de29b3e393f6f00a8cab4235c7c55'),
(14721, 1478, '_elementor_source_image_hash', 'fbef2876a50b4d56d880cd4c214926b5fdb2f81f'),
(14722, 1479, '_elementor_source_image_hash', '436130189f9a255a1c7c454f52cf6b47a1a3c253'),
(14723, 2004, '_wp_attachment_context', 'site-icon'),
(14724, 2967, '_wp_attached_file', '2020/12/symbols.svg'),
(14725, 2967, '_wp_attachment_metadata', 'a:2:{s:5:\"width\";i:56;s:6:\"height\";i:56;}'),
(14726, 2967, '_elementor_source_image_hash', '2e67f24fb66936e4a2f97b2bfd8c3285892cdcbb'),
(14728, 2968, '_wp_attached_file', '2020/12/mastercard-1.svg'),
(14729, 2968, '_wp_attachment_metadata', 'a:2:{s:5:\"width\";i:56;s:6:\"height\";i:56;}'),
(14730, 2968, '_elementor_source_image_hash', 'e2e429df98aa26005169f09acd16fb8fb9c1d889'),
(14732, 2969, '_wp_attached_file', '2020/12/money-1.svg'),
(14733, 2969, '_wp_attachment_metadata', 'a:2:{s:5:\"width\";i:56;s:6:\"height\";i:56;}'),
(14734, 2969, '_elementor_source_image_hash', '2d52d1a0f47b9db259be94625602ac8cb03363d6'),
(14736, 2970, '_wp_attached_file', '2020/12/symbol-1.svg'),
(14737, 2970, '_wp_attachment_metadata', 'a:2:{s:5:\"width\";i:56;s:6:\"height\";i:56;}'),
(14738, 2970, '_elementor_source_image_hash', '3f342d723b3aa99cc3b515783e2a925d8774f24e'),
(14740, 2971, '_wp_attached_file', '2020/12/logotype-1.svg'),
(14741, 2971, '_wp_attachment_metadata', 'a:2:{s:5:\"width\";i:56;s:6:\"height\";i:56;}'),
(14742, 2971, '_elementor_source_image_hash', '34e619b6a962bc8bcc891e4720be0ffd621e4734'),
(14744, 2991, '_wp_attached_file', '2020/12/visa.svg'),
(14745, 2991, '_wp_attachment_metadata', 'a:2:{s:5:\"width\";i:473;s:6:\"height\";i:473;}'),
(14747, 2992, '_wp_attached_file', '2020/12/mastercard.svg'),
(14748, 2992, '_wp_attachment_metadata', 'a:2:{s:5:\"width\";i:473;s:6:\"height\";i:473;}'),
(14750, 2993, '_wp_attached_file', '2020/12/paypal.svg'),
(14751, 2993, '_wp_attachment_metadata', 'a:2:{s:5:\"width\";i:473;s:6:\"height\";i:473;}'),
(14753, 2995, '_wp_attached_file', '2020/12/american-express.svg'),
(14754, 2995, '_wp_attachment_metadata', 'a:2:{s:5:\"width\";i:473;s:6:\"height\";i:473;}'),
(14756, 2996, '_wp_attached_file', '2020/12/western-union.svg'),
(14757, 2996, '_wp_attachment_metadata', 'a:2:{s:5:\"width\";i:473;s:6:\"height\";i:473;}'),
(14759, 3031, '_wp_attached_file', '2020/12/cirrus.svg'),
(14760, 3031, '_wp_attachment_metadata', 'a:2:{s:5:\"width\";i:473;s:6:\"height\";i:473;}'),
(14762, 3761, '_elementor_source_image_hash', '21bad695f01e9a917b15316fa2f560cdd014f61c'),
(14763, 3762, '_elementor_source_image_hash', 'd8eae05c5b07ce8fc378842651f91f4ada8b7e0d'),
(14764, 4, '_et_widget_area', '0'),
(14765, 4, '_et_page_banner', '0'),
(14766, 4, '_et_custom_prefooter', '734'),
(14776, 19, '_et_widget_area', '0'),
(14777, 19, '_et_page_banner', '0'),
(14788, 4973, '_menu_item_type', 'post_type'),
(14789, 4973, '_menu_item_menu_item_parent', '0'),
(14790, 4973, '_menu_item_object_id', '19'),
(14791, 4973, '_menu_item_object', 'page'),
(14792, 4973, '_menu_item_target', ''),
(14793, 4973, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14794, 4973, '_menu_item_xfn', ''),
(14795, 4973, '_menu_item_url', ''),
(14796, 4973, '_menu-item-disable_titles', '0'),
(14797, 4973, '_menu-item-open_by_click', '0'),
(14798, 4974, '_menu_item_type', 'custom'),
(14799, 4974, '_menu_item_menu_item_parent', '0'),
(14800, 4974, '_menu_item_object_id', '4974'),
(14801, 4974, '_menu_item_object', 'custom'),
(14802, 4974, '_menu_item_target', ''),
(14803, 4974, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14804, 4974, '_menu_item_xfn', ''),
(14805, 4974, '_menu_item_url', '#'),
(14806, 4974, '_menu-item-disable_titles', '0'),
(14807, 4974, '_menu-item-open_by_click', '0'),
(14808, 4975, '_menu_item_type', 'custom'),
(14809, 4975, '_menu_item_menu_item_parent', '4974'),
(14810, 4975, '_menu_item_object_id', '4975'),
(14811, 4975, '_menu_item_object', 'custom'),
(14812, 4975, '_menu_item_target', ''),
(14813, 4975, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14814, 4975, '_menu_item_xfn', ''),
(14815, 4975, '_menu_item_url', '#'),
(14816, 4975, '_menu-item-disable_titles', '0'),
(14817, 4975, '_menu-item-open_by_click', '0'),
(14818, 4976, '_menu_item_type', 'custom'),
(14819, 4976, '_menu_item_menu_item_parent', '4974'),
(14820, 4976, '_menu_item_object_id', '4976'),
(14821, 4976, '_menu_item_object', 'custom'),
(14822, 4976, '_menu_item_target', ''),
(14823, 4976, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14824, 4976, '_menu_item_xfn', ''),
(14825, 4976, '_menu_item_url', '#'),
(14826, 4976, '_menu-item-disable_titles', '0'),
(14827, 4976, '_menu-item-open_by_click', '0'),
(14828, 4977, '_menu_item_type', 'custom'),
(14829, 4977, '_menu_item_menu_item_parent', '0'),
(14830, 4977, '_menu_item_object_id', '4977'),
(14831, 4977, '_menu_item_object', 'custom'),
(14832, 4977, '_menu_item_target', ''),
(14833, 4977, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14834, 4977, '_menu_item_xfn', ''),
(14835, 4977, '_menu_item_url', '#'),
(14836, 4977, '_menu-item-disable_titles', '0'),
(14837, 4977, '_menu-item-open_by_click', '0'),
(14838, 4978, '_menu_item_type', 'custom'),
(14839, 4978, '_menu_item_menu_item_parent', '4977'),
(14840, 4978, '_menu_item_object_id', '4978'),
(14841, 4978, '_menu_item_object', 'custom'),
(14842, 4978, '_menu_item_target', ''),
(14843, 4978, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14844, 4978, '_menu_item_xfn', ''),
(14845, 4978, '_menu_item_url', '#'),
(14846, 4978, '_menu-item-disable_titles', '0'),
(14847, 4978, '_menu-item-open_by_click', '0'),
(14848, 4979, '_menu_item_type', 'custom'),
(14849, 4979, '_menu_item_menu_item_parent', '4977'),
(14850, 4979, '_menu_item_object_id', '4979'),
(14851, 4979, '_menu_item_object', 'custom'),
(14852, 4979, '_menu_item_target', ''),
(14853, 4979, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14854, 4979, '_menu_item_xfn', ''),
(14855, 4979, '_menu_item_url', '#'),
(14856, 4979, '_menu-item-disable_titles', '0'),
(14857, 4979, '_menu-item-open_by_click', '0'),
(14858, 211, '_et_widget_area', '0'),
(14859, 211, '_et_breadcrumb_type', 'disable'),
(14860, 211, '_et_page_banner', '0'),
(14861, 211, '_elementor_edit_mode', 'builder'),
(14862, 211, '_elementor_template_type', 'wp-page'),
(14863, 211, '_elementor_version', '3.0.14'),
(14864, 211, '_wp_page_template', 'default'),
(14865, 211, '_elementor_data', '[{\"id\":\"be6e391\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-10.jpg\",\"id\":234},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"70e8bc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":18},\"elements\":[{\"id\":\"56f7193\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff2821\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Passion may be a friendly or eager interest in or admiration for a proposal, <br>\\ncause, discovery, or activity or love to a feeling of excitement.\",\"align\":\"center\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20a7320\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"75\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"xstore_element_custom_css\":\".elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {\\n    margin-bottom: 10px;\\n}\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"461a0e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e92920b\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Free Shipping Worldwide\",\"description_text\":\"Our products are free in delivery\\nafter shopping on $999\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-5.jpg\",\"id\":225},\"image_space\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"24851c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"b9f9143\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Weekly Gifts Members\",\"description_text\":\"We are your one-stop shop for\\nnationwide online store.\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-1-1.jpg\",\"id\":222},\"image_space\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"dcba657\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"300ba69\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Money Back Guarantee\",\"description_text\":\"Start saving straight away with\\ndiscount offer on items.\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-2-1.jpg\",\"id\":223},\"image_space\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"e92ea82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e18c6f7\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"24\\/7 Supermarket Help\",\"description_text\":\"We work for all customer to make\\nsatisfied shoppers value.\",\"position\":\"left\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Icon-3-1.jpg\",\"id\":224},\"image_space\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7622d88\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"css_classes\":\"what-we-do-block\",\"xstore_element_custom_css\":\".what-we-do-block .elementor-widget-image-box .elementor-image-box-content {\\n    border: 2px solid #EBEBEB;\\n    margin-top: -5px;\\n    padding: 30px;\\n}\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"74e3adb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"6e45ed7\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"What Do We Do?\",\"description_text\":\"Sed ut perspiciatis unde omnis iste natu errorit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae inventore\\nveritatis et quasi architecto\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-9.jpg\",\"id\":232},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"17c0830\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"b5c6409\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Mission & Vision\",\"description_text\":\"It is a long established fact that a reader will be distracted by the readables content of a page when looking layout. The point of using Lorem Ipsum\\nthat has a more-or-less norma.\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-1-1.jpg\",\"id\":226},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"d2f1b64\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"e67149c\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"History Of Us\",\"description_text\":\"There are many variation of passage of Lorem available, but the majiority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slight believable.\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-2-1.jpg\",\"id\":227},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#111111\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"description_color\":\"#888888\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"image_space_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f2ebe0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Map.png\",\"id\":241},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"0f28f26\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"28bb5e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"956+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"776a347\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Employee Empowered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"97a9600\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"abbe64a\",\"elType\":\"widget\",\"settings\":{\"title\":\"10M\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4143d11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Worldwide Distributors\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1e4a070\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"19e7563\",\"elType\":\"widget\",\"settings\":{\"title\":\"7550+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87c3555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Receive Daily Ordered\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2d05634\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#EBEBEB\",\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"306bd8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"80%\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10fc84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Get Growth Per Year\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"38ee321\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"cac7b72\",\"elType\":\"widget\",\"settings\":{\"title\":\"2150+\",\"align\":\"center\",\"title_color\":\"#E95D2A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c107dc1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Overall Top Brands\",\"align\":\"center\",\"text_color\":\"#444444\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b4e0eeb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"601bef2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":76},\"elements\":[{\"id\":\"dd46741\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"70\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"cbf3329\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":28,\"_inline_size_tablet\":40,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7572b76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Client Testimonial\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6e0766f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":72.017,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":60,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"045f9d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is a long established fact that a reader will be distracted by the readables content of a page when ooking layout. The point of using its Lorem Ipsum that has a more-or-less. Is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable.\",\"text_color\":\"#888888\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e4b9eb7\",\"elType\":\"section\",\"settings\":{\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"4e9735c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"25b5719\",\"elType\":\"widget\",\"settings\":{\"image_position\":\"left\",\"testimonials_tab\":[{\"name\":\"Judith Mckinney\",\"content\":\"This is by far the best theme on Themeforest. It adapts to a lot of the plugins, and their customer support is great. I really love this theme! Thanks 8theme.\",\"country\":\"Seychelles\",\"_id\":\"722f5eb\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Avatar.jpg\",\"id\":217},\"rating\":\"5\"},{\"name\":\"Brandon Pena\",\"content\":\"Best support! Thank you very much for you help and fast response. Definetly I will choose xsore for one of the next projects.\",\"country\":\"Benin\",\"image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Avatar-1.jpg\",\"id\":216},\"rating\":\"5\",\"_id\":\"606396c\"}],\"slider_spacing\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"slides\":2,\"navigation_style\":\"style-4\",\"navigation_position_style\":\"arrows-hover\",\"navigation_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"65\",\"bottom\":\"25\",\"left\":\"65\",\"isLinked\":false},\"size\":\"full\",\"image_max_width\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"rating_color\":\"#FDD835\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"content_wrapper_color\":\"#888888\",\"content_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"name_typography_font_weight\":\"bold\",\"name_typography_text_transform\":\"uppercase\",\"name_color\":\"#000000\",\"name_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"country_typography_typography\":\"custom\",\"country_typography_font_family\":\"Roboto\",\"country_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"country_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"country_color\":\"#888888\",\"slides_tablet\":1,\"slides_mobile\":1,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navigation_type\":\"archery\",\"advanced_nav_color\":\"#000000\",\"advanced_nav_color_hover\":\"#333333\"},\"elements\":[],\"widgetType\":\"testimonials\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5a4a7f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-3-1.jpg\",\"id\":228},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7249050\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"006e393\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"08269c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":35},\"elements\":[{\"id\":\"f2235cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Our Executive Members\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4217669\",\"elType\":\"section\",\"settings\":{\"gap\":\"narrow\",\"structure\":\"50\"},\"elements\":[{\"id\":\"ba658d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"78c2d4e\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Thomas Jacky\",\"email\":\"\",\"position\":\"CEO\\/Founder\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Box.jpg\",\"id\":219},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\"},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true},{\"id\":\"6715dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e708e68\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Anna Baranov \",\"email\":\"\",\"position\":\"Support Boss\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-4-1.jpg\",\"id\":229},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\"},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true},{\"id\":\"3d297cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":33,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"ce23a0a\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Andre Kowalsy \",\"email\":\"\",\"position\":\"Client Care Taker\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-5-1.jpg\",\"id\":230},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\"},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true},{\"id\":\"706eeab\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"bd8dc97\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Susan McCain \",\"email\":\"\",\"position\":\"Packaging Girl\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Image-6-1.jpg\",\"id\":231},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\"},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true},{\"id\":\"028ba7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"6f7d6aa\",\"elType\":\"widget\",\"settings\":{\"img_size\":\"full\",\"name\":\"Jack Doe \",\"email\":\"\",\"position\":\"Support Manager\",\"facebook\":\"#\",\"twitter\":\"#\",\"instagram\":\"#\",\"img\":{\"url\":\"https:\\/\\/xstore.8theme.com\\/elementor\\/demos\\/niche-market02\\/wp-content\\/uploads\\/sites\\/55\\/2020\\/12\\/Box.jpg\",\"id\":219},\"content\":\"\",\"skype\":\"#\",\"icons_color\":\"#FFFFFF\",\"name_color\":\"#111111\",\"position_color\":\"#A1A1A1\",\"et_overlay_bg\":\"#E95D2A\"},\"elements\":[],\"widgetType\":\"team_member\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(14866, 211, '_et_custom_prefooter', '734');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14867, 211, '_elementor_controls_usage', 'a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:5:\"align\";i:7;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:8;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:11:\"title_color\";i:7;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:6;s:10:\"text_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:12:\"align_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:24;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:11;s:19:\"_inline_size_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:7;s:14:\"padding_mobile\";i:8;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:11;s:13:\"margin_mobile\";i:12;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:18;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:3:\"gap\";i:8;s:15:\"stretch_section\";i:1;s:13:\"content_width\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:3;s:6:\"margin\";i:4;s:13:\"margin_mobile\";i:4;s:11:\"css_classes\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:7;s:16:\"description_text\";i:7;s:8:\"position\";i:4;s:5:\"image\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:7;s:10:\"image_size\";i:7;s:18:\"image_space_mobile\";i:3;}s:21:\"section_style_content\";a:14:{s:26:\"content_vertical_alignment\";i:4;s:11:\"title_color\";i:7;s:27:\"title_typography_typography\";i:7;s:28:\"title_typography_font_family\";i:7;s:26:\"title_typography_font_size\";i:7;s:28:\"title_typography_font_weight\";i:7;s:17:\"description_color\";i:7;s:33:\"description_typography_typography\";i:7;s:34:\"description_typography_font_family\";i:7;s:32:\"description_typography_font_size\";i:7;s:34:\"description_typography_font_weight\";i:7;s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:34:\"description_typography_line_height\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:15:\"_section_border\";a:2:{s:13:\"_border_width\";i:3;s:13:\"_border_color\";i:3;}}}}s:12:\"testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:4:{s:8:\"settings\";a:1:{s:14:\"image_position\";i:1;}s:32:\"et_section_tabs_content_settings\";a:1:{s:16:\"testimonials_tab\";i:1;}s:15:\"slider_settings\";a:4:{s:14:\"slider_spacing\";i:1;s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;}s:22:\"slider_content_section\";a:4:{s:16:\"navigation_style\";i:1;s:25:\"navigation_position_style\";i:1;s:15:\"navigation_size\";i:1;s:15:\"navigation_type\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:6:{s:19:\"section_style_image\";a:2:{s:4:\"size\";i:1;s:15:\"image_max_width\";i:1;}s:20:\"rating_style_section\";a:1:{s:12:\"rating_color\";i:1;}s:21:\"content_style_section\";a:6:{s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_line_height\";i:1;s:21:\"content_wrapper_color\";i:1;s:22:\"content_wrapper_margin\";i:1;}s:18:\"name_style_section\";a:7:{s:26:\"name_typography_typography\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;s:30:\"name_typography_text_transform\";i:1;s:10:\"name_color\";i:1;s:11:\"name_margin\";i:1;}s:21:\"country_style_section\";a:5:{s:29:\"country_typography_typography\";i:1;s:30:\"country_typography_font_family\";i:1;s:28:\"country_typography_font_size\";i:1;s:30:\"country_typography_line_height\";i:1;s:13:\"country_color\";i:1;}s:17:\"nav_style_section\";a:2:{s:18:\"advanced_nav_color\";i:1;s:24:\"advanced_nav_color_hover\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_mobile\";i:1;}}}}s:11:\"team_member\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"general_section\";a:6:{s:8:\"img_size\";i:5;s:4:\"name\";i:5;s:5:\"email\";i:5;s:8:\"position\";i:5;s:3:\"img\";i:5;s:7:\"content\";i:5;}s:13:\"icons_section\";a:2:{s:5:\"skype\";i:5;s:11:\"icons_color\";i:5;}}s:5:\"style\";a:1:{s:13:\"style_section\";a:3:{s:10:\"name_color\";i:5;s:14:\"position_color\";i:5;s:13:\"et_overlay_bg\";i:5;}}}}}'),
(14868, 367, '_et_widget_area', '0'),
(14869, 367, '_et_page_banner', '0'),
(14870, 367, '_elementor_edit_mode', 'builder'),
(14871, 367, '_elementor_template_type', 'wp-page'),
(14872, 367, '_elementor_version', '3.0.14'),
(14873, 367, '_wp_page_template', 'default'),
(14874, 367, '_elementor_data', '[{\"id\":\"42a23c4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".etheme-contact-form-7 .form-group {\\n    margin-bottom: 0px !important;\\n}\",\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"bcb55fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":25,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"1122985\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leave Us A Message\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a49425\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is a long established fact that a reader will be distracted by the readables content of a page when ooking layout. The point ofen using its Lorem Ipsum that has a more-or-less. Is that it has a more-or-less normal distribution of letters, as opposed to usingntent here, content here\', making it look like readable.\",\"text_color\":\"#888888\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a557583\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"field_bg\":\"#F1F1F1\",\"field_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"field_border_border\":\"solid\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"field_border_color\":\"#F5F5F5\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Roboto\",\"field_typography_font_weight\":\"400\",\"text_color_label\":\"#111111\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Roboto\",\"typography_label_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_label_font_weight\":\"500\",\"typography_placeholder_typography\":\"custom\",\"typography_placeholder_font_family\":\"Roboto\",\"typography_placeholder_font_weight\":\"400\",\"button_width\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"button_bg_color_normal\":\"#E95D2A\",\"button_text_color_normal\":\"#FFFFFF\",\"button_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_typography_font_weight\":\"bold\",\"button_typography_text_transform\":\"capitalize\",\"button_bg_color_hover\":\"#E95D2BCC\",\"button_text_color_hover\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"xstore_element_custom_css\":\".etheme-contact-form-7 .wpcf7-form label:after {content: \\\"*\\\";color:#E95D2A;\\n}\\n.wpcf7-form .form-group p:first-child {\\n    margin-bottom: 0px;\\n}\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":false},{\"id\":\"965b6ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":15,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"d6ce79f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Address\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83c65bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"PO Box 16122 Collins Street West, Melbourne\\nVictoria 3000 Australia - <a href=\\\"#\\\" style=\\\"color:#E95D2A;\\n\\\">Map<\\/a>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95161ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<span style=\\\"font-weight: 500;\\\">Support<\\/span>  : (+800)856 800 604\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b98a03b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<span style=\\\"font-weight: 500;\\\">Email<\\/span>  : info@xstoretheme.com\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ef17a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Opening Hours\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b09f29\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\"},\"elements\":[{\"id\":\"6998a20\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"space_between_widgets\":12},\"elements\":[{\"id\":\"967cd0b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Monday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3db898d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Tuesday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8522ff6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wednesday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"843e8a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Friday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e4a4b4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Saturday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9855fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sunday :\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2baa9eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"space_between_widgets\":12},\"elements\":[{\"id\":\"c6ac4db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22b12af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f592c48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cfaa440\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 6 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f338a5c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"9 a.m - 4 p.m\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6429fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Closed\",\"align\":\"right\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4bbf115\",\"elType\":\"widget\",\"settings\":{\"title\":\"Careers\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#EBEBEB\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d8474b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you\\u2019re interested in employment opportunities\\nat Xstore, please email us:\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f7cc0ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"contact@yourstore.com\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(14875, 367, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:7:\"_margin\";i:2;s:14:\"_margin_mobile\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:4;s:13:\"_border_width\";i:4;s:13:\"_border_color\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:18;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:18;s:21:\"typography_typography\";i:18;s:22:\"typography_font_family\";i:18;s:20:\"typography_font_size\";i:18;s:22:\"typography_font_weight\";i:18;s:22:\"typography_line_height\";i:18;s:5:\"align\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"et-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_info_box\";a:1:{s:17:\"contact_form_list\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_fields_style\";a:8:{s:8:\"field_bg\";i:1;s:13:\"field_padding\";i:1;s:19:\"field_border_border\";i:1;s:18:\"field_border_width\";i:1;s:18:\"field_border_color\";i:1;s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_family\";i:1;s:28:\"field_typography_font_weight\";i:1;}s:19:\"section_label_style\";a:5:{s:16:\"text_color_label\";i:1;s:27:\"typography_label_typography\";i:1;s:28:\"typography_label_font_family\";i:1;s:26:\"typography_label_font_size\";i:1;s:28:\"typography_label_font_weight\";i:1;}s:25:\"section_placeholder_style\";a:3:{s:33:\"typography_placeholder_typography\";i:1;s:34:\"typography_placeholder_font_family\";i:1;s:34:\"typography_placeholder_font_weight\";i:1;}s:27:\"section_submit_button_style\";a:12:{s:12:\"button_width\";i:1;s:22:\"button_bg_color_normal\";i:1;s:24:\"button_text_color_normal\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:21:\"button_bg_color_hover\";i:1;s:23:\"button_text_color_hover\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:4;s:19:\"_inline_size_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_mobile\";i:2;s:13:\"margin_tablet\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}}'),
(14876, 457, '_et_widget_area', '0'),
(14877, 457, '_et_page_banner', '0'),
(14878, 457, '_elementor_edit_mode', 'builder'),
(14879, 457, '_elementor_template_type', 'wp-page'),
(14880, 457, '_elementor_version', '3.0.14'),
(14881, 457, '_wp_page_template', 'default'),
(14882, 457, '_elementor_data', '[{\"id\":\"cdd908a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"43a9555\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ea7f50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Quentions\",\"align\":\"center\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55d4d6b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"content_position\":\"middle\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"35aad74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"a2035e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Order & Payment\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d5db516\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84,\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"f1e0b09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#EBEBEB\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8795733\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".elementor-accordion-item {\\n    margin-bottom: 20px;\\n}\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"6986d41\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e00ca3\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How do I enter a shipping address?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"30dac99\"},{\"tab_title\":\"When will my credit card chrged?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"437b0a3\"},{\"tab_title\":\"How will the charge show up on my credit card?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"6797878\"},{\"tab_title\":\"Why are you not accepting my card?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"8def303\"}],\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_background\":\"#F7F7F7\",\"title_color\":\"#333333\",\"tab_active_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_align\":\"right\",\"content_background_color\":\"#F7F7F7\",\"content_color\":\"#777777\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"40\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7398bed\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"07a0130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"7e1b7e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Track & Shipping\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"77002a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84,\"_inline_size_tablet\":70},\"elements\":[{\"id\":\"c3a1e19\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#EBEBEB\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0db9fc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".elementor-accordion-item {\\n    margin-bottom: 20px;\\n}\",\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"16a1ff7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cab4601\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What shipping methods are available now?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"30dac99\"},{\"tab_title\":\"How long will it take to get my package?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"437b0a3\"},{\"tab_title\":\"Who should I to contact if I have any queries?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"6797878\"},{\"tab_title\":\"Do I need an account to place an order?\",\"tab_content\":\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\",\"_id\":\"8def303\"}],\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_background\":\"#F7F7F7\",\"title_color\":\"#333333\",\"tab_active_color\":\"#333333\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_align\":\"right\",\"content_background_color\":\"#F7F7F7\",\"content_color\":\"#777777\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"22\",\"left\":\"40\",\"isLinked\":false},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),
(14883, 457, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:7;s:19:\"_inline_size_tablet\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:5;s:3:\"gap\";i:5;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:6:\"weight\";i:2;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:2;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:2;}s:26:\"section_toggle_style_title\";a:10:{s:16:\"title_background\";i:2;s:11:\"title_color\";i:2;s:16:\"tab_active_color\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:28:\"title_typography_line_height\";i:2;s:35:\"title_typography_line_height_mobile\";i:1;s:13:\"title_padding\";i:2;}s:25:\"section_toggle_style_icon\";a:1:{s:10:\"icon_align\";i:2;}s:28:\"section_toggle_style_content\";a:8:{s:24:\"content_background_color\";i:2;s:13:\"content_color\";i:2;s:29:\"content_typography_typography\";i:2;s:30:\"content_typography_font_family\";i:2;s:28:\"content_typography_font_size\";i:2;s:30:\"content_typography_font_weight\";i:2;s:30:\"content_typography_line_height\";i:2;s:15:\"content_padding\";i:2;}}}}}'),
(14884, 4980, '_menu_item_type', 'post_type'),
(14885, 4980, '_menu_item_menu_item_parent', '0'),
(14886, 4980, '_menu_item_object_id', '4'),
(14887, 4980, '_menu_item_object', 'page'),
(14888, 4980, '_menu_item_target', ''),
(14889, 4980, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14890, 4980, '_menu_item_xfn', ''),
(14891, 4980, '_menu_item_url', ''),
(14892, 4980, '_menu-item-disable_titles', '0'),
(14893, 4980, '_menu-item-open_by_click', '0'),
(14894, 4981, '_menu_item_type', 'post_type'),
(14895, 4981, '_menu_item_menu_item_parent', '0'),
(14896, 4981, '_menu_item_object_id', '211'),
(14897, 4981, '_menu_item_object', 'page'),
(14898, 4981, '_menu_item_target', ''),
(14899, 4981, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14900, 4981, '_menu_item_xfn', ''),
(14901, 4981, '_menu_item_url', ''),
(14902, 4981, '_menu-item-disable_titles', '0'),
(14903, 4981, '_menu-item-open_by_click', '0'),
(14904, 4982, '_menu_item_type', 'post_type'),
(14905, 4982, '_menu_item_menu_item_parent', '0'),
(14906, 4982, '_menu_item_object_id', '457'),
(14907, 4982, '_menu_item_object', 'page'),
(14908, 4982, '_menu_item_target', ''),
(14909, 4982, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14910, 4982, '_menu_item_xfn', ''),
(14911, 4982, '_menu_item_url', ''),
(14912, 4982, '_menu-item-disable_titles', '0'),
(14913, 4982, '_menu-item-open_by_click', '0'),
(14914, 774, '_et_widget_area', '0'),
(14915, 774, '_et_page_banner', '0'),
(14916, 774, '_elementor_edit_mode', 'builder'),
(14917, 774, '_elementor_template_type', 'wp-page'),
(14918, 774, '_elementor_version', '3.0.13'),
(14919, 774, '_wp_page_template', 'default'),
(14920, 774, '_elementor_data', '[{\"id\":\"6b43fc7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1470,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"12c485b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3d1da88\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wcmp_vendorslist orderby=\\\"registered\\\" order=\\\"ASC\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),
(14921, 774, '_elementor_controls_usage', 'a:3:{s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}}}}}'),
(14922, 774, '_et_custom_prefooter', '734'),
(14923, 4983, '_menu_item_type', 'post_type'),
(14924, 4983, '_menu_item_menu_item_parent', '0'),
(14925, 4983, '_menu_item_object_id', '367'),
(14926, 4983, '_menu_item_object', 'page'),
(14927, 4983, '_menu_item_target', ''),
(14928, 4983, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14929, 4983, '_menu_item_xfn', ''),
(14930, 4983, '_menu_item_url', ''),
(14931, 4983, '_menu-item-disable_titles', '0'),
(14932, 4983, '_menu-item-open_by_click', '0'),
(14933, 4984, '_menu_item_type', 'taxonomy'),
(14934, 4984, '_menu_item_menu_item_parent', '0'),
(14935, 4984, '_menu_item_object_id', '123'),
(14936, 4984, '_menu_item_object', 'product_cat'),
(14937, 4984, '_menu_item_target', ''),
(14938, 4984, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14939, 4984, '_menu_item_xfn', ''),
(14940, 4984, '_menu_item_url', ''),
(14941, 4984, '_menu-item-disable_titles', '0'),
(14942, 4984, '_menu-item-open_by_click', '0'),
(14943, 4984, '_thumbnail_id', '765'),
(14944, 4984, '_menu-item-anchor', ''),
(14945, 4984, '_menu-item-design', 'mega-menu'),
(14946, 4984, '_menu-item-design2', ''),
(14947, 4984, '_menu-item-column_width', ''),
(14948, 4984, '_menu-item-column_height', ''),
(14949, 4984, '_menu-item-sublist_width', '1045'),
(14950, 4984, '_menu-item-columns', '4'),
(14951, 4984, '_menu-item-icon_type', 'fontawesome'),
(14952, 4984, '_menu-item-icon', ''),
(14953, 4984, '_menu-item-label', ''),
(14954, 4984, '_menu-item-background_repeat', 'no-repeat'),
(14955, 4984, '_menu-item-background_position', 'left top'),
(14956, 4984, '_menu-item-use_img', 'img'),
(14957, 4984, '_menu-item-widget_area', ''),
(14958, 4984, '_menu-item-static_block', '2280'),
(14959, 4985, '_menu_item_type', 'taxonomy'),
(14960, 4985, '_menu_item_menu_item_parent', '0'),
(14961, 4985, '_menu_item_object_id', '126'),
(14962, 4985, '_menu_item_object', 'product_cat'),
(14963, 4985, '_menu_item_target', ''),
(14964, 4985, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14965, 4985, '_menu_item_xfn', ''),
(14966, 4985, '_menu_item_url', ''),
(14967, 4985, '_menu-item-disable_titles', '0'),
(14968, 4985, '_menu-item-open_by_click', '0'),
(14969, 4985, '_menu-item-anchor', ''),
(14970, 4985, '_menu-item-design', 'mega-menu'),
(14971, 4985, '_menu-item-design2', ''),
(14972, 4985, '_menu-item-column_width', ''),
(14973, 4985, '_menu-item-column_height', ''),
(14974, 4985, '_menu-item-sublist_width', '1045'),
(14975, 4985, '_menu-item-columns', '4'),
(14976, 4985, '_menu-item-icon_type', 'fontawesome'),
(14977, 4985, '_menu-item-icon', ''),
(14978, 4985, '_menu-item-label', ''),
(14979, 4985, '_menu-item-background_repeat', 'no-repeat'),
(14980, 4985, '_menu-item-background_position', 'left top'),
(14981, 4985, '_menu-item-use_img', 'img'),
(14982, 4985, '_menu-item-widget_area', ''),
(14983, 4985, '_menu-item-static_block', '2458'),
(14984, 4985, '_thumbnail_id', '766'),
(14985, 4986, '_menu_item_type', 'taxonomy'),
(14986, 4986, '_menu_item_menu_item_parent', '0'),
(14987, 4986, '_menu_item_object_id', '131'),
(14988, 4986, '_menu_item_object', 'product_cat'),
(14989, 4986, '_menu_item_target', ''),
(14990, 4986, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14991, 4986, '_menu_item_xfn', ''),
(14992, 4986, '_menu_item_url', ''),
(14993, 4986, '_menu-item-disable_titles', '0'),
(14994, 4986, '_menu-item-open_by_click', '0'),
(14995, 4986, '_thumbnail_id', '767'),
(14996, 4986, '_menu-item-anchor', ''),
(14997, 4986, '_menu-item-design', 'mega-menu'),
(14998, 4986, '_menu-item-design2', ''),
(14999, 4986, '_menu-item-column_width', ''),
(15000, 4986, '_menu-item-column_height', ''),
(15001, 4986, '_menu-item-sublist_width', '1045'),
(15002, 4986, '_menu-item-columns', '4'),
(15003, 4986, '_menu-item-icon_type', 'fontawesome'),
(15004, 4986, '_menu-item-icon', ''),
(15005, 4986, '_menu-item-label', ''),
(15006, 4986, '_menu-item-background_repeat', 'no-repeat'),
(15007, 4986, '_menu-item-background_position', 'left top'),
(15008, 4986, '_menu-item-use_img', 'img'),
(15009, 4986, '_menu-item-widget_area', ''),
(15010, 4986, '_menu-item-static_block', '2558'),
(15011, 4987, '_menu_item_type', 'taxonomy'),
(15012, 4987, '_menu_item_menu_item_parent', '0'),
(15013, 4987, '_menu_item_object_id', '86'),
(15014, 4987, '_menu_item_object', 'product_cat'),
(15015, 4987, '_menu_item_target', ''),
(15016, 4987, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(15017, 4987, '_menu_item_xfn', ''),
(15018, 4987, '_menu_item_url', ''),
(15019, 4987, '_menu-item-disable_titles', '0'),
(15020, 4987, '_menu-item-open_by_click', '0'),
(15021, 4987, '_thumbnail_id', '772'),
(15022, 4987, '_menu-item-anchor', ''),
(15023, 4987, '_menu-item-design', 'mega-menu'),
(15024, 4987, '_menu-item-design2', ''),
(15025, 4987, '_menu-item-column_width', ''),
(15026, 4987, '_menu-item-column_height', ''),
(15027, 4987, '_menu-item-sublist_width', '1045'),
(15028, 4987, '_menu-item-columns', '4'),
(15029, 4987, '_menu-item-icon_type', 'fontawesome'),
(15030, 4987, '_menu-item-icon', ''),
(15031, 4987, '_menu-item-label', ''),
(15032, 4987, '_menu-item-background_repeat', 'no-repeat'),
(15033, 4987, '_menu-item-background_position', 'left top'),
(15034, 4987, '_menu-item-use_img', 'img'),
(15035, 4987, '_menu-item-widget_area', ''),
(15036, 4987, '_menu-item-static_block', '2459'),
(15037, 4988, '_menu_item_type', 'taxonomy'),
(15038, 4988, '_menu_item_menu_item_parent', '0'),
(15039, 4988, '_menu_item_object_id', '113'),
(15040, 4988, '_menu_item_object', 'product_cat'),
(15041, 4988, '_menu_item_target', ''),
(15042, 4988, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(15043, 4988, '_menu_item_xfn', ''),
(15044, 4988, '_menu_item_url', ''),
(15045, 4988, '_menu-item-disable_titles', '0'),
(15046, 4988, '_menu-item-open_by_click', '0'),
(15047, 4988, '_thumbnail_id', '768'),
(15048, 4988, '_menu-item-anchor', ''),
(15049, 4988, '_menu-item-design', 'mega-menu'),
(15050, 4988, '_menu-item-design2', ''),
(15051, 4988, '_menu-item-column_width', ''),
(15052, 4988, '_menu-item-column_height', ''),
(15053, 4988, '_menu-item-sublist_width', '1045'),
(15054, 4988, '_menu-item-columns', '4'),
(15055, 4988, '_menu-item-icon_type', 'fontawesome'),
(15056, 4988, '_menu-item-icon', ''),
(15057, 4988, '_menu-item-label', ''),
(15058, 4988, '_menu-item-background_repeat', 'no-repeat'),
(15059, 4988, '_menu-item-background_position', 'left top'),
(15060, 4988, '_menu-item-use_img', 'img'),
(15061, 4988, '_menu-item-widget_area', ''),
(15062, 4988, '_menu-item-static_block', '2461'),
(15063, 4989, '_menu_item_type', 'taxonomy'),
(15064, 4989, '_menu_item_menu_item_parent', '0'),
(15065, 4989, '_menu_item_object_id', '116'),
(15066, 4989, '_menu_item_object', 'product_cat'),
(15067, 4989, '_menu_item_target', ''),
(15068, 4989, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(15069, 4989, '_menu_item_xfn', ''),
(15070, 4989, '_menu_item_url', ''),
(15071, 4989, '_menu-item-disable_titles', '0'),
(15072, 4989, '_menu-item-open_by_click', '0'),
(15073, 4989, '_thumbnail_id', '769'),
(15074, 4989, '_menu-item-anchor', ''),
(15075, 4989, '_menu-item-design', 'mega-menu'),
(15076, 4989, '_menu-item-design2', ''),
(15077, 4989, '_menu-item-column_width', ''),
(15078, 4989, '_menu-item-column_height', ''),
(15079, 4989, '_menu-item-sublist_width', '1045'),
(15080, 4989, '_menu-item-columns', '4'),
(15081, 4989, '_menu-item-icon_type', 'fontawesome'),
(15082, 4989, '_menu-item-icon', ''),
(15083, 4989, '_menu-item-label', ''),
(15084, 4989, '_menu-item-background_repeat', 'no-repeat'),
(15085, 4989, '_menu-item-background_position', 'left top'),
(15086, 4989, '_menu-item-use_img', 'img'),
(15087, 4989, '_menu-item-widget_area', ''),
(15088, 4989, '_menu-item-static_block', '2649'),
(15089, 4990, '_menu_item_type', 'taxonomy'),
(15090, 4990, '_menu_item_menu_item_parent', '0'),
(15091, 4990, '_menu_item_object_id', '117'),
(15092, 4990, '_menu_item_object', 'product_cat'),
(15093, 4990, '_menu_item_target', ''),
(15094, 4990, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(15095, 4990, '_menu_item_xfn', ''),
(15096, 4990, '_menu_item_url', ''),
(15097, 4990, '_menu-item-disable_titles', '0'),
(15098, 4990, '_menu-item-open_by_click', '0'),
(15099, 4990, '_thumbnail_id', '770'),
(15100, 4990, '_menu-item-anchor', ''),
(15101, 4990, '_menu-item-design', 'mega-menu'),
(15102, 4990, '_menu-item-design2', ''),
(15103, 4990, '_menu-item-column_width', ''),
(15104, 4990, '_menu-item-column_height', ''),
(15105, 4990, '_menu-item-sublist_width', '1045'),
(15106, 4990, '_menu-item-columns', '4'),
(15107, 4990, '_menu-item-icon_type', 'fontawesome'),
(15108, 4990, '_menu-item-icon', ''),
(15109, 4990, '_menu-item-label', ''),
(15110, 4990, '_menu-item-background_repeat', 'no-repeat'),
(15111, 4990, '_menu-item-background_position', 'left top'),
(15112, 4990, '_menu-item-use_img', 'img'),
(15113, 4990, '_menu-item-widget_area', ''),
(15114, 4990, '_menu-item-static_block', '2648'),
(15115, 4991, '_menu_item_type', 'taxonomy'),
(15116, 4991, '_menu_item_menu_item_parent', '0'),
(15117, 4991, '_menu_item_object_id', '136'),
(15118, 4991, '_menu_item_object', 'product_cat');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15119, 4991, '_menu_item_target', ''),
(15120, 4991, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(15121, 4991, '_menu_item_xfn', ''),
(15122, 4991, '_menu_item_url', ''),
(15123, 4991, '_menu-item-disable_titles', '0'),
(15124, 4991, '_menu-item-open_by_click', '0'),
(15125, 4991, '_thumbnail_id', '771'),
(15126, 4991, '_menu-item-anchor', ''),
(15127, 4991, '_menu-item-design', ''),
(15128, 4991, '_menu-item-design2', ''),
(15129, 4991, '_menu-item-column_width', ''),
(15130, 4991, '_menu-item-column_height', ''),
(15131, 4991, '_menu-item-sublist_width', ''),
(15132, 4991, '_menu-item-columns', '2'),
(15133, 4991, '_menu-item-icon_type', 'fontawesome'),
(15134, 4991, '_menu-item-icon', ''),
(15135, 4991, '_menu-item-label', ''),
(15136, 4991, '_menu-item-background_repeat', 'no-repeat'),
(15137, 4991, '_menu-item-background_position', 'left top'),
(15138, 4991, '_menu-item-use_img', 'img'),
(15139, 4991, '_menu-item-widget_area', ''),
(15140, 4991, '_menu-item-static_block', ''),
(15141, 4992, '_menu_item_type', 'post_type'),
(15142, 4992, '_menu_item_menu_item_parent', '0'),
(15143, 4992, '_menu_item_object_id', '774'),
(15144, 4992, '_menu_item_object', 'page'),
(15145, 4992, '_menu_item_target', ''),
(15146, 4992, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(15147, 4992, '_menu_item_xfn', ''),
(15148, 4992, '_menu_item_url', ''),
(15149, 4992, '_menu-item-disable_titles', '0'),
(15150, 4992, '_menu-item-open_by_click', '0'),
(15151, 4993, '_menu_item_type', 'taxonomy'),
(15152, 4993, '_menu_item_menu_item_parent', '0'),
(15153, 4993, '_menu_item_object_id', '138'),
(15154, 4993, '_menu_item_object', 'product_cat'),
(15155, 4993, '_menu_item_target', ''),
(15156, 4993, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(15157, 4993, '_menu_item_xfn', ''),
(15158, 4993, '_menu_item_url', ''),
(15159, 4993, '_menu-item-disable_titles', '0'),
(15160, 4993, '_menu-item-open_by_click', '0'),
(15161, 4993, '_menu-item-anchor', ''),
(15162, 4993, '_menu-item-design', 'mega-menu'),
(15163, 4993, '_menu-item-design2', ''),
(15164, 4993, '_menu-item-column_width', ''),
(15165, 4993, '_menu-item-column_height', ''),
(15166, 4993, '_menu-item-sublist_width', '1400'),
(15167, 4993, '_menu-item-columns', '4'),
(15168, 4993, '_menu-item-icon_type', 'fontawesome'),
(15169, 4993, '_menu-item-icon', ''),
(15170, 4993, '_menu-item-label', ''),
(15171, 4993, '_menu-item-background_repeat', ''),
(15172, 4993, '_menu-item-background_position', ''),
(15173, 4993, '_menu-item-use_img', 'background'),
(15174, 4993, '_menu-item-widget_area', ''),
(15175, 4993, '_menu-item-static_block', '2593'),
(15176, 4994, '_menu_item_type', 'taxonomy'),
(15177, 4994, '_menu_item_menu_item_parent', '0'),
(15178, 4994, '_menu_item_object_id', '123'),
(15179, 4994, '_menu_item_object', 'product_cat'),
(15180, 4994, '_menu_item_target', ''),
(15181, 4994, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(15182, 4994, '_menu_item_xfn', ''),
(15183, 4994, '_menu_item_url', ''),
(15184, 4994, '_menu-item-disable_titles', '0'),
(15185, 4994, '_menu-item-open_by_click', '0'),
(15186, 4994, '_menu-item-anchor', ''),
(15187, 4994, '_menu-item-design', 'mega-menu'),
(15188, 4994, '_menu-item-design2', ''),
(15189, 4994, '_menu-item-column_width', ''),
(15190, 4994, '_menu-item-column_height', ''),
(15191, 4994, '_menu-item-sublist_width', '1400'),
(15192, 4994, '_menu-item-columns', '3'),
(15193, 4994, '_menu-item-icon_type', 'fontawesome'),
(15194, 4994, '_menu-item-icon', ''),
(15195, 4994, '_menu-item-label', ''),
(15196, 4994, '_menu-item-background_repeat', ''),
(15197, 4994, '_menu-item-background_position', ''),
(15198, 4994, '_menu-item-use_img', 'background'),
(15199, 4994, '_menu-item-widget_area', ''),
(15200, 4994, '_menu-item-static_block', '2263'),
(15201, 4995, '_menu_item_type', 'taxonomy'),
(15202, 4995, '_menu_item_menu_item_parent', '0'),
(15203, 4995, '_menu_item_object_id', '114'),
(15204, 4995, '_menu_item_object', 'product_cat'),
(15205, 4995, '_menu_item_target', ''),
(15206, 4995, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(15207, 4995, '_menu_item_xfn', ''),
(15208, 4995, '_menu_item_url', ''),
(15209, 4995, '_menu-item-disable_titles', '0'),
(15210, 4995, '_menu-item-open_by_click', '0'),
(15211, 4995, '_menu-item-anchor', ''),
(15212, 4995, '_menu-item-design', 'mega-menu'),
(15213, 4995, '_menu-item-design2', ''),
(15214, 4995, '_menu-item-column_width', ''),
(15215, 4995, '_menu-item-column_height', ''),
(15216, 4995, '_menu-item-sublist_width', '1400'),
(15217, 4995, '_menu-item-columns', '5'),
(15218, 4995, '_menu-item-icon_type', 'fontawesome'),
(15219, 4995, '_menu-item-icon', ''),
(15220, 4995, '_menu-item-label', ''),
(15221, 4995, '_menu-item-background_repeat', ''),
(15222, 4995, '_menu-item-background_position', ''),
(15223, 4995, '_menu-item-use_img', 'background'),
(15224, 4995, '_menu-item-widget_area', ''),
(15225, 4995, '_menu-item-static_block', '2275'),
(15226, 4996, '_menu_item_type', 'taxonomy'),
(15227, 4996, '_menu_item_menu_item_parent', '0'),
(15228, 4996, '_menu_item_object_id', '111'),
(15229, 4996, '_menu_item_object', 'product_cat'),
(15230, 4996, '_menu_item_target', ''),
(15231, 4996, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(15232, 4996, '_menu_item_xfn', ''),
(15233, 4996, '_menu_item_url', ''),
(15234, 4996, '_menu-item-disable_titles', '0'),
(15235, 4996, '_menu-item-open_by_click', '0'),
(15236, 4996, '_menu-item-anchor', ''),
(15237, 4996, '_menu-item-design', 'mega-menu'),
(15238, 4996, '_menu-item-design2', ''),
(15239, 4996, '_menu-item-column_width', ''),
(15240, 4996, '_menu-item-column_height', ''),
(15241, 4996, '_menu-item-sublist_width', '1400'),
(15242, 4996, '_menu-item-columns', '6'),
(15243, 4996, '_menu-item-icon_type', 'fontawesome'),
(15244, 4996, '_menu-item-icon', ''),
(15245, 4996, '_menu-item-label', ''),
(15246, 4996, '_menu-item-background_repeat', ''),
(15247, 4996, '_menu-item-background_position', ''),
(15248, 4996, '_menu-item-use_img', 'background'),
(15249, 4996, '_menu-item-widget_area', ''),
(15250, 4996, '_menu-item-static_block', '2277'),
(15251, 4997, '_menu_item_type', 'taxonomy'),
(15252, 4997, '_menu_item_menu_item_parent', '0'),
(15253, 4997, '_menu_item_object_id', '105'),
(15254, 4997, '_menu_item_object', 'product_cat'),
(15255, 4997, '_menu_item_target', ''),
(15256, 4997, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(15257, 4997, '_menu_item_xfn', ''),
(15258, 4997, '_menu_item_url', ''),
(15259, 4997, '_menu-item-disable_titles', '0'),
(15260, 4997, '_menu-item-open_by_click', '0'),
(15261, 4997, '_menu-item-anchor', ''),
(15262, 4997, '_menu-item-design', ''),
(15263, 4997, '_menu-item-design2', ''),
(15264, 4997, '_menu-item-column_width', ''),
(15265, 4997, '_menu-item-column_height', ''),
(15266, 4997, '_menu-item-sublist_width', ''),
(15267, 4997, '_menu-item-columns', '2'),
(15268, 4997, '_menu-item-icon_type', 'fontawesome'),
(15269, 4997, '_menu-item-icon', ''),
(15270, 4997, '_menu-item-label', 'sale'),
(15271, 4997, '_menu-item-background_repeat', ''),
(15272, 4997, '_menu-item-background_position', ''),
(15273, 4997, '_menu-item-use_img', 'background'),
(15274, 4997, '_menu-item-widget_area', ''),
(15275, 4997, '_menu-item-static_block', ''),
(15276, 4998, '_menu_item_type', 'taxonomy'),
(15277, 4998, '_menu_item_menu_item_parent', '0'),
(15278, 4998, '_menu_item_object_id', '126'),
(15279, 4998, '_menu_item_object', 'product_cat'),
(15280, 4998, '_menu_item_target', ''),
(15281, 4998, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(15282, 4998, '_menu_item_xfn', ''),
(15283, 4998, '_menu_item_url', ''),
(15284, 4998, '_menu-item-disable_titles', '0'),
(15285, 4998, '_menu-item-open_by_click', '0'),
(15286, 4998, '_menu-item-anchor', ''),
(15287, 4998, '_menu-item-design', 'mega-menu'),
(15288, 4998, '_menu-item-design2', ''),
(15289, 4998, '_menu-item-column_width', ''),
(15290, 4998, '_menu-item-column_height', ''),
(15291, 4998, '_menu-item-sublist_width', '1400'),
(15292, 4998, '_menu-item-columns', '4'),
(15293, 4998, '_menu-item-icon_type', 'fontawesome'),
(15294, 4998, '_menu-item-icon', ''),
(15295, 4998, '_menu-item-label', ''),
(15296, 4998, '_menu-item-background_repeat', ''),
(15297, 4998, '_menu-item-background_position', ''),
(15298, 4998, '_menu-item-use_img', 'background'),
(15299, 4998, '_menu-item-widget_area', ''),
(15300, 4998, '_menu-item-static_block', '2607'),
(15301, 4999, '_menu_item_type', 'taxonomy'),
(15302, 4999, '_menu_item_menu_item_parent', '0'),
(15303, 4999, '_menu_item_object_id', '116'),
(15304, 4999, '_menu_item_object', 'product_cat'),
(15305, 4999, '_menu_item_target', ''),
(15306, 4999, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(15307, 4999, '_menu_item_xfn', ''),
(15308, 4999, '_menu_item_url', ''),
(15309, 4999, '_menu-item-disable_titles', '0'),
(15310, 4999, '_menu-item-open_by_click', '0'),
(15311, 4999, '_menu-item-anchor', ''),
(15312, 4999, '_menu-item-design', 'mega-menu'),
(15313, 4999, '_menu-item-design2', ''),
(15314, 4999, '_menu-item-column_width', ''),
(15315, 4999, '_menu-item-column_height', ''),
(15316, 4999, '_menu-item-sublist_width', '1400'),
(15317, 4999, '_menu-item-columns', '4'),
(15318, 4999, '_menu-item-icon_type', 'fontawesome'),
(15319, 4999, '_menu-item-icon', ''),
(15320, 4999, '_menu-item-label', ''),
(15321, 4999, '_menu-item-background_repeat', ''),
(15322, 4999, '_menu-item-background_position', ''),
(15323, 4999, '_menu-item-use_img', 'background'),
(15324, 4999, '_menu-item-widget_area', ''),
(15325, 4999, '_menu-item-static_block', '2593'),
(15326, 5000, '_menu_item_type', 'taxonomy'),
(15327, 5000, '_menu_item_menu_item_parent', '0'),
(15328, 5000, '_menu_item_object_id', '103'),
(15329, 5000, '_menu_item_object', 'product_cat'),
(15330, 5000, '_menu_item_target', ''),
(15331, 5000, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(15332, 5000, '_menu_item_xfn', ''),
(15333, 5000, '_menu_item_url', ''),
(15334, 5000, '_menu-item-disable_titles', '0'),
(15335, 5000, '_menu-item-open_by_click', '0'),
(15336, 5000, '_menu-item-anchor', ''),
(15337, 5000, '_menu-item-design', 'mega-menu'),
(15338, 5000, '_menu-item-design2', ''),
(15339, 5000, '_menu-item-column_width', ''),
(15340, 5000, '_menu-item-column_height', ''),
(15341, 5000, '_menu-item-sublist_width', '1400'),
(15342, 5000, '_menu-item-columns', '4'),
(15343, 5000, '_menu-item-icon_type', 'fontawesome'),
(15344, 5000, '_menu-item-icon', ''),
(15345, 5000, '_menu-item-label', ''),
(15346, 5000, '_menu-item-background_repeat', ''),
(15347, 5000, '_menu-item-background_position', ''),
(15348, 5000, '_menu-item-use_img', 'background'),
(15349, 5000, '_menu-item-widget_area', ''),
(15350, 5000, '_menu-item-static_block', '2280'),
(15351, 5001, '_menu_item_type', 'taxonomy'),
(15352, 5001, '_menu_item_menu_item_parent', '0'),
(15353, 5001, '_menu_item_object_id', '138'),
(15354, 5001, '_menu_item_object', 'product_cat'),
(15355, 5001, '_menu_item_target', ''),
(15356, 5001, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(15357, 5001, '_menu_item_xfn', ''),
(15358, 5001, '_menu_item_url', ''),
(15359, 5001, '_menu-item-disable_titles', '0'),
(15360, 5001, '_menu-item-open_by_click', '0'),
(15361, 5001, '_menu-item-anchor', ''),
(15362, 5001, '_menu-item-design', ''),
(15363, 5001, '_menu-item-design2', ''),
(15364, 5001, '_menu-item-column_width', ''),
(15365, 5001, '_menu-item-column_height', ''),
(15366, 5001, '_menu-item-sublist_width', ''),
(15367, 5001, '_menu-item-columns', '2'),
(15368, 5001, '_menu-item-icon_type', 'fontawesome'),
(15369, 5001, '_menu-item-icon', ''),
(15370, 5001, '_menu-item-label', ''),
(15371, 5001, '_menu-item-background_repeat', ''),
(15372, 5001, '_menu-item-background_position', 'left top'),
(15373, 5001, '_menu-item-use_img', 'img'),
(15374, 5001, '_menu-item-widget_area', ''),
(15375, 5001, '_menu-item-static_block', ''),
(15376, 5001, '_thumbnail_id', '765'),
(15377, 5002, '_menu_item_type', 'taxonomy'),
(15378, 5002, '_menu_item_menu_item_parent', '0'),
(15379, 5002, '_menu_item_object_id', '114'),
(15380, 5002, '_menu_item_object', 'product_cat'),
(15381, 5002, '_menu_item_target', ''),
(15382, 5002, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(15383, 5002, '_menu_item_xfn', ''),
(15384, 5002, '_menu_item_url', ''),
(15385, 5002, '_menu-item-disable_titles', '0'),
(15386, 5002, '_menu-item-open_by_click', '0'),
(15387, 5002, '_thumbnail_id', '767'),
(15388, 5002, '_menu-item-anchor', ''),
(15389, 5002, '_menu-item-design', ''),
(15390, 5002, '_menu-item-design2', ''),
(15391, 5002, '_menu-item-column_width', ''),
(15392, 5002, '_menu-item-column_height', ''),
(15393, 5002, '_menu-item-sublist_width', ''),
(15394, 5002, '_menu-item-columns', '2'),
(15395, 5002, '_menu-item-icon_type', 'fontawesome'),
(15396, 5002, '_menu-item-icon', ''),
(15397, 5002, '_menu-item-label', ''),
(15398, 5002, '_menu-item-background_repeat', ''),
(15399, 5002, '_menu-item-background_position', 'left top'),
(15400, 5002, '_menu-item-use_img', 'img'),
(15401, 5002, '_menu-item-widget_area', ''),
(15402, 5002, '_menu-item-static_block', ''),
(15403, 5003, '_menu_item_type', 'taxonomy'),
(15404, 5003, '_menu_item_menu_item_parent', '0'),
(15405, 5003, '_menu_item_object_id', '105'),
(15406, 5003, '_menu_item_object', 'product_cat'),
(15407, 5003, '_menu_item_target', ''),
(15408, 5003, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(15409, 5003, '_menu_item_xfn', ''),
(15410, 5003, '_menu_item_url', ''),
(15411, 5003, '_menu-item-disable_titles', '0'),
(15412, 5003, '_menu-item-open_by_click', '0'),
(15413, 5003, '_menu-item-anchor', ''),
(15414, 5003, '_menu-item-design', ''),
(15415, 5003, '_menu-item-design2', ''),
(15416, 5003, '_menu-item-column_width', ''),
(15417, 5003, '_menu-item-column_height', ''),
(15418, 5003, '_menu-item-sublist_width', ''),
(15419, 5003, '_menu-item-columns', '2'),
(15420, 5003, '_menu-item-icon_type', 'fontawesome'),
(15421, 5003, '_menu-item-icon', ''),
(15422, 5003, '_menu-item-label', ''),
(15423, 5003, '_menu-item-background_repeat', ''),
(15424, 5003, '_menu-item-background_position', 'left top'),
(15425, 5003, '_menu-item-use_img', 'img'),
(15426, 5003, '_menu-item-widget_area', ''),
(15427, 5003, '_menu-item-static_block', ''),
(15428, 5003, '_thumbnail_id', '770'),
(15459, 5005, '_elementor_template_type', 'wp-page'),
(15460, 5005, '_elementor_version', '3.6.5'),
(15461, 5005, '_wp_page_template', 'default'),
(15462, 5005, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33eac43\",\"elType\":\"widget\",\"settings\":{\"navigation_button_text\":\"Load More\",\"countdown_delimiter\":\":\",\"countdown_label_days\":\"Days\",\"countdown_label_hours\":\"Hours\",\"countdown_label_minutes\":\"Minutes\",\"countdown_label_seconds\":\"Seconds\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_product_list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Seller In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"3d78e66\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(15464, 5005, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(15465, 5005, '_elementor_pro_version', '3.6.2'),
(15466, 5005, '_elementor_edit_mode', 'builder'),
(15477, 5007, '_elementor_template_type', 'wp-page'),
(15478, 5007, '_elementor_version', '3.6.2'),
(15479, 5007, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15480, 5007, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15482, 5007, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(15483, 5007, '_elementor_pro_version', '3.5.1'),
(15484, 5007, '_elementor_edit_mode', 'builder'),
(15486, 5008, '_elementor_template_type', 'wp-page'),
(15487, 5008, '_elementor_version', '3.6.2'),
(15488, 5008, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15489, 5008, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15491, 5008, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(15492, 5008, '_elementor_pro_version', '3.5.1'),
(15493, 5008, '_elementor_edit_mode', 'builder'),
(15504, 5010, '_elementor_template_type', 'wp-page'),
(15505, 5010, '_elementor_version', '3.6.2'),
(15506, 5010, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15507, 5010, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15509, 5010, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(15510, 5010, '_elementor_pro_version', '3.5.1'),
(15511, 5010, '_elementor_edit_mode', 'builder'),
(15522, 5012, '_elementor_template_type', 'wp-page'),
(15523, 5012, '_elementor_version', '3.6.2'),
(15524, 5012, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15525, 5012, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":53,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"3\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\",\"show_excerpt\":\"yes\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15527, 5012, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(15528, 5012, '_elementor_pro_version', '3.5.1'),
(15529, 5012, '_elementor_edit_mode', 'builder'),
(15540, 5014, '_elementor_template_type', 'wp-page'),
(15541, 5014, '_elementor_version', '3.6.5'),
(15542, 5014, '_wp_page_template', 'default'),
(15543, 5014, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fe11686\",\"elType\":\"widget\",\"settings\":{\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_categories\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(15545, 5014, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(15546, 5014, '_elementor_pro_version', '3.5.1'),
(15547, 5014, '_elementor_edit_mode', 'builder'),
(15558, 5016, '_elementor_template_type', 'wp-page'),
(15559, 5016, '_elementor_version', '3.6.2'),
(15560, 5016, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15561, 5016, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15563, 5016, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(15564, 5016, '_elementor_pro_version', '3.5.1'),
(15565, 5016, '_elementor_edit_mode', 'builder'),
(15567, 5017, '_elementor_template_type', 'wp-page'),
(15568, 5017, '_elementor_version', '3.6.2'),
(15569, 5017, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15570, 5017, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.332,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.2,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most Wishes For In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15572, 5017, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(15573, 5017, '_elementor_pro_version', '3.5.1'),
(15574, 5017, '_elementor_edit_mode', 'builder'),
(15576, 5018, '_elementor_template_type', 'wp-page'),
(15577, 5018, '_elementor_version', '3.6.2'),
(15578, 5018, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15579, 5018, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Sellers In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15581, 5018, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(15582, 5018, '_elementor_pro_version', '3.5.1'),
(15583, 5018, '_elementor_edit_mode', 'builder'),
(15585, 5019, '_elementor_template_type', 'wp-page'),
(15586, 5019, '_elementor_version', '3.6.5'),
(15587, 5019, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15588, 5019, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Sellers In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15590, 5019, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(15591, 5019, '_elementor_pro_version', '3.6.2'),
(15592, 5019, '_elementor_edit_mode', 'builder'),
(15593, 5020, '_elementor_template_type', 'wp-page'),
(15594, 5020, '_elementor_version', '3.6.5'),
(15595, 5020, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15596, 5020, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\"},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"2611aad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.33200000000000073896444519050419330596923828125,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a02de0\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Complete Bathroom and Kitchen Solutions\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ccf9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Sellers In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15598, 5020, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(15599, 5020, '_elementor_pro_version', '3.6.2'),
(15600, 5020, '_elementor_edit_mode', 'builder'),
(15601, 5021, '_elementor_template_type', 'wp-page'),
(15602, 5021, '_elementor_version', '3.6.5'),
(15603, 5021, '_wp_page_template', 'default'),
(15604, 5021, '_elementor_data', '[{\"id\":\"d288cf5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"bottom\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0355a2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"f4975be\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"id\":4512,\"alt\":\"\",\"source\":\"library\"},\"title\":\"hagar\'s complete modern bath solutions \",\"subtitle\":\"Build your dream bathroom\",\"content\":\"\",\"button_title\":\"Start Shopping\",\"button_link\":{\"url\":\"#https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"subtitle_font_container_textcolor\":\"#222222\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":false},\"content_paddings_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"img_size\":\"full\",\"img_min_size_mobile\":\"500px\",\"type\":\"4\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#000000\",\"button_hover_bg\":\"#FBFBFB7D\",\"button_paddings\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"_css_classes\":\"banner-button-underline-hover\",\"xstore_element_custom_css\":\"@media only screen and (max-width: 480px) {\\n    selector .banner {\\n        max-height: 425px !important;\\n    }\\n}\",\"img_object_fit_position_mobile\":\"left center\",\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"subtitle_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF91\",\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF85\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"title_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"a710f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"top\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"0cc3cc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Today\\u2019s Popular Picks\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"etheme_parallax_scroll_y\":-80,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b2488e\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"navigation_style\":\"style-4\",\"navigation_type\":\"archery\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"shop_single\",\"etheme_parallax_scroll_y\":-80,\"ajax\":\"true\",\"taxonomies\":[\"84\",\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"},{\"id\":\"3260a93\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"b625a73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#006C55\",\"background_color_b\":\"#4D967C\",\"background_gradient_type\":\"radial\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"6dbd8be\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bathroom Fittings\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c69b668\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Create a stylish new look with our inspirational bathroom fittings collection<\\/div>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9e040a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"60669a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"id\":4307,\"alt\":\"\",\"source\":\"library\"},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9712658\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Now\",\"size\":\"md\",\"button_text_color\":\"#324B3B\",\"background_color\":\"#66666600\",\"text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"_css_classes\":\"el-button-underline-hover\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"etheme_parallax_scroll_y\":-80,\"link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ed787c\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"ID\",\"limit\":\"5\",\"slides_tablet\":2,\"product_view\":\"light\",\"_css_classes\":\"custom-products\",\"order\":\"DESC\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"product_img_size\":\"full\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec51bc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"content_position\":\"middle\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"css_classes\":\"el-image-box-hover-shadow\",\"xstore_element_custom_css\":\".el-image-box-hover-shadow .elementor-image-box-wrapper {\\n    padding: 15px 0;\\n    transition: all .2s ease-in-out;\\n}\\n.el-image-box-hover-shadow .elementor-image-box-wrapper:hover {\\n        box-shadow: 0 0 10px 3px rgba(0,0,0,.1);\\n    z-index: 2;\\n    transform: translateY(-5px) scale(1.007);\\n    border-radius: 5px;\\n}\",\"layout\":\"full_width\",\"height\":\"full\"},\"elements\":[{\"id\":\"e06ad64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"space-around\"},\"elements\":[{\"id\":\"3b96632\",\"elType\":\"widget\",\"settings\":{\"banner_items\":[{\"title\":\"Everlasting durability\",\"content\":\"\",\"_id\":\"3605b76\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/GS\\u2122-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"id\":4359,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"\",\"button_title\":\"Click Here!\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Elegant Design \",\"content\":\"\",\"_id\":\"4ae7c24\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"id\":4476,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"eco friendly\",\"button_title\":\"Shop Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Advanced features\",\"content\":\"\",\"_id\":\"5c88e8a\",\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/15-Walk-In-Shower-Ideas-\\u2013-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"id\":4511,\"alt\":\"\",\"source\":\"library\"},\"subtitle\":\"without sacrificing on style\",\"button_title\":\"Explore More\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF75\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFFFFF75\",\"subtitle_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"type\":\"2\",\"img_size\":\"full\",\"img_min_size\":\"500px\",\"img_object_fit_position\":\"left bottom\",\"arrows_style\":\"style-3\"},\"elements\":[],\"widgetType\":\"etheme_banner_carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"95e3aa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_mobile\":\"fadeIn\",\"animation\":\"fadeIn\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d75b73f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"a0937e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Categories\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aa9f86c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":898,\"sizes\":[]},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"3ed0e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"c4bcd16\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"id\":4358,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Kitchen\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Explore Now\",\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_paddings\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#000000\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#000000\",\"button_bg\":\"#FFFFFF85\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF47\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"type_with_diagonal\":\"true\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#FFFFFF85\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true},{\"id\":\"4c92a3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7d7816\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Grifo-Grop-para-lavabo-de-ban\\u0303o-con-3-agujeros-color-negro-mate.jpeg\",\"id\":4443,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Shop All Bathroom\",\"subtitle\":\"\",\"content\":\"\",\"button_title\":\"Discover More\",\"content_paddings\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#666666\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#FFFFFF\",\"button_bg\":\"#00000085\",\"button_hover_color\":\"#006C55\",\"button_hover_bg\":\"#FFFFFF54\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"button_paddings\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_border_color\":\"#020101\",\"align_mobile\":\"right\",\"hide_description_responsive\":\"true\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#00000085\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_border\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79c3cbe\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"25\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"a1dde6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"b8c98cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Newest Arrivals Of This Month\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67a008f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"xstore_element_custom_css\":\".custom-block02 h3 {\\n    padding-left: 12px;\\n}\\n        \\n.custom-block02 h3:before {\\n  content: \\\"\\\\e904\\\";\\n  font-family: \'xstore-icons\' !important;\\n  font-size: 9px;\\n     position: absolute;\\n    left: 0;\\n    top: 13px;\\n}\\n.custom-block02 .content-product {\\n    margin-bottom: 5px;\\n}\",\"css_classes\":\"custom-block02\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"2746240\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"ba2749b\",\"elType\":\"widget\",\"settings\":{\"type\":\"grid\",\"limit\":\"8\",\"product_view\":\"light\",\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"taxonomies\":[\"85\",\"88\",\"89\",\"90\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fd8c95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1410,\"sizes\":[]},\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9d4d43f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eee1824\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Sellers In Bathroom\",\"title_color\":\"#111111\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"align\":\"center\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"efa9b0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1460,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"css_classes\":\"custom-block03\",\"xstore_element_custom_css\":\".custom-block03 .content-product {\\n    background-color: white;\\n    padding: 0px 15px;\\n}\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"66db941\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"24ea583\",\"elType\":\"widget\",\"settings\":{\"product_view\":\"light\",\"orderby\":\"ID\",\"limit\":\"5\",\"pagination_type\":\"bullets\",\"navigation_type\":\"archery\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"navigation_position_style\":\"arrows-always\",\"slides_mobile\":1,\"ajax\":\"true\",\"etheme_parallax_scroll_y\":-80,\"product_img_size\":\"medium\",\"order\":\"DESC\",\"taxonomies\":[\"88\"]},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d6d622\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"structure\":\"20\",\"css_classes\":\"custom-block04\",\"xstore_element_custom_css\":\".custom-block04 .et-menu-list {\\n    padding-left: 0px;\\n}\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"39de4a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInRight\",\"animation_mobile\":\"fadeIn\",\"space_between_widgets\":0},\"elements\":[{\"id\":\"8cdcb96\",\"elType\":\"widget\",\"settings\":{\"img\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/wp-content\\/uploads\\/2022\\/04\\/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"id\":4452,\"alt\":\"\",\"source\":\"library\"},\"title\":\"Experience superior quality\",\"subtitle\":\"with exquisite deisgn\",\"content\":\"\",\"button_title\":\"\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"title_font_container_textcolor\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Roboto\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_font_container_textcolor\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"content_font_container_textcolor\":\"#666666\",\"img_size\":\"full\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Roboto\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_color\":\"#E95D2A\",\"button_bg\":\"#22222200\",\"button_hover_color\":\"#E95D2A\",\"button_hover_bg\":\"#22222200\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#020101\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_css_classes\":\"banner-button-underline-hover\",\"type\":\"5\",\"content_paddings_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"title_background_background\":\"classic\",\"title_background_color\":\"#0000008F\",\"title_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"subtitle_background_background\":\"classic\",\"subtitle_background_color\":\"#FFF1F18F\",\"title_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"banner\"}],\"isInner\":false},{\"id\":\"f571877\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#EBEBEB\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_tablet\":\"fadeInUp\",\"animation_mobile\":\"fadeIn\"},\"elements\":[{\"id\":\"2daabe1\",\"elType\":\"widget\",\"settings\":{\"orderby\":\"rand\",\"limit\":\"4\",\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"27\",\"bottom\":\"27\",\"left\":\"27\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_border_color\":\"#EBEBEB\",\"etheme_parallax_scroll_y\":-80,\"excerpt_length\":50,\"columns_grid\":\"1\",\"taxonomies\":[\"86\"],\"type\":\"list\",\"columns_list\":\"1\",\"order\":\"DESC\"},\"elements\":[],\"widgetType\":\"etheme_products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a5be5a3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAFAFA\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"55\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"57a5b739\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"737bd126\",\"elType\":\"widget\",\"settings\":{\"get_slider_item\":[{\"title\":\"\",\"subtitle\":\"\",\"content\":\"<span style=\\\"color:white; font-weight: 500;\\\"><span class=\\\"et-icon et_b-icon et-delivery\\\" style=\\\"font-size: 1.4em; line-height: 1; vertical-align: middle;\\\"><\\/span><span>Only in this week.<\\/span> <span style=\\\"color: #F3E500;\\\">Free Shipping<\\/span> for all orders over Rs 4000 <\\/span>\\u00a0 <a href=\\\"#\\\" style=\\\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\\ntext-decoration: underline;\\\"  class=\\\"scr-text-button\\\" target=\\\"_self\\\" rel=\\\"\\\">SHOP NOW<\\/a>\",\"button_title\":\"\",\"_id\":\"ee222ff\",\"background_color\":\"#FFFFFF\",\"bg_overlay\":\"#006C55\",\"content_paddings\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_family\":\"Roboto\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"color\":\"#888888\",\"title_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"subtitle_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_color\":\"#888888\",\"description_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_link\":{\"url\":\"https:\\/\\/hagarbath.com\\/shop\\/products\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"height\":\"auto\",\"height_value\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"nav\":\"arrows\",\"slider_autoplay\":\"yes\",\"slider_interval\":\"5000\",\"slider_speed\":500,\"bg_color\":\"#FAFAFA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"nav_color\":\"#FFFFFF\",\"arrows_bg_color\":\"#E1E1E100\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"etheme_slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50690a63\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"xstore_element_custom_css\":\".products-tab .products-loop .type-product {\\n    padding-right: 5px;\\n    padding-left: 5px;\\n}\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_color_b\":\"#006C55\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"2053417d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"938fe6a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_overlay_hover_color\":\"#E95D2A\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"shape_divider_bottom_color\":\"#E95D2A\",\"content_width\":{\"unit\":\"px\",\"size\":961,\"sizes\":[]},\"background_position_mobile\":\"center left\",\"content_width_mobile\":{\"unit\":\"px\",\"size\":1148,\"sizes\":[]},\"background_color\":\"#FBFBFB\",\"border_border\":\"groove\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"25b3d7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"_inline_size_mobile\":100,\"z_index_mobile\":13},\"elements\":[{\"id\":\"6ca5a9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy in Bulk?\",\"title_color\":\"#222222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"header_size\":\"h1\",\"etheme_parallax_scroll_y\":-80},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2b318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"etheme_parallax_scroll_y\":-80,\"align\":\"left\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":6,\"vertical\":0,\"blur\":19,\"color\":\"rgba(0,0,0,0.3)\"},\"text_columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"102f450\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"_inline_size_tablet\":100,\"border_border\":\"solid\"},\"elements\":[{\"id\":\"4a7fd49\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"383\",\"button_align\":\"center\",\"button_width_type\":\"full-width\",\"button_width\":{\"unit\":\"px\",\"size\":185,\"sizes\":[]},\"etheme_parallax_scroll_y\":-80,\"button_bg_color_normal\":\"#006C55\",\"title_text_color\":\"#000000\",\"description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"label_fields\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_spaceing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"label_alignment\":\"center\",\"heading_alignment\":\"center\",\"button_bg_color_hover\":\"#006C67\"},\"elements\":[],\"widgetType\":\"et-contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15606, 5021, '_elementor_controls_usage', 'a:15:{s:6:\"banner\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:8:\"settings\";a:6:{s:3:\"img\";i:5;s:5:\"title\";i:5;s:8:\"subtitle\";i:5;s:7:\"content\";i:5;s:12:\"button_title\";i:5;s:11:\"button_link\";i:5;}}s:5:\"style\";a:6:{s:13:\"title_section\";a:9:{s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:26:\"title_typography_font_size\";i:5;s:28:\"title_typography_font_weight\";i:5;s:31:\"title_typography_text_transform\";i:5;s:27:\"title_typography_font_style\";i:1;s:30:\"title_font_container_textcolor\";i:5;s:28:\"title_typography_line_height\";i:4;s:33:\"title_typography_font_size_tablet\";i:2;}s:16:\"subtitle_section\";a:9:{s:30:\"subtitle_typography_typography\";i:5;s:31:\"subtitle_typography_font_family\";i:5;s:29:\"subtitle_typography_font_size\";i:5;s:34:\"subtitle_typography_text_transform\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:33:\"subtitle_font_container_textcolor\";i:5;s:36:\"subtitle_typography_font_size_mobile\";i:1;s:38:\"subtitle_typography_line_height_mobile\";i:1;s:31:\"subtitle_typography_font_weight\";i:4;}s:15:\"content_section\";a:8:{s:16:\"content_paddings\";i:5;s:23:\"content_paddings_mobile\";i:5;s:29:\"content_typography_typography\";i:4;s:30:\"content_typography_font_family\";i:4;s:28:\"content_typography_font_size\";i:4;s:30:\"content_typography_font_weight\";i:4;s:32:\"content_font_container_textcolor\";i:4;s:27:\"hide_description_responsive\";i:2;}s:13:\"image_section\";a:4:{s:8:\"img_size\";i:5;s:12:\"img_min_size\";i:1;s:19:\"img_min_size_mobile\";i:1;s:30:\"img_object_fit_position_mobile\";i:1;}s:13:\"style_section\";a:3:{s:4:\"type\";i:2;s:18:\"type_with_diagonal\";i:3;s:12:\"align_mobile\";i:2;}s:14:\"button_section\";a:10:{s:28:\"button_typography_typography\";i:5;s:29:\"button_typography_font_family\";i:5;s:27:\"button_typography_font_size\";i:5;s:29:\"button_typography_font_weight\";i:5;s:12:\"button_color\";i:5;s:9:\"button_bg\";i:5;s:18:\"button_hover_color\";i:5;s:15:\"button_hover_bg\";i:5;s:15:\"button_paddings\";i:5;s:20:\"button_border_radius\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:38;s:23:\"content_position_tablet\";i:1;s:16:\"content_position\";i:3;s:21:\"space_between_widgets\";i:10;s:19:\"_inline_size_tablet\";i:9;s:19:\"_inline_size_mobile\";i:6;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:15;s:6:\"margin\";i:14;s:13:\"margin_tablet\";i:4;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:4;s:16:\"animation_tablet\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;s:19:\"border_width_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:7;}}}}s:15:\"etheme_products\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:20:\"product_data_section\";a:4:{s:7:\"orderby\";i:5;s:5:\"limit\";i:6;s:5:\"order\";i:2;s:10:\"taxonomies\";i:1;}s:15:\"slider_settings\";a:7:{s:13:\"slides_tablet\";i:2;s:16:\"navigation_style\";i:3;s:15:\"navigation_type\";i:3;s:19:\"navigation_position\";i:3;s:25:\"navigation_position_style\";i:3;s:15:\"pagination_type\";i:1;s:13:\"slides_mobile\";i:1;}s:8:\"settings\";a:3:{s:4:\"type\";i:3;s:4:\"ajax\";i:4;s:12:\"columns_grid\";i:1;}}s:5:\"style\";a:1:{s:20:\"product_view_section\";a:2:{s:12:\"product_view\";i:6;s:16:\"product_img_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:12:\"_css_classes\";i:2;s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;s:15:\"_padding_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:3;s:4:\"size\";i:1;s:4:\"link\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:12:\"text_padding\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:22;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}s:14:\"section_layout\";a:5:{s:3:\"gap\";i:20;s:13:\"content_width\";i:18;s:16:\"content_position\";i:4;s:15:\"stretch_section\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:26:\"background_position_mobile\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:12:\"border_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:30:\"background_overlay_hover_color\";i:1;s:32:\"background_overlay_hover_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:26:\"shape_divider_bottom_color\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:15;s:11:\"css_classes\";i:6;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:4;s:13:\"margin_tablet\";i:3;s:14:\"padding_tablet\";i:2;}s:15:\"section_effects\";a:2:{s:16:\"animation_mobile\";i:7;s:9:\"animation\";i:13;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:7;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:5:\"image\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:5:{s:11:\"image_space\";i:6;s:10:\"image_size\";i:6;s:28:\"css_filters_hover_brightness\";i:1;s:26:\"css_filters_hover_saturate\";i:1;s:19:\"image_opacity_hover\";i:6;}s:21:\"section_style_content\";a:7:{s:11:\"title_color\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_font_family\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:10:\"text_align\";i:6;s:18:\"title_bottom_space\";i:1;}}}}s:15:\"et-general-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"et_section_tabs_content_settings\";a:1:{s:11:\"et_tabs_tab\";i:1;}s:24:\"et_section_tabs_settings\";a:1:{s:23:\"et_tab_horizontal_style\";i:1;}}s:5:\"style\";a:2:{s:34:\"et_section_tabs_tab_style_settings\";a:16:{s:39:\"et_tabs_tab_title_typography_typography\";i:1;s:40:\"et_tabs_tab_title_typography_font_family\";i:1;s:38:\"et_tabs_tab_title_typography_font_size\";i:1;s:40:\"et_tabs_tab_title_typography_font_weight\";i:1;s:19:\"et_tabs_tab_padding\";i:1;s:18:\"et_tabs_tab_margin\";i:1;s:17:\"et_tabs_tab_color\";i:1;s:22:\"et_tabs_tab_text_color\";i:1;s:23:\"et_tabs_tab_color_hover\";i:1;s:28:\"et_tabs_tab_text_color_hover\";i:1;s:24:\"et_tabs_tab_color_active\";i:1;s:29:\"et_tabs_tab_text_color_active\";i:1;s:26:\"et_tabs_tab_padding_mobile\";i:1;s:25:\"et_tabs_tab_margin_mobile\";i:1;s:26:\"et_tabs_tab_padding_tablet\";i:1;s:25:\"et_tabs_tab_margin_tablet\";i:1;}s:42:\"et_section_tabs_tab_content_style_settings\";a:2:{s:23:\"et_tabs_content_padding\";i:1;s:22:\"et_tabs_content_margin\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_margin_mobile\";i:1;}s:26:\"xstore_advanced_custom_css\";a:1:{s:25:\"xstore_element_custom_css\";i:1;}}}}s:12:\"et_menu_list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"menu_list_settings\";a:1:{s:14:\"menu_list_item\";i:3;}s:8:\"settings\";a:2:{s:5:\"title\";i:3;s:13:\"item_paddings\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:39:\"wp-widget-woocommerce_product_tag_cloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:13:\"etheme_slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"item_settings\";a:1:{s:15:\"get_slider_item\";i:1;}s:8:\"settings\";a:7:{s:6:\"height\";i:1;s:12:\"height_value\";i:1;s:3:\"nav\";i:1;s:15:\"slider_autoplay\";i:1;s:15:\"slider_interval\";i:1;s:12:\"slider_speed\";i:1;s:8:\"bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:16:\"navigation_style\";a:2:{s:9:\"nav_color\";i:1;s:15:\"arrows_bg_color\";i:1;}}}}s:13:\"etheme_brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"slider_settings\";a:4:{s:6:\"slides\";i:1;s:13:\"slides_tablet\";i:1;s:13:\"slides_mobile\";i:1;s:13:\"slider_valign\";i:1;}}}}s:16:\"et_blog_carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:8:\"settings\";a:1:{s:4:\"size\";i:1;}s:15:\"slider_settings\";a:5:{s:6:\"slides\";i:1;s:15:\"navigation_type\";i:1;s:16:\"navigation_style\";i:1;s:19:\"navigation_position\";i:1;s:13:\"slides_mobile\";i:1;}}}}}'),
(15607, 5021, '_elementor_pro_version', '3.6.2'),
(15608, 5021, '_elementor_edit_mode', 'builder'),
(15610, 4701, '_edit_lock', '1652345742:1'),
(15613, 4970, '_edit_lock', '1652434438:1'),
(15702, 13, '_hash', 'd09199a468e00ee45b1d1472b2b1fa819e0e30aa'),
(15703, 383, '_hash', 'b16ca287173d5446e5f31d6a552d4d36140cfaf7'),
(15745, 18, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:9:{i:0;s:13:\"etheme-banner\";i:1;s:21:\"etheme-banners-global\";i:2;s:14:\"widget-heading\";i:3;s:18:\"widget-text-editor\";i:4;s:12:\"widget-image\";i:5;s:18:\"e-animation-fadeIn\";i:6;s:23:\"e-animation-fadeInRight\";i:7;s:20:\"e-animation-fadeInUp\";i:8;s:31:\"etheme-elementor-contact-form-7\";}s:7:\"scripts\";a:1:{i:0;s:23:\"etheme_elementor_slider\";}}'),
(15746, 18, '_elementor_css', 'a:6:{s:4:\"time\";i:1748390684;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15747, 25, '_elementor_css', 'a:6:{s:4:\"time\";i:1748390684;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15748, 25, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:3:{i:0;s:22:\"e-animation-bounceInUp\";i:1;s:14:\"widget-heading\";i:2;s:18:\"e-animation-fadeIn\";}}'),
(15749, 3759, '_elementor_css', 'a:6:{s:4:\"time\";i:1748390685;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15750, 3759, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:3:{i:0;s:14:\"widget-heading\";i:1;s:18:\"widget-text-editor\";i:2;s:13:\"widget-spacer\";}}'),
(15751, 2280, '_elementor_css', 'a:6:{s:4:\"time\";i:1748390685;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15752, 2280, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:16:\"widget-image-box\";}}'),
(15753, 2458, '_elementor_css', 'a:6:{s:4:\"time\";i:1748390685;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15754, 2458, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:18:\"e-animation-shrink\";i:1;s:16:\"widget-image-box\";}}'),
(15755, 2558, '_elementor_css', 'a:6:{s:4:\"time\";i:1748390686;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:12:\"xstore-icons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15756, 2558, '_elementor_page_assets', 'a:0:{}'),
(15757, 2459, '_elementor_css', 'a:6:{s:4:\"time\";i:1748390686;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:12:\"xstore-icons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15758, 2459, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:13:\"etheme-banner\";i:1;s:21:\"etheme-banners-global\";}}'),
(15759, 2461, '_elementor_css', 'a:6:{s:4:\"time\";i:1748390686;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:12:\"xstore-icons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15760, 2461, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(15761, 2649, '_elementor_css', 'a:6:{s:4:\"time\";i:1748390687;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15762, 2649, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:13:\"etheme-banner\";i:1;s:21:\"etheme-banners-global\";}}'),
(15763, 2648, '_elementor_css', 'a:6:{s:4:\"time\";i:1748390687;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:12:\"xstore-icons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15764, 2648, '_elementor_page_assets', 'a:0:{}'),
(15765, 2593, '_elementor_css', 'a:6:{s:4:\"time\";i:1748390687;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:12:\"xstore-icons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15766, 2593, '_elementor_page_assets', 'a:0:{}'),
(15767, 2263, '_elementor_css', 'a:6:{s:4:\"time\";i:1748390688;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:12:\"xstore-icons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15768, 2263, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:13:\"etheme-banner\";i:1;s:21:\"etheme-banners-global\";}}'),
(15769, 2275, '_elementor_css', 'a:6:{s:4:\"time\";i:1748390688;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15770, 2275, '_elementor_page_assets', 'a:0:{}'),
(15771, 2277, '_elementor_css', 'a:6:{s:4:\"time\";i:1748390688;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15772, 2277, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:13:\"etheme-banner\";i:1;s:21:\"etheme-banners-global\";}}'),
(15773, 2607, '_elementor_css', 'a:6:{s:4:\"time\";i:1748390688;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:12:\"xstore-icons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15774, 2607, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:3:{i:0;s:18:\"e-animation-shrink\";i:1;s:16:\"widget-image-box\";i:2;s:14:\"widget-heading\";}}'),
(15775, 48, '_elementor_css', 'a:6:{s:4:\"time\";i:1748390690;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:12:\"xstore-icons\";i:1;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(15776, 48, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:14:\"widget-heading\";i:1;s:12:\"widget-image\";i:2;s:16:\"widget-image-box\";i:3;s:16:\"widget-icon-list\";}}'),
(15777, 2991, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 473.96 473.96\" style=\"enable-background:new 0 0 473.96 473.96;\" xml:space=\"preserve\"><circle style=\"fill:#F3F2F2;\" cx=\"236.98\" cy=\"236.99\" r=\"236.97\"></circle><g>	<polygon style=\"fill:#293688;\" points=\"175.483,282.447 193.616,175.373 222.973,175.373 204.841,282.447  \"></polygon>	<path style=\"fill:#293688;\" d=\"M309.352,178.141c-5.818-2.17-14.933-4.494-26.316-4.494c-29.014,0-49.451,14.526-49.627,35.337   c-0.161,15.382,14.589,23.962,25.732,29.088c11.427,5.238,15.27,8.599,15.214,13.28c-0.071,7.177-9.13,10.458-17.571,10.458   c-11.749-0.004-17.994-1.624-27.637-5.62l-3.783-1.706l-4.123,23.97c6.859,2.99,19.543,5.583,32.71,5.714   c30.858-0.007,50.899-14.353,51.124-36.583c0.112-12.179-7.712-21.448-24.651-29.092c-10.264-4.947-16.55-8.251-16.482-13.272   c0-4.449,5.324-9.208,16.815-9.208c9.601-0.15,16.557,1.931,21.979,4.101l2.627,1.235L309.352,178.141L309.352,178.141z\"></path>	<path style=\"fill:#293688;\" d=\"M359.405,175.373c-7.034,0-12.116,2.148-15.207,9.119l-43.509,97.959h31.083l6.043-16.408h37.137   l3.45,16.408h27.633L381.86,175.376h-22.454L359.405,175.373L359.405,175.373z M346.062,244.618   c2.425-6.166,11.693-29.927,11.693-29.927c-0.168,0.281,2.413-6.196,3.895-10.215l1.987,9.227c0,0,5.616,25.56,6.795,30.918h-24.37   V244.618z\"></path>	<path style=\"fill:#293688;\" d=\"M121.946,248.771l-2.586-14.679c-5.358-17.111-21.987-35.625-40.621-44.901l25.938,93.256h31.09   l46.626-107.074H151.31L121.946,248.771z\"></path></g><g>	<path style=\"fill:#F7981D;\" d=\"M46.823,175.373v1.729c36.838,8.86,62.413,31.259,72.538,56.991l-10.645-49.582   c-1.777-6.776-7.162-8.902-13.534-9.137L46.823,175.373L46.823,175.373z\"></path>	<path style=\"fill:#F7981D;\" d=\"M236.964,473.958c91.464,0,170.77-51.846,210.272-127.725H26.696   C66.201,422.112,145.504,473.958,236.964,473.958z\"></path></g><path style=\"fill:#293688;\" d=\"M236.964,0C146.952,0,68.663,50.184,28.548,124.103h416.84C405.268,50.188,326.976,0,236.964,0z\"></path><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>'),
(15778, 2992, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 473.94 473.94\" style=\"enable-background:new 0 0 473.94 473.94;\" xml:space=\"preserve\"><circle style=\"fill:#3C80AD;\" cx=\"236.97\" cy=\"236.97\" r=\"236.97\"></circle><path style=\"fill:#931B1D;\" d=\"M159.5,121.955c-59.797,0.378-108.212,49.133-108.212,109.143  c0,60.246,48.789,109.136,108.911,109.136c28.202,0,53.923-10.773,73.275-28.437l-0.004-0.004h0.015  c3.97-3.618,7.667-7.532,11.061-11.689h-22.308c-2.982-3.603-5.691-7.368-8.123-11.248h38.477c2.35-3.749,4.46-7.644,6.35-11.678  H207.77c-1.747-3.749-3.263-7.57-4.554-11.465h60.28c3.641-10.881,5.605-22.525,5.605-34.615c0-8.03-0.872-15.843-2.507-23.379  h-66.577c0.831-3.88,1.867-7.708,3.102-11.461h60.31c-1.347-4.004-2.915-7.899-4.696-11.686h-50.97  c1.837-3.94,3.921-7.76,6.245-11.465h38.454c-2.563-4.09-5.392-7.996-8.449-11.678h-21.44c3.319-3.918,6.963-7.603,10.918-11.019  c-19.345-17.672-45.069-28.452-73.286-28.452C159.96,121.955,159.728,121.955,159.5,121.955z\"></path><path style=\"fill:#F16622;\" d=\"M415.189,231.132c0.011,60.269-48.721,109.14-108.885,109.158  c-60.138,0.019-108.908-48.834-108.926-109.113v-0.045c-0.019-60.287,48.729-109.162,108.878-109.177  c60.145-0.022,108.919,48.834,108.934,109.117C415.189,231.072,415.189,231.099,415.189,231.132z\"></path><path style=\"fill:#F7981D;\" d=\"M415.189,232.337c0.011,60.272-48.721,109.151-108.885,109.162  c-60.138,0.022-108.908-48.837-108.926-109.106v-0.056c-0.019-60.276,48.729-109.155,108.878-109.17  c60.145-0.022,108.919,48.834,108.934,109.113C415.189,232.281,415.189,232.315,415.189,232.337z\"></path><path style=\"fill:#CB2026;\" d=\"M159.5,123.194c-59.797,0.385-108.212,49.129-108.212,109.143  c0,60.25,48.789,109.143,108.911,109.143c28.202,0,53.923-10.78,73.275-28.441l-0.004-0.011h0.015  c3.97-3.615,7.667-7.517,11.061-11.689h-22.308c-2.982-3.596-5.691-7.353-8.123-11.233h38.477c2.35-3.753,4.46-7.659,6.35-11.689  H207.77c-1.747-3.753-3.263-7.573-4.554-11.461h60.28c3.641-10.889,5.605-22.529,5.605-34.619c0-8.026-0.872-15.843-2.507-23.375  h-66.577c0.831-3.876,1.867-7.712,3.102-11.461h60.31c-1.347-4.007-2.915-7.903-4.696-11.693h-50.97  c1.837-3.925,3.921-7.76,6.245-11.461h38.454c-2.563-4.086-5.392-7.989-8.449-11.686h-21.44c3.319-3.91,6.963-7.596,10.918-11.019  c-19.345-17.669-45.069-28.449-73.286-28.449C159.96,123.194,159.728,123.194,159.5,123.194z\"></path><g>	<path style=\"fill:#FFFFFF;\" d=\"M199.357,260.123l1.456-9.875c-0.793,0-1.961,0.337-2.99,0.337c-4.034,0-4.483-2.148-4.221-3.738   l3.259-20.157h6.133l1.482-10.93h-5.781l1.179-6.788h-11.599c-0.251,0.254-6.847,38.215-6.847,42.828   c0,6.844,3.828,9.893,9.238,9.848C194.893,261.609,198.197,260.438,199.357,260.123z\"></path>	<path style=\"fill:#FFFFFF;\" d=\"M203.035,241.291c0,16.423,10.81,20.329,20.026,20.329c8.509,0,12.247-1.912,12.247-1.912   l2.047-11.21c0,0-6.469,2.874-12.314,2.874c-12.449,0-10.267-9.309-10.267-9.309h23.569c0,0,1.515-7.536,1.515-10.604   c0-7.652-3.809-16.984-16.535-16.984C211.66,214.478,203.035,227.061,203.035,241.291z M223.372,224.876   c6.541,0,5.332,7.371,5.332,7.966h-12.872C215.828,232.083,217.045,224.876,223.372,224.876z\"></path>	<path style=\"fill:#FFFFFF;\" d=\"M296.793,260.123l2.077-12.681c0,0-5.691,2.874-9.594,2.874c-8.224,0-11.521-6.309-11.521-13.059   c0-13.725,7.076-21.276,14.96-21.276c5.905,0,10.649,3.33,10.649,3.33l1.89-12.303c0,0-7.031-2.859-13.055-2.859   c-13.388,0-26.417,11.626-26.417,33.5c0,14.481,7.038,24.063,20.875,24.063C290.566,261.714,296.793,260.123,296.793,260.123z\"></path>	<path style=\"fill:#FFFFFF;\" d=\"M135.583,214.654c-7.951,0-14.047,2.556-14.047,2.556l-1.68,10.013c0,0,5.036-2.043,12.636-2.043   c4.318,0,7.472,0.483,7.472,4.004c0,2.133-0.385,2.922-0.385,2.922s-3.401-0.288-4.98-0.288c-10.024,0-20.561,4.288-20.561,17.227   c0,10.185,6.907,12.527,11.192,12.527c8.183,0,11.7-5.317,11.895-5.34l-0.382,4.445h10.208l4.557-32.011   C151.508,215.091,139.687,214.654,135.583,214.654z M138.071,240.704c0.221,1.957-1.227,11.124-8.209,11.124   c-3.6,0-4.539-2.761-4.539-4.393c0-3.177,1.725-6.997,10.226-6.997C137.521,240.438,137.734,240.655,138.071,240.704z\"></path>	<path style=\"fill:#FFFFFF;\" d=\"M162.362,261.328c2.608,0,17.538,0.67,17.538-14.769c0-14.436-13.818-11.588-13.818-17.388   c0-2.877,2.253-3.798,6.368-3.798c1.635,0,7.925,0.528,7.925,0.528l1.467-10.267c0,0-4.071-0.906-10.694-0.906   c-8.587,0-17.287,3.42-17.287,15.165c0,13.317,14.518,11.97,14.518,17.575c0,3.742-4.06,4.049-7.188,4.049   c-5.403,0-10.271-1.86-10.294-1.774l-1.545,10.151C149.622,259.989,152.63,261.328,162.362,261.328z\"></path>	<path style=\"fill:#FFFFFF;\" d=\"M392.84,205.445l-2.496,15.551c0,0-4.367-6.035-11.195-6.035c-10.63,0-19.483,12.834-19.483,27.588   c0,9.523,4.718,18.844,14.38,18.844c6.948,0,10.791-4.853,10.791-4.853l-0.505,4.142h11.278l8.864-55.262L392.84,205.445z    M387.459,235.78c0,6.133-3.038,14.323-9.321,14.323c-4.176,0-6.125-3.51-6.125-9.018c0-9.003,4.034-14.96,9.122-14.96   C385.315,226.126,387.459,229.007,387.459,235.78z\"></path>	<path style=\"fill:#FFFFFF;\" d=\"M72.792,260.73l7.068-41.721l1.029,41.721h7.992l14.903-41.721L97.18,260.73h11.869l9.149-55.322   h-18.36l-11.431,33.938l-0.595-33.938H70.895l-9.276,55.322H72.792L72.792,260.73z\"></path>	<path style=\"fill:#FFFFFF;\" d=\"M251.454,260.808c3.375-19.229,4-34.851,12.06-32.003c1.411-7.439,2.769-10.316,4.303-13.47   c0,0-0.718-0.153-2.238-0.153c-5.182,0-9.033,7.109-9.033,7.109l1.025-6.526h-10.799l-7.225,45.043H251.454z\"></path>	<path style=\"fill:#FFFFFF;\" d=\"M323.546,214.654c-7.951,0-14.043,2.556-14.043,2.556l-1.676,10.013c0,0,5.025-2.043,12.632-2.043   c4.314,0,7.476,0.483,7.476,4.004c0,2.133-0.389,2.922-0.389,2.922s-3.401-0.288-4.992-0.288c-10.028,0-20.553,4.288-20.553,17.227   c0,10.185,6.911,12.527,11.192,12.527c8.183,0,11.704-5.317,11.891-5.34l-0.378,4.445h10.215l4.554-32.011   C339.479,215.091,327.662,214.654,323.546,214.654z M326.038,240.704c0.221,1.957-1.22,11.124-8.213,11.124   c-3.596,0-4.528-2.761-4.528-4.393c0-3.177,1.725-6.997,10.211-6.997C325.492,240.438,325.698,240.655,326.038,240.704z\"></path>	<path style=\"fill:#FFFFFF;\" d=\"M348.799,260.808c3.379-19.229,4.004-34.851,12.063-32.003c1.411-7.439,2.769-10.316,4.311-13.47   c0,0-0.73-0.153-2.241-0.153c-5.197,0-9.036,7.109-9.036,7.109l1.033-6.526h-10.806l-7.229,45.04H348.8L348.799,260.808   L348.799,260.808z\"></path></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>'),
(15779, 2993, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 473.94 473.94\" style=\"enable-background:new 0 0 473.94 473.94;\" xml:space=\"preserve\"><circle style=\"fill:#F3F2F2;\" cx=\"236.97\" cy=\"236.97\" r=\"236.97\"></circle><g>	<path style=\"fill:#1A80AD;\" d=\"M347.363,197.142c-9.86,0-17.657,2.615-23.622,3.809l-1.833,14.989   c2.982-1.433,12.385-4.041,20.183-4.288c7.802-0.236,12.385,1.429,10.78,8.093c-23.161,0-38.761,4.752-41.971,19.742   c-4.591,25.695,23.622,24.984,34.862,13.8l-1.373,6.181h20.64l8.943-40.924C377.633,201.183,361.813,196.906,347.363,197.142z    M348.74,239.012c-1.145,5.47-5.5,7.85-10.776,8.093c-4.587,0.236-8.715-3.817-5.732-8.572c2.294-4.041,8.718-4.992,12.613-4.992   c1.605,0,3.442,0,5.051,0C349.428,235.443,349.196,237.108,348.74,239.012z\"></path>	<polygon style=\"fill:#1A80AD;\" points=\"391.628,180.963 374.55,259.472 395.515,259.472 412.806,180.963  \"></polygon>	<path style=\"fill:#1A80AD;\" d=\"M295.296,181.202h-38.387l-17.01,78.27h22.293l5.751-25.93h15.858   c15.633,0,28.505-9.515,31.951-25.695C319.662,189.528,306.33,181.202,295.296,181.202z M294.615,207.847   c-1.381,5.946-7.36,10.701-13.111,10.701h-10.342l4.599-21.41h11.031C292.542,197.142,295.988,201.898,294.615,207.847z\"></path></g><g>	<path style=\"fill:#1A5B80;\" d=\"M146.34,197.142c-9.744,0-17.448,2.615-23.117,3.809l-1.804,14.986   c2.72-1.433,12.007-4.041,19.712-4.288c7.704-0.236,12.236,1.429,10.87,8.093c-22.877,0-38.282,4.752-41.455,19.742   c-4.535,25.695,23.33,24.984,34.207,13.8l-1.355,6.181h20.617l8.834-40.924C176.469,201.183,160.608,196.906,146.34,197.142z    M147.927,239.012c-1.137,5.47-5.673,7.85-10.874,8.093c-4.531,0.236-8.385-3.817-5.437-8.572c2.26-4.041,8.606-4.992,12.232-4.992   c1.815,0,3.398,0,5.216,0C148.6,235.443,148.151,237.108,147.927,239.012z\"></path>	<polygon style=\"fill:#1A5B80;\" points=\"181.827,198.272 202.444,198.272 205.771,234.721 225.939,198.272 247.214,198.272    198.231,285.504 175.182,285.504 190.246,259.862  \"></polygon>	<path style=\"fill:#1A5B80;\" d=\"M95.063,181.202H56.575l-17.055,78.27h22.585l5.53-25.93h16.131   c15.442,0,28.348-9.515,31.805-25.695C119.489,189.528,106.356,181.202,95.063,181.202z M94.371,207.847   c-1.381,5.946-7.139,10.701-12.905,10.701h-10.6l4.842-21.41h11.061C92.298,197.142,95.984,201.898,94.371,207.847z\"></path>	<path style=\"fill:#1A5B80;\" d=\"M417.333,191.114v-9.261h-3.454v-1.242h8.322v1.242h-3.472v9.261H417.333z\"></path>	<path style=\"fill:#1A5B80;\" d=\"M423.575,191.114v-10.503h2.084l2.488,7.431c0.232,0.692,0.393,1.205,0.501,1.545   c0.12-0.378,0.307-0.939,0.554-1.676l2.526-7.3h1.867v10.503h-1.336v-8.793l-3.061,8.793h-1.246l-3.042-8.939v8.939H423.575   L423.575,191.114z\"></path></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>'),
(15780, 2995, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 473.94 473.94\" style=\"enable-background:new 0 0 473.94 473.94;\" xml:space=\"preserve\"><circle style=\"fill:#27ADE4;\" cx=\"236.97\" cy=\"236.97\" r=\"236.97\"></circle><path style=\"fill:#2D78BC;\" d=\"M80.859,194.744l-7.397-18.264l-7.353,18.264 M243.727,187.47c-1.485,0.917-3.24,0.947-5.343,0.947  h-13.126v-10.174h13.302c1.882,0,3.847,0.079,5.122,0.819c1.399,0.674,2.264,2.095,2.264,4.056  C245.95,185.116,245.123,186.729,243.727,187.47 M337.335,194.744l-7.472-18.264l-7.431,18.264L337.335,194.744L337.335,194.744z   M162.841,214.511h-11.076l-0.041-35.883l-15.663,35.883h-9.485l-15.7-35.913v35.913H88.904l-4.15-10.219H62.267l-4.195,10.219  h-11.73l19.341-45.814h16.052l18.368,43.374v-43.374h17.627l14.136,31.079l12.984-31.079h17.99v45.814L162.841,214.511  L162.841,214.511z M206.975,214.511H170.89v-45.814h36.086v9.545h-25.279v8.258h24.673v9.392h-24.673v9.137h25.279L206.975,214.511  L206.975,214.511z M257.852,181.041c0,7.296-4.812,11.079-7.614,12.206c2.365,0.917,4.385,2.526,5.343,3.865  c1.527,2.271,1.792,4.311,1.792,8.396v9.003h-10.896l-0.041-5.777c0-2.758,0.258-6.728-1.706-8.928  c-1.579-1.609-3.981-1.961-7.873-1.961h-11.599v16.666h-10.802v-45.814h24.849c5.523,0,9.59,0.146,13.077,2.193  C255.802,172.944,257.852,175.926,257.852,181.041 M275.139,214.511h-11.02v-45.81h11.02V214.511z M402.999,214.511h-15.311  l-20.471-34.387v34.387h-22.002l-4.198-10.219h-22.439l-4.082,10.219h-12.64c-5.246,0-11.899-1.179-15.663-5.07  c-3.798-3.888-5.77-9.156-5.77-17.489c0-6.788,1.175-13.01,5.826-17.908c3.491-3.659,8.961-5.347,16.404-5.347h10.454v9.815H302.87  c-3.94,0-6.163,0.595-8.31,2.717c-1.841,1.934-3.106,5.579-3.106,10.38c0,4.905,0.965,8.445,2.975,10.754  c1.658,1.815,4.681,2.365,7.525,2.365h4.849l15.225-36.026h16.187l18.286,43.333v-43.333h16.449l18.986,31.902v-31.902H403  L402.999,214.511L402.999,214.511z M46.218,223.51h18.454l4.161-10.178h9.313l4.15,10.178h36.314v-7.779l3.244,7.809h18.847  l3.24-7.925v7.895h90.244l-0.045-16.707h1.747c1.224,0.045,1.579,0.161,1.579,2.208v14.499h46.675v-3.888  c3.768,2.047,9.624,3.888,17.332,3.888h19.633l4.202-10.178h9.317l4.108,10.178h37.837v-9.669l5.732,9.669h30.323v-63.894h-30.013  v7.547l-4.198-7.547h-30.795v7.547l-3.854-7.547H302.17c-6.956,0-13.077,0.988-18.024,3.731v-3.731h-28.703v3.731  c-3.143-2.829-7.427-3.731-12.198-3.731H138.382l-7.035,16.501l-7.225-16.501H91.089v7.547l-3.63-7.547H59.296l-13.085,30.379  L31.21,223.51H46.218z\"></path><path style=\"fill:#FFFFFF;\" d=\"M80.859,198.485l-7.397-18.264l-7.353,18.264 M243.727,191.211c-1.485,0.917-3.24,0.947-5.343,0.947  h-13.126v-10.174h13.302c1.882,0,3.847,0.079,5.122,0.819c1.399,0.674,2.264,2.095,2.264,4.056  C245.95,188.858,245.123,190.471,243.727,191.211 M337.335,198.485l-7.472-18.264l-7.431,18.264L337.335,198.485L337.335,198.485z   M162.841,218.253h-11.076l-0.041-35.883l-15.663,35.883h-9.485l-15.7-35.913v35.913H88.904l-4.15-10.219H62.267l-4.195,10.219  h-11.73l19.341-45.814h16.052l18.368,43.374v-43.374h17.627l14.136,31.079l12.984-31.079h17.99v45.814L162.841,218.253  L162.841,218.253z M206.975,218.253H170.89v-45.814h36.086v9.545h-25.279v8.258h24.673v9.392h-24.673v9.137h25.279L206.975,218.253  L206.975,218.253z M257.852,184.783c0,7.296-4.812,11.079-7.614,12.206c2.365,0.917,4.385,2.526,5.343,3.865  c1.527,2.271,1.792,4.311,1.792,8.396v9.003h-10.896l-0.041-5.777c0-2.758,0.258-6.728-1.706-8.928  c-1.579-1.609-3.981-1.961-7.873-1.961h-11.599v16.666h-10.802v-45.814h24.849c5.523,0,9.59,0.146,13.077,2.193  C255.802,176.686,257.852,179.668,257.852,184.783 M275.139,218.253h-11.02v-45.81h11.02V218.253z M402.999,218.253h-15.311  l-20.471-34.387v34.387h-22.002l-4.198-10.219h-22.439l-4.082,10.219h-12.64c-5.246,0-11.899-1.179-15.663-5.07  c-3.798-3.888-5.77-9.156-5.77-17.489c0-6.788,1.175-13.01,5.826-17.908c3.491-3.659,8.961-5.347,16.404-5.347h10.454v9.815H302.87  c-3.94,0-6.163,0.595-8.31,2.717c-1.841,1.934-3.106,5.579-3.106,10.38c0,4.905,0.965,8.445,2.975,10.754  c1.658,1.815,4.681,2.365,7.525,2.365h4.849l15.225-36.026h16.187l18.286,43.333v-43.333h16.449l18.986,31.902v-31.902H403  L402.999,218.253L402.999,218.253z M46.218,227.252h18.454l4.161-10.178h9.313l4.15,10.178h36.314v-7.779l3.244,7.809h18.847  l3.24-7.925v7.895h90.244l-0.045-16.707h1.747c1.224,0.045,1.579,0.161,1.579,2.208v14.499h46.675v-3.888  c3.768,2.047,9.624,3.888,17.332,3.888h19.633l4.202-10.178h9.317l4.108,10.178h37.837v-9.669l5.732,9.669h30.323v-63.894h-30.013  v7.547l-4.198-7.547h-30.795v7.547l-3.854-7.547H302.17c-6.956,0-13.077,0.988-18.024,3.731v-3.731h-28.703v3.731  c-3.143-2.829-7.427-3.731-12.198-3.731H138.382l-7.035,16.501l-7.225-16.501H91.089v7.547l-3.63-7.547H59.296l-13.085,30.379  L31.21,227.252H46.218z\"></path><path style=\"fill:#2D78BC;\" d=\"M436.858,266.709v-29.313h-7.476l0,0h-19.584c-6.035,0-10.425,1.463-13.526,3.734v-3.734H366.69  c-4.73,0-10.286,1.182-12.905,3.734v-3.734H300.95v3.734c-4.202-3.068-11.3-3.734-14.57-3.734h-34.847v3.734  c-3.326-3.259-10.72-3.734-15.229-3.734h-38.997l-8.924,9.777l-8.359-9.777h-58.255v63.887h57.155l9.197-9.931l8.658,9.931  l35.236,0.037v-15.034h3.461c4.673,0.075,10.185-0.116,15.049-2.245v17.238h29.062v-16.655h1.407c1.789,0,1.961,0.079,1.961,1.886  v14.769h88.276c5.609,0,11.469-1.456,14.716-4.086v4.086h27.996c5.83,0,11.521-0.827,15.85-2.945v-0.067  c6.324-4.079,10.529-11.225,10.529-19.382C440.33,274.409,439.051,270.237,436.858,266.709z M235.959,276.931h-13.485v15.36h-21.003  l-13.309-15.162l-13.826,15.162h-42.809V246.5h43.468l13.294,15.008l13.747-15.008h34.533c8.572,0,18.207,2.406,18.207,15.083  C254.776,274.308,245.403,276.931,235.959,276.931z M300.995,274.855c1.527,2.234,1.747,4.318,1.792,8.359v9.078h-10.844v-5.729  c0-2.754,0.258-6.832-1.751-8.965c-1.583-1.639-3.981-2.036-7.929-2.036h-11.551v16.729h-10.855V246.5h24.95  c5.47,0,9.452,0.243,13.003,2.163c3.413,2.084,5.557,4.939,5.557,10.166c0,7.308-4.816,11.042-7.659,12.183  C298.102,271.91,300.074,273.519,300.995,274.855z M345.421,255.974h-25.309v8.325h24.692v9.343h-24.692v9.111l25.309,0.045v9.5  h-36.067V246.5h36.067L345.421,255.974L345.421,255.974z M372.941,292.295h-21.047v-9.822h20.969c2.05,0,3.502-0.269,4.415-1.137  c0.737-0.703,1.276-1.736,1.276-2.978c0-1.336-0.576-2.398-1.321-3.035c-0.831-0.703-1.964-1.014-3.847-1.014  c-10.107-0.344-22.765,0.314-22.765-14.178c0-6.642,4.123-13.631,15.45-13.631h21.669v9.747h-19.824  c-1.964,0-3.244,0.075-4.333,0.823c-1.179,0.745-1.624,1.841-1.624,3.3c0,1.725,1.01,2.9,2.365,3.413  c1.145,0.397,2.365,0.513,4.206,0.513l5.822,0.168c5.863,0.138,9.893,1.171,12.34,3.678c2.107,2.2,3.229,4.984,3.229,9.695  C389.918,287.693,383.845,292.295,372.941,292.295z M428.563,287.872c-2.847,2.915-7.439,4.423-13.429,4.423h-20.872v-9.822h20.785  c2.065,0,3.51-0.269,4.378-1.137c0.752-0.703,1.276-1.736,1.276-2.978c0-1.336-0.524-2.398-1.321-3.035  c-0.782-0.703-1.923-1.014-3.809-1.014c-10.148-0.344-22.806,0.314-22.806-14.178c0-6.642,4.161-13.631,15.506-13.631h21.115v9.744  h-19.281c-1.961,0-3.27,0.079-4.374,0.827c-1.141,0.741-1.579,1.841-1.579,3.293c0,1.732,0.962,2.9,2.365,3.413  c1.145,0.404,2.365,0.52,4.161,0.52l5.856,0.161c5.912,0.146,9.86,1.175,12.258,3.686c0.438,0.348,0.703,0.741,1.01,1.13  c-0.123-0.161-0.243-0.314-0.37-0.475c1.871,2.507,2.997,5.624,2.997,9.01C432.428,281.691,430.95,285.212,428.563,287.872z   M169.386,255.974l11.824,13.343l-12.348,13.433h-26.574v-9.111h23.727v-9.343h-23.727v-8.322L169.386,255.974L169.386,255.974z   M195.122,269.474l16.595-18.054v36.71L195.122,269.474z M243.181,261.586c0,3.97-2.586,6.047-6.739,6.047h-13.964v-11.659h14.095  C240.468,255.974,243.181,257.579,243.181,261.586z M291.412,260.92c0,1.957-0.838,3.536-2.241,4.393  c-1.444,0.868-3.233,0.943-5.332,0.943h-13.134v-10.282h13.306c1.927,0,3.854,0.041,5.16,0.827  C290.578,257.538,291.412,258.956,291.412,260.92z\"></path><path style=\"fill:#FFFFFF;\" d=\"M436.858,270.451v-29.313h-7.476l0,0h-19.584c-6.035,0-10.425,1.463-13.526,3.734v-3.734H366.69  c-4.73,0-10.286,1.182-12.905,3.734v-3.734H300.95v3.734c-4.202-3.068-11.3-3.734-14.57-3.734h-34.847v3.734  c-3.326-3.259-10.72-3.734-15.229-3.734h-38.997l-8.924,9.777l-8.359-9.777h-58.255v63.887h57.155l9.197-9.931l8.658,9.931  l35.236,0.037v-15.034h3.461c4.673,0.075,10.185-0.116,15.049-2.245v17.238h29.062v-16.655h1.407c1.789,0,1.961,0.079,1.961,1.886  v14.769h88.276c5.609,0,11.469-1.456,14.716-4.086v4.086h27.996c5.83,0,11.521-0.827,15.85-2.945v-0.067  c6.324-4.079,10.529-11.225,10.529-19.382C440.33,278.151,439.051,273.979,436.858,270.451z M235.959,280.673h-13.485v15.36h-21.003  l-13.309-15.162l-13.826,15.162h-42.809v-45.792h43.468l13.294,15.008l13.747-15.008h34.533c8.572,0,18.207,2.406,18.207,15.083  C254.776,278.05,245.403,280.673,235.959,280.673z M300.995,278.596c1.527,2.234,1.747,4.318,1.792,8.359v9.078h-10.844v-5.729  c0-2.754,0.258-6.832-1.751-8.965c-1.583-1.639-3.981-2.036-7.929-2.036h-11.551v16.729h-10.855V250.24h24.95  c5.47,0,9.452,0.243,13.003,2.163c3.413,2.084,5.557,4.939,5.557,10.166c0,7.308-4.816,11.042-7.659,12.183  C298.102,275.652,300.074,277.261,300.995,278.596z M345.421,259.716h-25.309v8.325h24.692v9.343h-24.692v9.111l25.309,0.045v9.5  h-36.067v-45.799h36.067L345.421,259.716L345.421,259.716z M372.941,296.037h-21.047v-9.822h20.969c2.05,0,3.502-0.269,4.415-1.137  c0.737-0.703,1.276-1.736,1.276-2.978c0-1.336-0.576-2.398-1.321-3.035c-0.831-0.703-1.964-1.014-3.847-1.014  c-10.107-0.344-22.765,0.314-22.765-14.178c0-6.642,4.123-13.631,15.45-13.631h21.669v9.747h-19.824  c-1.964,0-3.244,0.075-4.333,0.823c-1.179,0.745-1.624,1.841-1.624,3.3c0,1.725,1.01,2.9,2.365,3.413  c1.145,0.397,2.365,0.513,4.206,0.513l5.822,0.168c5.863,0.138,9.893,1.171,12.34,3.678c2.107,2.2,3.229,4.984,3.229,9.695  C389.918,291.434,383.845,296.037,372.941,296.037z M428.563,291.614c-2.847,2.915-7.439,4.423-13.429,4.423h-20.872v-9.822h20.785  c2.065,0,3.51-0.269,4.378-1.137c0.752-0.703,1.276-1.736,1.276-2.978c0-1.336-0.524-2.398-1.321-3.035  c-0.782-0.703-1.923-1.014-3.809-1.014c-10.148-0.344-22.806,0.314-22.806-14.178c0-6.642,4.161-13.631,15.506-13.631h21.115v9.744  h-19.281c-1.961,0-3.27,0.079-4.374,0.827c-1.141,0.741-1.579,1.841-1.579,3.293c0,1.732,0.962,2.9,2.365,3.413  c1.145,0.404,2.365,0.52,4.161,0.52l5.856,0.161c5.912,0.146,9.86,1.175,12.258,3.686c0.438,0.348,0.703,0.741,1.01,1.13  c-0.123-0.161-0.243-0.314-0.37-0.475c1.871,2.507,2.997,5.624,2.997,9.01C432.428,285.433,430.95,288.954,428.563,291.614z   M169.386,259.716l11.824,13.343l-12.348,13.433h-26.574v-9.111h23.727v-9.343h-23.727v-8.322L169.386,259.716L169.386,259.716z   M195.122,273.216l16.595-18.054v36.71L195.122,273.216z M243.181,265.328c0,3.97-2.586,6.047-6.739,6.047h-13.964v-11.659h14.095  C240.468,259.716,243.181,261.321,243.181,265.328z M291.412,264.662c0,1.957-0.838,3.536-2.241,4.393  c-1.444,0.868-3.233,0.943-5.332,0.943h-13.134v-10.282h13.306c1.927,0,3.854,0.041,5.16,0.827  C290.578,261.28,291.412,262.698,291.412,264.662z\"></path><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15781, 3031, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 473.94 473.94\" style=\"enable-background:new 0 0 473.94 473.94;\" xml:space=\"preserve\"><circle style=\"fill:#F3F2F2;\" cx=\"236.97\" cy=\"236.97\" r=\"236.97\"></circle><polygon style=\"fill:#0683C2;\" points=\"318.921,357.297 324.8,357.155 330.558,356.698 336.264,355.991 341.877,354.973   347.381,353.724 352.803,352.189 358.079,350.375 363.246,348.362 368.298,346.06 373.199,343.568 377.966,340.811 382.591,337.832   387.078,334.689 391.362,331.28 395.504,327.707 399.444,323.932 403.216,319.992 406.797,315.846 410.194,311.535 413.371,307.079   416.323,302.454 419.081,297.687 421.573,292.778 423.874,287.734 425.883,282.567 427.706,277.261 429.232,271.873   430.482,266.338 431.511,260.752 432.214,255.042 432.667,249.261 432.813,243.387 432.667,237.572 432.214,231.81 431.511,226.133   430.482,220.581 429.232,215.069 427.706,209.711 425.883,204.435 423.874,199.297 421.573,194.276 419.081,189.367 416.323,184.63   413.371,180.005 410.194,175.548 406.797,171.264 403.216,167.148 399.444,163.208 395.504,159.436 391.362,155.859 387.078,152.48   382.591,149.334 377.966,146.385 373.199,143.631 368.298,141.106 363.246,138.838 358.079,136.791 352.803,135.006   347.381,133.472 341.877,132.223 336.264,131.209 330.558,130.494 324.8,130.037 318.921,129.899 313.054,130.037 307.266,130.494   301.586,131.209 295.973,132.223 290.473,133.472 285.051,135.006 279.771,136.791 274.612,138.838 269.564,141.106   264.681,143.631 259.918,146.385 255.289,149.334 250.833,152.48 246.548,155.859 242.406,159.436 238.466,163.208 234.717,167.148   231.143,171.264 227.768,175.548 224.588,180.005 221.643,184.63 218.919,189.367 216.39,194.276 214.122,199.297 212.105,204.435   210.324,209.711 208.79,215.069 207.511,220.581 206.515,226.133 205.808,231.81 205.355,237.572 205.217,243.387 205.355,249.261   205.808,255.042 206.515,260.752 207.511,266.338 208.79,271.873 210.324,277.261 212.105,282.567 214.122,287.734 216.39,292.778   218.919,297.687 221.643,302.454 224.588,307.079 227.768,311.535 231.143,315.846 234.717,319.992 238.466,323.932   242.406,327.707 246.548,331.28 250.833,334.689 255.289,337.832 259.918,340.811 264.681,343.568 269.564,346.06 274.612,348.362   279.771,350.375 285.051,352.189 290.473,353.724 295.973,354.973 301.586,355.991 307.266,356.698 313.054,357.155 \"></polygon><polygon style=\"fill:#305499;\" points=\"168.076,357.297 173.951,357.155 179.739,356.698 185.412,355.991 191.032,354.973   196.532,353.724 201.95,352.189 207.226,350.375 212.394,348.362 217.441,346.06 222.324,343.568 227.087,340.811 231.716,337.832   236.165,334.689 240.449,331.28 244.591,327.707 248.539,323.932 252.281,319.992 255.854,315.846 259.229,311.535 262.41,307.079   265.362,302.454 268.086,297.687 270.615,292.778 272.883,287.734 274.892,282.567 276.681,277.261 278.215,271.873   279.487,266.338 280.482,260.752 281.19,255.042 281.642,249.261 281.788,243.387 281.642,237.572 281.19,231.81 280.482,226.133   279.487,220.581 278.215,215.069 276.681,209.711 274.892,204.435 272.883,199.297 270.615,194.276 268.086,189.367 265.362,184.63   262.41,180.005 259.229,175.548 255.854,171.264 252.281,167.148 248.539,163.208 244.591,159.436 240.449,155.859 236.165,152.48   231.716,149.334 227.087,146.385 222.324,143.631 217.441,141.106 212.394,138.838 207.226,136.791 201.95,135.006 196.532,133.472   191.032,132.223 185.412,131.209 179.739,130.494 173.951,130.037 168.076,129.899 162.198,130.037 156.439,130.494   150.741,131.209 145.12,132.223 139.616,133.472 134.202,135.006 128.926,136.791 123.729,138.838 118.707,141.106 113.776,143.631   109.005,146.385 104.384,149.334 99.927,152.48 95.617,155.859 91.501,159.436 87.531,163.208 83.756,167.148 80.182,171.264   76.803,175.548 73.627,180.005 70.644,184.63 67.924,189.367 65.395,194.276 63.131,199.297 61.084,204.435 59.299,209.711   57.739,215.069 56.489,220.581 55.472,226.133 54.764,231.81 54.304,237.572 54.162,243.387 54.304,249.261 54.764,255.042   55.472,260.752 56.489,266.338 57.739,271.873 59.299,277.261 61.084,282.567 63.131,287.734 65.395,292.778 67.924,297.687   70.644,302.454 73.627,307.079 76.803,311.535 80.182,315.846 83.756,319.992 87.531,323.932 91.501,327.707 95.617,331.28   99.927,334.689 104.384,337.832 109.005,340.811 113.776,343.568 118.707,346.06 123.729,348.362 128.926,350.375 134.202,352.189   139.616,353.724 145.12,354.973 150.741,355.991 156.439,356.698 162.198,357.155 \"></polygon><g>	<polygon style=\"fill:#0683C2;\" points=\"229.471,173.195 287.146,173.195 287.146,166.841 235.061,166.841  \"></polygon>	<polygon style=\"fill:#0683C2;\" points=\"220.423,186.669 287.146,186.669 287.146,180.315 224.479,180.315  \"></polygon>	<polygon style=\"fill:#0683C2;\" points=\"213.692,200.315 287.146,200.315 287.146,193.962 216.764,193.962  \"></polygon>	<polygon style=\"fill:#0683C2;\" points=\"209.273,213.797 287.146,213.797 287.146,207.439 211.2,207.439  \"></polygon>	<polygon style=\"fill:#0683C2;\" points=\"206.377,227.275 287.146,227.275 287.146,220.914 207.54,220.914  \"></polygon>	<polygon style=\"fill:#0683C2;\" points=\"205.217,240.719 287.146,240.719 287.146,234.361 205.61,234.361  \"></polygon>	<polygon style=\"fill:#0683C2;\" points=\"205.808,254.167 287.146,254.167 287.146,247.809 205.217,247.809  \"></polygon>	<polygon style=\"fill:#0683C2;\" points=\"207.735,267.644 287.146,267.644 287.146,261.287 206.575,261.287  \"></polygon>	<polygon style=\"fill:#0683C2;\" points=\"211.567,281.089 287.146,281.089 287.146,274.765 209.636,274.765  \"></polygon>	<polygon style=\"fill:#0683C2;\" points=\"217.355,294.566 287.146,294.566 287.146,288.213 214.264,288.213  \"></polygon>	<polygon style=\"fill:#0683C2;\" points=\"225.415,308.242 287.146,308.242 287.146,301.691 221.183,301.691  \"></polygon>	<polygon style=\"fill:#0683C2;\" points=\"236.393,321.69 287.146,321.69 287.146,315.367 230.799,315.367  \"></polygon></g><g>	<polygon style=\"fill:#FFFFFF;\" points=\"405.004,275.528 405.034,275.39 405.173,274.847 405.349,274.338 405.603,273.886    405.88,273.433 406.194,273.006 406.568,272.636 406.965,272.295 407.388,271.985 407.841,271.727 408.323,271.502    408.836,271.334 409.375,271.218 409.936,271.132 410.509,271.102 411.047,271.132 411.56,271.218 412.073,271.334    412.555,271.502 413.038,271.727 413.491,271.985 413.884,272.295 414.28,272.636 414.621,273.006 414.965,273.433    415.223,273.886 415.478,274.338 415.646,274.847 415.784,275.39 415.814,275.528 414.819,275.528 414.565,274.735    414.142,274.002 413.577,273.347 412.918,272.812 412.181,272.408 411.362,272.157 410.509,272.067 410.056,272.101    409.603,272.157 409.15,272.269 408.724,272.408 408.323,272.58 407.957,272.812 407.586,273.062 407.279,273.347 406.965,273.657    406.677,274.002 406.452,274.368 406.254,274.735 406.108,275.162 406,275.528  \"></polygon>	<polygon style=\"fill:#FFFFFF;\" points=\"408.379,275.528 408.379,274.002 410.711,274.002 411.16,274.028 411.56,274.11    411.897,274.226 412.151,274.395 412.357,274.623 412.495,274.877 412.581,275.188 412.604,275.528 411.814,275.528    411.844,275.33 411.814,275.135 411.698,274.993 411.56,274.907 411.392,274.821 411.186,274.795 410.961,274.765 410.733,274.765    410.509,274.765 409.345,274.765 409.345,275.528  \"></polygon>	<polygon style=\"fill:#FFFFFF;\" points=\"404.918,276.381 404.945,275.929 405.004,275.528 406,275.528 405.97,275.588    405.91,276.041 405.88,276.381  \"></polygon>	<polygon style=\"fill:#FFFFFF;\" points=\"408.379,276.381 408.379,275.528 409.345,275.528 409.345,276.295 410.31,276.295    410.654,276.295 410.961,276.243 411.216,276.183 411.444,276.097 411.612,275.981 411.728,275.813 411.814,275.588    411.814,275.528 412.604,275.528 412.604,275.528 412.581,275.783 412.495,276.041 412.379,276.243 412.271,276.381  \"></polygon>	<polygon style=\"fill:#FFFFFF;\" points=\"414.935,276.381 414.849,275.588 414.819,275.528 415.814,275.528 415.87,275.929    415.9,276.381  \"></polygon>	<polygon style=\"fill:#FFFFFF;\" points=\"404.918,276.381 404.918,276.494 404.945,277.092 405.034,277.657 405.173,278.226    405.349,278.735 405.603,279.218 405.88,279.7 406.194,280.097 406.568,280.494 406.965,280.834 407.388,281.148 407.841,281.433    408.323,281.661 408.836,281.829 409.375,281.942 409.936,282.024 410.509,282.054 411.047,282.024 411.56,281.942    412.073,281.829 412.555,281.661 413.038,281.433 413.491,281.148 413.884,280.834 414.28,280.494 414.621,280.097 414.965,279.7    415.223,279.218 415.478,278.735 415.646,278.226 415.784,277.657 415.87,277.092 415.9,276.494 415.9,276.381 414.935,276.381    414.935,276.494 414.849,277.459 414.565,278.342 414.142,279.132 413.577,279.816 412.918,280.351 412.181,280.752    411.362,281.01 410.509,281.089 410.056,281.062 409.603,281.01 409.15,280.894 408.724,280.752 408.323,280.58 407.957,280.351    407.586,280.097 407.279,279.816 406.965,279.476 406.677,279.132 406.452,278.765 406.254,278.342 406.108,277.912    405.97,277.459 405.91,276.976 405.88,276.494 405.88,276.381  \"></polygon>	<polygon style=\"fill:#FFFFFF;\" points=\"408.379,276.381 408.379,278.795 409.345,278.795 409.345,276.864 410.31,276.864    411.474,278.795 412.436,278.795 411.276,276.864 411.56,276.778 411.814,276.666 412.043,276.553 412.241,276.408    412.271,276.381  \"></polygon>	<path style=\"fill:#FFFFFF;\" d=\"M410.509,282.458l-0.591-0.03l-1.167-0.206l-0.55-0.18l-0.531-0.243l-0.947-0.64l-0.415-0.359   l-0.737-0.849l-0.572-1.025l-0.202-0.569l-0.15-0.602l-0.094-0.599l-0.034-0.64l0.03-0.606l0.09-0.58l0.333-1.119l0.569-0.988   l0.337-0.453l0.827-0.778l0.449-0.329l1.003-0.52l0.558-0.187l1.171-0.217l0.606-0.034l0.584,0.03l1.093,0.21l0.524,0.18   l1.003,0.513l0.857,0.696l0.737,0.849l0.546,0.962l0.348,1.149l0.094,0.572l0.034,0.61l-0.03,0.64l-0.09,0.61l-0.322,1.141   l-0.543,1.025l-0.737,0.868l-0.842,0.703l-0.49,0.311l-0.528,0.251l-0.524,0.183l-1.089,0.213L410.509,282.458z M410.486,271.506   l-0.528,0.03l-1.04,0.191l-0.471,0.157l-0.861,0.453l-0.752,0.606l-0.352,0.352l-0.535,0.801l-0.247,0.442l-0.273,0.954   l-0.079,0.501l-0.026,0.524l0.03,0.558l0.217,1.059l0.165,0.475l0.501,0.894l0.632,0.718l0.767,0.606l0.427,0.269l0.438,0.202   l0.464,0.15l1.036,0.18l0.513,0.026l0.52-0.03l0.958-0.187l0.438-0.157l0.442-0.21l0.408-0.262l0.741-0.621l0.647-0.752l0.46-0.887   l0.269-0.984l0.079-0.535l0.026-0.558l-0.03-0.528l-0.217-0.999l-0.161-0.486l-0.479-0.834l-0.632-0.722l-0.741-0.606l-0.857-0.434   l-0.442-0.153l-0.958-0.183L410.486,271.506z\"></path>	<path style=\"fill:#FFFFFF;\" d=\"M413.15,279.199h-1.905l-1.164-1.931h-0.337v1.931h-1.77v-5.601l3.199,0.026l0.464,0.094   l0.385,0.131l0.423,0.277l0.206,0.228l0.195,0.333l0.12,0.393l0.037,0.423l-0.022,0.314l-0.109,0.352l-0.4,0.565l-0.599,0.344   L413.15,279.199z M411.698,278.394h0.026l-1.059-1.762l1.295-0.513l0.191-0.281l0.056-0.344l-0.022-0.281l-0.18-0.4l-0.101-0.101   l-0.225-0.15l-0.602-0.146l-0.385-0.015h-1.908v3.989h0.161v-1.931h1.594L411.698,278.394z\"></path>	<path style=\"fill:#FFFFFF;\" d=\"M410.692,276.699h-1.747v-2.335l2.634,0.101l0.43,0.273l0.187,0.228l0.056,0.359l-0.06,0.408   l-0.086,0.228l-0.262,0.355l-0.258,0.161l-0.531,0.157L410.692,276.699z M409.749,275.895l1.145-0.049l0.43-0.153l0.097-0.18   l0.019-0.172l-0.007-0.037l-0.161-0.09l-0.363-0.049l-1.164,0.004v0.726H409.749z\"></path>	<path style=\"fill:#FFFFFF;\" d=\"M410.516,281.493l-0.958-0.082l-0.962-0.277l-0.43-0.183l-0.808-0.52l-0.692-0.681l-0.299-0.359   l-0.258-0.412l-0.221-0.468l-0.303-0.935l-0.105-1.059l0.09-0.98l0.303-0.932l0.46-0.816l0.318-0.389l0.659-0.632l0.797-0.528   l0.917-0.352l0.479-0.123l0.977-0.097l0.924,0.09l0.894,0.269l0.816,0.434l0.718,0.576l0.61,0.703l0.468,0.797l0.318,0.924   l0.109,0.995l-0.086,1.04l-0.303,0.973l-0.453,0.857l-0.606,0.748l-0.711,0.595l-0.804,0.441l-0.887,0.288L410.516,281.493z    M410.467,272.467l-0.819,0.086l-0.801,0.236l-0.37,0.157l-0.67,0.445l-0.565,0.55l-0.254,0.314l-0.382,0.666l-0.254,0.786   l-0.071,0.804l0.082,0.891l0.266,0.804l0.389,0.707l0.834,0.879l0.681,0.438l0.741,0.273l0.427,0.109l0.797,0.067l0.827-0.079   l0.733-0.243l0.67-0.37l0.591-0.494l0.509-0.625l0.382-0.722l0.254-0.819l0.071-0.876l-0.086-0.831l-0.262-0.763l-0.389-0.662   l-0.52-0.591l-0.61-0.486l-0.677-0.363l-0.741-0.221L410.467,272.467z\"></path>	<polygon style=\"fill:#FFFFFF;\" points=\"401.461,227.836 400.548,227.78 399.706,227.697 398.902,227.608 398.112,227.499    397.345,227.383 396.548,227.245 395.732,227.129 394.875,226.986 393.97,226.874 392.975,226.792 391.871,226.732    390.681,226.672 389.371,226.672 387.927,226.672 386.311,226.762 384.518,226.874 383.25,227.072 382.026,227.327    380.945,227.697 379.953,228.12 379.074,228.603 378.307,229.145 377.66,229.767 377.147,230.421 376.743,231.102 376.488,231.839    376.38,232.603 376.38,233.396 376.548,234.193 376.889,235.016 377.345,235.866 377.993,236.689 378.595,237.314 379.272,237.856    379.983,238.365 380.776,238.822 381.626,239.244 382.501,239.637 383.444,239.982 384.41,240.352 385.398,240.692    386.419,241.007 387.444,241.34 388.466,241.684 389.491,242.051 390.535,242.451 391.53,242.878 392.552,243.33 393.517,243.839    394.453,244.408 395.358,245.003 396.234,245.71 397.031,246.451 397.798,247.304 398.509,248.24 399.13,249.261 399.669,250.365    400.151,251.611 400.526,252.947 400.802,254.421 401.008,256.008 401.087,257.74 401.038,259.615 400.888,261.658    400.694,263.162 400.409,264.58 400.073,265.912 399.642,267.192 399.16,268.411 398.625,269.541 398.026,270.627 397.345,271.641    396.638,272.58 395.871,273.459 395.074,274.282 394.224,275.076 393.349,275.783 392.406,276.438 391.47,277.062 390.475,277.605    389.461,278.114 388.436,278.593 387.384,279.023 386.311,279.386 385.259,279.73 384.155,280.045 383.074,280.295 381.97,280.523    380.889,280.726 379.815,280.894 378.733,281.01 377.66,281.118 376.604,281.208 375.553,281.261 374.558,281.287 373.574,281.287    372.204,281.287 370.876,281.287 369.626,281.261 368.436,281.261 367.302,281.234 366.191,281.208 365.177,281.178    364.182,281.148 363.216,281.089 362.303,281.036 361.454,281.01 360.631,280.95 359.841,280.864 359.074,280.804 358.363,280.726    357.656,280.636 356.998,280.553 356.347,280.467 355.725,280.351 355.127,280.243 354.536,280.127 353.963,280.015    353.394,279.899 352.863,279.76 352.32,279.614 351.778,279.476 351.239,279.304 350.704,279.161 350.195,278.993 349.653,278.795    349.114,278.619 348.541,278.424 351.445,264.355 351.692,264.438 352.006,264.55 352.35,264.662 352.713,264.778 353.14,264.917    353.6,265.033 354.105,265.171 354.614,265.321 355.187,265.459 355.785,265.601 356.436,265.744 357.084,265.886 357.765,266.028    358.476,266.166 359.213,266.309 359.98,266.451 360.747,266.567 361.544,266.709 362.363,266.821 363.216,266.933 364.066,267.02    364.941,267.102 365.824,267.192 366.704,267.248 367.609,267.304 368.545,267.356 369.458,267.356 370.393,267.386    371.329,267.386 372.264,267.356 373.199,267.304 374.135,267.248 375.07,267.132 375.897,266.993 376.664,266.761    377.345,266.481 377.936,266.166 378.445,265.8 378.928,265.403 379.332,264.976 379.695,264.524 379.983,264.041 380.238,263.558    380.466,263.046 380.66,262.563 380.799,262.054 380.945,261.572 381.065,261.089 381.173,260.093 381.143,259.218    380.945,258.425 380.582,257.684 380.092,257.003 379.471,256.382 378.733,255.813 377.914,255.3 377.001,254.795 375.983,254.335    374.902,253.882 373.768,253.429 372.608,252.977 371.388,252.494 370.169,252.011 368.919,251.499 367.669,250.96    366.419,250.365 365.196,249.714 364.036,249.029 362.902,248.24 361.821,247.413 360.807,246.477 359.871,245.426    359.044,244.292 358.307,243.072 357.656,241.714 357.173,240.21 356.799,238.593 356.575,236.831 356.515,234.904    356.631,232.835 356.769,231.555 356.945,230.305 357.173,229.115 357.398,227.952 357.712,226.844 358.019,225.767    358.393,224.745 358.816,223.75 359.269,222.784 359.752,221.879 360.324,221.003 360.915,220.176 361.566,219.379    362.273,218.646 363.011,217.935 363.838,217.254 364.687,216.633 365.63,216.034 366.621,215.499 367.669,214.987    368.773,214.504 369.94,214.077 371.16,213.711 372.462,213.37 373.85,213.06 375.299,212.801 376.803,212.577 378.397,212.379    380.039,212.233 381.772,212.15 383.583,212.094 385.484,212.064 386.677,212.064 387.837,212.064 388.919,212.094 389.974,212.12    390.958,212.15 391.893,212.177 392.806,212.203 393.656,212.233 394.483,212.293 395.25,212.349 395.979,212.379 396.668,212.431    397.315,212.487 397.936,212.547 398.509,212.633 399.077,212.685 399.59,212.745 400.095,212.801 400.548,212.858    400.978,212.944 401.401,213 401.798,213.06 402.168,213.112 402.512,213.198 402.819,213.254 403.134,213.31 403.448,213.37    403.725,213.423 403.983,213.452 404.237,213.512 404.492,213.568 404.72,213.595  \"></polygon>	<path style=\"fill:#FFFFFF;\" d=\"M374.561,281.691l-10.391-0.138l-7.873-0.685l-4.614-1.003l-3.603-1.175l0.071-0.344l2.993-14.514   l4.138,1.239l4.771,0.992l5.815,0.733l2.702,0.165h3.686l1.86-0.109l1.717-0.251l0.715-0.221l0.644-0.266l0.554-0.299l0.928-0.718   l0.707-0.823l0.501-0.902l0.404-0.958l0.385-1.418l0.101-0.943l-0.034-0.819l-0.187-0.707l-0.337-0.662l-0.453-0.621l-0.58-0.572   l-0.7-0.539l-0.786-0.486l-0.894-0.494l-2.062-0.894l-7.24-2.926l-1.261-0.599l-1.239-0.662l-1.175-0.692l-1.16-0.804l-1.096-0.838   l-1.044-0.958l-0.962-1.081l-0.853-1.164l-0.756-1.25l-0.67-1.396l-0.505-1.557l-0.382-1.646l-0.236-1.8l-0.064-1.968l0.116-2.103   l0.318-2.563l0.457-2.372l0.629-2.219l0.385-1.051l0.887-1.994l0.494-0.924l1.19-1.747l0.666-0.816l1.482-1.482l0.849-0.703   l0.864-0.636l0.965-0.614l2.08-1.066l1.119-0.49l1.19-0.434l1.242-0.378l1.317-0.344l1.403-0.314l2.982-0.486l1.601-0.198   l1.658-0.15l3.57-0.142l4.266-0.03l10.136,0.483l7.24,1.1l-0.101,0.438l-3.338,14.574l-2.915-0.247l-4.939-0.737l-3.255-0.198   h-2.735l-3.379,0.202l-1.235,0.195l-1.197,0.251l-1.033,0.355l-0.969,0.415l-0.842,0.464l-0.73,0.516l-0.602,0.584l-0.471,0.614   l-0.374,0.636l-0.224,0.666l-0.09,0.688l0.004,0.737l0.161,0.715l0.322,0.748l0.434,0.819l0.61,0.76l0.572,0.599l1.332,1.003   l1.59,0.846l0.861,0.389l2.862,1.04l4.097,1.362l2.062,0.834l1.029,0.456l0.992,0.524l1.871,1.179l0.909,0.733l0.819,0.756   l0.793,0.879l0.73,0.962l0.644,1.051l0.561,1.141l0.498,1.28l0.385,1.369l0.284,1.508l0.21,1.609l0.082,1.766l-0.052,1.905   l-0.146,2.062l-0.202,1.53l-0.288,1.444l-0.341,1.351l-0.442,1.31l-0.49,1.242l-0.543,1.156l-0.614,1.104l-0.7,1.044l-0.718,0.958   l-0.786,0.902l-0.812,0.838l-0.861,0.808l-0.898,0.726l-1.908,1.302l-2.054,1.074l-1.029,0.486l-1.074,0.438l-2.151,0.718   l-1.119,0.318l-2.215,0.486l-2.174,0.374l-3.237,0.314L374.561,281.691z M369.626,280.86l4.928,0.026l2.028-0.079l3.188-0.311   l2.125-0.363l2.167-0.475l2.122-0.647l1.07-0.363l1.029-0.419l2.009-0.977l0.98-0.535l1.841-1.257l0.857-0.692l0.827-0.775   l0.782-0.808l0.752-0.864l0.692-0.917l0.67-0.995l0.58-1.055l0.52-1.108l0.475-1.197l0.423-1.257l0.326-1.302l0.281-1.399   l0.195-1.482l0.142-2.021l0.052-1.856l-0.079-1.703l-0.202-1.553l-0.273-1.452l-0.367-1.302l-0.471-1.209l-0.528-1.074   l-0.602-0.988l-0.688-0.902l-0.745-0.831l-0.771-0.711l-0.857-0.692l-1.796-1.13l-0.947-0.498l-1.983-0.864l-3.061-1.096   l-4.95-1.706l-1.766-0.838l-0.816-0.464l-1.444-1.089l-0.636-0.662l-0.677-0.849l-0.494-0.913l-0.363-0.857l-0.191-0.868   l-0.008-0.876l0.112-0.819l0.273-0.812l0.434-0.752l0.543-0.7l0.692-0.666l0.816-0.58l0.913-0.505l1.029-0.442l1.108-0.378   l1.268-0.269l1.295-0.202l3.446-0.206h2.776l3.323,0.202l7.139,0.939l3.091-13.489l-5.201-0.838l-5.407-0.453l-8.142-0.168   l-3.701,0.082l-1.725,0.082l-1.628,0.146l-3.076,0.423l-1.437,0.254l-2.657,0.644l-1.205,0.367l-1.149,0.415l-2.11,0.98   l-0.98,0.528l-0.917,0.584l-0.827,0.606l-0.808,0.67l-1.414,1.411l-0.629,0.771l-1.137,1.669l-0.464,0.876l-0.861,1.927   l-0.367,1.003l-0.61,2.159l-0.445,2.32l-0.311,2.496l-0.112,2.047l0.06,1.893l0.224,1.721l0.367,1.575l0.475,1.474l0.629,1.31   l0.718,1.186l0.808,1.104l0.909,1.022l0.992,0.905l1.051,0.801l1.119,0.778l1.138,0.666l1.205,0.647l2.47,1.119l8.086,3.296   l0.943,0.52l0.838,0.524l0.771,0.595l0.662,0.655l0.531,0.73l0.4,0.801l0.228,0.872l0.041,0.962l-0.112,1.051l-0.412,1.538   l-0.441,1.051l-0.561,1.007l-0.397,0.501l-0.423,0.453l-1.051,0.816l-0.636,0.341l-0.715,0.299l-0.804,0.243l-1.826,0.269   l-2.848,0.142l-2.795-0.03l-5.369-0.427l-5.489-0.913l-4.647-1.115l-1.298-0.423l-2.735,13.272l4.49,1.351l4.209,0.73l3.779,0.37   L369.626,280.86z\"></path>	<polygon style=\"fill:#FFFFFF;\" points=\"151.538,218.021 151.133,217.793 150.711,217.598 150.288,217.37 149.865,217.146    149.431,216.944 148.978,216.715 148.495,216.517 148.013,216.289 147.534,216.09 147.021,215.896 146.516,215.698    146.003,215.499 145.465,215.293 144.922,215.125 144.353,214.96 143.792,214.758 143.19,214.616 142.598,214.448 141.97,214.306    141.349,214.163 140.698,214.047 140.043,213.905 139.392,213.823 138.681,213.711 138.004,213.628 137.293,213.568    136.556,213.482 135.818,213.452 135.051,213.396 134.284,213.396 133.495,213.396 132.698,213.396 131.901,213.396    131.104,213.423 130.284,213.452 129.439,213.542 128.612,213.628 127.736,213.737 126.879,213.879 126.004,214.047    125.117,214.276 124.241,214.564 123.366,214.871 122.449,215.241 121.574,215.668 120.698,216.12 119.841,216.663    118.966,217.284 118.116,217.935 117.293,218.676 116.466,219.495 115.647,220.405 114.85,221.366 114.083,222.451    113.345,223.611 112.608,224.861 111.897,226.193 111.216,227.637 110.595,229.202 109.967,230.848 109.405,232.603    108.837,234.507 108.354,236.487 107.871,238.62 107.448,240.805 107.16,242.99 107.044,245.145 107.074,247.244 107.302,249.313    107.673,251.3 108.245,253.231 108.975,255.042 109.918,256.775 111.022,258.365 112.328,259.843 113.828,261.175 115.531,262.339    117.431,263.33 119.557,264.153 121.918,264.748 122.284,264.838 122.737,264.89 123.19,264.976 123.699,265.033 124.271,265.119    124.87,265.171 125.461,265.231 126.112,265.261 126.793,265.321 127.508,265.343 128.238,265.343 128.978,265.343    129.746,265.343 130.513,265.321 131.31,265.261 132.099,265.171 132.922,265.092 133.719,264.976 134.539,264.838    135.336,264.662 136.159,264.464 136.948,264.266 137.745,264.011 138.542,263.727 139.302,263.416 140.043,263.046    140.78,262.653 141.487,262.223 142.168,261.77 142.827,261.261 143.448,260.722 144.047,260.123 141.15,277.062 140.978,277.201    140.78,277.347 140.589,277.515 140.357,277.684 140.099,277.886 139.845,278.088 139.59,278.282 139.28,278.48 138.939,278.709    138.572,278.903 138.172,279.132 137.745,279.36 137.263,279.588 136.724,279.79 136.159,279.985 135.534,280.183 134.883,280.381    134.142,280.58 133.349,280.752 132.499,280.92 131.594,281.062 130.629,281.178 129.577,281.287 128.466,281.403 127.254,281.459    125.974,281.519 124.634,281.541 123.19,281.541 121.66,281.541 120.039,281.489 118.344,281.403 116.522,281.287 115.078,281.178    113.63,281.01 112.182,280.726 110.737,280.381 109.259,279.959 107.811,279.476 106.393,278.903 104.949,278.226 103.561,277.515    102.173,276.696 100.833,275.813 99.531,274.821 98.255,273.77 97.031,272.636 95.841,271.442 94.738,270.144 93.656,268.774    92.661,267.304 91.755,265.773 90.902,264.153 90.113,262.451 89.432,260.662 88.833,258.791 88.321,256.864 87.928,254.818    87.613,252.692 87.415,250.507 87.329,248.21 87.385,245.852 87.531,243.387 87.812,240.857 88.234,238.219 88.717,235.581    89.286,233.033 89.885,230.56 90.536,228.21 91.217,225.905 91.984,223.724 92.811,221.624 93.656,219.611 94.592,217.684    95.557,215.836 96.609,214.077 97.682,212.405 98.854,210.815 100.043,209.31 101.316,207.892 102.651,206.56 104.043,205.284    105.488,204.12 106.996,203.039 108.552,202.021 110.195,201.108 111.897,200.263 113.66,199.496 115.471,198.785 117.372,198.194    119.328,197.655 121.375,197.198 123.444,196.828 125.6,196.547 127.845,196.315 130.146,196.177 132.499,196.091 133.521,196.091    134.539,196.147 135.534,196.177 136.526,196.263 137.491,196.345 138.456,196.461 139.392,196.573 140.327,196.686    141.233,196.828 142.146,197 142.995,197.142 143.848,197.311 144.698,197.509 145.495,197.677 146.254,197.879 147.021,198.048    147.728,198.246 148.439,198.444 149.124,198.616 149.745,198.815 150.366,198.983 150.939,199.155 151.478,199.327    151.99,199.496 152.443,199.638 152.866,199.78 153.262,199.919 153.633,200.035 153.947,200.117 154.205,200.203 154.43,200.263    154.628,200.315  \"></polygon>	<path style=\"fill:#FFFFFF;\" d=\"M124.638,281.945h-2.978l-3.338-0.138l-3.278-0.228l-1.467-0.168l-1.478-0.292l-1.463-0.348   l-1.493-0.427l-1.467-0.486l-1.441-0.58l-1.471-0.688l-1.399-0.715l-1.411-0.834l-1.355-0.891l-1.325-1.01l-1.291-1.059   l-1.239-1.152l-1.201-1.201l-1.126-1.325l-1.089-1.377l-1.014-1.497l-0.92-1.553l-0.861-1.635l-0.801-1.721l-0.692-1.815   l-0.606-1.89l-0.516-1.949l-0.4-2.073l-0.318-2.144l-0.2-2.208l-0.086-2.316l0.06-2.38l0.146-2.481l0.281-2.548l0.423-2.657   l0.486-2.649l1.171-5.044l1.332-4.673l0.775-2.2l0.834-2.114l0.853-2.021l0.943-1.946l0.969-1.86l1.066-1.777l1.078-1.684   l1.182-1.609l1.201-1.519l1.287-1.437l1.351-1.347l1.399-1.291l1.471-1.179l1.523-1.093l1.572-1.029l1.669-0.928l1.717-0.857   l1.781-0.778l1.826-0.715l1.927-0.602l1.972-0.546l2.065-0.46l2.084-0.378l2.178-0.284l2.256-0.232l2.316-0.142l3.401-0.086   l4.004,0.258l3.768,0.486l4.284,0.857l9.512,2.739l-0.067,0.359l-3.188,18.264l-3.038-1.575l-3.48-1.403l-4.064-1.115l-3.304-0.528   l-2.934-0.232l-4.722,0.06l-3.353,0.419l-0.864,0.168l-0.861,0.221l-1.721,0.587l-0.894,0.363l-1.717,0.864l-0.827,0.524   l-1.695,1.253l-0.804,0.718l-0.808,0.808l-0.804,0.891l-0.786,0.95l-0.748,1.059l-1.459,2.383l-0.703,1.317l-0.67,1.429   l-1.239,3.18l-1.126,3.633l-0.958,4.086l-0.419,2.174l-0.281,2.159l-0.112,2.125l0.03,2.073l0.225,2.028l0.37,1.957l0.561,1.89   l0.715,1.777l0.924,1.691l1.078,1.553l1.28,1.441l1.467,1.302l1.661,1.13l1.86,0.969l2.088,0.804l2.675,0.666l4.445,0.471   l2.919,0.022l1.534-0.082l3.195-0.419l2.38-0.565l1.557-0.528l0.741-0.307l1.441-0.745l1.355-0.861l1.239-1.018l1.474-1.474   l-3.136,18.338l-2.361,1.762l-1.725,0.909l-2.436,0.816l-1.568,0.378l-1.777,0.314l-3.147,0.344L124.638,281.945z M133.502,196.491   h-1.003l-2.339,0.086l-2.29,0.138l-2.23,0.228l-2.144,0.281l-2.047,0.37l-2.032,0.449l-1.942,0.535l-1.886,0.587l-1.789,0.7   l-1.747,0.763l-1.684,0.838l-1.631,0.902l-1.53,1.003l-1.489,1.074l-1.429,1.149l-1.366,1.261l-1.325,1.321l-1.257,1.403   l-1.175,1.485l-1.16,1.575l-1.059,1.654L95.9,216.04l-0.95,1.83l-0.932,1.916l-0.842,1.994l-0.823,2.095l-0.76,2.163l-1.325,4.629   l-1.167,4.999l-0.479,2.623l-0.419,2.63l-0.277,2.507l-0.142,2.447l-0.06,2.342l0.086,2.271l0.198,2.163l0.311,2.107l0.389,2.028   l0.505,1.905l0.595,1.852l0.674,1.766l0.778,1.676l0.846,1.601l0.898,1.515l0.98,1.452l1.063,1.34l1.096,1.291l1.171,1.167   l1.209,1.126l1.261,1.033l1.291,0.984l1.317,0.864l1.369,0.812l1.366,0.696l1.437,0.674l1.396,0.561l1.426,0.471l1.459,0.419   l1.429,0.341l1.433,0.281l1.418,0.161l4.932,0.311l1.62,0.056l4.288-0.026l2.481-0.112l3.989-0.479l2.342-0.531l2.346-0.778   l1.624-0.857l2.036-1.508l2.66-15.588l-1.025,0.834l-1.429,0.909l-1.504,0.778l-1.601,0.614l-0.808,0.262l-2.447,0.58l-1.643,0.262   l-2.44,0.232l-3.035,0.026l-3.274-0.228l-2.413-0.378l-2.365-0.599l-2.174-0.838l-1.942-1.014l-1.744-1.186l-1.538-1.366   l-1.34-1.508l-1.134-1.628l-0.969-1.77l-0.748-1.856l-0.584-1.964l-0.382-2.028l-0.228-2.107l-0.034-2.14l0.116-2.181l0.288-2.215   l0.427-2.211l0.969-4.131l1.141-3.689l1.261-3.233l0.688-1.471l0.718-1.347l1.489-2.436l0.778-1.096l0.816-0.988l0.831-0.92   l0.842-0.838l0.846-0.752l1.759-1.306l0.872-0.55l1.792-0.902l1.833-0.696l0.883-0.292l0.909-0.236l1.766-0.318l2.574-0.288   l4.804-0.06l3.678,0.314l3.959,0.745l2.896,0.857l3.547,1.433l2.107,1.051l2.93-16.789l-11.251-3.072l-5.474-0.79l-1.946-0.168   L133.502,196.491z\"></path>	<polygon style=\"fill:#FFFFFF;\" points=\"171.736,280.92 182.714,214.758 161.921,214.758 150.969,280.92  \"></polygon>	<path style=\"fill:#FFFFFF;\" d=\"M172.076,281.324h-21.582l0.079-0.468l11.012-66.499h21.605l-0.079,0.468L172.076,281.324z    M151.44,280.52h19.955l10.84-65.361h-19.977L151.44,280.52z\"></path>	<polygon style=\"fill:#FFFFFF;\" points=\"184.809,280.92 205.808,280.92 205.984,280.92 213.692,240.719 214.152,239.611    214.687,238.593 215.256,237.654 215.877,236.831 216.566,236.034 217.273,235.357 218.01,234.736 218.773,234.193 219.54,233.68    220.307,233.258 221.104,232.887 221.894,232.55 222.661,232.266 223.398,232.038 224.135,231.839 224.846,231.664 225.16,231.615    225.553,231.615 225.957,231.615 226.436,231.664 226.919,231.723 227.402,231.81 227.914,231.896 228.39,232.008 228.872,232.12    229.332,232.236 229.725,232.318 230.092,232.431 230.376,232.52 230.605,232.577 230.751,232.603 230.799,232.633    236.393,213.396 235.398,213.37 234.462,213.34 233.497,213.34 232.592,213.37 231.686,213.396 230.799,213.482 229.954,213.568    229.127,213.681 228.307,213.823 227.484,213.965 226.717,214.163 225.957,214.362 225.217,214.59 224.479,214.814    223.772,215.099 223.061,215.383 222.403,215.698 221.725,216.008 221.104,216.375 220.446,216.741 219.855,217.146    219.256,217.538 218.661,217.991 218.092,218.448 217.557,218.927 217.018,219.409 216.476,219.922 215.967,220.491    215.484,221.03 215.002,221.624 214.519,222.223 214.066,222.844 214.833,213.995 196.562,213.995  \"></polygon>	<path style=\"fill:#FFFFFF;\" d=\"M206.317,281.324h-21.983l0.082-0.471l11.809-67.262h19.046l-0.688,7.906l1.594-1.845l1.643-1.504   l1.186-0.932l1.209-0.808l1.302-0.748l2.81-1.22l3.053-0.864l2.518-0.404l1.744-0.176l2.818-0.056l2.462,0.067l-5.878,20.232   l-0.524-0.266l-3.674-0.849l-0.935-0.105l-1.003,0.049l-2.133,0.587l-1.515,0.61l-0.782,0.367l-0.745,0.412l-1.485,1.025   l-0.711,0.602l-0.692,0.662l-0.662,0.771l-0.602,0.801l-0.546,0.905l-0.52,0.999l-0.445,1.066L206.317,281.324z M185.288,280.52   h20.359l7.648-39.876l0.483-1.186l0.546-1.051l0.584-0.962l0.644-0.857l0.703-0.816l0.733-0.707l0.756-0.636l1.564-1.081   l0.797-0.442l1.624-0.726l1.553-0.528l1.811-0.438l0.861-0.004l2.024,0.288l2.544,0.644l5.336-18.357l-2.361-0.041l-1.8,0.056   l-2.518,0.281l-1.628,0.284l-2.956,0.838l-2.705,1.171l-2.417,1.5l-1.134,0.887l-1.59,1.452l-1.923,2.26l-1.295,1.774l0.857-9.852   h-17.496L185.288,280.52z\"></path>	<polygon style=\"fill:#FFFFFF;\" points=\"340.459,281.089 320.063,281.089 321.589,271.304 321.107,271.843 320.624,272.381    320.171,272.92 319.718,273.433 319.236,273.942 318.783,274.424 318.3,274.877 317.848,275.33 317.365,275.783 316.856,276.213    316.343,276.64 315.808,277.006 315.27,277.403 314.697,277.773 314.106,278.114 313.477,278.424 312.826,278.735 312.119,279.049    311.408,279.304 310.641,279.558 309.844,279.816 308.998,280.015 308.093,280.213 307.15,280.411 306.162,280.553    305.111,280.696 304.007,280.804 302.866,280.92 301.616,280.98 300.344,281.036 298.978,281.089 297.56,281.089 296.568,281.062    295.573,280.95 294.585,280.778 293.65,280.553 292.707,280.273 291.771,279.929 290.896,279.506 290.02,279.023 289.163,278.51    288.344,277.912 287.547,277.261 286.81,276.58 286.073,275.813 285.362,275.019 284.714,274.17 284.086,273.264 283.521,272.295    282.952,271.304 282.469,270.252 281.987,269.178 281.594,268.045 281.219,266.851 280.875,265.628 280.628,264.382 280.4,263.076    280.224,261.744 280.116,260.378 280.06,258.96 280.06,257.515 280.116,256.037 280.254,254.537 280.422,253.007 286.585,214.564    306.982,214.564 301.586,248.576 301.361,250.223 301.279,251.727 301.309,253.145 301.485,254.451 301.732,255.615    302.076,256.692 302.529,257.658 303.064,258.507 303.663,259.274 304.344,259.895 305.051,260.438 305.848,260.891    306.667,261.231 307.52,261.459 308.4,261.598 309.283,261.658 310.386,261.628 311.55,261.485 312.74,261.287 313.93,260.977    315.15,260.576 316.343,260.093 317.533,259.472 318.674,258.765 319.778,257.908 320.8,256.947 321.765,255.839 322.615,254.619    323.382,253.231 324.01,251.697 324.512,250.024 324.886,248.21 330.076,214.758 350.472,214.758  \"></polygon>	<path style=\"fill:#FFFFFF;\" d=\"M340.807,281.493h-21.216l1.392-8.905l-1.908,2.114l-2.473,2.249l-1.684,1.164l-1.261,0.674   l-1.377,0.632l-2.309,0.782l-2.735,0.606l-2.069,0.292l-2.26,0.228l-3.914,0.168l-2.436-0.03l-1.025-0.112l-1.014-0.176   l-0.962-0.232l-0.962-0.288l-0.962-0.352l-0.913-0.442l-1.766-1.01l-0.849-0.621l-0.816-0.662l-0.756-0.696l-1.474-1.587   l-0.67-0.876l-0.64-0.924l-1.152-1.987l-0.984-2.163l-0.786-2.372l-0.348-1.239l-0.483-2.589l-0.18-1.351l-0.112-1.384l-0.06-1.433   v-1.463l0.06-1.493l0.311-3.061l6.215-38.798h21.212l-5.691,36.115l-0.079,1.47l0.03,1.388l0.172,1.265l0.243,1.13l0.333,1.04   l0.434,0.917l0.509,0.808l0.576,0.733l0.632,0.569l0.685,0.52l0.748,0.423l0.775,0.318l0.808,0.213l0.834,0.131l0.849,0.052   l1.066-0.03l2.297-0.333l1.156-0.303l1.197-0.393l1.167-0.471l1.156-0.606l1.115-0.696l1.07-0.831l0.995-0.935l0.935-1.081   l0.823-1.186l0.745-1.351l0.606-1.493l0.494-1.639l0.363-1.777l5.238-33.773h21.208L340.807,281.493z M286.926,214.968   l-6.107,38.102l-0.303,3.005l-0.06,1.456v1.429l0.06,1.403l0.108,1.347l0.172,1.313l0.471,2.526l0.703,2.376l0.389,1.123   l0.95,2.092l1.115,1.923l1.25,1.714l1.418,1.527l0.722,0.662l0.778,0.632l0.801,0.587l1.688,0.965l0.857,0.415l0.898,0.326   l0.917,0.273l0.917,0.221l0.962,0.165l0.969,0.105l2.369,0.026l3.869-0.168l4.243-0.509l2.664-0.587l2.23-0.756l1.946-0.917   l1.123-0.688l2.058-1.59l2.32-2.32l2.769-3.128l-1.661,10.66h19.577L350,215.147h-19.584l-5.134,33.115l-0.378,1.83l-0.516,1.71   l-0.64,1.568l-0.79,1.429l-0.868,1.257l-0.992,1.141l-1.051,0.988l-1.134,0.879l-1.171,0.733l-1.216,0.636l-1.227,0.498   l-1.246,0.412l-1.212,0.318l-2.41,0.352l-1.141,0.03l-0.92-0.06l-0.913-0.146l-0.898-0.236l-0.864-0.359l-0.842-0.475l-0.756-0.569   l-0.703-0.644l-0.647-0.801l-0.554-0.883l-0.479-1.007l-0.363-1.126l-0.258-1.201l-0.18-1.34l-0.034-1.463l0.079-1.534l0.232-1.68   l5.321-33.556h-19.584v0.005L286.926,214.968L286.926,214.968z\"></path>	<polygon style=\"fill:#FFFFFF;\" points=\"230.436,280.92 251.177,280.92 251.177,280.92 259.061,240.719 259.543,239.611    260.056,238.593 260.655,237.654 261.276,236.831 261.957,236.034 262.664,235.357 263.401,234.736 264.142,234.193    264.939,233.68 265.706,233.258 266.496,232.887 267.289,232.55 268.056,232.266 268.797,232.038 269.534,231.839 270.241,231.664    270.555,231.615 270.952,231.615 271.345,231.615 271.828,231.664 272.31,231.723 272.793,231.81 273.306,231.896 273.788,232.008    274.271,232.12 274.724,232.236 275.117,232.318 275.491,232.431 275.775,232.52 276.003,232.577 276.142,232.603 276.198,232.633    281.788,213.396 280.797,213.37 279.861,213.34 278.896,213.34 277.99,213.37 277.077,213.396 276.198,213.482 275.345,213.568    274.496,213.681 273.669,213.823 272.883,213.965 272.112,214.163 271.345,214.362 270.578,214.59 269.871,214.814    269.134,215.099 268.453,215.383 267.772,215.698 267.121,216.008 266.466,216.375 265.845,216.741 265.223,217.146    264.625,217.538 264.052,217.991 263.491,218.448 262.919,218.927 262.38,219.409 261.867,219.922 261.362,220.491 260.883,221.03    260.393,221.624 259.918,222.223 259.465,222.844 260.224,213.995 242.152,213.995  \"></polygon>	<path style=\"fill:#FFFFFF;\" d=\"M251.51,281.324h-21.553l0.082-0.471l11.772-67.262h18.847l-0.681,7.899l1.587-1.837l1.085-1.025   l1.721-1.403l1.886-1.194l1.34-0.696l1.373-0.606l1.482-0.52l2.327-0.629l2.511-0.404l1.744-0.176l2.825-0.056l2.462,0.067   l-5.871,20.202l-0.535-0.239l-3.678-0.849l-0.935-0.105l-0.995,0.049l-2.133,0.587l-1.523,0.61l-0.775,0.367l-0.745,0.412   l-0.775,0.49l-0.715,0.528l-0.715,0.602l-0.692,0.662l-0.651,0.767l-0.606,0.804l-0.58,0.913l-0.494,0.984l-0.471,1.089   L251.51,281.324z M230.915,280.52h19.929l7.824-39.876l0.509-1.19l0.524-1.04l0.617-0.973l0.64-0.849l0.696-0.816l0.737-0.707   l0.756-0.636l0.76-0.558l0.819-0.524l0.79-0.438l1.624-0.726l1.542-0.535l1.811-0.438l0.857-0.004l2.024,0.288l2.552,0.644   l5.336-18.357l-2.361-0.041l-1.807,0.056l-2.541,0.281l-1.594,0.284l-2.96,0.838l-1.384,0.554l-1.317,0.617l-2.447,1.504   l-2.2,1.833l-1.467,1.587l-1.392,1.785l-0.849,1.164l0.846-9.848h-17.298L230.915,280.52z\"></path>	<path style=\"fill:#FFFFFF;\" d=\"M196.562,213.995h18.469H196.562z\"></path>	<rect x=\"196.56\" y=\"213.58\" style=\"fill:#FFFFFF;\" width=\"18.469\" height=\"0.804\"></rect>	<path style=\"fill:#FFFFFF;\" d=\"M242.152,213.995h18.271H242.152z\"></path>	<rect x=\"242.15\" y=\"213.58\" style=\"fill:#FFFFFF;\" width=\"18.271\" height=\"0.804\"></rect></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>'),
(15782, 2996, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 473.94 473.94\" style=\"enable-background:new 0 0 473.94 473.94;\" xml:space=\"preserve\"><circle style=\"fill:#FFDF1B;\" cx=\"236.97\" cy=\"236.97\" r=\"236.97\"></circle><polyline points=\"33.01,191.447 47.509,191.447 50.952,217.146 51.06,217.146 54.858,191.447 71.617,191.447 75.411,217.146   75.52,217.146 78.985,191.447 93.469,191.447 84.631,232.322 67.086,232.322 63.292,205.827 63.176,205.827 59.389,232.322   41.844,232.322 33.01,191.447 \"></polyline><polyline points=\"103.385,191.447 134.46,191.447 134.46,202.089 118.894,202.089 118.894,206.448 133.274,206.448 133.274,217.093   118.894,217.093 118.894,221.673 134.973,221.673 134.973,232.322 103.385,232.322 103.385,191.447 \"></polyline><path d=\"M168.091,203.054c-0.06-2.552-1.471-3.398-3.573-3.398c-2.601,0-3.734,1.13-3.734,2.384c0,1.463,0.965,2.092,2.66,2.597  c3.121,0.902,8.827,2.043,12.965,3.798c5.152,2.148,7.416,5.826,7.416,10.754c0,10.024-8.157,14.207-19.704,14.207  c-9.845,0-18.907-3.057-18.907-13.702h15.513c0,1.137,0.228,2.275,0.849,3.117c0.614,0.797,1.643,1.295,3.166,1.295  c2.384,0,3.91-1.519,3.91-3.334c0-1.527-1.19-2.324-2.72-2.769l-11.495-3.401c-6.286-1.867-8.486-5.661-8.486-10.922  c0-8.494,6.847-13.302,18.787-13.302c10.196,0,17.833,3.169,17.833,12.681H168.09\"></path><polyline points=\"203.133,202.422 193.056,202.422 193.056,191.447 229.4,191.447 229.4,202.422 219.331,202.422 219.331,232.322   203.133,232.322 203.133,202.422 \"></polyline><polyline points=\"240.382,191.447 271.472,191.447 271.472,202.089 255.906,202.089 255.906,206.448 270.282,206.448   270.282,217.093 255.906,217.093 255.906,221.673 271.977,221.673 271.977,232.322 240.382,232.322 240.382,191.447 \"></polyline><path d=\"M283.985,191.447h24.176c8.771,0,13.916,2.66,13.916,10.357c0,4.707-1.972,8.262-8.097,9.744v0.109  c3.97,0.337,6.125,2.099,6.922,5.212c0.898,3.51,0.79,9.283,2.653,15.457h-15.858c-0.958-3.061-1.463-8.221-2.024-11.723  c-0.352-2.032-1.366-2.836-3.97-2.836h-1.863v14.559h-15.85v-40.879 M301.193,208.491c3.106,0,5.373-1.078,5.373-4.135  c0-3.005-2.099-3.626-5.261-3.626h-1.471v7.76h1.359V208.491z\"></path><polyline points=\"334.813,191.447 354.229,191.447 362.891,216.188 363.007,216.188 363.007,191.447 376.14,191.447 376.14,232.322   356.728,232.322 348.07,207.413 347.954,207.413 347.954,232.322 334.813,232.322 334.813,191.447 \"></polyline><path d=\"M183.496,267.491c0,9.852-7.083,14.776-19.423,14.776c-12.337,0-19.416-4.924-19.416-14.776v-27.173h16.194v26.499  c0,3.222,1.527,4.464,3.222,4.464c1.702,0,3.229-1.242,3.229-4.464v-26.499h16.194V267.491\"></path><polyline points=\"196.906,240.318 216.326,240.318 224.985,265.059 225.097,265.059 225.097,240.318 238.234,240.318   238.234,281.19 218.811,281.19 210.148,256.281 210.047,256.281 210.047,281.19 196.906,281.19 196.906,240.318 \"></polyline><rect x=\"251.93\" y=\"240.33\" width=\"16.179\" height=\"40.871\"></rect><path d=\"M301.474,239.244c14.099,0,21.107,8.771,21.107,21.511c0,12.733-7.008,21.511-21.107,21.511  c-14.106,0-21.122-8.778-21.122-21.511C280.351,248.015,287.367,239.244,301.474,239.244 M301.474,271.626  c2.485,0,4.355-1.418,4.355-10.87c0-9.235-1.762-10.874-4.355-10.874c-2.608,0-4.363,1.639-4.363,10.874  C297.111,270.207,298.982,271.626,301.474,271.626z\"></path><polyline points=\"334.813,240.318 354.229,240.318 362.891,265.059 363.007,265.059 363.007,240.318 376.14,240.318 376.14,281.19   356.728,281.19 348.07,256.281 347.954,256.281 347.954,281.19 334.813,281.19 334.813,240.318 \"></polyline><rect x=\"387.91\" y=\"190.64\" width=\"5.175\" height=\"90.7\"></rect><rect x=\"424.54\" y=\"191.5\" width=\"5.167\" height=\"89.77\"></rect><path d=\"M434.179,196.349c0-2.997,2.44-5.437,5.452-5.437s5.437,2.44,5.437,5.437c0,3.02-2.425,5.455-5.437,5.455  S434.179,199.368,434.179,196.349 M444.207,196.349c0-2.649-1.923-4.711-4.576-4.711c-2.645,0-4.591,2.062-4.591,4.711  c0,2.672,1.946,4.745,4.591,4.745C442.284,201.093,444.207,199.02,444.207,196.349z M442.351,199.395h-0.891l-1.74-2.81h-1.366v2.81  h-0.737v-6.084h2.645c1.616,0,2.163,0.606,2.163,1.609c0,1.19-0.834,1.639-1.908,1.665L442.351,199.395z M439.492,196.001  c0.868,0,2.133,0.142,2.133-1.089c0-0.954-0.782-1.066-1.527-1.066h-1.747v2.155H439.492z\"></path><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>'),
(15783, 12, '_elementor_css', 'a:6:{s:4:\"time\";i:1748390704;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');

-- --------------------------------------------------------

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

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2022-03-29 16:08:15', '2022-03-29 16:08:15', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2022-03-29 16:08:15', '2022-03-29 16:08:15', '', 0, 'https://hagarbath.com/shop/?p=1', 0, 'post', '', 1),
(2, 1, '2022-03-29 16:08:15', '2022-03-29 16:08:15', '<!-- 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=\"https://hagarbath.com/shop/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2022-03-29 16:08:15', '2022-03-29 16:08:15', '', 0, 'https://hagarbath.com/shop/?page_id=2', 0, 'page', '', 0),
(3, 1, '2022-03-29 16:08:15', '2022-03-29 16:08:15', '<p style=\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\">This Privacy Policy governs the manner in which Hagar Mega Mart Pvt Ltd collects, uses, maintains and discloses information collected from users (each, a \"User\") of the&nbsp;<a href=\"http://www.decorals.com/\" style=\"box-sizing: border-box; margin: 0px; padding: 0px; background: 0px 0px; color: rgb(111, 111, 111); text-decoration: none; border: 0px; font: inherit; vertical-align: baseline; outline: none;\">http://www.hagarbath.com/shop</a> website (\"Site\"). This privacy policy applies to the Site and all products and services offered by Hagar Mega Mart Pvt Ltd.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Personal identification information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may collect personal identification information from Users in a variety of ways, including, but not limited to, when Users visit our site, register on the site, place an order, subscribe to the newsletter, respond to a survey, fill out a form, and in connection with other activities, services, features or resources we make available on our Site. Users may be asked for, as appropriate, name, email address, mailing address, phone number. Users may, however, visit our Site anonymously. We will collect personal identification information from Users only if they voluntarily submit such information to us. Users can always refuse to supply personally identification information, except that it may prevent them from engaging in certain Site related activities.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Non-personal identification information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may collect non-personal identification information about Users whenever they interact with our Site. Non-personal identification information may include the browser name, the type of computer and technical information about Users means of connection to our Site, such as the operating system and the Internet service providers utilized and other similar information.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Web browser cookies</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Our Site may use \"cookies\" to enhance User experience. User\'s web browser places cookies on their hard drive for record-keeping purposes and sometimes to track information about them. User may choose to set their web browser to refuse cookies, or to alert you when cookies are being sent. If they do so, note that some parts of the Site may not function properly.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">How we use collected information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Hagar Mega Mart Pvt Ltd may collect and use Users personal information for the following purposes:</p>\n<ul style=\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 12px; line-height: inherit; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; list-style: none; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\">\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To improve customer service</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Information you provide helps us respond to your customer service requests and support needs more efficiently.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To personalize user experience</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use information in the aggregate to understand how our Users as a group use the services and resources provided on our Site.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To improve our Site</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use feedback you provide to improve our products and services.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To process payments</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use the information Users provide about themselves when placing an order only to provide service to that order. We do not share this information with outside parties except to the extent necessary to provide the service.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To share your information with third parties</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may share or sell information with third parties for marketing or other purposes.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To run a promotion, contest, survey or other Site feature</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">To send Users information they agreed to receive about topics we think will be of interest to them.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To send periodic emails</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use the email address to send User information and updates pertaining to their order. It may also be used to respond to their inquiries, questions, and/or other requests. If User decides to opt-in to our mailing list, they will receive emails that may include company news, updates, related product or service information, etc. If at any time the User would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email or User may contact us via our Site.</li>\n</ul>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">How we protect your information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We adopt appropriate data collection, storage and processing practices and security measures to protect against unauthorized access, alteration, disclosure or destruction of your personal information, username, password, transaction information and data stored on our Site.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Our Site is in compliance with PCI vulnerability standards in order to create as secure of an environment as possible for Users.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Sharing your personal information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use third party service providers to help us operate our business and the Site or administer activities on our behalf, such as sending out newsletters or surveys. We may share your information with these third parties for those limited purposes provided that you have given us your permission.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Third party websites</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Users may find advertising or other content on our Site that link to the sites and services of our partners, suppliers, advertisers, sponsors, licensors and other third parties. We do not control the content or links that appear on these sites and are not responsible for the practices employed by websites linked to or from our Site. In addition, these sites or services, including their content and links, may be constantly changing. These sites and services may have their own privacy policies and customer service policies. Browsing and interaction on any other website, including websites which have a link to our Site, is subject to that website\'s own terms and policies.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Advertising</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Ads appearing on our site may be delivered to Users by advertising partners, who may set cookies. These cookies allow the ad server to recognize your computer each time they send you an online advertisement to compile non personal identification information about you or others who use your computer. This information allows ad networks to, among other things, deliver targeted advertisements that they believe will be of most interest to you. This privacy policy does not cover the use of cookies by any advertisers.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Compliance with children\'s online privacy protection act</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Protecting the privacy of the very young is especially important. For that reason, we never collect or maintain information at our Site from those we actually know are under 13, and no part of our website is structured to attract anyone under 13.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Changes to this privacy policy</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Hagar Mega Mart Pvt Ltd has the discretion to update this privacy policy at any time. When we do, we will revise the updated date at the bottom of this page. We encourage Users to frequently check this page for any changes to stay informed about how we are helping to protect the personal information we collect. You acknowledge and agree that it is your responsibility to review this privacy policy periodically and become aware of modifications.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Your acceptance of these terms</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">By using this Site, you signify your acceptance of this policy. If you do not agree to this policy, please do not use our Site. Your continued use of the Site following the posting of changes to this policy will be deemed your acceptance of those changes.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Contacting us</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">If you have any questions about this Privacy Policy, the practices of this site, or your dealings with this site, please contact us at:<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Hagar Mega Mart Pvt Ltd <br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"></p><p style=\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"><a href=\"http://www.decorals.com/\" style=\"box-sizing: border-box; margin: 0px; padding: 0px; background: 0px 0px; color: rgb(111, 111, 111); text-decoration: none; border: 0px; font: inherit; vertical-align: baseline; outline: none;\">http://www.hagarbath.com/sho</a>p</p><p style=\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\">E-20, Pilanji, South Extension I, New Delhi, Delhi 110049<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Phone: 888 1 222 666		<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">online@hagarbath.com<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br></p>\n<p></p>', 'Privacy Policy', '', 'publish', 'closed', 'open', '', 'privacy-policy', '', '', '2022-04-08 09:50:21', '2022-04-08 09:50:21', '', 0, 'https://hagarbath.com/shop/?page_id=3', 0, 'page', '', 0),
(4, 1, '2020-12-04 10:50:46', '2020-12-04 10:50:46', '', 'Shop', '', 'publish', 'closed', 'closed', '', 'shop-2', '', '', '2020-12-04 10:50:46', '2020-12-04 10:50:46', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/shop/', 0, 'page', '', 0),
(5, 1, '2022-03-30 08:00:27', '2022-03-30 08:00:27', '', 'woocommerce-placeholder', '', 'inherit', 'open', 'closed', '', 'woocommerce-placeholder', '', '', '2022-03-30 08:00:27', '2022-03-30 08:00:27', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2022/03/woocommerce-placeholder.png', 0, 'attachment', 'image/png', 0),
(6, 1, '2022-03-30 08:12:05', '2022-03-30 08:12:05', '', 'Shop', '', 'publish', 'closed', 'closed', '', 'shop', '', '', '2022-03-30 08:12:05', '2022-03-30 08:12:05', '', 0, 'https://hagarbath.com/shop/shop/', 0, 'page', '', 0),
(7, 1, '2022-03-30 08:12:05', '2022-03-30 08:12:05', '<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->', 'Cart', '', 'publish', 'closed', 'closed', '', 'cart', '', '', '2022-03-30 08:12:05', '2022-03-30 08:12:05', '', 0, 'https://hagarbath.com/shop/cart/', 0, 'page', '', 0),
(8, 1, '2022-03-30 08:12:05', '2022-03-30 08:12:05', '<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->', 'Checkout', '', 'publish', 'closed', 'closed', '', 'checkout', '', '', '2022-03-30 08:12:05', '2022-03-30 08:12:05', '', 0, 'https://hagarbath.com/shop/checkout/', 0, 'page', '', 0),
(9, 1, '2022-03-30 08:12:05', '2022-03-30 08:12:05', '<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->', 'My account', '', 'publish', 'closed', 'closed', '', 'my-account', '', '', '2022-03-30 08:12:05', '2022-03-30 08:12:05', '', 0, 'https://hagarbath.com/shop/my-account/', 0, 'page', '', 0),
(10, 1, '2022-03-30 08:12:05', '2022-03-30 08:12:05', '<p>If you have received an incorrect or defective product, call us on our customer service line within 12 working hours of delivery.</p>\n<p>Please follow the following guidelines for initiating any replacement, return or refund:&nbsp;</p>\n<h5>All products should be checked thoroughly at the time of delivery for any incidental damages.</h5>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>No claim, except manufacturing defect, will be entertained once the product is delivered. We will not be responsible nor liable for Return, Exchange or Refund once the delivery has been accepted&nbsp;</li>\n<li>If you receive a package that is open or looks to have been tampered with, do not accept it. Contact our customer service immediately, and we will have the issue quickly resolved.&nbsp;</li>\n<li>In case of any concerns over incorrect shipments or defective products, Contact our customer service immediately at the time of delivery.</li>\n<li>In case we authorize a replacement, the defective product or part will be recalled and a replacement will be shipped only after verification &amp; approval by our service engineer/regional customer care officer, who will contact you within 48 hours.&nbsp;</li>\n<li>Please note that replacement can be for the entire product or part(s) of the product subject to availability of the same with Hagarbath.com/shop and/or the manufacturer/vendor.&nbsp;</li>\n<li>Replacement is offered for the products sold at Hagarbath.com/shop only.&nbsp;</li>\n<li>The following shall not be eligible for return, refund or replacement:\n<ul>\n<li>Damages due to misuse of product&nbsp;</li>\n<li>Damages due to courier or transportation facility.&nbsp;</li>\n<li>Incidental damage due to malfunctioning of product&nbsp;</li>\n<li>Products with tampered or missing parts &amp; packaging&nbsp;</li>\n<li>Any damage / defect which are not covered under the manufacturer\'s warranty&nbsp;</li>\n<li>Any product that is returned without all original packaging and accessories, including the box, Hagar Bath packaging if any, and all other items originally included with the product(s) delivered.&nbsp;</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h5>For outright order cancellations<br>&nbsp;</h5>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>If you cancel your order within 24 hours of placing it, we will refund the amount after deducting the processing/transaction fee, or else the order will be considered confirmed and cannot be cancelled.&nbsp;</li>\n</ul>\n</li>\n<li>In case of manufacturing defects we will work with the appropriate vendor and/or the manufacturer on addressing your concern and, subject to our sole discretion, will repair or replace the defective product/s within a reasonable period of time or, based on the Manufacturers’ discretion refund your money based on the Purchaser’s mode of payment, but with the condition that a valid receipt / bill is produced to us at the time of claim.&nbsp;</li>\n<li>The original shipping and transaction/processing charges incurred on your purchase are not refundable as part of your return, exchange or refund.&nbsp;</li>\n<li>For any manufacturing defects within the stipulated warranty period in your purchased item, please call us on our customer service line or email us &nbsp;with your order details to arrange a factory-certified service appointment for further assistance. If the repair is covered by the manufacturer\'s warranty, it will be repaired at no cost to you by the manufacturer. For repairs not covered under the manufacturer\'s warranty, repairs may be offered by the technician, but at your expense.&nbsp;</li>\n<li>Valid government issued ID (driver\'s license, PAN card, passport, etc.) has to be provided for any return or replacement. All returns are subject to system approvals. Valid picture ID information and/or phone number may be entered into these systems where authorized by law.&nbsp;</li>\n<li>These remedies are your exclusive remedies. All other remedies are hereby excluded. All warranties, express or implied, including the implied warranties of merchantability and fitness for a particular purpose are expressly excluded. The exclusions herein are subject to and may be limited by applicable law</li>\n</ul>\n<h5>Special Note:</h5>\n<p>\"We as a merchant portal shall be under no liability whatsoever in respect of any loss or damage arising directly or indirectly out of the decline of authorization for any Transaction, on Account of the Cardholder having exceeded the preset limit mutually agreed by us with our acquiring bank from time to time\"</p>', 'Refund and Returns Policy', '', 'publish', 'closed', 'closed', '', 'refund_returns', '', '', '2022-04-13 10:02:55', '2022-04-13 10:02:55', '', 0, 'https://hagarbath.com/shop/?page_id=10', 0, 'page', '', 0),
(11, 1, '2022-03-30 11:18:43', '2022-03-30 11:18:43', '', 'xstore-placeholder', '', 'inherit', 'open', 'closed', '', 'xstore-placeholder', '', '', '2022-03-30 11:18:43', '2022-03-30 11:18:43', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2022/03/xstore-placeholder.png', 0, 'attachment', 'image/png', 0),
(12, 1, '2022-03-30 11:26:49', '2022-03-30 11:26:49', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2022-05-11 12:07:19', '2022-05-11 12:07:19', '', 0, 'https://hagarbath.com/shop/?p=12', 0, 'elementor_library', '', 0),
(13, 1, '2022-03-30 11:27:02', '2022-03-30 11:27:02', '<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <online@hagarbath.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <online@hagarbath.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2022-03-30 11:27:02', '2022-03-30 11:27:02', '', 0, 'https://hagarbath.com/shop/?post_type=wpcf7_contact_form&p=13', 0, 'wpcf7_contact_form', '', 0),
(14, 1, '2020-12-04 10:50:46', '2020-12-04 10:50:46', '', 'Products', '', 'publish', 'closed', 'closed', '', 'products', '', '', '2022-04-01 09:57:52', '2022-04-01 09:57:52', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/shop/', 0, 'page', '', 0),
(15, 1, '2020-12-04 10:50:46', '2020-12-04 10:50:46', '<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->', 'Cart', '', 'publish', 'closed', 'closed', '', 'cart-2', '', '', '2020-12-04 10:50:46', '2020-12-04 10:50:46', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/cart/', 0, 'page', '', 0),
(16, 1, '2020-12-04 10:50:46', '2020-12-04 10:50:46', '<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->', 'Checkout', '', 'publish', 'closed', 'closed', '', 'checkout-2', '', '', '2020-12-04 10:50:46', '2020-12-04 10:50:46', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/checkout/', 0, 'page', '', 0),
(17, 1, '2020-12-04 10:50:46', '2020-12-04 10:50:46', '<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->', 'My account', '', 'publish', 'closed', 'closed', '', 'my-account-2', '', '', '2020-12-04 10:50:46', '2020-12-04 10:50:46', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/my-account/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(18, 1, '2020-12-04 13:32:39', '2020-12-04 13:32:39', '<img width=\"853\" height=\"1536\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"84,88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":\"\",\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-soap-dish\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-soap-dish\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;1,180.00</bdi>\n                                            </a><a href=\"?add-to-cart=4858\" data-quantity=\"1\" data-product_id=\"4858\" data-product_sku=\"ST024\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4858&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4858\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4858\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-cotton-jar\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-cotton-jar\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;1,430.00</bdi>\n                                            </a><a href=\"?add-to-cart=4857\" data-quantity=\"1\" data-product_id=\"4857\" data-product_sku=\"ST023\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Cotton Jar&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Cotton Jar\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4857&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4857\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4857\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tissue-cover\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tissue-cover\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;2,290.00</bdi>\n                                            </a><a href=\"?add-to-cart=4856\" data-quantity=\"1\" data-product_id=\"4856\" data-product_sku=\"ST022\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Tissue Cover&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Tissue Cover\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4856&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4856\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4856\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;870.00</bdi>\n                                            </a><a href=\"?add-to-cart=4855\" data-quantity=\"1\" data-product_id=\"4855\" data-product_sku=\"ST021\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Tumbler&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Tumbler\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4855&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4855\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4855\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler-holder\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler-holder\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;950.00</bdi>\n                                            </a><a href=\"?add-to-cart=4854\" data-quantity=\"1\" data-product_id=\"4854\" data-product_sku=\"ST020\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4854&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4854\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4854\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n    		<img width=\"800\" height=\"800\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"85,88,89,90\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":\"\",\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Top Sellers In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":\"\",\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1046&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1046\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1046\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>187 in stock</p>                        <a href=\"https://skgah.com/shop/?product=air-fryer-with-dualzone\" data-images=\"https://skgah.com/shop/wp-content/uploads/2020/12/4-2.jpg;https://skgah.com/shop/wp-content/uploads/2020/12/2-2.jpg\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2020/12/4-2.jpg\" alt=\"\" loading=\"lazy\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=fashion\">Fashion</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=air-fryer-with-dualzone\">Air Fryer with ...</a>\n							</h2>\n	<bdi>&#8377;300.00</bdi>\n						</a>	\n				<label for=\"quantity_627ccb39e586d\">Air Fryer with DualZone quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627ccb39e586d\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=1046\" data-quantity=\"1\" data-product_id=\"1046\" data-product_sku=\"12345-1\" aria-label=\"Add &ldquo;Air Fryer with DualZone&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Air Fryer with DualZone\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4792&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4792\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4792\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=toilet-paper-holder-edge-rose-gold\" data-images=\"\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=toilet-paper-holder-edge-rose-gold\">TOILET PAPER HO...</a>\n							</h2>\n	<bdi>&#8377;2,665.00</bdi>\n						</a>	\n				<label for=\"quantity_627ccb39e7977\">TOILET PAPER HOLDER EDGE ROSE GOLD quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627ccb39e7977\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=4792\" data-quantity=\"1\" data-product_id=\"4792\" data-product_sku=\"EDRG008\" aria-label=\"Add &ldquo;TOILET PAPER HOLDER EDGE ROSE GOLD&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"TOILET PAPER HOLDER EDGE ROSE GOLD\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4776&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4776\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4776\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=bath-set-pack-of-5-edge\" data-images=\"\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=bath-set-pack-of-5-edge\">BATH SET ( Pack...</a>\n							</h2>\n	<bdi>&#8377;4,550.00</bdi>\n						</a>	\n				<label for=\"quantity_627ccb39e996b\">BATH SET ( Pack of 5) EDGE quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627ccb39e996b\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=4776\" data-quantity=\"1\" data-product_id=\"4776\" data-product_sku=\"ED001\" aria-label=\"Add &ldquo;BATH SET ( Pack of 5) EDGE&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"BATH SET ( Pack of 5) EDGE\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4812&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4812\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4812\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=bath-set-pack-of-5-eva-rose-gold\" data-images=\"\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=bath-set-pack-of-5-eva-rose-gold\">BATH SET ( Pack...</a>\n							</h2>\n	<bdi>&#8377;7,410.00</bdi>\n						</a>	\n				<label for=\"quantity_627ccb39ebac1\">BATH SET ( Pack of 5) EVA ROSE GOLD quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627ccb39ebac1\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=4812\" data-quantity=\"1\" data-product_id=\"4812\" data-product_sku=\"EVRG009\" aria-label=\"Add &ldquo;BATH SET ( Pack of 5) EVA ROSE GOLD&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"BATH SET ( Pack of 5) EVA ROSE GOLD\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-2244 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'publish', 'closed', 'closed', '', 'home-page', '', '', '2022-05-12 08:54:17', '2022-05-12 08:54:17', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?page_id=11', 0, 'page', '', 0),
(19, 1, '2020-12-04 13:32:38', '2020-12-04 13:32:38', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2020-12-04 13:32:38', '2020-12-04 13:32:38', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?page_id=12', 0, 'page', '', 0),
(20, 1, '2020-12-04 13:33:09', '2020-12-04 13:33:09', '<!-- wp:shortcode -->[yith_wcwl_wishlist]<!-- /wp:shortcode -->', 'Wishlist', '', 'publish', 'closed', 'closed', '', 'wishlist', '', '', '2020-12-04 13:33:09', '2020-12-04 13:33:09', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 0, 'page', '', 0),
(25, 1, '2020-12-04 13:43:33', '2020-12-04 13:43:33', '<h2>Sale up to 50% off!</h2>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Shop now\n					</a>', 'Header promo banner - niche-market02', '', 'publish', 'closed', 'closed', '', 'header-promo-banner', '', '', '2020-12-04 13:43:33', '2020-12-04 13:43:33', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&amp;p=25', 0, 'staticblocks', '', 0),
(30, 1, '2020-12-04 13:45:31', '2020-12-04 13:45:31', '', 'Image', '', 'inherit', 'open', 'closed', '', 'image', '', '', '2020-12-04 13:45:31', '2020-12-04 13:45:31', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(48, 1, '2020-12-04 13:52:04', '2020-12-04 13:52:04', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/about-us\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/delivery-and-shipping-information/\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/privacy-policy\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/terms-conditions\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/contact-us\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/refund_returns\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/my-account-2\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/wishlist\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"/shop/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'publish', 'closed', 'closed', '', 'footer-niche-market02', '', '', '2022-05-06 09:18:33', '2022-05-06 09:18:33', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&#038;p=48', 0, 'staticblocks', '', 0),
(51, 1, '2020-12-04 13:52:58', '2020-12-04 13:52:58', '', 'secured-by.png', '', 'inherit', 'open', 'closed', '', 'secured-by-png', '', '', '2020-12-04 13:52:58', '2020-12-04 13:52:58', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/secured-by.png', 0, 'attachment', 'image/png', 0),
(52, 1, '2020-12-04 13:52:58', '2020-12-04 13:52:58', '', 'payment-methods-1.png', '', 'inherit', 'open', 'closed', '', 'payment-methods-1-png', '', '', '2020-12-04 13:52:58', '2020-12-04 13:52:58', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/payment-methods-1.png', 0, 'attachment', 'image/png', 0),
(85, 1, '2020-12-05 10:27:22', '2020-12-05 10:27:22', '', 'Logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2020-12-05 10:27:22', '2020-12-05 10:27:22', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo.png', 0, 'attachment', 'image/png', 0),
(86, 1, '2020-12-05 10:27:23', '2020-12-05 10:27:23', '', 'Icon (1)', '', 'inherit', 'open', 'closed', '', 'icon-1', '', '', '2020-12-05 10:27:23', '2020-12-05 10:27:23', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(87, 1, '2020-12-05 10:27:23', '2020-12-05 10:27:23', '', 'Icon (2)', '', 'inherit', 'open', 'closed', '', 'icon-2', '', '', '2020-12-05 10:27:23', '2020-12-05 10:27:23', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(88, 1, '2020-12-05 10:27:23', '2020-12-05 10:27:23', '', 'Icon (3)', '', 'inherit', 'open', 'closed', '', 'icon-3', '', '', '2020-12-05 10:27:23', '2020-12-05 10:27:23', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(89, 1, '2020-12-05 10:27:23', '2020-12-05 10:27:23', '', 'Icon', '', 'inherit', 'open', 'closed', '', 'icon', '', '', '2020-12-05 10:27:23', '2020-12-05 10:27:23', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg', 0, 'attachment', 'image/jpeg', 0),
(90, 1, '2020-12-05 10:27:24', '2020-12-05 10:27:24', '', 'Image (1)', '', 'inherit', 'open', 'closed', '', 'image-1', '', '', '2020-12-05 10:27:24', '2020-12-05 10:27:24', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(91, 1, '2020-12-05 10:27:24', '2020-12-05 10:27:24', '', 'Image (2)', '', 'inherit', 'open', 'closed', '', 'image-2', '', '', '2020-12-05 10:27:24', '2020-12-05 10:27:24', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(92, 1, '2020-12-05 10:27:25', '2020-12-05 10:27:25', '', 'Vector', '', 'inherit', 'open', 'closed', '', 'vector', '', '', '2020-12-05 10:27:25', '2020-12-05 10:27:25', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg', 0, 'attachment', 'image/jpeg', 0),
(93, 1, '2020-12-05 10:27:25', '2020-12-05 10:27:25', '', 'BG', '', 'inherit', 'open', 'closed', '', 'bg', '', '', '2020-12-05 10:27:25', '2020-12-05 10:27:25', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/BG.jpg', 0, 'attachment', 'image/jpeg', 0),
(94, 1, '2020-12-05 10:27:25', '2020-12-05 10:27:25', '', 'Image (3)', '', 'inherit', 'open', 'closed', '', 'image-3', '', '', '2020-12-05 10:27:25', '2020-12-05 10:27:25', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(95, 1, '2020-12-05 10:27:26', '2020-12-05 10:27:26', '', 'Image (4)', '', 'inherit', 'open', 'closed', '', 'image-4', '', '', '2020-12-05 10:27:26', '2020-12-05 10:27:26', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(96, 1, '2020-12-05 10:27:27', '2020-12-05 10:27:27', '', 'Image (5)', '', 'inherit', 'open', 'closed', '', 'image-5', '', '', '2020-12-05 10:27:27', '2020-12-05 10:27:27', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(97, 1, '2020-12-05 10:27:28', '2020-12-05 10:27:28', '', 'Image (6)', '', 'inherit', 'open', 'closed', '', 'image-6', '', '', '2020-12-05 10:27:28', '2020-12-05 10:27:28', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(98, 1, '2020-12-05 10:27:28', '2020-12-05 10:27:28', '', '1', '', 'inherit', 'open', 'closed', '', '1', '', '', '2020-12-05 10:27:28', '2020-12-05 10:27:28', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1.jpg', 0, 'attachment', 'image/jpeg', 0),
(99, 1, '2020-12-05 10:27:28', '2020-12-05 10:27:28', '', '2', '', 'inherit', 'open', 'closed', '', '2', '', '', '2020-12-05 10:27:28', '2020-12-05 10:27:28', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/2.jpg', 0, 'attachment', 'image/jpeg', 0),
(100, 1, '2020-12-05 10:27:29', '2020-12-05 10:27:29', '', '3', '', 'inherit', 'open', 'closed', '', '3', '', '', '2020-12-05 10:27:29', '2020-12-05 10:27:29', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/3.jpg', 0, 'attachment', 'image/jpeg', 0),
(101, 1, '2020-12-05 10:27:29', '2020-12-05 10:27:29', '', '4', '', 'inherit', 'open', 'closed', '', '4', '', '', '2020-12-05 10:27:29', '2020-12-05 10:27:29', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/4.jpg', 0, 'attachment', 'image/jpeg', 0),
(102, 1, '2020-12-05 10:27:29', '2020-12-05 10:27:29', '', '5', '', 'inherit', 'open', 'closed', '', '5', '', '', '2020-12-05 10:27:29', '2020-12-05 10:27:29', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/5.jpg', 0, 'attachment', 'image/jpeg', 0),
(103, 1, '2020-12-05 10:27:30', '2020-12-05 10:27:30', '', '6', '', 'inherit', 'open', 'closed', '', '6', '', '', '2020-12-05 10:27:30', '2020-12-05 10:27:30', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/6.jpg', 0, 'attachment', 'image/jpeg', 0),
(104, 1, '2020-12-05 10:27:30', '2020-12-05 10:27:30', '', 'banner-1 1', '', 'inherit', 'open', 'closed', '', 'banner-1-1', '', '', '2020-12-05 10:27:30', '2020-12-05 10:27:30', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(105, 1, '2020-12-05 10:27:31', '2020-12-05 10:27:31', '', 'Icon (4)', '', 'inherit', 'open', 'closed', '', 'icon-4', '', '', '2020-12-05 10:27:31', '2020-12-05 10:27:31', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(106, 1, '2020-12-05 10:27:31', '2020-12-05 10:27:31', '', 'Image (7)', '', 'inherit', 'open', 'closed', '', 'image-7', '', '', '2020-12-05 10:27:31', '2020-12-05 10:27:31', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(107, 1, '2020-12-05 10:27:32', '2020-12-05 10:27:32', '', 'Image (8)', '', 'inherit', 'open', 'closed', '', 'image-8', '', '', '2020-12-05 10:27:32', '2020-12-05 10:27:32', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(108, 1, '2020-12-05 10:27:32', '2020-12-05 10:27:32', '', 'Logo', '', 'inherit', 'open', 'closed', '', 'logo-2', '', '', '2020-12-05 10:27:32', '2020-12-05 10:27:32', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(109, 1, '2020-12-05 10:27:33', '2020-12-05 10:27:33', '', 'Payment', '', 'inherit', 'open', 'closed', '', 'payment', '', '', '2020-12-05 10:27:33', '2020-12-05 10:27:33', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Payment.jpg', 0, 'attachment', 'image/jpeg', 0),
(110, 1, '2020-12-05 10:30:37', '2020-12-05 10:30:37', '', 'Vector (1)', '', 'inherit', 'open', 'closed', '', 'vector-1', '', '', '2020-12-05 10:30:37', '2020-12-05 10:30:37', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector-1.png', 0, 'attachment', 'image/png', 0),
(163, 1, '2020-12-05 13:20:30', '2020-12-05 13:20:30', '<div>\n    <p>\n	<input type=\"email\" name=\"EMAIL\" placeholder=\"Enter Email Address ...\" required />\n    <input type=\"submit\" value=\"Submit\" />\n    </p>\n</div>', 'Form', '', 'publish', 'closed', 'closed', '', 'form', '', '', '2020-12-05 13:20:30', '2020-12-05 13:20:30', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/mc4wp-form/form/', 0, 'mc4wp-form', '', 0),
(211, 1, '2020-12-05 14:09:39', '2020-12-05 14:09:39', '<h2>About us</h2>		\n		<p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\"><strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories.</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\">Capturing the imagination of discerning buyers all over the world. <strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> offers you the perfect match of precision,</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\">which guarantees the unequalled comfort of use and everlasting durability.</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\"><strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> products includes advanced features and improve the functionality without sacrificing on style.</p> https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4		\n			<h2>100+</h2>		\n		Employee Empowered		\n			<h2>50+</h2>		\n		Worldwide Distributors		\n			<h2>750+</h2>		\n		Receive Daily Ordered		\n			<h2>80%</h2>		\n		Get Growth Per Year		\n					<h3>\n					Here from our\n					Customers\n				</h3>\n		https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4		\n															<img width=\"768\" height=\"764\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-768x764.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-768x764.webp 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-300x298.webp 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-150x150.webp 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-1x1.webp 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-10x10.webp 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-600x597.webp 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-100x100.webp 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards.webp 797w\" sizes=\"(max-width: 768px) 100vw, 768px\" />', 'About us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2022-04-08 11:32:59', '2022-04-08 11:32:59', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?page_id=211', 0, 'page', '', 0),
(216, 1, '2020-12-05 14:49:10', '2020-12-05 14:49:10', '', 'Avatar (1)', '', 'inherit', 'open', 'closed', '', 'avatar-1', '', '', '2020-12-05 14:49:10', '2020-12-05 14:49:10', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(217, 1, '2020-12-05 14:49:10', '2020-12-05 14:49:10', '', 'Avatar', '', 'inherit', 'open', 'closed', '', 'avatar', '', '', '2020-12-05 14:49:10', '2020-12-05 14:49:10', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar.jpg', 0, 'attachment', 'image/jpeg', 0),
(219, 1, '2020-12-05 14:49:10', '2020-12-05 14:49:10', '', 'Box', '', 'inherit', 'open', 'closed', '', 'box', '', '', '2020-12-05 14:49:10', '2020-12-05 14:49:10', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Box.jpg', 0, 'attachment', 'image/jpeg', 0),
(222, 1, '2020-12-05 14:49:12', '2020-12-05 14:49:12', '', 'Icon (1)', '', 'inherit', 'open', 'closed', '', 'icon-1-2', '', '', '2020-12-05 14:49:12', '2020-12-05 14:49:12', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(223, 1, '2020-12-05 14:49:12', '2020-12-05 14:49:12', '', 'Icon (2)', '', 'inherit', 'open', 'closed', '', 'icon-2-2', '', '', '2020-12-05 14:49:12', '2020-12-05 14:49:12', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(224, 1, '2020-12-05 14:49:12', '2020-12-05 14:49:12', '', 'Icon (3)', '', 'inherit', 'open', 'closed', '', 'icon-3-2', '', '', '2020-12-05 14:49:12', '2020-12-05 14:49:12', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(225, 1, '2020-12-05 14:49:12', '2020-12-05 14:49:12', '', 'Icon', '', 'inherit', 'open', 'closed', '', 'icon-5', '', '', '2020-12-05 14:49:12', '2020-12-05 14:49:12', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(226, 1, '2020-12-05 14:49:12', '2020-12-05 14:49:12', '', 'Image (1)', '', 'inherit', 'open', 'closed', '', 'image-1-2', '', '', '2020-12-05 14:49:12', '2020-12-05 14:49:12', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(227, 1, '2020-12-05 14:49:12', '2020-12-05 14:49:12', '', 'Image (2)', '', 'inherit', 'open', 'closed', '', 'image-2-2', '', '', '2020-12-05 14:49:12', '2020-12-05 14:49:12', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(228, 1, '2020-12-05 14:49:13', '2020-12-05 14:49:13', '', 'Image (3)', '', 'inherit', 'open', 'closed', '', 'image-3-2', '', '', '2020-12-05 14:49:13', '2020-12-05 14:49:13', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(229, 1, '2020-12-05 14:49:13', '2020-12-05 14:49:13', '', 'Image (4)', '', 'inherit', 'open', 'closed', '', 'image-4-2', '', '', '2020-12-05 14:49:13', '2020-12-05 14:49:13', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(230, 1, '2020-12-05 14:49:13', '2020-12-05 14:49:13', '', 'Image (5)', '', 'inherit', 'open', 'closed', '', 'image-5-2', '', '', '2020-12-05 14:49:13', '2020-12-05 14:49:13', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(231, 1, '2020-12-05 14:49:13', '2020-12-05 14:49:13', '', 'Image (6)', '', 'inherit', 'open', 'closed', '', 'image-6-2', '', '', '2020-12-05 14:49:13', '2020-12-05 14:49:13', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(232, 1, '2020-12-05 14:49:14', '2020-12-05 14:49:14', '', 'Image', '', 'inherit', 'open', 'closed', '', 'image-9', '', '', '2020-12-05 14:49:14', '2020-12-05 14:49:14', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-9.jpg', 0, 'attachment', 'image/jpeg', 0),
(234, 1, '2020-12-05 14:50:01', '2020-12-05 14:50:01', '', 'Image', '', 'inherit', 'open', 'closed', '', 'image-10', '', '', '2020-12-05 14:50:01', '2020-12-05 14:50:01', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(241, 1, '2020-12-05 15:00:20', '2020-12-05 15:00:20', '', 'Map', '', 'inherit', 'open', 'closed', '', 'map', '', '', '2020-12-05 15:00:20', '2020-12-05 15:00:20', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Map.png', 0, 'attachment', 'image/png', 0),
(330, 1, '2020-12-06 09:21:22', '2020-12-06 09:21:22', '', '1', '', 'inherit', 'open', 'closed', '', '1-2', '', '', '2020-12-06 09:21:22', '2020-12-06 09:21:22', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(367, 1, '2020-12-06 09:39:42', '2020-12-06 09:39:42', '<h2>Leave Us A Message</h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			<h2>Our Address</h2>		\n		<p>E-20, Pilanji, South Extension I, New Delhi, Delhi 110049</p><p>Support : <b style=\"font-weight: normal;\">8881222666 </b></p><p>Email : online@hagarbath.com</p>Monday :Tuesday :Wednesday :Friday :Saturday :Sunday :9 a.m - 6 p.m9 a.m - 6 p.m9 a.m - 6 p.m9 a.m - 6 p.m9 a.m - 4 p.mClosed', 'Contact us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2022-04-12 10:23:53', '2022-04-12 10:23:53', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?page_id=367', 0, 'page', '', 0),
(383, 1, '2020-12-06 09:50:16', '2020-12-06 09:50:16', '<div class=\"form-group\">\n<p> <label class=\"required-item\">First Name </label>[text* your-name] </p>\n<p> <label class=\"required-item\">Last Name </label> [text* your-last-name] </p>\n</div>\n\n<p> <label class=\"required-item\">Subject </label> [text* text-389] </p>\n\n<p> <label class=\"required-item\">Your Message </label> [textarea* your-message] </p>\n\n[submit \"Send Message\"]\n1\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@xstore.8theme.com>\n[_site_admin_email]\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [your-email]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@xstore.8theme.com>\n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [_site_admin_email]\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form', '', 'publish', 'closed', 'closed', '', 'contact-form', '', '', '2020-12-06 09:50:16', '2020-12-06 09:50:16', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=wpcf7_contact_form&amp;p=383', 0, 'wpcf7_contact_form', '', 0),
(436, 1, '2020-12-06 10:27:53', '2020-12-06 10:27:53', 'But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? QuisSed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\"\n<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\">\n<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\">\nBut I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.', 'The Standard Lorem Ipsum Passage', '', 'publish', 'open', 'open', '', 'the-standard-lorem-ipsum-passage-used-since-the-1500s', '', '', '2020-12-06 10:27:53', '2020-12-06 10:27:53', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?p=436', 0, 'post', '', 0),
(438, 1, '2020-12-06 10:28:53', '2020-12-06 10:28:53', '', 'Image (1)', '', 'inherit', 'open', 'closed', '', 'image-1-3', '', '', '2020-12-06 10:28:53', '2020-12-06 10:28:53', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(439, 1, '2020-12-06 10:28:53', '2020-12-06 10:28:53', '', 'Image (2)', '', 'inherit', 'open', 'closed', '', 'image-2-3', '', '', '2020-12-06 10:28:53', '2020-12-06 10:28:53', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(440, 1, '2020-12-06 10:28:54', '2020-12-06 10:28:54', '', 'Image', '', 'inherit', 'open', 'closed', '', 'image-11', '', '', '2020-12-06 10:28:54', '2020-12-06 10:28:54', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-11.jpg', 0, 'attachment', 'image/jpeg', 0),
(441, 1, '2020-12-06 10:28:54', '2020-12-06 10:28:54', '', 'Photo (1)', '', 'inherit', 'open', 'closed', '', 'photo-1', '', '', '2020-12-06 10:28:54', '2020-12-06 10:28:54', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Photo-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(442, 1, '2020-12-06 10:28:54', '2020-12-06 10:28:54', '', 'Photo', '', 'inherit', 'open', 'closed', '', 'photo', '', '', '2020-12-06 10:28:54', '2020-12-06 10:28:54', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Photo.jpg', 0, 'attachment', 'image/jpeg', 0),
(457, 1, '2020-12-06 10:38:48', '2020-12-06 10:38:48', '<h2>Frequently Asked Quentions</h2>		\n												<a href=\"\">What is your return policy?</a>\n					<p>If your item arrived damaged or defective, we are happy to arrange for a prompt replacement. Please note that damages and defects must be reported within 12 hours of delivery. </p>', 'FAQs', '', 'publish', 'closed', 'closed', '', 'faqs', '', '', '2022-04-09 12:45:49', '2022-04-09 12:45:49', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?page_id=457', 0, 'page', '', 0),
(517, 1, '2020-12-06 13:01:13', '2020-12-06 13:01:13', '<img width=\"60\" height=\"61\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-6.jpg\" alt=\"\" loading=\"lazy\" />															\n			<h2>Be Always Up To Date With Your Order</h2>		\n		[woocommerce_order_tracking]  		\n															<img width=\"736\" height=\"444\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14.jpg\" alt=\"\" loading=\"lazy\" />', 'Track Order', '', 'publish', 'closed', 'closed', '', 'track-order', '', '', '2022-04-14 08:42:29', '2022-04-14 08:42:29', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?page_id=517', 0, 'page', '', 0),
(522, 1, '2020-12-06 13:04:36', '2020-12-06 13:04:36', '', 'Icon', '', 'inherit', 'open', 'closed', '', 'icon-6', '', '', '2020-12-06 13:04:36', '2020-12-06 13:04:36', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(523, 1, '2020-12-06 13:04:36', '2020-12-06 13:04:36', '', 'Rectangle 14', '', 'inherit', 'open', 'closed', '', 'rectangle-14', '', '', '2020-12-06 13:04:36', '2020-12-06 13:04:36', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14.jpg', 0, 'attachment', 'image/jpeg', 0),
(573, 1, '2020-12-06 14:21:29', '2020-12-06 14:21:29', '', 'Icon', '', 'inherit', 'open', 'closed', '', 'icon-7', '', '', '2020-12-06 14:21:29', '2020-12-06 14:21:29', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.png', 0, 'attachment', 'image/png', 0),
(627, 1, '2020-12-06 14:59:43', '2020-12-06 14:59:43', '', 'Custom Single Product sidebar - niche-market02', '', 'publish', 'closed', 'closed', '', 'custom-single-product-sidebar-niche-market02', '', '', '2022-04-12 11:15:03', '2022-04-12 11:15:03', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&#038;p=627', 0, 'staticblocks', '', 0),
(647, 1, '2020-12-07 08:11:14', '2020-12-07 08:11:14', '', 'Icon (1)', '', 'inherit', 'open', 'closed', '', 'icon-1-3', '', '', '2020-12-07 08:11:14', '2020-12-07 08:11:14', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.png', 0, 'attachment', 'image/png', 0),
(648, 1, '2020-12-07 08:11:14', '2020-12-07 08:11:14', '', 'Icon (2)', '', 'inherit', 'open', 'closed', '', 'icon-2-3', '', '', '2020-12-07 08:11:14', '2020-12-07 08:11:14', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.png', 0, 'attachment', 'image/png', 0),
(649, 1, '2020-12-07 08:11:14', '2020-12-07 08:11:14', '', 'Icon (3)', '', 'inherit', 'open', 'closed', '', 'icon-3-3', '', '', '2020-12-07 08:11:14', '2020-12-07 08:11:14', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.png', 0, 'attachment', 'image/png', 0),
(651, 1, '2020-12-07 08:11:14', '2020-12-07 08:11:14', '', 'Image (1)', '', 'inherit', 'open', 'closed', '', 'image-1-4', '', '', '2020-12-07 08:11:14', '2020-12-07 08:11:14', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(652, 1, '2020-12-07 08:11:15', '2020-12-07 08:11:15', '', 'Image', '', 'inherit', 'open', 'closed', '', 'image-12', '', '', '2020-12-07 08:11:15', '2020-12-07 08:11:15', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-12.jpg', 0, 'attachment', 'image/jpeg', 0),
(655, 1, '2020-12-07 08:12:31', '2020-12-07 08:12:31', '', 'Icon-2', '', 'inherit', 'open', 'closed', '', 'icon-2-4', '', '', '2020-12-07 08:12:31', '2020-12-07 08:12:31', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2-1.png', 0, 'attachment', 'image/png', 0),
(665, 1, '2020-12-07 08:18:01', '2020-12-07 08:18:01', '', 'Icon3', '', 'inherit', 'open', 'closed', '', 'icon3', '', '', '2020-12-07 08:18:01', '2020-12-07 08:18:01', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon3.png', 0, 'attachment', 'image/png', 0),
(713, 1, '2020-12-07 09:02:57', '2020-12-07 09:02:57', '[wcmp_vendor]', 'Vendor Dashboard', '', 'publish', 'closed', 'closed', '', 'dashboard', '', '', '2020-12-07 09:02:57', '2020-12-07 09:02:57', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/dashboard/', 0, 'page', '', 4),
(714, 1, '2020-12-07 09:02:57', '2020-12-07 09:02:57', '[vendor_registration]', 'Vendor Registration', '', 'publish', 'closed', 'closed', '', 'vendor-registration', '', '', '2020-12-07 09:02:57', '2020-12-07 09:02:57', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/vendor-registration/', 0, 'page', '', 0),
(734, 1, '2020-12-07 09:29:49', '2020-12-07 09:29:49', '<h3>\n                                    Contact Us!                                </h3>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f13-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"13\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f13-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p><label> Your name<br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your email<br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your message (optional)<br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Submit\" /></p>\n</form>', 'PreFooter - niche-market02', '', 'publish', 'closed', 'closed', '', 'prefooter-niche-market02', '', '', '2022-04-12 11:18:14', '2022-04-12 11:18:14', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&#038;p=734', 0, 'staticblocks', '', 0),
(765, 1, '2020-12-07 09:48:20', '2020-12-07 09:48:20', '', 'menu-Icon', '', 'inherit', 'open', 'closed', '', 'menu-icon', '', '', '2020-12-07 09:48:20', '2020-12-07 09:48:20', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon.jpg', 0, 'attachment', 'image/jpeg', 0),
(766, 1, '2020-12-07 09:48:20', '2020-12-07 09:48:20', '', 'menu-Icon2', '', 'inherit', 'open', 'closed', '', 'menu-icon2', '', '', '2020-12-07 09:48:20', '2020-12-07 09:48:20', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon2.jpg', 0, 'attachment', 'image/jpeg', 0),
(767, 1, '2020-12-07 09:48:20', '2020-12-07 09:48:20', '', 'menu-Icon3', '', 'inherit', 'open', 'closed', '', 'menu-icon3', '', '', '2020-12-07 09:48:20', '2020-12-07 09:48:20', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon3.jpg', 0, 'attachment', 'image/jpeg', 0),
(768, 1, '2020-12-07 09:48:21', '2020-12-07 09:48:21', '', 'menu-Icon4', '', 'inherit', 'open', 'closed', '', 'menu-icon4', '', '', '2020-12-07 09:48:21', '2020-12-07 09:48:21', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon4.jpg', 0, 'attachment', 'image/jpeg', 0),
(769, 1, '2020-12-07 09:48:21', '2020-12-07 09:48:21', '', 'menu-Icon5', '', 'inherit', 'open', 'closed', '', 'menu-icon5', '', '', '2020-12-07 09:48:21', '2020-12-07 09:48:21', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon5.jpg', 0, 'attachment', 'image/jpeg', 0),
(770, 1, '2020-12-07 09:48:21', '2020-12-07 09:48:21', '', 'menu-Icon6', '', 'inherit', 'open', 'closed', '', 'menu-icon6', '', '', '2020-12-07 09:48:21', '2020-12-07 09:48:21', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon6.jpg', 0, 'attachment', 'image/jpeg', 0),
(771, 1, '2020-12-07 09:48:21', '2020-12-07 09:48:21', '', 'menu-Icon7', '', 'inherit', 'open', 'closed', '', 'menu-icon7', '', '', '2020-12-07 09:48:21', '2020-12-07 09:48:21', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon7.jpg', 0, 'attachment', 'image/jpeg', 0),
(772, 1, '2020-12-07 09:48:22', '2020-12-07 09:48:22', '', 'menu-Icon8', '', 'inherit', 'open', 'closed', '', 'menu-icon8', '', '', '2020-12-07 09:48:22', '2020-12-07 09:48:22', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon8.jpg', 0, 'attachment', 'image/jpeg', 0),
(774, 1, '2020-12-07 10:15:43', '2020-12-07 10:15:43', '[wcmp_vendorslist orderby=\"registered\" order=\"ASC\"]', 'Vendors list', '', 'publish', 'closed', 'closed', '', 'vendors-list', '', '', '2020-12-07 10:15:43', '2020-12-07 10:15:43', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?page_id=774', 0, 'page', '', 0),
(779, 1, '2020-12-07 10:23:27', '2020-12-07 10:23:27', '', 'Address', '', 'inherit', 'open', 'closed', '', 'address', '', '', '2020-12-07 10:23:27', '2020-12-07 10:23:27', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Address.png', 0, 'attachment', 'image/png', 0),
(780, 1, '2020-12-07 10:23:27', '2020-12-07 10:23:27', '', 'Background_image (1)', '', 'inherit', 'open', 'closed', '', 'background_image-1', '', '', '2020-12-07 10:23:27', '2020-12-07 10:23:27', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(781, 1, '2020-12-07 10:23:27', '2020-12-07 10:23:27', '', 'Background_image (2)', '', 'inherit', 'open', 'closed', '', 'background_image-2', '', '', '2020-12-07 10:23:27', '2020-12-07 10:23:27', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(782, 1, '2020-12-07 10:23:28', '2020-12-07 10:23:28', '', 'Background_image (3)', '', 'inherit', 'open', 'closed', '', 'background_image-3', '', '', '2020-12-07 10:23:28', '2020-12-07 10:23:28', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(783, 1, '2020-12-07 10:23:28', '2020-12-07 10:23:28', '', 'Background_image', '', 'inherit', 'open', 'closed', '', 'background_image', '', '', '2020-12-07 10:23:28', '2020-12-07 10:23:28', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image.jpg', 0, 'attachment', 'image/jpeg', 0),
(784, 1, '2020-12-07 10:23:28', '2020-12-07 10:23:28', '', 'Logo (1)', '', 'inherit', 'open', 'closed', '', 'logo-1', '', '', '2020-12-07 10:23:28', '2020-12-07 10:23:28', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-1.png', 0, 'attachment', 'image/png', 0),
(785, 1, '2020-12-07 10:23:29', '2020-12-07 10:23:29', '', 'Logo (2)', '', 'inherit', 'open', 'closed', '', 'logo-2-2', '', '', '2020-12-07 10:23:29', '2020-12-07 10:23:29', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-2.png', 0, 'attachment', 'image/png', 0),
(786, 1, '2020-12-07 10:23:29', '2020-12-07 10:23:29', '', 'Logo (3)', '', 'inherit', 'open', 'closed', '', 'logo-3', '', '', '2020-12-07 10:23:29', '2020-12-07 10:23:29', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-3.png', 0, 'attachment', 'image/png', 0),
(787, 1, '2020-12-07 10:23:30', '2020-12-07 10:23:30', '', 'Logo', '', 'inherit', 'open', 'closed', '', 'logo-4', '', '', '2020-12-07 10:23:30', '2020-12-07 10:23:30', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-4.png', 0, 'attachment', 'image/png', 0),
(788, 1, '2020-12-07 10:23:30', '2020-12-07 10:23:30', '', 'Store', '', 'inherit', 'open', 'closed', '', 'store', '', '', '2020-12-07 10:23:30', '2020-12-07 10:23:30', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Store.png', 0, 'attachment', 'image/png', 0),
(791, 1, '2020-12-07 10:43:10', '2020-12-07 10:43:10', '', 'Background_image', '', 'inherit', 'open', 'closed', '', 'background_image-4', '', '', '2020-12-07 10:43:10', '2020-12-07 10:43:10', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(792, 1, '2020-12-07 10:43:11', '2020-12-07 10:43:11', '', 'Logo', '', 'inherit', 'open', 'closed', '', 'logo-5', '', '', '2020-12-07 10:43:11', '2020-12-07 10:43:11', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-5.png', 0, 'attachment', 'image/png', 0),
(793, 1, '2020-12-07 10:43:26', '2020-12-07 10:43:26', 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-4.jpg', 'cropped-Background_image-4.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-background_image-4-jpg', '', '', '2020-12-07 10:43:26', '2020-12-07 10:43:26', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(794, 1, '2020-12-07 10:43:32', '2020-12-07 10:43:32', 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-5.png', 'cropped-Logo-5.png', '', 'inherit', 'open', 'closed', '', 'cropped-logo-5-png', '', '', '2020-12-07 10:43:32', '2020-12-07 10:43:32', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-5.png', 0, 'attachment', 'image/png', 0),
(803, 1, '2020-12-07 10:57:02', '2020-12-07 10:57:02', '', 'Adv. Banner', '', 'inherit', 'open', 'closed', '', 'adv-banner', '', '', '2020-12-07 10:57:02', '2020-12-07 10:57:02', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Adv.-Banner.jpg', 0, 'attachment', 'image/jpeg', 0),
(834, 1, '2020-12-07 11:07:53', '2020-12-07 11:07:53', '', 'Group 3', '', 'inherit', 'open', 'closed', '', 'group-3', '', '', '2020-12-07 11:07:53', '2020-12-07 11:07:53', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Group-3.png', 0, 'attachment', 'image/png', 0),
(846, 1, '2020-12-07 12:31:08', '2020-12-07 12:31:08', '', 'Background_image (2)', '', 'inherit', 'open', 'closed', '', 'background_image-2-2', '', '', '2020-12-07 12:31:08', '2020-12-07 12:31:08', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(847, 1, '2020-12-07 12:31:08', '2020-12-07 12:31:08', '', 'Logo (2)', '', 'inherit', 'open', 'closed', '', 'logo-2-3', '', '', '2020-12-07 12:31:08', '2020-12-07 12:31:08', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-2-1.png', 0, 'attachment', 'image/png', 0),
(848, 1, '2020-12-07 12:31:14', '2020-12-07 12:31:14', 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-2-1.jpg', 'cropped-Background_image-2-1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-background_image-2-1-jpg', '', '', '2020-12-07 12:31:14', '2020-12-07 12:31:14', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(849, 1, '2020-12-07 12:31:20', '2020-12-07 12:31:20', 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-2-1.png', 'cropped-Logo-2-1.png', '', 'inherit', 'open', 'closed', '', 'cropped-logo-2-1-png', '', '', '2020-12-07 12:31:20', '2020-12-07 12:31:20', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-2-1.png', 0, 'attachment', 'image/png', 0),
(859, 1, '2020-12-07 12:42:27', '2020-12-07 12:42:27', '', 'Background_image (1)', '', 'inherit', 'open', 'closed', '', 'background_image-1-2', '', '', '2020-12-07 12:42:27', '2020-12-07 12:42:27', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(860, 1, '2020-12-07 12:42:27', '2020-12-07 12:42:27', '', 'Logo (1)', '', 'inherit', 'open', 'closed', '', 'logo-1-2', '', '', '2020-12-07 12:42:27', '2020-12-07 12:42:27', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-1-1.png', 0, 'attachment', 'image/png', 0),
(861, 1, '2020-12-07 12:42:34', '2020-12-07 12:42:34', 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-1-1.jpg', 'cropped-Background_image-1-1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-background_image-1-1-jpg', '', '', '2020-12-07 12:42:34', '2020-12-07 12:42:34', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(862, 1, '2020-12-07 12:42:39', '2020-12-07 12:42:39', 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-1-1.png', 'cropped-Logo-1-1.png', '', 'inherit', 'open', 'closed', '', 'cropped-logo-1-1-png', '', '', '2020-12-07 12:42:39', '2020-12-07 12:42:39', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-1-1.png', 0, 'attachment', 'image/png', 0),
(863, 1, '2020-12-07 12:43:29', '2020-12-07 12:43:29', '', 'Background_image (3)', '', 'inherit', 'open', 'closed', '', 'background_image-3-2', '', '', '2020-12-07 12:43:29', '2020-12-07 12:43:29', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(864, 1, '2020-12-07 12:43:29', '2020-12-07 12:43:29', '', 'Logo (3)', '', 'inherit', 'open', 'closed', '', 'logo-3-2', '', '', '2020-12-07 12:43:29', '2020-12-07 12:43:29', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-3-1.png', 0, 'attachment', 'image/png', 0),
(865, 1, '2020-12-07 12:43:35', '2020-12-07 12:43:35', 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-3-1.jpg', 'cropped-Background_image-3-1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-background_image-3-1-jpg', '', '', '2020-12-07 12:43:35', '2020-12-07 12:43:35', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-3-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(866, 1, '2020-12-07 12:43:40', '2020-12-07 12:43:40', 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-3-1.png', 'cropped-Logo-3-1.png', '', 'inherit', 'open', 'closed', '', 'cropped-logo-3-1-png', '', '', '2020-12-07 12:43:40', '2020-12-07 12:43:40', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-3-1.png', 0, 'attachment', 'image/png', 0),
(868, 1, '2020-12-07 12:54:25', '2020-12-07 12:54:25', '', '1', '', 'inherit', 'open', 'closed', '', '1-3', '', '', '2020-12-07 12:54:25', '2020-12-07 12:54:25', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(869, 1, '2020-12-07 12:54:26', '2020-12-07 12:54:26', '', '2', '', 'inherit', 'open', 'closed', '', '2-2', '', '', '2020-12-07 12:54:26', '2020-12-07 12:54:26', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(870, 1, '2020-12-07 12:54:27', '2020-12-07 12:54:27', '', '3', '', 'inherit', 'open', 'closed', '', '3-2', '', '', '2020-12-07 12:54:27', '2020-12-07 12:54:27', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(871, 1, '2020-12-07 12:54:28', '2020-12-07 12:54:28', '', '4', '', 'inherit', 'open', 'closed', '', '4-2', '', '', '2020-12-07 12:54:28', '2020-12-07 12:54:28', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(872, 1, '2020-12-07 12:54:28', '2020-12-07 12:54:28', '', '5', '', 'inherit', 'open', 'closed', '', '5-2', '', '', '2020-12-07 12:54:28', '2020-12-07 12:54:28', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(873, 1, '2020-12-07 12:54:29', '2020-12-07 12:54:29', '', '6', '', 'inherit', 'open', 'closed', '', '6-2', '', '', '2020-12-07 12:54:29', '2020-12-07 12:54:29', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/6-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(874, 1, '2020-12-07 12:54:31', '2020-12-07 12:54:31', '', '7', '', 'inherit', 'open', 'closed', '', '7', '', '', '2020-12-07 12:54:31', '2020-12-07 12:54:31', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/7.jpg', 0, 'attachment', 'image/jpeg', 0),
(875, 1, '2020-12-07 12:54:32', '2020-12-07 12:54:32', '', '8', '', 'inherit', 'open', 'closed', '', '8', '', '', '2020-12-07 12:54:32', '2020-12-07 12:54:32', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/8.jpg', 0, 'attachment', 'image/jpeg', 0),
(876, 1, '2020-12-07 12:54:33', '2020-12-07 12:54:33', '', '9', '', 'inherit', 'open', 'closed', '', '9', '', '', '2020-12-07 12:54:33', '2020-12-07 12:54:33', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/9.jpg', 0, 'attachment', 'image/jpeg', 0),
(877, 1, '2020-12-07 12:54:34', '2020-12-07 12:54:34', '', '10', '', 'inherit', 'open', 'closed', '', '10', '', '', '2020-12-07 12:54:34', '2020-12-07 12:54:34', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/10.jpg', 0, 'attachment', 'image/jpeg', 0),
(887, 1, '2020-01-07 13:05:16', '2020-01-07 13:05:16', 'But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? QuisSed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\"\n										<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />											\n										<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />											\n		But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.', 'The Standard Lorem Ipsum Passage', 'Sed ut perspiciatis unde omnis iste natus to error voluptatem accusantium doloremque laudantiumng', 'publish', 'open', 'open', '', 'the-standard-lorem-ipsum-passage', '', '', '2020-01-07 13:05:16', '2020-01-07 13:05:16', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?p=887', 0, 'post', '', 0),
(888, 1, '2020-11-07 13:06:11', '2020-11-07 13:06:11', 'But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? QuisSed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\"\n										<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />											\n										<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />											\n		But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.', '1914 Translation By H. Rackham', 'At vero eos et accusamus et iusto odio dignissimos cimus qui blanditiis praesentium voluptatum deleniti texts', 'publish', 'open', 'open', '', '1914-translation-by-h-rackham', '', '', '2020-11-07 13:06:11', '2020-11-07 13:06:11', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?p=888', 0, 'post', '', 0),
(889, 1, '2020-10-07 13:07:00', '2020-10-07 13:07:00', 'But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? QuisSed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\"\n										<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />											\n										<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />											\n		But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.', 'Finibus Bonorum Malorum By Cicero', 'On the other hands, we denounce with righteous indignati and dislike men who are so beguiled demoralized', 'publish', 'open', 'open', '', 'finibus-bonorum-malorum-by-cicero', '', '', '2020-10-07 13:07:00', '2020-10-07 13:07:00', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?p=889', 0, 'post', '', 0),
(890, 1, '2020-07-07 13:07:50', '2020-07-07 13:07:50', 'But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? QuisSed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\"\n										<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />											\n										<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />											\n		But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.', 'At Vero Eos Et Accusamus Iust Odio', 'These cases are perfectly simple and easy to distinguish. Into free hour, when our power of choice is untramelled', 'publish', 'open', 'open', '', 'at-vero-eos-et-accusamus-iust-odio', '', '', '2020-07-07 13:07:50', '2020-07-07 13:07:50', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?p=890', 0, 'post', '', 0),
(891, 1, '2020-08-07 13:09:07', '2020-08-07 13:09:07', 'But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? QuisSed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\"\n										<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />											\n										<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />											\n		But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.', 'The Other Hand, Denounce Righteous', 'The wise man therefore alwaysi holds in these matters to this principle of selection: he rejects pleasures', 'publish', 'open', 'open', '', 'the-other-hand-denounce-righteous', '', '', '2020-08-07 13:09:07', '2020-08-07 13:09:07', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?p=891', 0, 'post', '', 0),
(892, 1, '2020-04-07 13:10:03', '2020-04-07 13:10:03', 'But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? QuisSed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\"\n										<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />											\n										<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />											\n		But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.', 'Namlibe Tempore, Cumsoluta Nobis', 'But I must explain to you how all this mistaken idea of denou pleasure and praising pain was born and I will', 'publish', 'open', 'open', '', 'namlibe-tempore-cumsoluta-nobis', '', '', '2020-04-07 13:10:03', '2020-04-07 13:10:03', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?p=892', 0, 'post', '', 0),
(893, 1, '2020-05-07 13:11:26', '2020-05-07 13:11:26', 'But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? QuisSed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\"\n										<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />											\n										<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />											\n		But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.', 'There Are Many Variations Of Passages', 'Sed ut perspiciatis unde omnis iste natus error sit voluptate accusantium doloremque laudantium, totam ', 'publish', 'open', 'open', '', 'there-are-many-variations-of-passages', '', '', '2020-05-07 13:11:26', '2020-05-07 13:11:26', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?p=893', 0, 'post', '', 0),
(894, 1, '2020-03-07 13:12:18', '2020-03-07 13:12:18', 'But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? QuisSed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\"\n										<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />											\n										<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />											\n		But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.', 'Latin Words Combined With Models', 'Lorem ipsum dolor sit amet, consectetur adipiscing elitsed do eiusmod tempor incididunt ut labore et dolore ', 'publish', 'open', 'open', '', 'latin-words-combined-with-models', '', '', '2020-03-07 13:12:18', '2020-03-07 13:12:18', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?p=894', 0, 'post', '', 0),
(895, 1, '2020-09-07 13:13:13', '2020-09-07 13:13:13', 'But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? QuisSed ut perspiciatis unde omnis iste natus errors voluptatem accusantium doloree laudantium, totam remiam, eaque ipsa quae abings illo inventore veritatis et quasinl simply dummy text.Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunttings explicabo. Nemo enim ipsam voluptatem quia voluptas sittings aspernatur auting odit aut fugit, sed quia consequuntur magni dolores eos qui ratione. autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\"\n										<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />											\n										<img width=\"546\" height=\"296\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-300x163.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2-10x5.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />											\n		But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness simply dummy texts. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est. sit amet, consectetur.', 'The Extremes Of Good And Evil', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested', 'publish', 'open', 'open', '', 'the-extremes-of-good-and-evil', '', '', '2020-09-07 13:13:13', '2020-09-07 13:13:13', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?p=895', 0, 'post', '', 0),
(949, 1, '2020-12-07 14:27:08', '2020-12-07 14:27:08', '', '4', '', 'inherit', 'open', 'closed', '', '4-3', '', '', '2020-12-07 14:27:08', '2020-12-07 14:27:08', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(950, 1, '2020-12-07 14:27:12', '2020-12-07 14:27:12', '', '1', '', 'inherit', 'open', 'closed', '', '1-4', '', '', '2020-12-07 14:27:12', '2020-12-07 14:27:12', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(951, 1, '2020-12-07 14:27:13', '2020-12-07 14:27:13', '', '2', '', 'inherit', 'open', 'closed', '', '2-3', '', '', '2020-12-07 14:27:13', '2020-12-07 14:27:13', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(952, 1, '2020-12-07 14:27:14', '2020-12-07 14:27:14', '', '3', '', 'inherit', 'open', 'closed', '', '3-3', '', '', '2020-12-07 14:27:14', '2020-12-07 14:27:14', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(953, 1, '2020-12-07 14:27:14', '2020-12-07 14:27:14', '', '5', '', 'inherit', 'open', 'closed', '', '5-3', '', '', '2020-12-07 14:27:14', '2020-12-07 14:27:14', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(954, 1, '2020-12-07 14:27:15', '2020-12-07 14:27:15', '', '6', '', 'inherit', 'open', 'closed', '', '6-3', '', '', '2020-12-07 14:27:15', '2020-12-07 14:27:15', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/6-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(955, 1, '2020-12-07 14:27:15', '2020-12-07 14:27:15', '', '7', '', 'inherit', 'open', 'closed', '', '7-2', '', '', '2020-12-07 14:27:15', '2020-12-07 14:27:15', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/7-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(956, 1, '2020-12-07 14:27:16', '2020-12-07 14:27:16', '', '8', '', 'inherit', 'open', 'closed', '', '8-2', '', '', '2020-12-07 14:27:16', '2020-12-07 14:27:16', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/8-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(957, 1, '2020-12-07 14:27:17', '2020-12-07 14:27:17', '', '9', '', 'inherit', 'open', 'closed', '', '9-2', '', '', '2020-12-07 14:27:17', '2020-12-07 14:27:17', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/9-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(958, 1, '2020-12-07 14:27:17', '2020-12-07 14:27:17', '', '10', '', 'inherit', 'open', 'closed', '', '10-2', '', '', '2020-12-07 14:27:17', '2020-12-07 14:27:17', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/10-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(959, 1, '2020-12-07 14:27:18', '2020-12-07 14:27:18', '', '11', '', 'inherit', 'open', 'closed', '', '11', '', '', '2020-12-07 14:27:18', '2020-12-07 14:27:18', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/11.jpg', 0, 'attachment', 'image/jpeg', 0),
(960, 1, '2020-12-07 14:30:23', '2020-12-07 14:30:23', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.\n<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg\" sizes=\"(max-width: 1032px) 100vw, 1032px\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg 1032w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-300x110.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1024x375.jpg 1024w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-768x281.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-10x4.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-600x220.jpg 600w\" alt=\"\" width=\"1032\" height=\"378\" />\nLeo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 'Wooden Classical Chairs', '<p style=\"text-transform: capitalize;\">Uses a dictionary of over combined wth a handful of model sentence structures, to generatein lorem Isum which looks reasonable.</p>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> DPI Selection:2600/2000/1600/1200</span>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> Connect Directly To Suspension</span>', 'publish', 'open', 'closed', '', 'wooden-classical-golden-chairs', '', '', '2022-05-12 08:22:58', '2022-05-12 08:22:58', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=product&amp;p=960', 0, 'product', '', 1),
(961, 1, '2020-12-07 14:30:08', '2020-12-07 14:30:08', '', '7', '', 'inherit', 'open', 'closed', '', '7-3', '', '', '2020-12-07 14:30:08', '2020-12-07 14:30:08', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1046, 1, '2020-12-07 19:58:52', '2020-12-07 19:58:52', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.\n<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg\" sizes=\"(max-width: 1032px) 100vw, 1032px\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg 1032w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-300x110.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1024x375.jpg 1024w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-768x281.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-10x4.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-600x220.jpg 600w\" alt=\"\" width=\"1032\" height=\"378\" />\nLeo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 'Air Fryer with DualZone', '<p style=\"text-transform: capitalize;\">Uses a dictionary of over combined wth a handful of model sentence structures, to generatein lorem Isum which looks reasonable.</p>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> DPI Selection:2600/2000/1600/1200</span>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> Connect Directly To Suspension</span>', 'publish', 'open', 'closed', '', 'air-fryer-with-dualzone', '', '', '2022-05-12 08:22:58', '2022-05-12 08:22:58', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=product&amp;p=1046', 0, 'product', '', 1),
(1047, 1, '2020-12-07 19:58:53', '2020-12-07 19:58:53', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.\n<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg\" sizes=\"(max-width: 1032px) 100vw, 1032px\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg 1032w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-300x110.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1024x375.jpg 1024w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-768x281.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-10x4.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-600x220.jpg 600w\" alt=\"\" width=\"1032\" height=\"378\" />\nLeo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 'Classical Chair', '<p style=\"text-transform: capitalize;\">Uses a dictionary of over combined wth a handful of model sentence structures, to generatein lorem Isum which looks reasonable.</p>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> DPI Selection:2600/2000/1600/1200</span>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> Connect Directly To Suspension</span>', 'publish', 'open', 'closed', '', 'wooden-classical-golden-chairs-2', '', '', '2022-05-12 08:22:58', '2022-05-12 08:22:58', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=product&amp;p=1047', 0, 'product', '', 1);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1048, 1, '2020-12-07 19:58:54', '2020-12-07 19:58:54', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.\n<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg\" sizes=\"(max-width: 1032px) 100vw, 1032px\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg 1032w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-300x110.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1024x375.jpg 1024w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-768x281.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-10x4.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-600x220.jpg 600w\" alt=\"\" width=\"1032\" height=\"378\" />\nLeo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 'Stainless Steel Freing', '<p style=\"text-transform: capitalize;\">Uses a dictionary of over combined wth a handful of model sentence structures, to generatein lorem Isum which looks reasonable.</p>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> DPI Selection:2600/2000/1600/1200</span>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> Connect Directly To Suspension</span>', 'publish', 'open', 'closed', '', 'stainless-steel-freing', '', '', '2022-05-12 08:22:58', '2022-05-12 08:22:58', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=product&amp;p=1048', 0, 'product', '', 1),
(1061, 1, '2020-12-07 20:16:31', '2020-12-07 20:16:31', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.\n<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg\" sizes=\"(max-width: 1032px) 100vw, 1032px\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg 1032w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-300x110.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1024x375.jpg 1024w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-768x281.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-10x4.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-600x220.jpg 600w\" alt=\"\" width=\"1032\" height=\"378\" />\nLeo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 'Fryer with DualZone', '<p style=\"text-transform: capitalize;\">Uses a dictionary of over combined wth a handful of model sentence structures, to generatein lorem Isum which looks reasonable.</p>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> DPI Selection:2600/2000/1600/1200</span>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> Connect Directly To Suspension</span>', 'publish', 'open', 'closed', '', 'fryer-with-dualzone', '', '', '2022-05-12 08:22:58', '2022-05-12 08:22:58', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=product&amp;p=1061', 0, 'product', '', 1),
(1085, 1, '2020-12-08 09:22:46', '2020-12-08 09:22:46', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.\n<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg\" sizes=\"(max-width: 1032px) 100vw, 1032px\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg 1032w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-300x110.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1024x375.jpg 1024w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-768x281.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-10x4.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-600x220.jpg 600w\" alt=\"\" width=\"1032\" height=\"378\" />\nLeo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 'Xanna Note', '<p style=\"text-transform: capitalize;\">Uses a dictionary of over combined wth a handful of model sentence structures, to generatein lorem Isum which looks reasonable.</p>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> DPI Selection:2600/2000/1600/1200</span>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> Connect Directly To Suspension</span>', 'publish', 'open', 'closed', '', 'xanna-note', '', '', '2022-05-12 08:22:58', '2022-05-12 08:22:58', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=product&amp;p=1085', 0, 'product', '', 1),
(1092, 1, '2020-12-08 09:29:16', '2020-12-08 09:29:16', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.\n<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg\" sizes=\"(max-width: 1032px) 100vw, 1032px\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg 1032w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-300x110.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1024x375.jpg 1024w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-768x281.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-10x4.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-600x220.jpg 600w\" alt=\"\" width=\"1032\" height=\"378\" />\nLeo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 'New product', '<p style=\"text-transform: capitalize;\">Uses a dictionary of over combined wth a handful of model sentence structures, to generatein lorem Isum which looks reasonable.</p>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> DPI Selection:2600/2000/1600/1200</span>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> Connect Directly To Suspension</span>', 'publish', 'open', 'closed', '', 'new-product', '', '', '2022-05-12 08:22:58', '2022-05-12 08:22:58', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=product&amp;p=1092', 0, 'product', '', 1),
(1093, 1, '2020-12-08 09:29:17', '2020-12-08 09:29:17', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.\n<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg\" sizes=\"(max-width: 1032px) 100vw, 1032px\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg 1032w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-300x110.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1024x375.jpg 1024w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-768x281.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-10x4.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-600x220.jpg 600w\" alt=\"\" width=\"1032\" height=\"378\" />\nLeo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 'Computer Wire', '<p style=\"text-transform: capitalize;\">Uses a dictionary of over combined wth a handful of model sentence structures, to generatein lorem Isum which looks reasonable.</p>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> DPI Selection:2600/2000/1600/1200</span>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> Connect Directly To Suspension</span>', 'publish', 'open', 'closed', '', 'computer-wire', '', '', '2022-05-12 08:22:58', '2022-05-12 08:22:58', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=product&amp;p=1093', 0, 'product', '', 1),
(1094, 1, '2020-12-08 09:29:18', '2020-12-08 09:29:18', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.\n<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg\" sizes=\"(max-width: 1032px) 100vw, 1032px\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg 1032w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-300x110.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1024x375.jpg 1024w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-768x281.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-10x4.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-600x220.jpg 600w\" alt=\"\" width=\"1032\" height=\"378\" />\nLeo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 'Xanna Note', '<p style=\"text-transform: capitalize;\">Uses a dictionary of over combined wth a handful of model sentence structures, to generatein lorem Isum which looks reasonable.</p>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> DPI Selection:2600/2000/1600/1200</span>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> Connect Directly To Suspension</span>', 'publish', 'open', 'closed', '', 'xanna-note-3', '', '', '2022-05-12 08:22:58', '2022-05-12 08:22:58', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=product&amp;p=1094', 0, 'product', '', 1),
(1095, 1, '2020-12-08 09:29:19', '2020-12-08 09:29:19', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.\n<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg\" sizes=\"(max-width: 1032px) 100vw, 1032px\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg 1032w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-300x110.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1024x375.jpg 1024w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-768x281.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-10x4.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-600x220.jpg 600w\" alt=\"\" width=\"1032\" height=\"378\" />\nLeo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 'Xanna Note', '<p style=\"text-transform: capitalize;\">Uses a dictionary of over combined wth a handful of model sentence structures, to generatein lorem Isum which looks reasonable.</p>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> DPI Selection:2600/2000/1600/1200</span>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> Connect Directly To Suspension</span>', 'publish', 'open', 'closed', '', 'xanna-note-4', '', '', '2022-05-12 08:22:58', '2022-05-12 08:22:58', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=product&amp;p=1095', 0, 'product', '', 1),
(1096, 1, '2020-12-08 09:29:20', '2020-12-08 09:29:20', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.\n<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg\" sizes=\"(max-width: 1032px) 100vw, 1032px\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg 1032w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-300x110.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1024x375.jpg 1024w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-768x281.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-10x4.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-600x220.jpg 600w\" alt=\"\" width=\"1032\" height=\"378\" />\nLeo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 'Note', '<p style=\"text-transform: capitalize;\">Uses a dictionary of over combined wth a handful of model sentence structures, to generatein lorem Isum which looks reasonable.</p>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> DPI Selection:2600/2000/1600/1200</span>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> Connect Directly To Suspension</span>', 'publish', 'open', 'closed', '', 'note', '', '', '2022-05-12 08:22:59', '2022-05-12 08:22:59', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=product&amp;p=1096', 0, 'product', '', 1),
(1119, 1, '2020-12-08 09:45:25', '2020-12-08 09:45:25', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.\n<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg\" sizes=\"(max-width: 1032px) 100vw, 1032px\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg 1032w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-300x110.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1024x375.jpg 1024w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-768x281.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-10x4.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-600x220.jpg 600w\" alt=\"\" width=\"1032\" height=\"378\" />\nLeo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 'Classical Chairs', '<p style=\"text-transform: capitalize;\">Uses a dictionary of over combined wth a handful of model sentence structures, to generatein lorem Isum which looks reasonable.</p>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> DPI Selection:2600/2000/1600/1200</span>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> Connect Directly To Suspension</span>', 'publish', 'open', 'closed', '', 'classical-chairs', '', '', '2022-05-12 08:22:59', '2022-05-12 08:22:59', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=product&amp;p=1119', 0, 'product', '', 1),
(1120, 1, '2020-12-08 09:45:26', '2020-12-08 09:45:26', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.\n<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg\" sizes=\"(max-width: 1032px) 100vw, 1032px\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg 1032w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-300x110.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1024x375.jpg 1024w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-768x281.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-10x4.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-600x220.jpg 600w\" alt=\"\" width=\"1032\" height=\"378\" />\nLeo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 'Wooden Classical', '<p style=\"text-transform: capitalize;\">Uses a dictionary of over combined wth a handful of model sentence structures, to generatein lorem Isum which looks reasonable.</p>\n<span><i class=\"et-icon et-star\" style=\"margin-right: 10px;\"></i> DPI Selection:2600/2000/1600/1200</span>\n<span><i class=\"et-icon et-time\" style=\"margin-right: 10px;\"></i> Connect Directly To Suspension</span>', 'publish', 'open', 'closed', '', 'wooden-classical-chairs-2', '', '', '2022-05-12 08:22:59', '2022-05-12 08:22:59', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=product&amp;p=1120', 0, 'product', '', 1),
(1121, 1, '2020-12-08 09:45:27', '2020-12-08 09:45:27', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.\n<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg\" sizes=\"(max-width: 1032px) 100vw, 1032px\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg 1032w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-300x110.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1024x375.jpg 1024w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-768x281.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-10x4.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3-600x220.jpg 600w\" alt=\"\" width=\"1032\" height=\"378\" />\nLeo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 'New Chairs', '<p style=\"text-transform: capitalize;\">Uses a dictionary of over combined wth a handful of model sentence structures, to generatein lorem Isum which looks reasonable.</p>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> DPI Selection:2600/2000/1600/1200</span>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> Connect Directly To Suspension</span>', 'publish', 'open', 'closed', '', 'new-chairs', '', '', '2022-05-12 08:22:59', '2022-05-12 08:22:59', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=product&amp;p=1121', 0, 'product', '', 1),
(1126, 1, '2020-12-08 09:51:30', '2020-12-08 09:51:30', '', '12', '', 'inherit', 'open', 'closed', '', '12', '', '', '2020-12-08 09:51:30', '2020-12-08 09:51:30', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/12.jpg', 0, 'attachment', 'image/jpeg', 0),
(1127, 1, '2020-12-08 09:51:31', '2020-12-08 09:51:31', '', '13', '', 'inherit', 'open', 'closed', '', '13', '', '', '2020-12-08 09:51:31', '2020-12-08 09:51:31', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/13.jpg', 0, 'attachment', 'image/jpeg', 0),
(1128, 1, '2020-12-08 09:51:31', '2020-12-08 09:51:31', '', '14', '', 'inherit', 'open', 'closed', '', '14', '', '', '2020-12-08 09:51:31', '2020-12-08 09:51:31', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/14.jpg', 0, 'attachment', 'image/jpeg', 0),
(1187, 1, '2020-12-08 13:57:50', '2020-12-08 13:57:50', '', 'Icon', '', 'inherit', 'open', 'closed', '', 'icon-8', '', '', '2020-12-08 13:57:50', '2020-12-08 13:57:50', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(1200, 1, '2020-12-08 14:08:28', '2020-12-08 14:08:28', '<h2>Save upto 50% flate on\r\nBathroom faucets</h2>\r\nSave up to Rs 2500 on select bathroom faucets\r\n<a role=\"button\" href=\"https://hagarbath.com/shop/products/\">\r\nStart Shopping\r\n</a>\r\n\r\n{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}', 'Electronic tab - niche-market02', '', 'publish', 'closed', 'closed', '', 'electronic-tab-niche-market02', '', '', '2022-04-01 10:28:08', '2022-04-01 10:28:08', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&#038;p=1200', 0, 'staticblocks', '', 0),
(1209, 1, '2020-12-08 14:11:39', '2020-12-08 14:11:39', '', 'Image', '', 'inherit', 'open', 'closed', '', 'image-13', '', '', '2020-12-08 14:11:39', '2020-12-08 14:11:39', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-13.jpg', 0, 'attachment', 'image/jpeg', 0),
(1250, 1, '2020-12-08 15:39:52', '2020-12-08 15:39:52', '<h2>Save up to 50% flate on\nelectronic items</h2>		\n		Save up to $100 on select washing machine only.		\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n			        <link rel=\"stylesheet\" id=\"etheme-quick-view-css\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" />                 <link rel=\"stylesheet\" id=\"etheme-off-canvas-css\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" />         \n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}', 'Fashion tab – niche-market02', '', 'publish', 'closed', 'closed', '', 'fashion-tab-niche-market02', '', '', '2020-12-08 15:39:52', '2020-12-08 15:39:52', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&amp;p=1250', 0, 'staticblocks', '', 0),
(1251, 1, '2020-12-08 15:40:00', '2020-12-08 15:40:00', '<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Furniture tab – niche-market02', '', 'publish', 'closed', 'closed', '', 'furniture-tab-niche-market02', '', '', '2022-04-08 09:57:24', '2022-04-08 09:57:24', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&#038;p=1251', 0, 'staticblocks', '', 0),
(1252, 1, '2020-12-08 15:40:07', '2020-12-08 15:40:07', '<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>', 'Shower tab Home page', '', 'publish', 'closed', 'closed', '', 'shower-tab-home-page', '', '', '2022-04-07 09:34:25', '2022-04-07 09:34:25', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&#038;p=1252', 0, 'staticblocks', '', 0),
(1378, 1, '2020-12-08 17:47:12', '2020-12-08 17:47:12', '', 'BG', '', 'inherit', 'open', 'closed', '', 'bg-2', '', '', '2020-12-08 17:47:12', '2020-12-08 17:47:12', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/BG-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1476, 1, '2020-12-09 07:45:24', '2020-12-09 07:45:24', '', 'cat-01.jpg', '', 'inherit', 'open', 'closed', '', 'cat-01-jpg', '', '', '2020-12-09 07:45:24', '2020-12-09 07:45:24', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cat-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(1477, 1, '2020-12-09 07:45:24', '2020-12-09 07:45:24', '', 'cat-02.jpg', '', 'inherit', 'open', 'closed', '', 'cat-02-jpg', '', '', '2020-12-09 07:45:24', '2020-12-09 07:45:24', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cat-02.jpg', 0, 'attachment', 'image/jpeg', 0),
(1478, 1, '2020-12-09 07:45:24', '2020-12-09 07:45:24', '', 'cat-03.jpg', '', 'inherit', 'open', 'closed', '', 'cat-03-jpg', '', '', '2020-12-09 07:45:24', '2020-12-09 07:45:24', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cat-03.jpg', 0, 'attachment', 'image/jpeg', 0),
(1479, 1, '2020-12-09 07:45:24', '2020-12-09 07:45:24', '', 'cat-04.jpg', '', 'inherit', 'open', 'closed', '', 'cat-04-jpg', '', '', '2020-12-09 07:45:24', '2020-12-09 07:45:24', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cat-04.jpg', 0, 'attachment', 'image/jpeg', 0),
(1762, 1, '2020-12-15 13:36:58', '2020-12-15 13:36:58', '', 'Logo-large-opt', '', 'inherit', 'open', 'closed', '', 'logo-large-opt', '', '', '2020-12-15 13:36:58', '2020-12-15 13:36:58', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-large-opt.png', 0, 'attachment', 'image/png', 0),
(1764, 1, '2020-12-15 13:53:57', '2020-12-15 13:53:57', '', 'single-prod-icon', '', 'inherit', 'open', 'closed', '', 'single-prod-icon', '', '', '2020-12-15 13:53:57', '2020-12-15 13:53:57', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/single-prod-icon.png', 0, 'attachment', 'image/png', 0),
(1900, 1, '2020-12-17 16:01:58', '2020-12-17 16:01:58', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure anything embarrassing. Suspendisse etiam a suspendisse urna vitae natoque ut a ante vestibulum.\nQuis commodo consequat feugiat sapien ut tempor laoreet a suspendisse arcu parturient proin nulla tortor inceptos elementum penatibus vestibulum ac in sagittis ac maecenas natoque felis quam. Venenatis varius a quam quis cum placerat.\n<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-3.jpg\" alt=\"\" width=\"1032\" height=\"378\" />\nLeo elit dui adipiscing ad eleifend congue primis curabitur etiam mi scelerisque nibh habitasse consectetur sapien lacinia condimentum eget. Gravida cubilia justo lacinia scelerisque purus justo orci a vestibulum donec primis suspendisse dignissim class tortor phasellus vestibulum duis ullamcorper natoque leo cursus.', 'Fryer with DualZone', '<p style=\"text-transform: capitalize;\">Uses a dictionary of over combined wth a handful of model sentence structures, to generatein lorem Isum which looks reasonable.</p>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> DPI Selection:2600/2000/1600/1200</span>\n<span style=\"color: #999999; text-transform: capitalize;\"><i class=\"et-icon et-tick\" style=\"margin-right: 10px;\"></i> Connect Directly To Suspension</span>', 'publish', 'open', 'closed', '', 'fryer-with-dualzone-2', '', '', '2020-12-17 16:01:58', '2020-12-17 16:01:58', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=product&amp;p=1900', 0, 'product', '', 0),
(2003, 1, '2020-12-22 13:33:34', '2020-12-22 13:33:34', '', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon', '', '', '2020-12-22 13:33:34', '2020-12-22 13:33:34', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/favicon.png', 0, 'attachment', 'image/png', 0),
(2004, 1, '2020-12-22 13:33:39', '2020-12-22 13:33:39', 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-favicon.png', 'cropped-favicon.png', '', 'inherit', 'open', 'closed', '', 'cropped-favicon-png', '', '', '2020-12-22 13:33:39', '2020-12-22 13:33:39', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-favicon.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2263, 1, '2020-12-24 13:50:37', '2020-12-24 13:50:37', '<a href=\"#\" role=\"button\">\n						Email: youremail@site.com\n					</a>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Clothing\" rel=\"noopener\"> \n                    <p>Clothing</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\" New Arrivals \" rel=\"noopener\"> \n                    <p> New Arrivals </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Jumpers & Cardigans\" rel=\"noopener\"> \n                    <p>Jumpers &amp; Cardigans</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Blazers\" rel=\"noopener\"> \n                    <p>Blazers</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Suits\" rel=\"noopener\"> \n                    <p>Suits</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Jeans\" rel=\"noopener\"> \n                    <p>Jeans</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Casual Shirts\" rel=\"noopener\"> \n                    <p>Casual Shirts</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Featured\" rel=\"noopener\"> \n                    <p>Featured</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"New Arrivals\" rel=\"noopener\"> \n                    <p>New Arrivals</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Online Only\" rel=\"noopener\"> \n                    <p>Online Only</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Best Sellers\" rel=\"noopener\"> \n                    <p>Best Sellers</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Gift Guide\" rel=\"noopener\"> \n                    <p>Gift Guide</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			<a href=\"#\" role=\"button\">\n						Call to us! +44 1632 960655\n					</a>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <p>Accessories</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Bags \" rel=\"noopener\"> \n                    <p>Bags </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Watches\" rel=\"noopener\"> \n                    <p>Watches</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Caps\" rel=\"noopener\"> \n                    <p>Caps</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Gloves & Scarves \" rel=\"noopener\"> \n                    <p>Gloves &amp; Scarves </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Wallets\" rel=\"noopener\"> \n                    <p>Wallets</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Jewelry\" rel=\"noopener\"> \n                    <p>Jewelry</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Shoes\" rel=\"noopener\"> \n                    <p>Shoes</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Boots\" rel=\"noopener\"> \n                    <p>Boots</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Trainers\" rel=\"noopener\"> \n                    <p>Trainers</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Casual Shoes\" rel=\"noopener\"> \n                    <p>Casual Shoes</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Formal Shoes\" rel=\"noopener\"> \n                    <p>Formal Shoes</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Crossbody \" rel=\"noopener\"> \n                    <p>Crossbody </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Evening Bags\" rel=\"noopener\"> \n                    <p>Evening Bags</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			<a href=\"#\" role=\"button\">\n						East 21st Street / 304 New York\n					</a>\n    		<img width=\"442\" height=\"262\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/8-2-min.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/8-2-min.jpg 442w, https://hagarbath.com/shop/wp-content/uploads/2020/12/8-2-min-300x178.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/8-2-min-10x6.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/8-2-min-270x160.jpg 270w\" sizes=\"(max-width: 442px) 100vw, 442px\" />	    	\n				<h2>Perfect yourself style</h2>		    	\n								Show more', 'Mega menu 01 - niche-market02', '', 'publish', 'closed', 'closed', '', 'mega-menu-01-niche-market02', '', '', '2020-12-24 13:50:37', '2020-12-24 13:50:37', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&amp;p=2263', 0, 'staticblocks', '', 0),
(2275, 1, '2020-12-24 13:56:59', '2020-12-24 13:56:59', '<link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/builders/categories-carousel.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/builders/elementor/categories.min.css\" type=\"text/css\" media=\"all\" /> 		\n		<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/accessories/\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"Accessories\" width=\"270\" height=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg 254w, https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-209x300.jpg 209w, https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-7x10.jpg 7w\" sizes=\"(max-width: 254px) 100vw, 254px\" /></a>\n							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/accessories/\">                        <h4>Accessories</h4>\n                    </a>							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/accessories/\"> <mark>13 products</mark></a>			        \n		<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min.jpg\" alt=\"Beauty\" width=\"270\" height=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min.jpg 254w, https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min-209x300.jpg 209w, https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min-7x10.jpg 7w\" sizes=\"(max-width: 254px) 100vw, 254px\" /></a>\n							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/\">                        <h4>Beauty</h4>\n                    </a>							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/\"> <mark>1 product</mark></a>			        \n		<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-17.03.18-1-min.jpg\" alt=\"Electronics\" width=\"270\" height=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-17.03.18-1-min.jpg 254w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-17.03.18-1-min-209x300.jpg 209w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-17.03.18-1-min-7x10.jpg 7w\" sizes=\"(max-width: 254px) 100vw, 254px\" /></a>\n							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">                        <h4>Electronics</h4>\n                    </a>							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"> <mark>12 products</mark></a>			        \n		<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min.jpg\" alt=\"Medical Items\" width=\"270\" height=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min.jpg 254w, https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min-209x300.jpg 209w, https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min-7x10.jpg 7w\" sizes=\"(max-width: 254px) 100vw, 254px\" /></a>\n							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/\">                        <h4>Medical Items</h4>\n                    </a>							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/\"> <mark>1 product</mark></a>			        \n		<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sport/\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/6-3-min.jpg\" alt=\"Sport\" width=\"270\" height=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/6-3-min.jpg 253w, https://hagarbath.com/shop/wp-content/uploads/2021/08/6-3-min-208x300.jpg 208w, https://hagarbath.com/shop/wp-content/uploads/2021/08/6-3-min-7x10.jpg 7w\" sizes=\"(max-width: 253px) 100vw, 253px\" /></a>\n							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sport/\">                        <h4>Sport</h4>\n                    </a>							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sport/\"> <mark>2 products</mark></a>			        \n                <style>.swiper-container.slider-9377:not(.initialized) .swiper-slide {width: 100% !important;}@media only screen and (min-width: 640px) { .swiper-container.slider-9377:not(.initialized) .swiper-slide {width: 50% !important;}}@media only screen and (min-width: 1024px) { .swiper-container.slider-9377:not(.initialized) .swiper-slide {width: 33.333333333333% !important;}}@media only screen and (min-width: 1370px) { .swiper-container.slider-9377:not(.initialized) .swiper-slide {width: 25% !important;}}</style>', 'Mega menu 02 – niche-market02', '', 'publish', 'closed', 'closed', '', 'mega-menu-02-niche-market02', '', '', '2020-12-24 13:56:59', '2020-12-24 13:56:59', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&amp;p=2275', 0, 'staticblocks', '', 0),
(2277, 1, '2020-12-24 13:57:10', '2020-12-24 13:57:10', '<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Clothing\" rel=\"noopener\"> \n                    <p>Clothing</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\" New Arrivals \" rel=\"noopener\"> \n                    <p> New Arrivals </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Jumpers & Cardigans\" rel=\"noopener\"> \n                    <p>Jumpers &amp; Cardigans</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Blazers\" rel=\"noopener\"> \n                    <p>Blazers</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Suits\" rel=\"noopener\"> \n                    <p>Suits</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Cardigans\" rel=\"noopener\"> \n                    <p>Cardigans</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Jeans\" rel=\"noopener\"> \n                    <p>Jeans</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Casual Shirts\" rel=\"noopener\"> \n                    <p>Casual Shirts</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Featured\" rel=\"noopener\"> \n                    <p>Featured</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"New Arrivals\" rel=\"noopener\"> \n                    <p>New Arrivals</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Online Only\" rel=\"noopener\"> \n                    <p>Online Only</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Best Gifts\" rel=\"noopener\"> \n                    <p>Best Gifts</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"New only\" rel=\"noopener\"> \n                    <p>New only</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Suits\" rel=\"noopener\"> \n                    <p>Suits</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Best Sellers\" rel=\"noopener\"> \n                    <p>Best Sellers</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Gift Guide\" rel=\"noopener\"> \n                    <p>Gift Guide</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"443\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min.jpg 443w, https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min-300x226.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min-10x8.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min-270x204.jpg 270w\" sizes=\"(max-width: 443px) 100vw, 443px\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show all							\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <p>Accessories</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Bags \" rel=\"noopener\"> \n                    <p>Bags </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Watches\" rel=\"noopener\"> \n                    <p>Watches</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Caps\" rel=\"noopener\"> \n                    <p>Caps</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Gloves & Scarves \" rel=\"noopener\"> \n                    <p>Gloves &amp; Scarves </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Scarves \" rel=\"noopener\"> \n                    <p>Scarves </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Wallets\" rel=\"noopener\"> \n                    <p>Wallets</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Jewelry\" rel=\"noopener\"> \n                    <p>Jewelry</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Shoes\" rel=\"noopener\"> \n                    <p>Shoes</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Boots\" rel=\"noopener\"> \n                    <p>Boots</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Trainers\" rel=\"noopener\"> \n                    <p>Trainers</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Casual Shoes\" rel=\"noopener\"> \n                    <p>Casual Shoes</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"All Shoes\" rel=\"noopener\"> \n                    <p>All Shoes</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Formal Shoes\" rel=\"noopener\"> \n                    <p>Formal Shoes</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Crossbody \" rel=\"noopener\"> \n                    <p>Crossbody </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Evening Bags\" rel=\"noopener\"> \n                    <p>Evening Bags</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>', 'Mega menu 03 – niche-market02', '', 'publish', 'closed', 'closed', '', 'mega-menu-03-niche-market02', '', '', '2020-12-24 13:57:10', '2020-12-24 13:57:10', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&amp;p=2277', 0, 'staticblocks', '', 0),
(2280, 1, '2020-12-24 13:57:49', '2020-12-24 13:57:49', '<figure><a href=\"#\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg 38w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector-6x10.jpg 6w\" sizes=\"(max-width: 38px) 100vw, 38px\" /></a></figure><h3><a href=\"#\">Electronic</a></h3>		\n			<figure><a href=\"#\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg 60w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1-10x8.jpg 10w\" sizes=\"(max-width: 60px) 100vw, 60px\" /></a></figure><h3><a href=\"#\">Apparels</a></h3>		\n			<figure><a href=\"#\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg 53w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7-10x10.jpg 10w\" sizes=\"(max-width: 53px) 100vw, 53px\" /></a></figure><h3><a href=\"#\">Kitchen</a></h3>		\n			<figure><a href=\"#\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg 60w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1-10x8.jpg 10w\" sizes=\"(max-width: 60px) 100vw, 60px\" /></a></figure><h3><a href=\"#\">Apparels</a></h3>		\n			<figure><a href=\"#\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg 60w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-10x10.jpg 10w\" sizes=\"(max-width: 60px) 100vw, 60px\" /></a></figure><h3><a href=\"#\">Console</a></h3>		\n			<figure><a href=\"#\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg 45w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-10x10.jpg 10w\" sizes=\"(max-width: 45px) 100vw, 45px\" /></a></figure><h3><a href=\"#\">Computer</a></h3>		\n			<figure><a href=\"#\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg 59w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2-10x6.jpg 10w\" sizes=\"(max-width: 59px) 100vw, 59px\" /></a></figure><h3><a href=\"#\">Furniture</a></h3>		\n			<figure><a href=\"#\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg 45w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-10x10.jpg 10w\" sizes=\"(max-width: 45px) 100vw, 45px\" /></a></figure><h3><a href=\"#\">Computer</a></h3>', 'Mega menu 04 – niche-market02', '', 'publish', 'closed', 'closed', '', 'mega-menu-04-niche-market02', '', '', '2020-12-24 13:57:49', '2020-12-24 13:57:49', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&amp;p=2280', 0, 'staticblocks', '', 0),
(2332, 1, '2020-12-24 14:40:49', '2020-12-24 14:40:49', '', 'loader', '', 'inherit', 'open', 'closed', '', 'loader', '', '', '2020-12-24 14:40:49', '2020-12-24 14:40:49', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/loader.gif', 0, 'attachment', 'image/gif', 0),
(2348, 1, '2020-12-24 15:03:30', '2020-12-24 15:03:30', '', '3', '', 'inherit', 'open', 'closed', '', '3-4', '', '', '2020-12-24 15:03:30', '2020-12-24 15:03:30', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/3-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2349, 1, '2020-12-24 15:03:30', '2020-12-24 15:03:30', '', '4', '', 'inherit', 'open', 'closed', '', '4-4', '', '', '2020-12-24 15:03:30', '2020-12-24 15:03:30', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/4-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2350, 1, '2020-12-24 15:03:31', '2020-12-24 15:03:31', '', '5', '', 'inherit', 'open', 'closed', '', '5-4', '', '', '2020-12-24 15:03:31', '2020-12-24 15:03:31', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/5-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2351, 1, '2020-12-24 15:03:32', '2020-12-24 15:03:32', '', '6', '', 'inherit', 'open', 'closed', '', '6-4', '', '', '2020-12-24 15:03:32', '2020-12-24 15:03:32', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/6-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2353, 1, '2020-12-24 15:03:33', '2020-12-24 15:03:33', '', '8', '', 'inherit', 'open', 'closed', '', '8-3', '', '', '2020-12-24 15:03:33', '2020-12-24 15:03:33', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/8-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2354, 1, '2020-12-24 15:04:12', '2020-12-24 15:04:12', '', 'banner-1 1 17.03.18', '', 'inherit', 'open', 'closed', '', 'banner-1-1-17-03-18', '', '', '2020-12-24 15:04:12', '2020-12-24 15:04:12', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18.jpg', 0, 'attachment', 'image/jpeg', 0),
(2387, 1, '2020-12-24 17:57:12', '2020-12-24 17:57:12', '', 'Image 17.03.18', '', 'inherit', 'open', 'closed', '', 'image-17-03-18', '', '', '2020-12-24 17:57:12', '2020-12-24 17:57:12', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-17.03.18.jpg', 0, 'attachment', 'image/jpeg', 0),
(2458, 1, '2020-12-29 10:14:59', '2020-12-29 10:14:59', '<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Clothing\" rel=\"noopener noreferrer\"> \n                    <p>Clothing</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\" New Arrivals \" rel=\"noopener noreferrer\"> \n                    <p> New Arrivals </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Jumpers & Cardigans\" rel=\"noopener noreferrer\"> \n                    <p>Jumpers &amp; Cardigans</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Blazers\" rel=\"noopener noreferrer\"> \n                    <p>Blazers</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Suits\" rel=\"noopener noreferrer\"> \n                    <p>Suits</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Jeans\" rel=\"noopener noreferrer\"> \n                    <p>Jeans</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Casual Shirts\" rel=\"noopener noreferrer\"> \n                    <p>Casual Shirts</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Casual Shoes\" rel=\"noopener noreferrer\"> \n                    <p>Casual Shoes</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Formal Shoes\" rel=\"noopener noreferrer\"> \n                    <p>Formal Shoes</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Featured\" rel=\"noopener noreferrer\"> \n                    <p>Featured</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"New Arrivals\" rel=\"noopener noreferrer\"> \n                    <p>New Arrivals</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Online Only\" rel=\"noopener noreferrer\"> \n                    <p>Online Only</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Accessories\" rel=\"noopener noreferrer\"> \n                    <p>Accessories</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Bags \" rel=\"noopener noreferrer\"> \n                    <p>Bags </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Watches\" rel=\"noopener noreferrer\"> \n                    <p>Watches</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Caps\" rel=\"noopener noreferrer\"> \n                    <p>Caps</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Gloves & Scarves \" rel=\"noopener noreferrer\"> \n                    <p>Gloves &amp; Scarves </p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Clothing\" rel=\"noopener noreferrer\"> \n                    <p>Clothing</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\" New Arrivals \" rel=\"noopener noreferrer\"> \n                    <p> New Arrivals </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Jumpers & Cardigans\" rel=\"noopener noreferrer\"> \n                    <p>Jumpers &amp; Cardigans</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Blazers\" rel=\"noopener noreferrer\"> \n                    <p>Blazers</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Suits\" rel=\"noopener noreferrer\"> \n                    <p>Suits</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Jeans\" rel=\"noopener noreferrer\"> \n                    <p>Jeans</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Casual Shirts\" rel=\"noopener noreferrer\"> \n                    <p>Casual Shirts</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Casual Shoes\" rel=\"noopener noreferrer\"> \n                    <p>Casual Shoes</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Formal Shoes\" rel=\"noopener noreferrer\"> \n                    <p>Formal Shoes</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			<figure><a href=\"#\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg 38w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector-6x10.jpg 6w\" sizes=\"(max-width: 38px) 100vw, 38px\" /></a></figure><h3><a href=\"#\">Electronic</a></h3>		\n			<figure><a href=\"#\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg 53w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7-10x10.jpg 10w\" sizes=\"(max-width: 53px) 100vw, 53px\" /></a></figure><h3><a href=\"#\">Kitchen</a></h3>		\n			<figure><a href=\"#\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg 60w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-10x10.jpg 10w\" sizes=\"(max-width: 60px) 100vw, 60px\" /></a></figure><h3><a href=\"#\">Console</a></h3>', 'Mega menu 05 – niche-market02', '', 'publish', 'closed', 'closed', '', 'mega-menu-05-niche-market02', '', '', '2020-12-29 10:14:59', '2020-12-29 10:14:59', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&amp;p=2458', 0, 'staticblocks', '', 0),
(2459, 1, '2020-12-29 10:15:06', '2020-12-29 10:15:06', '<img width=\"443\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/10-2-min.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/10-2-min.jpg 443w, https://hagarbath.com/shop/wp-content/uploads/2020/12/10-2-min-300x226.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/10-2-min-10x8.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/10-2-min-270x204.jpg 270w\" sizes=\"(max-width: 443px) 100vw, 443px\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show all							\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Clothing\" rel=\"noopener\"> \n                    <p>Clothing</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\" New Arrivals \" rel=\"noopener\"> \n                    <p> New Arrivals </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Jumpers & Cardigans\" rel=\"noopener\"> \n                    <p>Jumpers &amp; Cardigans</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Blazers\" rel=\"noopener\"> \n                    <p>Blazers</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Suits\" rel=\"noopener\"> \n                    <p>Suits</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Jeans\" rel=\"noopener\"> \n                    <p>Jeans</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Casual Shirts\" rel=\"noopener\"> \n                    <p>Casual Shirts</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Featured\" rel=\"noopener\"> \n                    <p>Featured</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"New Arrivals\" rel=\"noopener\"> \n                    <p>New Arrivals</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Online Only\" rel=\"noopener\"> \n                    <p>Online Only</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Best Sellers\" rel=\"noopener\"> \n                    <p>Best Sellers</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Gift Guide\" rel=\"noopener\"> \n                    <p>Gift Guide</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			<a href=\"#\" role=\"button\">\n						Email: youremail@site.com\n					</a>', 'Mega menu 06 – niche-market02', '', 'publish', 'closed', 'closed', '', 'mega-menu-06-niche-market02', '', '', '2020-12-29 10:15:06', '2020-12-29 10:15:06', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&amp;p=2459', 0, 'staticblocks', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2461, 1, '2020-12-29 10:15:14', '2020-12-29 10:15:14', '<a href=\"#\" role=\"button\">\n						Call to us! +44 1632 960655\n					</a>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <p>Accessories</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Bags \" rel=\"noopener\"> \n                    <p>Bags </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Watches\" rel=\"noopener\"> \n                    <p>Watches</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Caps\" rel=\"noopener\"> \n                    <p>Caps</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Gloves & Scarves \" rel=\"noopener\"> \n                    <p>Gloves &amp; Scarves </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Scarves \" rel=\"noopener\"> \n                    <p>Scarves </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Wallets\" rel=\"noopener\"> \n                    <p>Wallets</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Jewelry\" rel=\"noopener\"> \n                    <p>Jewelry</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Shoes\" rel=\"noopener\"> \n                    <p>Shoes</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Boots\" rel=\"noopener\"> \n                    <p>Boots</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Trainers\" rel=\"noopener\"> \n                    <p>Trainers</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"All Shoes\" rel=\"noopener\"> \n                    <p>All Shoes</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Casual Shoes\" rel=\"noopener\"> \n                    <p>Casual Shoes</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Formal Shoes\" rel=\"noopener\"> \n                    <p>Formal Shoes</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Crossbody \" rel=\"noopener\"> \n                    <p>Crossbody </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Evening Bags\" rel=\"noopener\"> \n                    <p>Evening Bags</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			<h2>Top Products</h2>		\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" /> 				\n										<p>147 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/9-1-300x300.jpg\">\n                            <img width=\"270\" height=\"270\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2.jpg 1000w\" sizes=\"(max-width: 270px) 100vw, 270px\" />                        </a>\n																	Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=960&#038;_wpnonce=6a4fb004b3\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"960\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"960\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n							<!-- .light-right-side -->\n						<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/groceries/\" rel=\"tag\">Groceries</a>, <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/\" rel=\"tag\">Sale</a>							<h2>\n								<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/\">Wooden Classica...</a>\n							</h2>\n						Rated <strong>5.00</strong> out of 5								\n	<bdi>&#36;405.00</bdi>\n											</a><a href=\"?add-to-cart=960\" data-quantity=\"1\" data-product_id=\"960\" data-product_sku=\"12345\" aria-label=\"Add &ldquo;Wooden Classical Chairs&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Wooden Classical Chairs\">Add to cart</a>										\n						<!-- .light-left-side -->        \n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" /> 				\n										<p>113 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-300x300.jpg\">\n                            <img width=\"270\" height=\"270\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2.jpg 1000w\" sizes=\"(max-width: 270px) 100vw, 270px\" />                        </a>\n																	Quick shop\n			<!-- ADD TO WISHLIST -->\n<!-- BROWSE WISHLIST MESSAGE -->\n				The product is already in your wishlist!	\n	<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/\" rel=\"nofollow\" data-title=\"Browse wishlist\">\n				Browse wishlist	</a>\n			<!-- COUNT TEXT -->\n							<!-- .light-right-side -->\n						<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/\">Fashion</a>							<h2>\n								<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/\">Air Fryer with ...</a>\n							</h2>\n						Rated <strong>5.00</strong> out of 5								\n	<bdi>&#36;300.00</bdi>\n											</a><a href=\"?add-to-cart=1046\" data-quantity=\"1\" data-product_id=\"1046\" data-product_sku=\"12345-1\" aria-label=\"Add &ldquo;Air Fryer with DualZone&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Air Fryer with DualZone\">Add to cart</a>										\n						<!-- .light-left-side -->        \n											<!-- .content-product -->\n				 <!-- .row -->', 'Mega menu 07 – niche-market02', '', 'publish', 'closed', 'closed', '', 'mega-menu-07-niche-market02', '', '', '2020-12-29 10:15:14', '2020-12-29 10:15:14', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&amp;p=2461', 0, 'staticblocks', '', 0),
(2512, 1, '2020-12-29 10:45:13', '2020-12-29 10:45:13', '', '10', '', 'inherit', 'open', 'closed', '', '10-3', '', '', '2020-12-29 10:45:13', '2020-12-29 10:45:13', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/10-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2558, 1, '2020-12-29 12:02:25', '2020-12-29 12:02:25', '<a href=\"#\" role=\"button\">\n						Call to us! +44 1632 960655\n					</a>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <p>Accessories</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Bags \" rel=\"noopener\"> \n                    <p>Bags </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Watches\" rel=\"noopener\"> \n                    <p>Watches</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Caps\" rel=\"noopener\"> \n                    <p>Caps</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Gloves & Scarves \" rel=\"noopener\"> \n                    <p>Gloves &amp; Scarves </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Wallets\" rel=\"noopener\"> \n                    <p>Wallets</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Jewelry\" rel=\"noopener\"> \n                    <p>Jewelry</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Shoes\" rel=\"noopener\"> \n                    <p>Shoes</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Boots\" rel=\"noopener\"> \n                    <p>Boots</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Trainers\" rel=\"noopener\"> \n                    <p>Trainers</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Casual Shoes\" rel=\"noopener\"> \n                    <p>Casual Shoes</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Formal Shoes\" rel=\"noopener\"> \n                    <p>Formal Shoes</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Crossbody \" rel=\"noopener\"> \n                    <p>Crossbody </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Evening Bags\" rel=\"noopener\"> \n                    <p>Evening Bags</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			<a href=\"#\" role=\"button\">\n						Email: youremail@site.com\n					</a>\n						        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/builders/categories-carousel.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/builders/elementor/categories.min.css\" type=\"text/css\" media=\"all\" /> 		\n		<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min.jpg\" alt=\"Beauty\" width=\"270\" height=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min.jpg 254w, https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min-209x300.jpg 209w, https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min-7x10.jpg 7w\" sizes=\"(max-width: 254px) 100vw, 254px\" /></a>\n							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/\">                        <h4>Beauty</h4>\n                    </a>							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/\"> <mark>1 product</mark></a>			        \n		<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min.jpg\" alt=\"Medical Items\" width=\"270\" height=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min.jpg 254w, https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min-209x300.jpg 209w, https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min-7x10.jpg 7w\" sizes=\"(max-width: 254px) 100vw, 254px\" /></a>\n							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/\">                        <h4>Medical Items</h4>\n                    </a>							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/\"> <mark>1 product</mark></a>			        \n                <style>.swiper-container.slider-1964:not(.initialized) .swiper-slide {width: 100% !important;}@media only screen and (min-width: 640px) { .swiper-container.slider-1964:not(.initialized) .swiper-slide {width: 50% !important;}}@media only screen and (min-width: 1024px) { .swiper-container.slider-1964:not(.initialized) .swiper-slide {width: 33.333333333333% !important;}}@media only screen and (min-width: 1370px) { .swiper-container.slider-1964:not(.initialized) .swiper-slide {width: 25% !important;}}</style>', 'Mega menu 08 – niche-market02', '', 'publish', 'closed', 'closed', '', 'mega-menu-08-niche-market02', '', '', '2020-12-29 12:02:25', '2020-12-29 12:02:25', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&amp;p=2558', 0, 'staticblocks', '', 0),
(2593, 1, '2020-12-29 12:12:38', '2020-12-29 12:12:38', '<link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/builders/categories-carousel.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/builders/elementor/categories.min.css\" type=\"text/css\" media=\"all\" /> 		\n		<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min.jpg\" alt=\"Beauty\" width=\"270\" height=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min.jpg 254w, https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min-209x300.jpg 209w, https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min-7x10.jpg 7w\" sizes=\"(max-width: 254px) 100vw, 254px\" /></a>\n							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/\">                        <h4>Beauty</h4>\n                    </a>							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/\"> <mark>1 product</mark></a>			        \n		<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min.jpg\" alt=\"Medical Items\" width=\"270\" height=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min.jpg 254w, https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min-209x300.jpg 209w, https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min-7x10.jpg 7w\" sizes=\"(max-width: 254px) 100vw, 254px\" /></a>\n							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/\">                        <h4>Medical Items</h4>\n                    </a>							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/\"> <mark>1 product</mark></a>			        \n                <style>.swiper-container.slider-6302:not(.initialized) .swiper-slide {width: 100% !important;}@media only screen and (min-width: 640px) { .swiper-container.slider-6302:not(.initialized) .swiper-slide {width: 50% !important;}}@media only screen and (min-width: 1024px) { .swiper-container.slider-6302:not(.initialized) .swiper-slide {width: 33.333333333333% !important;}}@media only screen and (min-width: 1370px) { .swiper-container.slider-6302:not(.initialized) .swiper-slide {width: 25% !important;}}</style>				\n			<a href=\"#\" role=\"button\">\n						Call to us! +44 1632 960655\n					</a>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <p>Accessories</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Bags \" rel=\"noopener\"> \n                    <p>Bags </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Watches\" rel=\"noopener\"> \n                    <p>Watches</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Caps\" rel=\"noopener\"> \n                    <p>Caps</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Gloves & Scarves \" rel=\"noopener\"> \n                    <p>Gloves &amp; Scarves </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Scarves \" rel=\"noopener\"> \n                    <p>Scarves </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Wallets\" rel=\"noopener\"> \n                    <p>Wallets</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Jewelry\" rel=\"noopener\"> \n                    <p>Jewelry</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Shoes\" rel=\"noopener\"> \n                    <p>Shoes</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Boots\" rel=\"noopener\"> \n                    <p>Boots</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Trainers\" rel=\"noopener\"> \n                    <p>Trainers</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Casual Shoes\" rel=\"noopener\"> \n                    <p>Casual Shoes</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"All Shoes\" rel=\"noopener\"> \n                    <p>All Shoes</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Formal Shoes\" rel=\"noopener\"> \n                    <p>Formal Shoes</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Crossbody \" rel=\"noopener\"> \n                    <p>Crossbody </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Evening Bags\" rel=\"noopener\"> \n                    <p>Evening Bags</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			<a href=\"#\" role=\"button\">\n						Email: youremail@site.com\n					</a>', 'Mega menu 09 – niche-market02', '', 'publish', 'closed', 'closed', '', 'mega-menu-09-niche-market02', '', '', '2020-12-29 12:12:38', '2020-12-29 12:12:38', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&amp;p=2593', 0, 'staticblocks', '', 0),
(2607, 1, '2020-12-29 12:16:10', '2020-12-29 12:16:10', '<figure><a href=\"#\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"#\">Electronic</a></h3>		\n			<figure><a href=\"#\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"#\">Kitchen</a></h3>		\n			<figure><a href=\"#\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"#\">Console</a></h3>		\n			<a href=\"#\" role=\"button\">\n						Call to us! +44 1632 960655\n					</a>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Shoes\" rel=\"noopener\"> \n                    <p>Shoes</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Boots\" rel=\"noopener\"> \n                    <p>Boots</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Trainers\" rel=\"noopener\"> \n                    <p>Trainers</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Evening Bags\" rel=\"noopener\"> \n                    <p>Evening Bags</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Furniture\" rel=\"noopener\"> \n                    <p>Furniture</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"New Arrivals\" rel=\"noopener\"> \n                    <p>New Arrivals</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Online Only\" rel=\"noopener\"> \n                    <p>Online Only</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Furniture\" rel=\"noopener\"> \n                    <p>Furniture</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"New Arrivals\" rel=\"noopener\"> \n                    <p>New Arrivals</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Online Only\" rel=\"noopener\"> \n                    <p>Online Only</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <p>Accessories</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Watches\" rel=\"noopener\"> \n                    <p>Watches</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Caps\" rel=\"noopener\"> \n                    <p>Caps</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Gloves & Scarves \" rel=\"noopener\"> \n                    <p>Gloves &amp; Scarves </p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <p>Accessories</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Bags \" rel=\"noopener\"> \n                    <p>Bags </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Watches\" rel=\"noopener\"> \n                    <p>Watches</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Gloves & Scarves \" rel=\"noopener\"> \n                    <p>Gloves &amp; Scarves </p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Furniture\" rel=\"noopener\"> \n                    <p>Furniture</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <p>Kitchen</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Trainers\" rel=\"noopener\"> \n                    <p>Trainers</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			<h2>New Products</h2>		\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" /> 				\n										<p>174 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-300x300.jpg\">\n	Sale\n	<img width=\"270\" height=\"270\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2.jpg 1000w\" sizes=\"(max-width: 270px) 100vw, 270px\" />                        </a>\n																	Quick shop\n			<!-- ADD TO WISHLIST -->\n<!-- BROWSE WISHLIST MESSAGE -->\n				The product is already in your wishlist!	\n	<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/\" rel=\"nofollow\" data-title=\"Browse wishlist\">\n				Browse wishlist	</a>\n			<!-- COUNT TEXT -->\n							<!-- .light-right-side -->\n						<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/\">Sale</a>							<h2>\n								<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone-2/\">Fryer with Dual...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#36;305.00</bdi></del> <ins><bdi>&#36;280.00</bdi></ins>\n											</a><a href=\"?add-to-cart=1900\" data-quantity=\"1\" data-product_id=\"1900\" data-product_sku=\"12345-3-1-2\" aria-label=\"Add &ldquo;Fryer with DualZone&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Fryer with DualZone\">Add to cart</a>										\n						<!-- .light-left-side -->        \n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" /> 				\n										<p>113 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-300x300.jpg\">\n                            <img width=\"270\" height=\"270\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2.jpg 1000w\" sizes=\"(max-width: 270px) 100vw, 270px\" />                        </a>\n																	Quick shop\n			<!-- ADD TO WISHLIST -->\n<!-- BROWSE WISHLIST MESSAGE -->\n				The product is already in your wishlist!	\n	<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/\" rel=\"nofollow\" data-title=\"Browse wishlist\">\n				Browse wishlist	</a>\n			<!-- COUNT TEXT -->\n							<!-- .light-right-side -->\n						<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/\">Fashion</a>							<h2>\n								<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/\">Air Fryer with ...</a>\n							</h2>\n						Rated <strong>5.00</strong> out of 5								\n	<bdi>&#36;300.00</bdi>\n											</a><a href=\"?add-to-cart=1046\" data-quantity=\"1\" data-product_id=\"1046\" data-product_sku=\"12345-1\" aria-label=\"Add &ldquo;Air Fryer with DualZone&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Air Fryer with DualZone\">Add to cart</a>										\n						<!-- .light-left-side -->        \n											<!-- .content-product -->\n				 <!-- .row -->', 'Mega menu 10 – niche-market02', '', 'publish', 'closed', 'closed', '', 'mega-menu-10-niche-market02', '', '', '2020-12-29 12:16:10', '2020-12-29 12:16:10', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&amp;p=2607', 0, 'staticblocks', '', 0),
(2648, 1, '2020-12-29 12:42:27', '2020-12-29 12:42:27', '<a href=\"#\" role=\"button\">\n						Email: youremail@site.com\n					</a>\n			<a href=\"#\" role=\"button\">\n						Call to us! +44 1632 960655\n					</a>\n						        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/builders/categories-carousel.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/builders/elementor/categories.min.css\" type=\"text/css\" media=\"all\" /> 		\n		<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/accessories/\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"Accessories\" width=\"270\" height=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg 254w, https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-209x300.jpg 209w, https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-7x10.jpg 7w\" sizes=\"(max-width: 254px) 100vw, 254px\" /></a>\n							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/accessories/\">                        <h4>Accessories</h4>\n                    </a>							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/accessories/\"> <mark>13 products</mark></a>			        \n		<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min.jpg\" alt=\"Beauty\" width=\"270\" height=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min.jpg 254w, https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min-209x300.jpg 209w, https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min-7x10.jpg 7w\" sizes=\"(max-width: 254px) 100vw, 254px\" /></a>\n							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/\">                        <h4>Beauty</h4>\n                    </a>							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/\"> <mark>1 product</mark></a>			        \n		<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-17.03.18-1-min.jpg\" alt=\"Electronics\" width=\"270\" height=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-17.03.18-1-min.jpg 254w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-17.03.18-1-min-209x300.jpg 209w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-17.03.18-1-min-7x10.jpg 7w\" sizes=\"(max-width: 254px) 100vw, 254px\" /></a>\n							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">                        <h4>Electronics</h4>\n                    </a>							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"> <mark>12 products</mark></a>			        \n		<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min.jpg\" alt=\"Medical Items\" width=\"270\" height=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min.jpg 254w, https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min-209x300.jpg 209w, https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min-7x10.jpg 7w\" sizes=\"(max-width: 254px) 100vw, 254px\" /></a>\n							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/\">                        <h4>Medical Items</h4>\n                    </a>							<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/\"> <mark>1 product</mark></a>			        \n                <style>.swiper-container.slider-5426:not(.initialized) .swiper-slide {width: 100% !important;}@media only screen and (min-width: 640px) { .swiper-container.slider-5426:not(.initialized) .swiper-slide {width: 50% !important;}}@media only screen and (min-width: 1024px) { .swiper-container.slider-5426:not(.initialized) .swiper-slide {width: 33.333333333333% !important;}}@media only screen and (min-width: 1370px) { .swiper-container.slider-5426:not(.initialized) .swiper-slide {width: 25% !important;}}</style>', 'Mega menu 12– niche-market02', '', 'publish', 'closed', 'closed', '', 'mega-menu-12-niche-market02', '', '', '2020-12-29 12:42:27', '2020-12-29 12:42:27', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&amp;p=2648', 0, 'staticblocks', '', 0),
(2649, 1, '2020-12-29 12:42:23', '2020-12-29 12:42:23', '<img width=\"443\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min.jpg 443w, https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min-300x226.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min-10x8.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min-270x204.jpg 270w\" sizes=\"(max-width: 443px) 100vw, 443px\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show all							\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Clothing\" rel=\"noopener\"> \n                    <p>Clothing</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\" New Arrivals \" rel=\"noopener\"> \n                    <p> New Arrivals </p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Jumpers & Cardigans\" rel=\"noopener\"> \n                    <p>Jumpers &amp; Cardigans</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Cardigans\" rel=\"noopener\"> \n                    <p>Cardigans</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Blazers\" rel=\"noopener\"> \n                    <p>Blazers</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Suits\" rel=\"noopener\"> \n                    <p>Suits</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Jeans\" rel=\"noopener\"> \n                    <p>Jeans</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Casual Shirts\" rel=\"noopener\"> \n                    <p>Casual Shirts</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Featured\" rel=\"noopener\"> \n                    <p>Featured</p>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"New Arrivals\" rel=\"noopener\"> \n                    <p>New Arrivals</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Best gifts\" rel=\"noopener\"> \n                    <p>Best gifts</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Children\" rel=\"noopener\"> \n                    <p>Children</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"New Items\" rel=\"noopener\"> \n                    <p>New Items</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Online Only\" rel=\"noopener\"> \n                    <p>Online Only</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Best Sellers\" rel=\"noopener\"> \n                    <p>Best Sellers</p>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Gift Guide\" rel=\"noopener\"> \n                    <p>Gift Guide</p>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>', 'Mega menu 11 – niche-market02', '', 'publish', 'closed', 'closed', '', 'mega-menu-11-niche-market02', '', '', '2020-12-29 12:42:23', '2020-12-29 12:42:23', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&amp;p=2649', 0, 'staticblocks', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2801, 1, '2020-12-29 15:01:50', '2020-12-29 15:01:50', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Gorgeous-Bathroom-270x170.jpeg\" width=\"270\" height=\"170\" alt=\"Gorgeous Bathroom\" title=\"Gorgeous Bathroom\" />	    	\n		    		<p><strong>Find your Dream Bathroom</strong></p>\n			<h2>Find Exactly What You Need</h2>		\n		<p><strong>hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.</p>		\n			<figure><a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\"><img width=\"64\" height=\"64\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-bathroom-64.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\">Bathroom</a></h3>		\n			<figure><a href=\"https://hagarbath.com/shop/product-category/kitchentaps/\"><img width=\"80\" height=\"80\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-kitchen-room-80.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://hagarbath.com/shop/product-category/kitchentaps/\">Kitchen</a></h3>		\n			<figure><a href=\"https://hagarbath.com/shop/product-category/shower/\"><img width=\"50\" height=\"50\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-shower-50.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://hagarbath.com/shop/product-category/shower/\">Shower</a></h3>		\n			<figure><a href=\"https://hagarbath.com/shop/product-category/accessories/\"><img width=\"50\" height=\"50\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-soap-dispenser-50.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://hagarbath.com/shop/product-category/accessories/\">Accessories</a></h3>		\n			<figure><a href=\"https://hagarbath.com/shop/product-category/valves/\"><img width=\"64\" height=\"64\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-valve-64.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://hagarbath.com/shop/product-category/valves/\">Valves</a></h3>', 'Shop page main banner - niche-market02', '', 'publish', 'closed', 'closed', '', 'shop-page-main-banner-niche-market02', '', '', '2022-04-14 08:33:16', '2022-04-14 08:33:16', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&#038;p=2801', 0, 'staticblocks', '', 0),
(2889, 1, '2020-12-30 07:15:00', '2020-12-30 07:15:00', '', 'site-loader', '', 'inherit', 'open', 'closed', '', 'site-loader', '', '', '2020-12-30 07:15:00', '2020-12-30 07:15:00', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/site-loader.gif', 0, 'attachment', 'image/gif', 0),
(2965, 1, '2020-12-30 12:54:53', '2020-12-30 12:54:53', '<h2>Payment security</h2>		\n		Encryption ensures increased transaction security. SSL technology protects data linked to personal and payment info.		\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Cart page block - niche-market02', '', 'publish', 'closed', 'closed', '', 'cart-page-block-niche-market02', '', '', '2022-04-12 11:19:41', '2022-04-12 11:19:41', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&#038;p=2965', 0, 'staticblocks', '', 0),
(2967, 1, '2020-12-30 12:56:03', '2020-12-30 12:56:03', '', 'symbols.svg', '', 'inherit', 'open', 'closed', '', 'symbols-svg', '', '', '2020-12-30 12:56:03', '2020-12-30 12:56:03', '', 0, 'https://skgah.com/shop/wp-content/uploads/2020/12/symbols.svg', 0, 'attachment', 'image/svg+xml', 0),
(2968, 1, '2020-12-30 12:56:03', '2020-12-30 12:56:03', '', 'mastercard-1.svg', '', 'inherit', 'open', 'closed', '', 'mastercard-1-svg', '', '', '2020-12-30 12:56:03', '2020-12-30 12:56:03', '', 0, 'https://skgah.com/shop/wp-content/uploads/2020/12/mastercard-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(2969, 1, '2020-12-30 12:56:03', '2020-12-30 12:56:03', '', 'money-1.svg', '', 'inherit', 'open', 'closed', '', 'money-1-svg', '', '', '2020-12-30 12:56:03', '2020-12-30 12:56:03', '', 0, 'https://skgah.com/shop/wp-content/uploads/2020/12/money-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(2970, 1, '2020-12-30 12:56:03', '2020-12-30 12:56:03', '', 'symbol-1.svg', '', 'inherit', 'open', 'closed', '', 'symbol-1-svg', '', '', '2020-12-30 12:56:03', '2020-12-30 12:56:03', '', 0, 'https://skgah.com/shop/wp-content/uploads/2020/12/symbol-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(2971, 1, '2020-12-30 12:56:03', '2020-12-30 12:56:03', '', 'logotype-1.svg', '', 'inherit', 'open', 'closed', '', 'logotype-1-svg', '', '', '2020-12-30 12:56:03', '2020-12-30 12:56:03', '', 0, 'https://skgah.com/shop/wp-content/uploads/2020/12/logotype-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(2991, 1, '2020-12-30 13:10:20', '2020-12-30 13:10:20', '', 'visa', '', 'inherit', 'open', 'closed', '', 'visa', '', '', '2020-12-30 13:10:20', '2020-12-30 13:10:20', '', 0, 'https://skgah.com/shop/wp-content/uploads/2020/12/visa.svg', 0, 'attachment', 'image/svg+xml', 0),
(2992, 1, '2020-12-30 13:11:28', '2020-12-30 13:11:28', '', 'mastercard', '', 'inherit', 'open', 'closed', '', 'mastercard', '', '', '2020-12-30 13:11:28', '2020-12-30 13:11:28', '', 0, 'https://skgah.com/shop/wp-content/uploads/2020/12/mastercard.svg', 0, 'attachment', 'image/svg+xml', 0),
(2993, 1, '2020-12-30 13:12:00', '2020-12-30 13:12:00', '', 'paypal', '', 'inherit', 'open', 'closed', '', 'paypal', '', '', '2020-12-30 13:12:00', '2020-12-30 13:12:00', '', 0, 'https://skgah.com/shop/wp-content/uploads/2020/12/paypal.svg', 0, 'attachment', 'image/svg+xml', 0),
(2995, 1, '2020-12-30 13:14:41', '2020-12-30 13:14:41', '', 'american-express', '', 'inherit', 'open', 'closed', '', 'american-express', '', '', '2020-12-30 13:14:41', '2020-12-30 13:14:41', '', 0, 'https://skgah.com/shop/wp-content/uploads/2020/12/american-express.svg', 0, 'attachment', 'image/svg+xml', 0),
(2996, 1, '2020-12-30 13:15:36', '2020-12-30 13:15:36', '', 'western-union', '', 'inherit', 'open', 'closed', '', 'western-union', '', '', '2020-12-30 13:15:36', '2020-12-30 13:15:36', '', 0, 'https://skgah.com/shop/wp-content/uploads/2020/12/western-union.svg', 0, 'attachment', 'image/svg+xml', 0),
(3031, 1, '2020-12-30 13:39:09', '2020-12-30 13:39:09', '', 'cirrus', '', 'inherit', 'open', 'closed', '', 'cirrus', '', '', '2020-12-30 13:39:09', '2020-12-30 13:39:09', '', 0, 'https://skgah.com/shop/wp-content/uploads/2020/12/cirrus.svg', 0, 'attachment', 'image/svg+xml', 0),
(3296, 1, '2021-01-25 14:43:34', '2021-01-25 14:43:34', '', 'Image_#3_niche_market02', '', 'inherit', 'open', 'closed', '', 'image_3_niche_market02', '', '', '2021-01-25 14:43:34', '2021-01-25 14:43:34', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image_3_niche_market02.jpg', 0, 'attachment', 'image/jpeg', 0),
(3662, 1, '2021-07-14 08:17:32', '2021-07-14 08:17:32', '', 'xstore-placeholder', '', 'inherit', 'open', 'closed', '', 'xstore-placeholder-2', '', '', '2021-07-14 08:17:32', '2021-07-14 08:17:32', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2021/07/xstore-placeholder.png', 0, 'attachment', 'image/png', 0),
(3759, 1, '2021-08-20 08:44:07', '2021-08-20 08:44:07', '<h2>Let’s Stay in Touch!</h2>		\n		At sem a enim eu vulputate nullam convallis Iaculis vitae odio faucibus adipiscing urna.[mc4wp_form id=\"163\"]', 'Newsletter', '', 'publish', 'closed', 'closed', '', 'newsletter', '', '', '2021-08-20 08:44:07', '2021-08-20 08:44:07', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&amp;p=3759', 0, 'staticblocks', '', 0),
(3760, 1, '2020-12-04 10:50:46', '2020-12-04 10:50:46', '', 'woocommerce-placeholder', '', 'inherit', 'open', 'closed', '', 'woocommerce-placeholder-2', '', '', '2020-12-04 10:50:46', '2020-12-04 10:50:46', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/woocommerce-placeholder.png', 0, 'attachment', 'image/png', 0),
(3761, 1, '2021-08-20 08:45:12', '2021-08-20 08:45:12', '', 'newsletter-pattern.png', '', 'inherit', 'open', 'closed', '', 'newsletter-pattern-png', '', '', '2021-08-20 08:45:12', '2021-08-20 08:45:12', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/newsletter-pattern.png', 0, 'attachment', 'image/png', 0),
(3762, 1, '2021-08-20 08:45:12', '2021-08-20 08:45:12', '', 'newsletter-girl.jpg', '', 'inherit', 'open', 'closed', '', 'newsletter-girl-jpg', '', '', '2021-08-20 08:45:12', '2021-08-20 08:45:12', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/newsletter-girl.jpg', 0, 'attachment', 'image/jpeg', 0),
(3782, 1, '2021-08-20 09:04:02', '2021-08-20 09:04:02', '', 'Image-1 (1)', '', 'inherit', 'open', 'closed', '', 'image-1-1', '', '', '2021-08-20 09:04:02', '2021-08-20 09:04:02', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3801, 1, '2021-08-20 09:28:45', '2021-08-20 09:28:45', '', 'Image-5-min', '', 'inherit', 'open', 'closed', '', 'image-5-min', '', '', '2021-08-20 09:28:45', '2021-08-20 09:28:45', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(3802, 1, '2021-08-20 09:28:47', '2021-08-20 09:28:47', '', 'Image-4-min', '', 'inherit', 'open', 'closed', '', 'image-4-min', '', '', '2021-08-20 09:28:47', '2021-08-20 09:28:47', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(3803, 1, '2021-08-20 09:29:21', '2021-08-20 09:29:21', '', 'banner-1-1-min', '', 'inherit', 'open', 'closed', '', 'banner-1-1-min', '', '', '2021-08-20 09:29:21', '2021-08-20 09:29:21', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(3804, 1, '2021-08-20 09:29:43', '2021-08-20 09:29:43', '', 'Image-7-min', '', 'inherit', 'open', 'closed', '', 'image-7-min', '', '', '2021-08-20 09:29:43', '2021-08-20 09:29:43', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-7-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(3809, 1, '2021-08-20 09:32:02', '2021-08-20 09:32:02', '', '6-1-min', '', 'inherit', 'open', 'closed', '', '6-1-min', '', '', '2021-08-20 09:32:02', '2021-08-20 09:32:02', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/6-1-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(3810, 1, '2021-08-20 09:32:03', '2021-08-20 09:32:03', '', 'Image-13-min-1', '', 'inherit', 'open', 'closed', '', 'image-13-min-1', '', '', '2021-08-20 09:32:03', '2021-08-20 09:32:03', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-13-min-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3811, 1, '2021-08-20 09:32:04', '2021-08-20 09:32:04', '', '9-min-1', '', 'inherit', 'open', 'closed', '', '9-min-1', '', '', '2021-08-20 09:32:04', '2021-08-20 09:32:04', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/9-min-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3827, 1, '2021-08-20 09:34:24', '2021-08-20 09:34:24', '', 'Image-min-1', '', 'inherit', 'open', 'closed', '', 'image-min-1', '', '', '2021-08-20 09:34:24', '2021-08-20 09:34:24', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-min-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3831, 1, '2021-08-20 09:34:59', '2021-08-20 09:34:59', '', 'Image-8-min', '', 'inherit', 'open', 'closed', '', 'image-8-min', '', '', '2021-08-20 09:34:59', '2021-08-20 09:34:59', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-8-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(3835, 1, '2021-08-20 09:35:54', '2021-08-20 09:35:54', '', '2-2-1', '', 'inherit', 'open', 'closed', '', '2-2-1', '', '', '2021-08-20 09:35:54', '2021-08-20 09:35:54', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3836, 1, '2021-08-20 09:40:29', '2021-08-20 09:40:29', '', 'Image-17.03.18-1-min', '', 'inherit', 'open', 'closed', '', 'image-17-03-18-1-min', '', '', '2021-08-20 09:40:29', '2021-08-20 09:40:29', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-17.03.18-1-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(3837, 1, '2021-08-20 09:40:57', '2021-08-20 09:40:57', '', '5-3-1-min', '', 'inherit', 'open', 'closed', '', '5-3-1-min', '', '', '2021-08-20 09:40:57', '2021-08-20 09:40:57', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(3838, 1, '2021-08-20 09:41:15', '2021-08-20 09:41:15', '', '4-3-min', '', 'inherit', 'open', 'closed', '', '4-3-min', '', '', '2021-08-20 09:41:15', '2021-08-20 09:41:15', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(3839, 1, '2021-08-20 09:41:51', '2021-08-20 09:41:51', '', '3-3new-1-min', '', 'inherit', 'open', 'closed', '', '3-3new-1-min', '', '', '2021-08-20 09:41:51', '2021-08-20 09:41:51', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(3840, 1, '2021-08-20 09:42:19', '2021-08-20 09:42:19', '', '6-3-min', '', 'inherit', 'open', 'closed', '', '6-3-min', '', '', '2021-08-20 09:42:19', '2021-08-20 09:42:19', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/6-3-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(3841, 1, '2021-08-20 09:45:33', '2021-08-20 09:45:33', '', '1-2-min', '', 'inherit', 'open', 'closed', '', '1-2-min', '', '', '2021-08-20 09:45:33', '2021-08-20 09:45:33', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1-2-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(3848, 1, '2021-08-20 09:49:25', '2021-08-20 09:49:25', '', '3-1 (1)', '', 'inherit', 'open', 'closed', '', '3-1-1', '', '', '2021-08-20 09:49:25', '2021-08-20 09:49:25', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/11/3-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3849, 1, '2021-08-20 09:49:35', '2021-08-20 09:49:35', '', '4-1 (1)', '', 'inherit', 'open', 'closed', '', '4-1-1', '', '', '2021-08-20 09:49:35', '2021-08-20 09:49:35', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/11/4-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3852, 1, '2021-08-20 09:54:20', '2021-08-20 09:54:20', '', 'banner-1-1-17.03.18-min', '', 'inherit', 'open', 'closed', '', 'banner-1-1-17-03-18-min', '', '', '2021-08-20 09:54:20', '2021-08-20 09:54:20', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(3856, 1, '2021-08-20 09:54:59', '2021-08-20 09:54:59', '', '8-2-min', '', 'inherit', 'open', 'closed', '', '8-2-min', '', '', '2021-08-20 09:54:59', '2021-08-20 09:54:59', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/8-2-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(3863, 1, '2021-08-20 09:56:53', '2021-08-20 09:56:53', '', '10-2-min', '', 'inherit', 'open', 'closed', '', '10-2-min', '', '', '2021-08-20 09:56:53', '2021-08-20 09:56:53', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/10-2-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(3867, 1, '2022-03-30 11:30:06', '2022-03-30 11:30:06', '', 'USD', '', 'publish', 'closed', 'closed', '', 'usd', '', '', '2022-03-30 11:30:06', '2022-03-30 11:30:06', '', 0, 'https://hagarbath.com/shop/2022/03/30/usd/', 1, 'nav_menu_item', '', 0),
(3868, 1, '2022-03-30 11:30:06', '2022-03-30 11:30:06', '', 'EUR', '', 'publish', 'closed', 'closed', '', 'eur', '', '', '2022-03-30 11:30:06', '2022-03-30 11:30:06', '', 0, 'https://hagarbath.com/shop/2022/03/30/eur/', 2, 'nav_menu_item', '', 0),
(3869, 1, '2022-03-30 11:30:06', '2022-03-30 11:30:06', '', 'This is just for demo', '', 'publish', 'closed', 'closed', '', 'this-is-just-for-demo', '', '', '2022-03-30 11:30:06', '2022-03-30 11:30:06', '', 0, 'https://hagarbath.com/shop/2022/03/30/this-is-just-for-demo/', 3, 'nav_menu_item', '', 0),
(3870, 1, '2022-03-30 11:30:06', '2022-03-30 11:30:06', '', 'English', '', 'publish', 'closed', 'closed', '', 'english', '', '', '2022-03-30 11:30:06', '2022-03-30 11:30:06', '', 0, 'https://hagarbath.com/shop/2022/03/30/english/', 1, 'nav_menu_item', '', 0),
(3871, 1, '2022-03-30 11:30:06', '2022-03-30 11:30:06', '', 'Arabic', '', 'publish', 'closed', 'closed', '', 'arabic', '', '', '2022-03-30 11:30:06', '2022-03-30 11:30:06', '', 0, 'https://hagarbath.com/shop/2022/03/30/arabic/', 2, 'nav_menu_item', '', 0),
(3872, 1, '2022-03-30 11:30:06', '2022-03-30 11:30:06', '', 'This is just for demo', '', 'publish', 'closed', 'closed', '', 'this-is-just-for-demo-2', '', '', '2022-03-30 11:30:06', '2022-03-30 11:30:06', '', 0, 'https://hagarbath.com/shop/2022/03/30/this-is-just-for-demo-2/', 3, 'nav_menu_item', '', 0),
(3873, 1, '2022-04-12 10:35:53', '2022-03-30 11:30:07', ' ', '', '', 'publish', 'closed', 'closed', '', '3873', '', '', '2022-04-12 10:35:53', '2022-04-12 10:35:53', '', 0, 'https://hagarbath.com/shop/2022/03/30/', 1, 'nav_menu_item', '', 0),
(3874, 1, '2022-04-12 10:35:53', '2022-03-30 11:30:07', ' ', '', '', 'publish', 'closed', 'closed', '', '3874', '', '', '2022-04-12 10:35:53', '2022-04-12 10:35:53', '', 0, 'https://hagarbath.com/shop/2022/03/30/', 2, 'nav_menu_item', '', 0),
(3875, 1, '2022-04-12 10:35:53', '2022-03-30 11:30:07', ' ', '', '', 'publish', 'closed', 'closed', '', '3875', '', '', '2022-04-12 10:35:53', '2022-04-12 10:35:53', '', 0, 'https://hagarbath.com/shop/2022/03/30/', 3, 'nav_menu_item', '', 0),
(3876, 1, '2022-04-12 10:35:53', '2022-03-30 11:30:07', ' ', '', '', 'publish', 'closed', 'closed', '', '3876', '', '', '2022-04-12 10:35:53', '2022-04-12 10:35:53', '', 0, 'https://hagarbath.com/shop/2022/03/30/', 4, 'nav_menu_item', '', 0),
(3901, 1, '2022-03-31 08:31:22', '2022-03-31 08:31:22', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Bib Cock Foam Flow with Flange</span></li>\r\n</ul>', 'Bib Cock foam flow with Flange', '<table width=\"437\">\r\n<tbody>\r\n<tr>\r\n<td width=\"437\">Bib Cock foam flow with Flange</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'publish', 'closed', 'closed', '', 'bib-cock-foam-flow-with-flange', '', '', '2022-04-05 11:08:34', '2022-04-05 11:08:34', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=3901', 0, 'product', '', 0),
(3907, 1, '2022-04-01 08:27:37', '2022-04-01 08:27:37', 'Bib Cock foam flow with Flange\r\n<div id=\"featurebullets_feature_div\" class=\"celwidget\" data-feature-name=\"featurebullets\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.55\" data-csa-c-component=\"featurebullets\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"g9tapf-3378fd-5f8ipp-kzx6zp\" data-cel-widget=\"featurebullets_feature_div\">\r\n<div id=\"feature-bullets\" class=\"a-section a-spacing-medium a-spacing-top-small\">\r\n<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: Bib Cock Long Foam Flow with Flange</span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id=\"customerReviewsAttribute_feature_div\" class=\"celwidget\" data-feature-name=\"customerReviewsAttribute\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.56\" data-csa-c-component=\"customerReviewsAttribute\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"fiusdc-8unqc-giz193-tuy3z7\" data-cel-widget=\"customerReviewsAttribute_feature_div\"></div>\r\n<div id=\"globalStoreInfoBullets_feature_div\" class=\"celwidget\" data-feature-name=\"globalStoreInfoBullets\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.57\" data-csa-c-component=\"globalStoreInfoBullets\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"lr19oe-f9zm79-4qwieo-d3fze7\" data-cel-widget=\"globalStoreInfoBullets_feature_div\"></div>\r\n<div id=\"andonCord_feature_div\" class=\"celwidget\" data-feature-name=\"andonCord\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.58\" data-csa-c-component=\"andonCord\" data-csa-c-cs-type=\"DETAIL_PAGE_AMABOT\" data-csa-c-id=\"oxmmkv-rejtuh-ehb6qr-q04v12\" data-cel-widget=\"andonCord_feature_div\"></div>\r\n<div id=\"HLCXComparisonJumplink_feature_div\"></div>\r\n<div id=\"edpIngress_feature_div\" class=\"celwidget\" data-feature-name=\"edpIngress\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.60\" data-csa-c-component=\"edpIngress\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"zgspg4-bpjwtt-4zgryg-kj287x\" data-cel-widget=\"edpIngress_feature_div\"></div>', 'Bib Cock foam flow with Flange', 'Bib Cock foam flow with Flange', 'publish', 'closed', 'closed', '', 'bib-cock-foam-flow-with-flange-2', '', '', '2022-04-05 10:12:51', '2022-04-05 10:12:51', '', 0, 'https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/', 0, 'product', '', 0),
(3908, 1, '2022-04-01 08:27:38', '2022-04-01 08:27:38', '<div id=\"featurebullets_feature_div\" class=\"celwidget\" data-feature-name=\"featurebullets\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.55\" data-csa-c-component=\"featurebullets\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"uyzn9i-u03qm3-97u7r0-mwyym8\" data-cel-widget=\"featurebullets_feature_div\">\r\n<div id=\"feature-bullets\" class=\"a-section a-spacing-medium a-spacing-top-small\">\r\n<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: Long Nose Foam Flow with Flange</span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id=\"customerReviewsAttribute_feature_div\" class=\"celwidget\" data-feature-name=\"customerReviewsAttribute\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.56\" data-csa-c-component=\"customerReviewsAttribute\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"avc1ue-6eb7id-h320wr-7suhkc\" data-cel-widget=\"customerReviewsAttribute_feature_div\"></div>\r\n<div id=\"globalStoreInfoBullets_feature_div\" class=\"celwidget\" data-feature-name=\"globalStoreInfoBullets\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.57\" data-csa-c-component=\"globalStoreInfoBullets\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"ki0828-5ko03n-e7w9gd-dbk6r2\" data-cel-widget=\"globalStoreInfoBullets_feature_div\"></div>\r\n<div id=\"andonCord_feature_div\" class=\"celwidget\" data-feature-name=\"andonCord\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.58\" data-csa-c-component=\"andonCord\" data-csa-c-cs-type=\"DETAIL_PAGE_AMABOT\" data-csa-c-id=\"9sajp1-j250dd-fk0tvj-m8ucew\" data-cel-widget=\"andonCord_feature_div\"></div>\r\n<div id=\"HLCXComparisonJumplink_feature_div\"></div>\r\n<div id=\"edpIngress_feature_div\" class=\"celwidget\" data-feature-name=\"edpIngress\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.60\" data-csa-c-component=\"edpIngress\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"eid7ei-4ynvv8-7qdqiq-wbzqpp\" data-cel-widget=\"edpIngress_feature_div\"></div>', 'Long Nose foam flow with Flange', 'Long Nose foam flow with Flange', 'publish', 'closed', 'closed', '', 'long-nose-foam-flow-with-flange', '', '', '2022-04-05 10:21:22', '2022-04-05 10:21:22', '', 0, 'https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/', 0, 'product', '', 0),
(3909, 1, '2022-04-01 08:27:38', '2022-04-01 08:27:38', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: Angle Valve with Flange</span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\r\n</ul>', 'Angle Cock with Flange', 'Angle Cock with Flange', 'publish', 'closed', 'closed', '', 'angle-cock-with-flange', '', '', '2022-04-05 10:25:07', '2022-04-05 10:25:07', '', 0, 'https://hagarbath.com/shop/product/angle-cock-with-flange/', 0, 'product', '', 0),
(3910, 1, '2022-04-01 08:27:38', '2022-04-01 08:27:38', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Bib Cock Long Foam Flow with Flange</span></li>\r\n</ul>', '2 in 1 Bib Cock foam flow', '2 in 1 Bib Cock foam flow', 'publish', 'closed', 'closed', '', '2-in-1-bib-cock-foam-flow', '', '', '2022-04-14 10:49:10', '2022-04-14 10:49:10', '', 0, 'https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/', 0, 'product', '', 0),
(3911, 1, '2022-04-01 08:27:38', '2022-04-01 08:27:38', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: 1Pc. 2 in 1 Angle Valve with Flange</span></li>\r\n</ul>', '2 in 1 Angle Cock', '2 in 1 Angle Cock', 'publish', 'closed', 'closed', '', '2-in-1-angle-cock', '', '', '2022-04-06 04:58:33', '2022-04-06 04:58:33', '', 0, 'https://hagarbath.com/shop/product/2-in-1-angle-cock/', 0, 'product', '', 0),
(3912, 1, '2022-04-01 08:27:39', '2022-04-01 08:27:39', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: Wall Mounted Sink Cock (J. Pipe Spout)</span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\r\n</ul>', 'Wall Mounted Sink Cock (J. Pipe Spout)', 'Wall Mounted Sink Cock (J. Pipe Spout)', 'publish', 'closed', 'closed', '', 'wall-mounted-sink-cock-j-pipe-spout', '', '', '2022-04-05 10:44:26', '2022-04-05 10:44:26', '', 0, 'https://hagarbath.com/shop/product/wall-mounted-sink-cock-j-pipe-spout/', 0, 'product', '', 0),
(3913, 1, '2022-04-01 08:27:39', '2022-04-01 08:27:39', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: Deck Mounted Swan Neck (J.Pipe Spout)</span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\r\n</ul>', 'Deck Mounted Swan Neck (J. Pipe Spout )', 'Deck Mounted Swan Neck (J. Pipe Spout )', 'publish', 'closed', 'closed', '', 'deck-mounted-swan-neck-j-pipe-spout', '', '', '2022-04-05 11:02:46', '2022-04-05 11:02:46', '', 0, 'https://hagarbath.com/shop/product/deck-mounted-swan-neck-j-pipe-spout/', 0, 'product', '', 0),
(3914, 1, '2022-04-01 08:27:39', '2022-04-01 08:27:39', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Wall Mounted Sink Cock with J Pipe Spout</span></li>\r\n</ul>', 'Wall Mounted Sink Mixer (J. Pipe Spout)', 'Wall Mounted Sink Mixer (J. Pipe Spout)', 'publish', 'closed', 'closed', '', 'wall-mounted-sink-mixer-j-pipe-spout', '', '', '2022-04-06 04:53:05', '2022-04-06 04:53:05', '', 0, 'https://hagarbath.com/shop/product/wall-mounted-sink-mixer-j-pipe-spout/', 0, 'product', '', 0),
(3916, 1, '2022-04-01 09:08:47', '2022-04-01 09:08:47', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Long Nose Foam Flow with Flange</span></li>\r\n</ul>', 'Long Nose foam flow with Flange', 'Long Nose foam flow with Flange', 'publish', 'closed', 'closed', '', 'long-nose-foam-flow-with-flange-2', '', '', '2022-04-05 11:17:44', '2022-04-05 11:17:44', '', 0, 'https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange-2/', 0, 'product', '', 0),
(3917, 1, '2022-04-01 09:08:47', '2022-04-01 09:08:47', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Pillar Cock Foam Flow</span></li>\r\n</ul>', 'Pillar Cock foam flow', 'Pillar Cock foam flow', 'publish', 'closed', 'closed', '', 'pillar-cock-foam-flow', '', '', '2022-04-06 04:21:34', '2022-04-06 04:21:34', '', 0, 'https://hagarbath.com/shop/product/pillar-cock-foam-flow/', 0, 'product', '', 0),
(3918, 1, '2022-04-01 09:08:47', '2022-04-01 09:08:47', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: Angle Valve with Flange</span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color</span></li>\r\n 	<li><span class=\"a-list-item\">High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\r\n</ul>', 'Angle Cock with Flange', 'Angle Cock with Flange', 'publish', 'closed', 'closed', '', 'angle-cock-with-flange-2', '', '', '2022-04-06 04:39:04', '2022-04-06 04:39:04', '', 0, 'https://hagarbath.com/shop/product/angle-cock-with-flange-2/', 0, 'product', '', 0),
(3919, 1, '2022-04-01 09:08:48', '2022-04-01 09:08:48', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: 2-in-1 Bib Cock Foam Flow</span></li>\r\n</ul>', '2 in 1 Bib Cock foam flow', '2 in 1 Bib Cock foam flow', 'publish', 'closed', 'closed', '', '2-in-1-bib-cock-foam-flow-2', '', '', '2022-04-06 04:10:43', '2022-04-06 04:10:43', '', 0, 'https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow-2/', 0, 'product', '', 0),
(3920, 1, '2022-04-01 09:08:48', '2022-04-01 09:08:48', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: 2-in-1 Angle Valve</span></li>\r\n</ul>', '2 in 1 Angle Cock', '2 in 1 Angle Cock', 'publish', 'closed', 'closed', '', '2-in-1-angle-cock-2', '', '', '2022-04-06 04:18:56', '2022-04-06 04:18:56', '', 0, 'https://hagarbath.com/shop/product/2-in-1-angle-cock-2/', 0, 'product', '', 0),
(3921, 1, '2022-04-01 09:08:48', '2022-04-01 09:08:48', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: : Single Lever Project Basin Mixer with 450mm SS connection pipe</span></li>\r\n</ul>', 'Single Lever Basin Mixer Project with 450mm SS connection pipe', 'Single Lever Basin Mixer Project with 450mm SS connection pipe', 'publish', 'closed', 'closed', '', 'single-lever-basin-mixer-project-with-450mm-ss-connection-pipe', '', '', '2022-04-06 04:49:30', '2022-04-06 04:49:30', '', 0, 'https://hagarbath.com/shop/product/single-lever-basin-mixer-project-with-450mm-ss-connection-pipe/', 0, 'product', '', 0),
(3922, 1, '2022-04-01 09:08:49', '2022-04-01 09:08:49', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Bib Cock Long Foam Flow with Flange</span></li>\r\n</ul>', 'Bib Cock Long foam flow with Flange', 'Bib Cock Long foam flow with Flange', 'publish', 'closed', 'closed', '', 'bib-cock-long-foam-flow-with-flange', '', '', '2022-04-05 05:39:26', '2022-04-05 05:39:26', '', 0, 'https://hagarbath.com/shop/product/bib-cock-long-foam-flow-with-flange/', 0, 'product', '', 0),
(3923, 1, '2022-04-01 09:08:49', '2022-04-01 09:08:49', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Long Nose Foam Flow with Flange</span></li>\r\n</ul>', 'Pillar Cock foam flow', 'Pillar Cock foam flow', 'publish', 'closed', 'closed', '', 'pillar-cock-foam-flow-2', '', '', '2022-04-05 11:25:53', '2022-04-05 11:25:53', '', 0, 'https://hagarbath.com/shop/product/pillar-cock-foam-flow-2/', 0, 'product', '', 0),
(3924, 1, '2022-04-01 09:08:49', '2022-04-01 09:08:49', 'Angle Cock With FlangeMaterial: Brass,\r\n\r\nColor: Chrome Finish\r\n\r\nPackage Contents: 1-Piece Angle Cock with Flange 10 years warranty provided by the manufacturer from date of purchase Ergonomic design -Full metal body - high performance even in tough Indian conditions Kumin brings easy function and sleek style into your bathroom, combining single handle control with modern design', 'Angle Cock With Flange', 'Angle Cock With Flange', 'publish', 'closed', 'closed', '', 'angle-cock-with-flange-3', '', '', '2022-04-04 13:43:47', '2022-04-04 13:43:47', '', 0, 'https://hagarbath.com/shop/product/angle-cock-with-flange-3/', 0, 'product', '', 0),
(3925, 1, '2022-04-01 09:08:49', '2022-04-01 09:08:49', '2 in 1 Bib Cock foam flow', '2 in 1 Bib Cock foam flow', '2 in 1 Bib Cock foam flow', 'publish', 'open', 'closed', '', '2-in-1-bib-cock-foam-flow-3', '', '', '2022-04-01 09:08:49', '2022-04-01 09:08:49', '', 0, 'https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow-3/', 0, 'product', '', 0),
(3926, 1, '2022-04-01 09:08:50', '2022-04-01 09:08:50', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Wall Mounted Sink Cock Casted Spout WS</span></li>\r\n</ul>', 'Wall Mounted Sink Cock casted Spout WS', 'Wall Mounted Sink Cock casted Spout WS', 'publish', 'closed', 'closed', '', 'wall-mounted-sink-cock-casted-spout-ws', '', '', '2022-04-06 03:45:22', '2022-04-06 03:45:22', '', 0, 'https://hagarbath.com/shop/product/wall-mounted-sink-cock-casted-spout-ws/', 0, 'product', '', 0),
(3927, 1, '2022-04-01 09:08:50', '2022-04-01 09:08:50', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: 1 Piece Sink Cock</span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\r\n</ul>', 'Wall Mounted Sink Cock with flexible Coloured Spout', 'Wall Mounted Sink Cock with flexible Coloured Spout', 'publish', 'closed', 'closed', '', 'wall-mounted-sink-cock-with-flexible-coloured-spout', '', '', '2022-04-06 03:59:52', '2022-04-06 03:59:52', '', 0, 'https://hagarbath.com/shop/product/wall-mounted-sink-cock-with-flexible-coloured-spout/', 0, 'product', '', 0),
(3928, 1, '2022-04-01 09:08:50', '2022-04-01 09:08:50', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: 1 Pieces of Bib Cock with Flange</span></li>\r\n</ul>', 'Bib Cock with Flange', '', 'publish', 'closed', 'closed', '', 'bib-cock-with-flange', '', '', '2022-04-04 11:51:47', '2022-04-04 11:51:47', '', 0, 'https://hagarbath.com/shop/product/bib-cock-with-flange/', 0, 'product', '', 0),
(3929, 1, '2022-04-01 09:08:50', '2022-04-01 09:08:50', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: Long Body with Flange</span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color</span></li>\r\n 	<li><span class=\"a-list-item\">High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration.</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water.</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product.</span></li>\r\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevents clogging.</span></li>\r\n</ul>', 'Long Body with Flange', 'Long Body with Flange', 'publish', 'closed', 'closed', '', 'long-body-with-flange', '', '', '2022-04-04 11:59:08', '2022-04-04 11:59:08', '', 0, 'https://hagarbath.com/shop/product/long-body-with-flange/', 0, 'product', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3930, 1, '2022-04-01 09:08:51', '2022-04-01 09:08:51', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: Pillar Cock Foam Flow (Ace)</span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\r\n</ul>', 'Pillar Cock foam flow (Ace)', '', 'publish', 'closed', 'closed', '', 'pillar-cock-foam-flow-ace', '', '', '2022-04-05 05:39:26', '2022-04-05 05:39:26', '', 0, 'https://hagarbath.com/shop/product/pillar-cock-foam-flow-ace/', 0, 'product', '', 0),
(3931, 1, '2022-04-01 09:08:51', '2022-04-01 09:08:51', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: Angle Valve</span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color</span></li>\r\n 	<li><span class=\"a-list-item\">High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\r\n</ul>', 'Angle Valve', 'Angle Valve', 'publish', 'closed', 'closed', '', 'angle-valve', '', '', '2022-04-14 10:46:49', '2022-04-14 10:46:49', '', 0, 'https://hagarbath.com/shop/product/angle-valve/', 0, 'product', '', 0),
(3932, 1, '2022-04-01 09:08:51', '2022-04-01 09:08:51', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: Concealed Stop Cock</span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color</span></li>\r\n 	<li><span class=\"a-list-item\">High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\r\n</ul>', 'Concealed Stop Cock 1/2\" Complete Set', 'Concealed Stop Cock 1/2\" Complete Set', 'publish', 'closed', 'closed', '', 'concealed-stop-cock-1-2-complete-set', '', '', '2022-04-04 13:01:30', '2022-04-04 13:01:30', '', 0, 'https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/', 0, 'product', '', 0),
(3933, 1, '2022-04-01 09:08:51', '2022-04-01 09:08:51', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: Self Closing Angle Valve</span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color</span></li>\r\n 	<li><span class=\"a-list-item\">High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\r\n</ul>', 'Self Closing Angle Valve', 'Self Closing Angle Valve', 'publish', 'closed', 'closed', '', 'self-closing-angle-valve', '', '', '2022-05-11 10:38:46', '2022-05-11 10:38:46', '', 0, 'https://hagarbath.com/shop/product/self-closing-angle-valve/', 0, 'product', '', 0),
(3934, 1, '2022-04-01 09:08:52', '2022-04-01 09:08:52', '<div id=\"featurebullets_feature_div\" class=\"celwidget\" data-feature-name=\"featurebullets\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.55\" data-csa-c-component=\"featurebullets\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"c5l99u-f8jmoq-br6usw-44h7ff\" data-cel-widget=\"featurebullets_feature_div\">\r\n<div id=\"feature-bullets\" class=\"a-section a-spacing-medium a-spacing-top-small\">\r\n<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: Overhead shower 8 x 8\"</span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color</span></li>\r\n 	<li><span class=\"a-list-item\">High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id=\"customerReviewsAttribute_feature_div\" class=\"celwidget\" data-feature-name=\"customerReviewsAttribute\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.56\" data-csa-c-component=\"customerReviewsAttribute\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"cwjsa3-ibih1-13p412-xcoob1\" data-cel-widget=\"customerReviewsAttribute_feature_div\"></div>\r\n<div id=\"globalStoreInfoBullets_feature_div\" class=\"celwidget\" data-feature-name=\"globalStoreInfoBullets\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.57\" data-csa-c-component=\"globalStoreInfoBullets\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"nozoo2-u6t8ce-36mowq-h3hiz1\" data-cel-widget=\"globalStoreInfoBullets_feature_div\"></div>\r\n<div id=\"andonCord_feature_div\" class=\"celwidget\" data-feature-name=\"andonCord\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.58\" data-csa-c-component=\"andonCord\" data-csa-c-cs-type=\"DETAIL_PAGE_AMABOT\" data-csa-c-id=\"ovzbqa-g96lrx-jt3lbt-qf2k6y\" data-cel-widget=\"andonCord_feature_div\"></div>\r\n<div id=\"HLCXComparisonJumplink_feature_div\"></div>\r\n<div id=\"edpIngress_feature_div\" class=\"celwidget\" data-feature-name=\"edpIngress\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.60\" data-csa-c-component=\"edpIngress\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"ygmiie-3hqnhd-y6ml0q-5g3jd5\" data-cel-widget=\"edpIngress_feature_div\"></div>\r\n<div id=\"newerVersion_feature_div\" class=\"celwidget\" data-feature-name=\"newerVersion\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.61\" data-csa-c-component=\"newerVersion\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"8yllzn-xpj992-w8rk2h-upssaf\" data-cel-widget=\"newerVersion_feature_div\"></div>\r\n<div id=\"valuePick_feature_div\" class=\"celwidget\" data-feature-name=\"valuePick\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.62\" data-csa-c-component=\"valuePick\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"csl6f-6gfl69-l172rh-mxme3p\" data-cel-widget=\"valuePick_feature_div\">\r\n<div id=\"valuePick_container\" class=\"celwidget pd_rd_i-B08WX7KCZ6 pd_rd_w-CG5HB pf_rd_p-4cf8d417-64df-4bac-8ba7-24e35751bf04 pf_rd_r-67F23WF68WN2WDE2Z5DP pd_rd_r-c0b51f5c-9803-4aac-a540-1ac4eb874e20 pd_rd_wg-p6mp3 \" data-csa-c-id=\"fi8198-qx89a1-74tco3-fyucua\" data-cel-widget=\"valuePick_desktop_container\">\r\n<div id=\"value-pick-ac\" class=\"a-section a-spacing-small\"></div>\r\n</div>\r\n</div>', 'OverHead Shower 8\"x8\"', 'OverHead Shower 8\"x8\"', 'publish', 'closed', 'closed', '', 'overhead-shower-8x8', '', '', '2022-04-05 10:56:22', '2022-04-05 10:56:22', '', 0, 'https://hagarbath.com/shop/product/overhead-shower-8x8/', 0, 'product', '', 0),
(3935, 1, '2022-04-01 09:08:52', '2022-04-01 09:08:52', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: OHS-0022</span></li>\r\n</ul>', 'OverHead Shower 8\"x8\"', 'OverHead Shower 8\"x8\"', 'publish', 'closed', 'closed', '', 'overhead-shower-8x8-2', '', '', '2022-04-05 10:52:42', '2022-04-05 10:52:42', '', 0, 'https://hagarbath.com/shop/product/overhead-shower-8x8-2/', 0, 'product', '', 0),
(3936, 1, '2022-04-01 09:08:52', '2022-04-01 09:08:52', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: Project Angle Valve PAV05</span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color</span></li>\r\n 	<li><span class=\"a-list-item\">High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration.</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water.</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product.</span></li>\r\n</ul>', 'Project Angle Valve', 'Project Angle Valve', 'publish', 'closed', 'closed', '', 'project-angle-valve', '', '', '2022-04-04 13:14:51', '2022-04-04 13:14:51', '', 0, 'https://hagarbath.com/shop/product/project-angle-valve/', 0, 'product', '', 0),
(3937, 1, '2022-04-01 09:08:54', '2022-04-01 09:08:54', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">DURABLE: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">DESIGN: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">Package Contains: It includes 1 piece of Health Faucet 1 SS Tube</span></li>\r\n</ul>', 'Health Faucet ( With 1 mtr SS Tube)', 'Health Faucet ( With 1 mtr SS Tube)', 'publish', 'closed', 'closed', '', 'health-faucet-with-1-mtr-ss-tube', '', '', '2022-04-04 14:00:21', '2022-04-04 14:00:21', '', 0, 'https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube/', 0, 'product', '', 0),
(3938, 1, '2022-04-01 09:08:55', '2022-04-01 09:08:55', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">DURABLE: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">DESIGN: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">Package Contains: It includes 1 piece of Health Faucet 1 mtr SS Tube</span></li>\r\n</ul>', 'Health Faucet ( With 1 mtr SS Tube)', 'Health Faucet ( With 1 mtr SS Tube)', 'publish', 'closed', 'closed', '', 'health-faucet-with-1-mtr-ss-tube-2', '', '', '2022-04-04 14:07:27', '2022-04-04 14:07:27', '', 0, 'https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/', 0, 'product', '', 0),
(3939, 1, '2022-04-01 09:08:55', '2022-04-01 09:08:55', '<div id=\"featurebullets_feature_div\" class=\"celwidget\" data-feature-name=\"featurebullets\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.55\" data-csa-c-component=\"featurebullets\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"vyngg3-iw9ntm-m85ihc-xawnh5\" data-cel-widget=\"featurebullets_feature_div\">\r\n<div id=\"feature-bullets\" class=\"a-section a-spacing-medium a-spacing-top-small\">\r\n<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: Tumbler Holder For Bathroom and Bathroom Fixtures </span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color</span></li>\r\n 	<li><span class=\"a-list-item\">High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id=\"customerReviewsAttribute_feature_div\" class=\"celwidget\" data-feature-name=\"customerReviewsAttribute\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.56\" data-csa-c-component=\"customerReviewsAttribute\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"36ufk6-w1rdvh-mdvln4-lo7f8a\" data-cel-widget=\"customerReviewsAttribute_feature_div\"></div>\r\n<div id=\"globalStoreInfoBullets_feature_div\" class=\"celwidget\" data-feature-name=\"globalStoreInfoBullets\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.57\" data-csa-c-component=\"globalStoreInfoBullets\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"j1qj77-tvhvwh-f4ulv6-jepbg1\" data-cel-widget=\"globalStoreInfoBullets_feature_div\"></div>\r\n<div id=\"andonCord_feature_div\" class=\"celwidget\" data-feature-name=\"andonCord\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.58\" data-csa-c-component=\"andonCord\" data-csa-c-cs-type=\"DETAIL_PAGE_AMABOT\" data-csa-c-id=\"ug66gv-da29rk-xgp2mh-gxmj12\" data-cel-widget=\"andonCord_feature_div\"></div>\r\n<div id=\"HLCXComparisonJumplink_feature_div\"></div>\r\n<div id=\"edpIngress_feature_div\" class=\"celwidget\" data-feature-name=\"edpIngress\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.60\" data-csa-c-component=\"edpIngress\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"109tv7-3menbu-7eln13-wkqlvf\" data-cel-widget=\"edpIngress_feature_div\"></div>', 'IRIS Tumbler Holder', 'IRIS Tumbler Holder', 'publish', 'closed', 'closed', '', 'iris-tumbler-holder', '', '', '2022-04-14 10:46:35', '2022-04-14 10:46:35', '', 0, 'https://hagarbath.com/shop/product/iris-tumbler-holder/', 0, 'product', '', 0),
(3940, 1, '2022-04-01 09:08:55', '2022-04-01 09:08:55', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">RUSTPROOF &amp; WATERPROOF- the soap dish is made of stainless steel and with chrome finish</span></li>\r\n 	<li><span class=\"a-list-item\">MAXIMIZES SOAP LIFE: Slotted waterfall design holder will drain excess water into the sink as the cambered surface hold soap in place</span></li>\r\n 	<li><span class=\"a-list-item\">COUNTERTOP SOAP HOLDER: soap holder &amp; dish saver for shower is a perfect addition to your bathroom decor, both can be designed to almost any shape or size soap</span></li>\r\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Soap Dish For Bathroom and Bathroom Fixtures </span></li>\r\n</ul>', 'IRIS Soap Dish', 'IRIS Soap Dish', 'publish', 'closed', 'closed', '', 'iris-soap-dish', '', '', '2022-05-07 12:58:54', '2022-05-07 12:58:54', '', 0, 'https://hagarbath.com/shop/product/iris-soap-dish/', 0, 'product', '', 0),
(3941, 1, '2022-04-01 09:08:56', '2022-04-01 09:08:56', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">RUSTPROOF &amp; WATERPROOF- the soap dish is made of stainless steel and with chrome finish</span></li>\r\n 	<li><span class=\"a-list-item\">MAXIMIZES SOAP LIFE: Slotted waterfall design holder will drain excess water into the sink as the cambered surface hold soap in place</span></li>\r\n 	<li><span class=\"a-list-item\">COUNTERTOP SOAP HOLDER: soap holder &amp; dish saver for shower is a perfect addition to your bathroom decor, both can be designed to almost any shape or size soap</span></li>\r\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Soap Dish For Bathroom and Bathroom Fixtures </span></li>\r\n</ul>', 'IRIS Towel Rod', 'IRIS Towel Rod', 'publish', 'closed', 'closed', '', 'iris-towel-rod', '', '', '2022-05-03 13:05:41', '2022-05-03 13:05:41', '', 0, 'https://hagarbath.com/shop/product/iris-towel-rod/', 0, 'product', '', 0),
(3942, 1, '2022-04-01 09:08:56', '2022-04-01 09:08:56', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Telephonic Hand showers </span></li>\r\n</ul>', 'Telephonic Hand Showers', 'Telephonic Hand Showers', 'publish', 'closed', 'closed', '', 'telephonic-hand-showers', '', '', '2022-04-05 10:48:51', '2022-04-05 10:48:51', '', 0, 'https://hagarbath.com/shop/product/telephonic-hand-showers/', 0, 'product', '', 0),
(3943, 1, '2022-04-01 09:33:59', '2022-04-01 09:33:59', '', 'pexels-max-vakhtbovych-6186825', '', 'inherit', 'open', 'closed', '', 'pexels-max-vakhtbovych-6186825', '', '', '2022-04-01 09:33:59', '2022-04-01 09:33:59', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825.jpg', 0, 'attachment', 'image/jpeg', 0),
(3945, 1, '2022-04-01 09:41:04', '2022-04-01 09:41:04', '{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-xstore-child', '', '', '2022-04-01 09:41:04', '2022-04-01 09:41:04', '', 0, 'https://hagarbath.com/shop/2022/04/01/wp-global-styles-xstore-child/', 0, 'wp_global_styles', '', 0),
(3947, 1, '2022-04-01 09:42:36', '2022-04-01 09:42:36', '', 'Products', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2022-04-01 09:42:36', '2022-04-01 09:42:36', '', 14, 'https://hagarbath.com/shop/?p=3947', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3948, 1, '2022-04-01 09:43:04', '2022-04-01 09:43:04', '<img width=\"640\" height=\"642\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1.jpg 640w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1-270x271.jpg 270w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1-600x602.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1-100x100.jpg 100w\" sizes=\"(max-width: 640px) 100vw, 640px\" />	    	\n				<h2>Introducing The New Surface Furniture.</h2><h2>Starting at $59.99 See what else is new from Decor.</h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>147 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/9-1-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/groceries/\" rel=\"tag\">Groceries</a>, <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/\" rel=\"tag\">Sale</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/\">Wooden Classica...</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;405.00</bdi>\n                                            </a><a href=\"?add-to-cart=960\" data-quantity=\"1\" data-product_id=\"960\" data-product_sku=\"12345\" aria-label=\"Add &ldquo;Wooden Classical Chairs&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Wooden Classical Chairs\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=960&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"960\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"960\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>111 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/\">Fashion</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/\">Air Fryer with ...</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;300.00</bdi>\n                                            </a><a href=\"?add-to-cart=1046\" data-quantity=\"1\" data-product_id=\"1046\" data-product_sku=\"12345-1\" aria-label=\"Add &ldquo;Air Fryer with DualZone&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Air Fryer with DualZone\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1046&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1046\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1046\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>158 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/9-1-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1-270x270.jpg 270w, https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronics</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs-2/\">Classical Chair</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;905.00</bdi>\n                                            </a><a href=\"?add-to-cart=1047\" data-quantity=\"1\" data-product_id=\"1047\" data-product_sku=\"12345-2\" aria-label=\"Add &ldquo;Classical Chair&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Classical Chair\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1047&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1047\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1047\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>178 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/stainless-steel-freing/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/\">Sale</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/stainless-steel-freing/\">Stainless Steel...</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<del aria-hidden=\"true\"><bdi>&#36;705.00</bdi></del> <ins><bdi>&#36;545.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=1048\" data-quantity=\"1\" data-product_id=\"1048\" data-product_sku=\"12345-3\" aria-label=\"Add &ldquo;Stainless Steel Freing&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Stainless Steel Freing\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n<!-- BROWSE WISHLIST MESSAGE -->\n				The product is already in your wishlist!	\n	<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/\" rel=\"nofollow\" data-title=\"Browse wishlist\">\n				Browse wishlist	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>177 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronics</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note/\">Xanna Note</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;505.00</bdi>\n                                            </a><a href=\"?add-to-cart=1085\" data-quantity=\"1\" data-product_id=\"1085\" data-product_sku=\"12345-3-1-1\" aria-label=\"Add &ldquo;Xanna Note&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Xanna Note\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1085&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1085\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1085\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n												<img width=\"440\" height=\"194\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2.jpg 440w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-300x132.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-10x4.jpg 10w\" sizes=\"(max-width: 440px) 100vw, 440px\" />														\n			<h2>Kitchenaid Trolly</h2>		\n		Flexible financing on storewide $299.		\n			<a href=\"#\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>174 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/\">Sale</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone-2/\">Fryer with Dual...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#36;305.00</bdi></del> <ins><bdi>&#36;280.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=1900\" data-quantity=\"1\" data-product_id=\"1900\" data-product_sku=\"12345-3-1-2\" aria-label=\"Add &ldquo;Fryer with DualZone&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Fryer with DualZone\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1900&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1900\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1900\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>168 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/new-chairs/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/14-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/10-1-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/14-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/14-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/14-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/14-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/14-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/14-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/14-270x270.jpg 270w, https://hagarbath.com/shop/wp-content/uploads/2020/12/14-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/14.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/\">Fashion</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/new-chairs/\">New Chairs</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;705.00</bdi>\n                                            </a><a href=\"?add-to-cart=1121\" data-quantity=\"1\" data-product_id=\"1121\" data-product_sku=\"12345-2-3\" aria-label=\"Add &ldquo;New Chairs&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"New Chairs\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n<!-- BROWSE WISHLIST MESSAGE -->\n				The product is already in your wishlist!	\n	<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/\" rel=\"nofollow\" data-title=\"Browse wishlist\">\n				Browse wishlist	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>172 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-chairs-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/12-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/14-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/12-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/12-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/12-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/12-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/12-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/12-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/12-270x270.jpg 270w, https://hagarbath.com/shop/wp-content/uploads/2020/12/12-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/12.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronics</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-chairs-2/\">Wooden Classica...</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;760.00</bdi>\n                                            </a><a href=\"?add-to-cart=1120\" data-quantity=\"1\" data-product_id=\"1120\" data-product_sku=\"12345-2-2\" aria-label=\"Add &ldquo;Wooden Classical&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Wooden Classical\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1120&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1120\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1120\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>170 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/classical-chairs/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/13-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/13-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/13-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/13-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/13-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/13-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/13-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/13-270x270.jpg 270w, https://hagarbath.com/shop/wp-content/uploads/2020/12/13-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/13.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/classical-chairs/\">Classical Chair...</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;905.00</bdi>\n                                            </a><a href=\"?add-to-cart=1119\" data-quantity=\"1\" data-product_id=\"1119\" data-product_sku=\"12345-2-1\" aria-label=\"Add &ldquo;Classical Chairs&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Classical Chairs\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1119&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1119\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1119\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>173 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/note/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/11-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/11-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/11-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/11-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/11-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/11-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/11-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/11-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/11-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/11.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronics</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/note/\">Note</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;850.00</bdi>\n                                            </a><a href=\"?add-to-cart=1096\" data-quantity=\"1\" data-product_id=\"1096\" data-product_sku=\"12345-3-1-1-5\" aria-label=\"Add &ldquo;Note&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Note\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n<!-- BROWSE WISHLIST MESSAGE -->\n				The product is already in your wishlist!	\n	<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/\" rel=\"nofollow\" data-title=\"Browse wishlist\">\n				Browse wishlist	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>Find Exactly What You Need</h2>		\n		Xstore is World\'s largest online marketplace connecting buyers with suppliers.		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Electronic (12)    							\n							                        </li>\n					                        <li\n                            >\n    								Fashion (9)    							\n							                        </li>\n					                        <li\n                            >\n    								Furniture (15)    							\n							                        </li>\n					                        <li\n                            >\n    								Groceries (3)    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n							<section data-id=\"cd6773d\" data-element_type=\"section\">\n						<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n				Save up to $100 on select washing machine only.					\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n							<section data-id=\"146a43fd\" data-element_type=\"section\">\n						<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n				Save up to $100 on select washing machine only.					\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n							<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n						<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n				Save up to $100 on select washing machine only.					\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n							<section data-id=\"5e416e77\" data-element_type=\"section\">\n						<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n				Save up to $100 on select washing machine only.					\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg 624w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min-300x168.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min-10x6.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min-270x151.jpg 270w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min-600x337.jpg 600w\" sizes=\"(max-width: 624px) 100vw, 624px\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg 738w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min-300x142.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min-10x5.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min-270x128.jpg 270w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min-600x285.jpg 600w\" sizes=\"(max-width: 738px) 100vw, 738px\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-300x184.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-10x6.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Clothing</h2>		\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":3,\"tablet_portrait\":3,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg 354w, https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min-300x280.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min-270x252.jpg 270w\" sizes=\"(max-width: 354px) 100vw, 354px\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4056 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over $400   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n						Take  30% off  when you spend $240  <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h2>Handpicked Products For You</h2>		\n			<h1>Nice looking XStore Niche Market02 Demo </h1>		\n		<p>Save up to $100 on select washing machine only.</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Discover More\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Explore from Premium Brands</h2>		\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/brands-carousel.min.css\" type=\"text/css\" media=\"all\" /> 		\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/cartal/\" title=\"Cartal\">\n								<img width=\"130\" height=\"71\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-1.jpg 130w, https://hagarbath.com/shop/wp-content/uploads/2020/12/1-1-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/1-1-10x5.jpg 10w\" sizes=\"(max-width: 130px) 100vw, 130px\" />\n                            </a>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/cooperate/\" title=\"Cooperate\">\n								<img width=\"130\" height=\"71\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3.jpg 130w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-10x5.jpg 10w\" sizes=\"(max-width: 130px) 100vw, 130px\" />\n                            </a>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/ds/\" title=\"DS\">\n								<img width=\"130\" height=\"71\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/2.jpg 130w, https://hagarbath.com/shop/wp-content/uploads/2020/12/2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/2-10x5.jpg 10w\" sizes=\"(max-width: 130px) 100vw, 130px\" />\n                            </a>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/minim/\" title=\"Minim\">\n								<img width=\"130\" height=\"71\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/5.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/5.jpg 130w, https://hagarbath.com/shop/wp-content/uploads/2020/12/5-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/5-10x5.jpg 10w\" sizes=\"(max-width: 130px) 100vw, 130px\" />\n                            </a>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/minimal/\" title=\"Minimal\">\n								<img width=\"130\" height=\"71\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4.jpg 130w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-10x5.jpg 10w\" sizes=\"(max-width: 130px) 100vw, 130px\" />\n                            </a>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/sunshi/\" title=\"Sunshi\">\n								<img width=\"130\" height=\"71\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/6.jpg 130w, https://hagarbath.com/shop/wp-content/uploads/2020/12/6-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/6-10x5.jpg 10w\" sizes=\"(max-width: 130px) 100vw, 130px\" />\n                            </a>\n			<h2>Most Popular Blog Post</h2>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/blog/\" role=\"button\">\n						View All Posts\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/blog/blog-global.min.css\" type=\"text/css\" media=\"all\" /> 		\n<article id=\"post-436\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/1-2-min-pbvzhm6evqg2jjw67m8e55dq5dym19angqyec8i1yi.jpg\" title=\"1-2-min\" alt=\"1-2-min\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">The Standard Lorem Ipsum Passage</a></h2>\n										<time datetime=\"December 6, 2020\">\n					December 6, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/#respond\" >0</a>					\n                But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and...                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">Continue reading</a>            \n</article>\n<article id=\"post-888\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/3-1-1-pbvzno8yxaqld33eu8hu7mcnys3rn1cdmqb1ofipuy.jpg\" title=\"3-1 (1)\" alt=\"3-1 (1)\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/\">1914 Translation By H. Rackham</a></h2>\n										<time datetime=\"November 7, 2020\">\n					November 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/#respond\" >0</a>					\n                At vero eos et accusamus et iusto odio dignissimos cimus qui blanditiis praesentium voluptatum deleniti texts                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/\">Continue reading</a>            \n</article>\n<article id=\"post-889\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/4-1-1-pbvznxnctn3gl6prbck3wjz9wmtfs0dp00twh74s4q.jpg\" title=\"4-1 (1)\" alt=\"4-1 (1)\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/\">Finibus Bonorum Malorum By Cicero</a></h2>\n										<time datetime=\"October 7, 2020\">\n					October 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/#respond\" >0</a>					\n                On the other hands, we denounce with righteous indignati and dislike men who are so beguiled demoralized                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/\">Continue reading</a>            \n</article>\n<article id=\"post-895\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/10-ozilpiavvj3yn4htva24a4ga58oo6ycxy9sc0ykt4a.jpg\" title=\"10\" alt=\"10\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/\">The Extremes Of Good And Evil</a></h2>\n										<time datetime=\"September 7, 2020\">\n					September 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/#respond\" >0</a>					\n                The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/\">Continue reading</a>            \n</article>\n<article id=\"post-891\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/6-1-ozilpdloxcxj12onmq0zfnmz6bbu4gua9miwmkrrze.jpg\" title=\"6\" alt=\"6\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/\">The Other Hand, Denounce Righteous</a></h2>\n										<time datetime=\"August 7, 2020\">\n					August 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/#respond\" >0</a>					\n                The wise man therefore alwaysi holds in these matters to this principle of selection: he rejects pleasures                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/\">Continue reading</a>            \n</article>\n<article id=\"post-890\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/5-1-ozilpcnuqiw8pgq0s7mcv5vikxggwrqjxhvf5at65m.jpg\" title=\"5\" alt=\"5\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">At Vero Eos Et Accusamus Iust Odio</a></h2>\n										<time datetime=\"July 7, 2020\">\n					July 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/#respond\" >0</a>					\n                These cases are perfectly simple and easy to distinguish. Into free hour, when our power of choice is untramelled                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">Continue reading</a>            \n</article>\n<article id=\"post-893\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/8-ozilpgf7hv1dzwkk698v54xcygxxrk5ha0hd2enlgq.jpg\" title=\"8\" alt=\"8\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/\">There Are Many Variations Of Passages</a></h2>\n										<time datetime=\"May 7, 2020\">\n					May 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/#respond\" >0</a>					\n                Sed ut perspiciatis unde omnis iste natus error sit voluptate accusantium doloremque laudantium, totam                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/\">Continue reading</a>            \n</article>\n<article id=\"post-892\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/7-ozilpfhdb103oalxbqu8kn5wd32kjv1qxvtvl4ozmy.jpg\" title=\"7\" alt=\"7\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">Namlibe Tempore, Cumsoluta Nobis</a></h2>\n										<time datetime=\"April 7, 2020\">\n					April 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/#respond\" >0</a>					\n                But I must explain to you how all this mistaken idea of denou pleasure and praising pain was born and...                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">Continue reading</a>            \n</article>\n<article id=\"post-894\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/9-ozilphd1op2obij70rnhpmotjutaz997m54ujom7ai.jpg\" title=\"9\" alt=\"9\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/\">Latin Words Combined With Models</a></h2>\n										<time datetime=\"March 7, 2020\">\n					March 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/#respond\" >0</a>					\n                Lorem ipsum dolor sit amet, consectetur adipiscing elitsed do eiusmod tempor incididunt ut labore et dolore                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/\">Continue reading</a>            \n</article>\n<article id=\"post-887\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/2-1-ozilpas6cuto28sr36t3q6cle5pqhdj398kg6qvyi2.jpg\" title=\"2\" alt=\"2\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/\">The Standard Lorem Ipsum Passage</a></h2>\n										<time datetime=\"January 7, 2020\">\n					January 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/#respond\" >0</a>					\n                Sed ut perspiciatis unde omnis iste natus to error voluptatem accusantium doloremque laudantiumng                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/\">Continue reading</a>            \n</article>\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 09:43:04', '2022-04-01 09:43:04', '', 18, 'https://hagarbath.com/shop/?p=3948', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3949, 1, '2022-04-01 09:43:06', '2022-04-01 09:43:06', '<img width=\"640\" height=\"642\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1.jpg 640w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1-270x271.jpg 270w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1-600x602.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1-100x100.jpg 100w\" sizes=\"(max-width: 640px) 100vw, 640px\" />	    	\n				<h2>Introducing The New Surface Furniture.</h2><h2>Starting at $59.99 See what else is new from Decor.</h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>147 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/9-1-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/groceries/\" rel=\"tag\">Groceries</a>, <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/\" rel=\"tag\">Sale</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/\">Wooden Classica...</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;405.00</bdi>\n                                            </a><a href=\"?add-to-cart=960\" data-quantity=\"1\" data-product_id=\"960\" data-product_sku=\"12345\" aria-label=\"Add &ldquo;Wooden Classical Chairs&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Wooden Classical Chairs\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=960&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"960\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"960\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>111 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/\">Fashion</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/\">Air Fryer with ...</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;300.00</bdi>\n                                            </a><a href=\"?add-to-cart=1046\" data-quantity=\"1\" data-product_id=\"1046\" data-product_sku=\"12345-1\" aria-label=\"Add &ldquo;Air Fryer with DualZone&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Air Fryer with DualZone\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1046&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1046\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1046\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>158 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/9-1-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1-270x270.jpg 270w, https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronics</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs-2/\">Classical Chair</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;905.00</bdi>\n                                            </a><a href=\"?add-to-cart=1047\" data-quantity=\"1\" data-product_id=\"1047\" data-product_sku=\"12345-2\" aria-label=\"Add &ldquo;Classical Chair&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Classical Chair\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1047&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1047\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1047\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>178 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/stainless-steel-freing/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/\">Sale</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/stainless-steel-freing/\">Stainless Steel...</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<del aria-hidden=\"true\"><bdi>&#36;705.00</bdi></del> <ins><bdi>&#36;545.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=1048\" data-quantity=\"1\" data-product_id=\"1048\" data-product_sku=\"12345-3\" aria-label=\"Add &ldquo;Stainless Steel Freing&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Stainless Steel Freing\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n<!-- BROWSE WISHLIST MESSAGE -->\n				The product is already in your wishlist!	\n	<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/\" rel=\"nofollow\" data-title=\"Browse wishlist\">\n				Browse wishlist	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>177 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronics</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note/\">Xanna Note</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;505.00</bdi>\n                                            </a><a href=\"?add-to-cart=1085\" data-quantity=\"1\" data-product_id=\"1085\" data-product_sku=\"12345-3-1-1\" aria-label=\"Add &ldquo;Xanna Note&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Xanna Note\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1085&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1085\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1085\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n												<img width=\"440\" height=\"194\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2.jpg 440w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-300x132.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-10x4.jpg 10w\" sizes=\"(max-width: 440px) 100vw, 440px\" />														\n			<h2>Kitchenaid Trolly</h2>		\n		Flexible financing on storewide $299.		\n			<a href=\"#\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>174 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/\">Sale</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone-2/\">Fryer with Dual...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#36;305.00</bdi></del> <ins><bdi>&#36;280.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=1900\" data-quantity=\"1\" data-product_id=\"1900\" data-product_sku=\"12345-3-1-2\" aria-label=\"Add &ldquo;Fryer with DualZone&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Fryer with DualZone\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1900&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1900\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1900\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>168 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/new-chairs/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/14-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/10-1-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/14-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/14-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/14-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/14-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/14-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/14-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/14-270x270.jpg 270w, https://hagarbath.com/shop/wp-content/uploads/2020/12/14-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/14.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/\">Fashion</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/new-chairs/\">New Chairs</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;705.00</bdi>\n                                            </a><a href=\"?add-to-cart=1121\" data-quantity=\"1\" data-product_id=\"1121\" data-product_sku=\"12345-2-3\" aria-label=\"Add &ldquo;New Chairs&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"New Chairs\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n<!-- BROWSE WISHLIST MESSAGE -->\n				The product is already in your wishlist!	\n	<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/\" rel=\"nofollow\" data-title=\"Browse wishlist\">\n				Browse wishlist	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>172 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-chairs-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/12-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/14-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/12-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/12-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/12-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/12-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/12-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/12-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/12-270x270.jpg 270w, https://hagarbath.com/shop/wp-content/uploads/2020/12/12-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/12.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronics</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-chairs-2/\">Wooden Classica...</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;760.00</bdi>\n                                            </a><a href=\"?add-to-cart=1120\" data-quantity=\"1\" data-product_id=\"1120\" data-product_sku=\"12345-2-2\" aria-label=\"Add &ldquo;Wooden Classical&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Wooden Classical\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1120&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1120\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1120\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>170 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/classical-chairs/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/13-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/13-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/13-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/13-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/13-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/13-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/13-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/13-270x270.jpg 270w, https://hagarbath.com/shop/wp-content/uploads/2020/12/13-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/13.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/classical-chairs/\">Classical Chair...</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;905.00</bdi>\n                                            </a><a href=\"?add-to-cart=1119\" data-quantity=\"1\" data-product_id=\"1119\" data-product_sku=\"12345-2-1\" aria-label=\"Add &ldquo;Classical Chairs&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Classical Chairs\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1119&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1119\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1119\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>173 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/note/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/11-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/11-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/11-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/11-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/11-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/11-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/11-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/11-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/11-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2020/12/11.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronics</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/note/\">Note</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;850.00</bdi>\n                                            </a><a href=\"?add-to-cart=1096\" data-quantity=\"1\" data-product_id=\"1096\" data-product_sku=\"12345-3-1-1-5\" aria-label=\"Add &ldquo;Note&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Note\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n<!-- BROWSE WISHLIST MESSAGE -->\n				The product is already in your wishlist!	\n	<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/\" rel=\"nofollow\" data-title=\"Browse wishlist\">\n				Browse wishlist	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>Find Exactly What You Need</h2>		\n		Xstore is World\'s largest online marketplace connecting buyers with suppliers.		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Electronic (12)    							\n							                        </li>\n					                        <li\n                            >\n    								Fashion (9)    							\n							                        </li>\n					                        <li\n                            >\n    								Furniture (15)    							\n							                        </li>\n					                        <li\n                            >\n    								Groceries (3)    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n							<section data-id=\"cd6773d\" data-element_type=\"section\">\n						<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n				Save up to $100 on select washing machine only.					\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n							<section data-id=\"146a43fd\" data-element_type=\"section\">\n						<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n				Save up to $100 on select washing machine only.					\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n							<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n						<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n				Save up to $100 on select washing machine only.					\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n							<section data-id=\"5e416e77\" data-element_type=\"section\">\n						<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n				Save up to $100 on select washing machine only.					\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg 624w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min-300x168.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min-10x6.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min-270x151.jpg 270w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min-600x337.jpg 600w\" sizes=\"(max-width: 624px) 100vw, 624px\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg 738w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min-300x142.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min-10x5.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min-270x128.jpg 270w, https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min-600x285.jpg 600w\" sizes=\"(max-width: 738px) 100vw, 738px\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg 546w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-300x184.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-10x6.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Clothing</h2>		\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":3,\"tablet_portrait\":3,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg 354w, https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min-300x280.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min-270x252.jpg 270w\" sizes=\"(max-width: 354px) 100vw, 354px\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4056 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over $400   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n						Take  30% off  when you spend $240  <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h2>Handpicked Products For You</h2>		\n			<h1>Nice looking XStore Niche Market02 Demo </h1>		\n		<p>Save up to $100 on select washing machine only.</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Discover More\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Explore from Premium Brands</h2>		\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/brands-carousel.min.css\" type=\"text/css\" media=\"all\" /> 		\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/cartal/\" title=\"Cartal\">\n								<img width=\"130\" height=\"71\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-1.jpg 130w, https://hagarbath.com/shop/wp-content/uploads/2020/12/1-1-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/1-1-10x5.jpg 10w\" sizes=\"(max-width: 130px) 100vw, 130px\" />\n                            </a>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/cooperate/\" title=\"Cooperate\">\n								<img width=\"130\" height=\"71\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3.jpg 130w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/3-10x5.jpg 10w\" sizes=\"(max-width: 130px) 100vw, 130px\" />\n                            </a>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/ds/\" title=\"DS\">\n								<img width=\"130\" height=\"71\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/2.jpg 130w, https://hagarbath.com/shop/wp-content/uploads/2020/12/2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/2-10x5.jpg 10w\" sizes=\"(max-width: 130px) 100vw, 130px\" />\n                            </a>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/minim/\" title=\"Minim\">\n								<img width=\"130\" height=\"71\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/5.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/5.jpg 130w, https://hagarbath.com/shop/wp-content/uploads/2020/12/5-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/5-10x5.jpg 10w\" sizes=\"(max-width: 130px) 100vw, 130px\" />\n                            </a>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/minimal/\" title=\"Minimal\">\n								<img width=\"130\" height=\"71\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4.jpg 130w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/4-10x5.jpg 10w\" sizes=\"(max-width: 130px) 100vw, 130px\" />\n                            </a>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/sunshi/\" title=\"Sunshi\">\n								<img width=\"130\" height=\"71\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/6.jpg 130w, https://hagarbath.com/shop/wp-content/uploads/2020/12/6-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/6-10x5.jpg 10w\" sizes=\"(max-width: 130px) 100vw, 130px\" />\n                            </a>\n			<h2>Most Popular Blog Post</h2>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/blog/\" role=\"button\">\n						View All Posts\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/blog/blog-global.min.css\" type=\"text/css\" media=\"all\" /> 		\n<article id=\"post-436\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/1-2-min-pbvzhm6evqg2jjw67m8e55dq5dym19angqyec8i1yi.jpg\" title=\"1-2-min\" alt=\"1-2-min\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">The Standard Lorem Ipsum Passage</a></h2>\n										<time datetime=\"December 6, 2020\">\n					December 6, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/#respond\" >0</a>					\n                But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and...                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">Continue reading</a>            \n</article>\n<article id=\"post-888\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/3-1-1-pbvzno8yxaqld33eu8hu7mcnys3rn1cdmqb1ofipuy.jpg\" title=\"3-1 (1)\" alt=\"3-1 (1)\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/\">1914 Translation By H. Rackham</a></h2>\n										<time datetime=\"November 7, 2020\">\n					November 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/#respond\" >0</a>					\n                At vero eos et accusamus et iusto odio dignissimos cimus qui blanditiis praesentium voluptatum deleniti texts                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/\">Continue reading</a>            \n</article>\n<article id=\"post-889\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/4-1-1-pbvznxnctn3gl6prbck3wjz9wmtfs0dp00twh74s4q.jpg\" title=\"4-1 (1)\" alt=\"4-1 (1)\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/\">Finibus Bonorum Malorum By Cicero</a></h2>\n										<time datetime=\"October 7, 2020\">\n					October 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/#respond\" >0</a>					\n                On the other hands, we denounce with righteous indignati and dislike men who are so beguiled demoralized                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/\">Continue reading</a>            \n</article>\n<article id=\"post-895\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/10-ozilpiavvj3yn4htva24a4ga58oo6ycxy9sc0ykt4a.jpg\" title=\"10\" alt=\"10\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/\">The Extremes Of Good And Evil</a></h2>\n										<time datetime=\"September 7, 2020\">\n					September 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/#respond\" >0</a>					\n                The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/\">Continue reading</a>            \n</article>\n<article id=\"post-891\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/6-1-ozilpdloxcxj12onmq0zfnmz6bbu4gua9miwmkrrze.jpg\" title=\"6\" alt=\"6\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/\">The Other Hand, Denounce Righteous</a></h2>\n										<time datetime=\"August 7, 2020\">\n					August 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/#respond\" >0</a>					\n                The wise man therefore alwaysi holds in these matters to this principle of selection: he rejects pleasures                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/\">Continue reading</a>            \n</article>\n<article id=\"post-890\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/5-1-ozilpcnuqiw8pgq0s7mcv5vikxggwrqjxhvf5at65m.jpg\" title=\"5\" alt=\"5\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">At Vero Eos Et Accusamus Iust Odio</a></h2>\n										<time datetime=\"July 7, 2020\">\n					July 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/#respond\" >0</a>					\n                These cases are perfectly simple and easy to distinguish. Into free hour, when our power of choice is untramelled                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">Continue reading</a>            \n</article>\n<article id=\"post-893\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/8-ozilpgf7hv1dzwkk698v54xcygxxrk5ha0hd2enlgq.jpg\" title=\"8\" alt=\"8\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/\">There Are Many Variations Of Passages</a></h2>\n										<time datetime=\"May 7, 2020\">\n					May 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/#respond\" >0</a>					\n                Sed ut perspiciatis unde omnis iste natus error sit voluptate accusantium doloremque laudantium, totam                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/\">Continue reading</a>            \n</article>\n<article id=\"post-892\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/7-ozilpfhdb103oalxbqu8kn5wd32kjv1qxvtvl4ozmy.jpg\" title=\"7\" alt=\"7\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">Namlibe Tempore, Cumsoluta Nobis</a></h2>\n										<time datetime=\"April 7, 2020\">\n					April 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/#respond\" >0</a>					\n                But I must explain to you how all this mistaken idea of denou pleasure and praising pain was born and...                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">Continue reading</a>            \n</article>\n<article id=\"post-894\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/9-ozilphd1op2obij70rnhpmotjutaz997m54ujom7ai.jpg\" title=\"9\" alt=\"9\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/\">Latin Words Combined With Models</a></h2>\n										<time datetime=\"March 7, 2020\">\n					March 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/#respond\" >0</a>					\n                Lorem ipsum dolor sit amet, consectetur adipiscing elitsed do eiusmod tempor incididunt ut labore et dolore                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/\">Continue reading</a>            \n</article>\n<article id=\"post-887\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/2-1-ozilpas6cuto28sr36t3q6cle5pqhdj398kg6qvyi2.jpg\" title=\"2\" alt=\"2\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/\">The Standard Lorem Ipsum Passage</a></h2>\n										<time datetime=\"January 7, 2020\">\n					January 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/#respond\" >0</a>					\n                Sed ut perspiciatis unde omnis iste natus to error voluptatem accusantium doloremque laudantiumng                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/\">Continue reading</a>            \n</article>\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 09:43:06', '2022-04-01 09:43:06', '', 18, 'https://hagarbath.com/shop/?p=3949', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3950, 1, '2022-04-01 09:43:08', '2022-04-01 09:43:08', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"440\" height=\"194\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2.jpg\" alt=\"\" loading=\"lazy\" />															\n			<h2>Kitchenaid Trolly</h2>		\n		Flexible financing on storewide $299.		\n			<a href=\"#\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>Find Exactly What You Need</h2>		\n		Xstore is World\'s largest online marketplace connecting buyers with suppliers.		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Electronic (12)    							\n							                        </li>\n					                        <li\n                            >\n    								Fashion (9)    							\n							                        </li>\n					                        <li\n                            >\n    								Furniture (15)    							\n							                        </li>\n					                        <li\n                            >\n    								Groceries (3)    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Clothing</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5424 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over $400   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n						Take  30% off  when you spend $240  <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h2>Handpicked Products For You</h2>		\n			<h1>Nice looking XStore Niche Market02 Demo </h1>		\n		<p>Save up to $100 on select washing machine only.</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Discover More\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Explore from Premium Brands</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/brands-carousel.min.css\" type=\"text/css\" media=\"all\" /> 		No brands are available		\n			<h2>Most Popular Blog Post</h2>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/blog/\" role=\"button\">\n						View All Posts\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/blog/blog-global.min.css\" type=\"text/css\" media=\"all\" /> 		\n<article id=\"post-1\">\n                <h2><a href=\"https://hagarbath.com/shop/2022/03/29/hello-world/\">Hello world!</a></h2>\n										<time datetime=\"March 29, 2022\">\n					March 29, 2022</time>\n				<a href=\"https://hagarbath.com/shop/2022/03/29/hello-world/#comments\" >1</a>					\n                Welcome to WordPress. This is your first post. Edit or delete it, then start writing!                <a href=\"https://hagarbath.com/shop/2022/03/29/hello-world/\">Continue reading</a>            \n</article>\n<article id=\"post-436\">\n									<a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/1-2-pmmjf42clre9n9xruo1g6qddv5d0pccolc7e4o3qsq.jpg\" title=\"1\" alt=\"1\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">The Standard Lorem Ipsum Passage</a></h2>\n										<time datetime=\"December 6, 2020\">\n					December 6, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/#respond\" >0</a>					\n                But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and...                <a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">Continue reading</a>            \n</article>\n<article id=\"post-888\">\n									<a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/3-1-pmmjf506slfjyvwep6g2r84ugj8dx1gexguvly2cmi.jpg\" title=\"3\" alt=\"3\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">1914 Translation By H. Rackham</a></h2>\n										<time datetime=\"November 7, 2020\">\n					November 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/#respond\" >0</a>					\n                At vero eos et accusamus et iusto odio dignissimos cimus qui blanditiis praesentium voluptatum deleniti texts                <a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">Continue reading</a>            \n</article>\n<article id=\"post-889\">\n									<a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/4-1-pmmjf5y0zfguahv1joupbpwb1x3r4qk59lid380yga.jpg\" title=\"4\" alt=\"4\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">Finibus Bonorum Malorum By Cicero</a></h2>\n										<time datetime=\"October 7, 2020\">\n					October 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/#respond\" >0</a>					\n                On the other hands, we denounce with righteous indignati and dislike men who are so beguiled demoralized                <a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">Continue reading</a>            \n</article>\n<article id=\"post-895\">\n									<a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/10-pmmjfdgqi3r4vdk4bs3pvnzzt02oubdzymq8xfpt2i.jpg\" title=\"10\" alt=\"10\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">The Extremes Of Good And Evil</a></h2>\n										<time datetime=\"September 7, 2020\">\n					September 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/#respond\" >0</a>					\n                The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested                <a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">Continue reading</a>            \n</article>\n<article id=\"post-891\">\n									<a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/6-1-pmmjf6vv69i4m3toe79bw7nrnaz4cfnvlq5ukhzka2.jpg\" title=\"6\" alt=\"6\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">The Other Hand, Denounce Righteous</a></h2>\n										<time datetime=\"August 7, 2020\">\n					August 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/#respond\" >0</a>					\n                The wise man therefore alwaysi holds in these matters to this principle of selection: he rejects pleasures                <a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">Continue reading</a>            \n</article>\n<article id=\"post-890\">\n									<a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-1-pmmjf6vv69i4m3toe79bw7nrnaz4cfnvlq5ukhzka2.jpg\" title=\"5\" alt=\"5\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">At Vero Eos Et Accusamus Iust Odio</a></h2>\n										<time datetime=\"July 7, 2020\">\n					July 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/#respond\" >0</a>					\n                These cases are perfectly simple and easy to distinguish. Into free hour, when our power of choice is untramelled                <a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">Continue reading</a>            \n</article>\n<article id=\"post-893\">\n									<a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/8-pmmjf8rjjxkp9bqy382l176ou2purtvc9zgtj1wrxm.jpg\" title=\"8\" alt=\"8\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">There Are Many Variations Of Passages</a></h2>\n										<time datetime=\"May 7, 2020\">\n					May 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/#respond\" >0</a>					\n                Sed ut perspiciatis unde omnis iste natus error sit voluptate accusantium doloremque laudantium, totam                <a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">Continue reading</a>            \n</article>\n<article id=\"post-892\">\n									<a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/7-pmmjf7tpd3jexpsb8pnygpf88ouhk4rlxutc1ry63u.jpg\" title=\"7\" alt=\"7\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">Namlibe Tempore, Cumsoluta Nobis</a></h2>\n										<time datetime=\"April 7, 2020\">\n					April 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/#respond\" >0</a>					\n                But I must explain to you how all this mistaken idea of denou pleasure and praising pain was born and...                <a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">Continue reading</a>            \n</article>\n<article id=\"post-894\">\n									<a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/9-pmmjfdgqi3r4vdk4bs3pvnzzt02oubdzymq8xfpt2i.jpg\" title=\"9\" alt=\"9\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">Latin Words Combined With Models</a></h2>\n										<time datetime=\"March 7, 2020\">\n					March 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/#respond\" >0</a>					\n                Lorem ipsum dolor sit amet, consectetur adipiscing elitsed do eiusmod tempor incididunt ut labore et dolore                <a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">Continue reading</a>            \n</article>\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 09:43:08', '2022-04-01 09:43:08', '', 18, 'https://hagarbath.com/shop/?p=3950', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3952, 1, '2022-04-01 09:52:07', '2022-04-01 09:52:07', '', 'pexels-steve-johnson-861414', '', 'inherit', 'open', 'closed', '', 'pexels-steve-johnson-861414', '', '', '2022-04-01 09:52:07', '2022-04-01 09:52:07', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414.jpg', 0, 'attachment', 'image/jpeg', 0),
(3953, 1, '2022-04-01 09:56:48', '2022-04-01 09:56:48', '', 'Shop', '', 'inherit', 'closed', 'closed', '', '6-autosave-v1', '', '', '2022-04-01 09:56:48', '2022-04-01 09:56:48', '', 6, 'https://hagarbath.com/shop/?p=3953', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3954, 1, '2022-04-01 09:59:32', '2022-04-01 09:59:32', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"440\" height=\"194\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2.jpg\" alt=\"\" loading=\"lazy\" />															\n			<h2>Kitchenaid Trolly</h2>		\n		Flexible financing on storewide $299.		\n			<a href=\"#\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>Find Exactly What You Need</h2>		\n		Xstore is World\'s largest online marketplace connecting buyers with suppliers.		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Electronic (12)    							\n							                        </li>\n					                        <li\n                            >\n    								Fashion (9)    							\n							                        </li>\n					                        <li\n                            >\n    								Furniture (15)    							\n							                        </li>\n					                        <li\n                            >\n    								Groceries (3)    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Clothing</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5424 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over $400   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n						Take  30% off  when you spend $240  <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h2>Handpicked Products For You</h2>		\n			<h1>Nice looking XStore Niche Market02 Demo </h1>		\n		<p>Save up to $100 on select washing machine only.</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Discover More\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Explore from Premium Brands</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/brands-carousel.min.css\" type=\"text/css\" media=\"all\" /> 		No brands are available		\n			<h2>Most Popular Blog Post</h2>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/blog/\" role=\"button\">\n						View All Posts\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/blog/blog-global.min.css\" type=\"text/css\" media=\"all\" /> 		\n<article id=\"post-1\">\n                <h2><a href=\"https://hagarbath.com/shop/2022/03/29/hello-world/\">Hello world!</a></h2>\n										<time datetime=\"March 29, 2022\">\n					March 29, 2022</time>\n				<a href=\"https://hagarbath.com/shop/2022/03/29/hello-world/#comments\" >1</a>					\n                Welcome to WordPress. This is your first post. Edit or delete it, then start writing!                <a href=\"https://hagarbath.com/shop/2022/03/29/hello-world/\">Continue reading</a>            \n</article>\n<article id=\"post-436\">\n									<a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/1-2-pmmjf42clre9n9xruo1g6qddv5d0pccolc7e4o3qsq.jpg\" title=\"1\" alt=\"1\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">The Standard Lorem Ipsum Passage</a></h2>\n										<time datetime=\"December 6, 2020\">\n					December 6, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/#respond\" >0</a>					\n                But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and...                <a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">Continue reading</a>            \n</article>\n<article id=\"post-888\">\n									<a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/3-1-pmmjf506slfjyvwep6g2r84ugj8dx1gexguvly2cmi.jpg\" title=\"3\" alt=\"3\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">1914 Translation By H. Rackham</a></h2>\n										<time datetime=\"November 7, 2020\">\n					November 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/#respond\" >0</a>					\n                At vero eos et accusamus et iusto odio dignissimos cimus qui blanditiis praesentium voluptatum deleniti texts                <a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">Continue reading</a>            \n</article>\n<article id=\"post-889\">\n									<a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/4-1-pmmjf5y0zfguahv1joupbpwb1x3r4qk59lid380yga.jpg\" title=\"4\" alt=\"4\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">Finibus Bonorum Malorum By Cicero</a></h2>\n										<time datetime=\"October 7, 2020\">\n					October 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/#respond\" >0</a>					\n                On the other hands, we denounce with righteous indignati and dislike men who are so beguiled demoralized                <a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">Continue reading</a>            \n</article>\n<article id=\"post-895\">\n									<a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/10-pmmjfdgqi3r4vdk4bs3pvnzzt02oubdzymq8xfpt2i.jpg\" title=\"10\" alt=\"10\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">The Extremes Of Good And Evil</a></h2>\n										<time datetime=\"September 7, 2020\">\n					September 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/#respond\" >0</a>					\n                The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested                <a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">Continue reading</a>            \n</article>\n<article id=\"post-891\">\n									<a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/6-1-pmmjf6vv69i4m3toe79bw7nrnaz4cfnvlq5ukhzka2.jpg\" title=\"6\" alt=\"6\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">The Other Hand, Denounce Righteous</a></h2>\n										<time datetime=\"August 7, 2020\">\n					August 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/#respond\" >0</a>					\n                The wise man therefore alwaysi holds in these matters to this principle of selection: he rejects pleasures                <a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">Continue reading</a>            \n</article>\n<article id=\"post-890\">\n									<a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-1-pmmjf6vv69i4m3toe79bw7nrnaz4cfnvlq5ukhzka2.jpg\" title=\"5\" alt=\"5\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">At Vero Eos Et Accusamus Iust Odio</a></h2>\n										<time datetime=\"July 7, 2020\">\n					July 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/#respond\" >0</a>					\n                These cases are perfectly simple and easy to distinguish. Into free hour, when our power of choice is untramelled                <a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">Continue reading</a>            \n</article>\n<article id=\"post-893\">\n									<a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/8-pmmjf8rjjxkp9bqy382l176ou2purtvc9zgtj1wrxm.jpg\" title=\"8\" alt=\"8\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">There Are Many Variations Of Passages</a></h2>\n										<time datetime=\"May 7, 2020\">\n					May 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/#respond\" >0</a>					\n                Sed ut perspiciatis unde omnis iste natus error sit voluptate accusantium doloremque laudantium, totam                <a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">Continue reading</a>            \n</article>\n<article id=\"post-892\">\n									<a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/7-pmmjf7tpd3jexpsb8pnygpf88ouhk4rlxutc1ry63u.jpg\" title=\"7\" alt=\"7\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">Namlibe Tempore, Cumsoluta Nobis</a></h2>\n										<time datetime=\"April 7, 2020\">\n					April 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/#respond\" >0</a>					\n                But I must explain to you how all this mistaken idea of denou pleasure and praising pain was born and...                <a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">Continue reading</a>            \n</article>\n<article id=\"post-894\">\n									<a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/9-pmmjfdgqi3r4vdk4bs3pvnzzt02oubdzymq8xfpt2i.jpg\" title=\"9\" alt=\"9\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">Latin Words Combined With Models</a></h2>\n										<time datetime=\"March 7, 2020\">\n					March 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/#respond\" >0</a>					\n                Lorem ipsum dolor sit amet, consectetur adipiscing elitsed do eiusmod tempor incididunt ut labore et dolore                <a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">Continue reading</a>            \n</article>\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 09:59:32', '2022-04-01 09:59:32', '', 18, 'https://hagarbath.com/shop/?p=3954', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3955, 1, '2022-04-01 09:59:34', '2022-04-01 09:59:34', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"440\" height=\"194\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2.jpg\" alt=\"\" loading=\"lazy\" />															\n			<h2>Kitchenaid Trolly</h2>		\n		Flexible financing on storewide $299.		\n			<a href=\"#\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>Find Exactly What You Need</h2>		\n		Xstore is World\'s largest online marketplace connecting buyers with suppliers.		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Electronic (12)    							\n							                        </li>\n					                        <li\n                            >\n    								Fashion (9)    							\n							                        </li>\n					                        <li\n                            >\n    								Furniture (15)    							\n							                        </li>\n					                        <li\n                            >\n    								Groceries (3)    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Clothing</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5424 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over $400   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n						Take  30% off  when you spend $240  <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h2>Handpicked Products For You</h2>		\n			<h1>Nice looking XStore Niche Market02 Demo </h1>		\n		<p>Save up to $100 on select washing machine only.</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Discover More\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Explore from Premium Brands</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/brands-carousel.min.css\" type=\"text/css\" media=\"all\" /> 		No brands are available		\n			<h2>Most Popular Blog Post</h2>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/blog/\" role=\"button\">\n						View All Posts\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/blog/blog-global.min.css\" type=\"text/css\" media=\"all\" /> 		\n<article id=\"post-1\">\n                <h2><a href=\"https://hagarbath.com/shop/2022/03/29/hello-world/\">Hello world!</a></h2>\n										<time datetime=\"March 29, 2022\">\n					March 29, 2022</time>\n				<a href=\"https://hagarbath.com/shop/2022/03/29/hello-world/#comments\" >1</a>					\n                Welcome to WordPress. This is your first post. Edit or delete it, then start writing!                <a href=\"https://hagarbath.com/shop/2022/03/29/hello-world/\">Continue reading</a>            \n</article>\n<article id=\"post-436\">\n									<a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/1-2-pmmjf42clre9n9xruo1g6qddv5d0pccolc7e4o3qsq.jpg\" title=\"1\" alt=\"1\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">The Standard Lorem Ipsum Passage</a></h2>\n										<time datetime=\"December 6, 2020\">\n					December 6, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/#respond\" >0</a>					\n                But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and...                <a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">Continue reading</a>            \n</article>\n<article id=\"post-888\">\n									<a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/3-1-pmmjf506slfjyvwep6g2r84ugj8dx1gexguvly2cmi.jpg\" title=\"3\" alt=\"3\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">1914 Translation By H. Rackham</a></h2>\n										<time datetime=\"November 7, 2020\">\n					November 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/#respond\" >0</a>					\n                At vero eos et accusamus et iusto odio dignissimos cimus qui blanditiis praesentium voluptatum deleniti texts                <a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">Continue reading</a>            \n</article>\n<article id=\"post-889\">\n									<a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/4-1-pmmjf5y0zfguahv1joupbpwb1x3r4qk59lid380yga.jpg\" title=\"4\" alt=\"4\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">Finibus Bonorum Malorum By Cicero</a></h2>\n										<time datetime=\"October 7, 2020\">\n					October 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/#respond\" >0</a>					\n                On the other hands, we denounce with righteous indignati and dislike men who are so beguiled demoralized                <a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">Continue reading</a>            \n</article>\n<article id=\"post-895\">\n									<a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/10-pmmjfdgqi3r4vdk4bs3pvnzzt02oubdzymq8xfpt2i.jpg\" title=\"10\" alt=\"10\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">The Extremes Of Good And Evil</a></h2>\n										<time datetime=\"September 7, 2020\">\n					September 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/#respond\" >0</a>					\n                The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested                <a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">Continue reading</a>            \n</article>\n<article id=\"post-891\">\n									<a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/6-1-pmmjf6vv69i4m3toe79bw7nrnaz4cfnvlq5ukhzka2.jpg\" title=\"6\" alt=\"6\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">The Other Hand, Denounce Righteous</a></h2>\n										<time datetime=\"August 7, 2020\">\n					August 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/#respond\" >0</a>					\n                The wise man therefore alwaysi holds in these matters to this principle of selection: he rejects pleasures                <a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">Continue reading</a>            \n</article>\n<article id=\"post-890\">\n									<a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-1-pmmjf6vv69i4m3toe79bw7nrnaz4cfnvlq5ukhzka2.jpg\" title=\"5\" alt=\"5\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">At Vero Eos Et Accusamus Iust Odio</a></h2>\n										<time datetime=\"July 7, 2020\">\n					July 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/#respond\" >0</a>					\n                These cases are perfectly simple and easy to distinguish. Into free hour, when our power of choice is untramelled                <a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">Continue reading</a>            \n</article>\n<article id=\"post-893\">\n									<a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/8-pmmjf8rjjxkp9bqy382l176ou2purtvc9zgtj1wrxm.jpg\" title=\"8\" alt=\"8\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">There Are Many Variations Of Passages</a></h2>\n										<time datetime=\"May 7, 2020\">\n					May 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/#respond\" >0</a>					\n                Sed ut perspiciatis unde omnis iste natus error sit voluptate accusantium doloremque laudantium, totam                <a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">Continue reading</a>            \n</article>\n<article id=\"post-892\">\n									<a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/7-pmmjf7tpd3jexpsb8pnygpf88ouhk4rlxutc1ry63u.jpg\" title=\"7\" alt=\"7\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">Namlibe Tempore, Cumsoluta Nobis</a></h2>\n										<time datetime=\"April 7, 2020\">\n					April 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/#respond\" >0</a>					\n                But I must explain to you how all this mistaken idea of denou pleasure and praising pain was born and...                <a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">Continue reading</a>            \n</article>\n<article id=\"post-894\">\n									<a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/9-pmmjfdgqi3r4vdk4bs3pvnzzt02oubdzymq8xfpt2i.jpg\" title=\"9\" alt=\"9\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">Latin Words Combined With Models</a></h2>\n										<time datetime=\"March 7, 2020\">\n					March 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/#respond\" >0</a>					\n                Lorem ipsum dolor sit amet, consectetur adipiscing elitsed do eiusmod tempor incididunt ut labore et dolore                <a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">Continue reading</a>            \n</article>\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 09:59:34', '2022-04-01 09:59:34', '', 18, 'https://hagarbath.com/shop/?p=3955', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3956, 1, '2022-04-01 09:59:35', '2022-04-01 09:59:35', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>Find Exactly What You Need</h2>		\n		Xstore is World\'s largest online marketplace connecting buyers with suppliers.		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Electronic (12)    							\n							                        </li>\n					                        <li\n                            >\n    								Fashion (9)    							\n							                        </li>\n					                        <li\n                            >\n    								Furniture (15)    							\n							                        </li>\n					                        <li\n                            >\n    								Groceries (3)    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Clothing</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1243 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over $400   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n						Take  30% off  when you spend $240  <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h2>Handpicked Products For You</h2>		\n			<h1>Nice looking XStore Niche Market02 Demo </h1>		\n		<p>Save up to $100 on select washing machine only.</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Discover More\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Explore from Premium Brands</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/brands-carousel.min.css\" type=\"text/css\" media=\"all\" /> 		No brands are available		\n			<h2>Most Popular Blog Post</h2>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/blog/\" role=\"button\">\n						View All Posts\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/blog/blog-global.min.css\" type=\"text/css\" media=\"all\" /> 		\n<article id=\"post-1\">\n                <h2><a href=\"https://hagarbath.com/shop/2022/03/29/hello-world/\">Hello world!</a></h2>\n										<time datetime=\"March 29, 2022\">\n					March 29, 2022</time>\n				<a href=\"https://hagarbath.com/shop/2022/03/29/hello-world/#comments\" >1</a>					\n                Welcome to WordPress. This is your first post. Edit or delete it, then start writing!                <a href=\"https://hagarbath.com/shop/2022/03/29/hello-world/\">Continue reading</a>            \n</article>\n<article id=\"post-436\">\n									<a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/1-2-pmmjf42clre9n9xruo1g6qddv5d0pccolc7e4o3qsq.jpg\" title=\"1\" alt=\"1\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">The Standard Lorem Ipsum Passage</a></h2>\n										<time datetime=\"December 6, 2020\">\n					December 6, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/#respond\" >0</a>					\n                But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and...                <a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">Continue reading</a>            \n</article>\n<article id=\"post-888\">\n									<a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/3-1-pmmjf506slfjyvwep6g2r84ugj8dx1gexguvly2cmi.jpg\" title=\"3\" alt=\"3\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">1914 Translation By H. Rackham</a></h2>\n										<time datetime=\"November 7, 2020\">\n					November 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/#respond\" >0</a>					\n                At vero eos et accusamus et iusto odio dignissimos cimus qui blanditiis praesentium voluptatum deleniti texts                <a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">Continue reading</a>            \n</article>\n<article id=\"post-889\">\n									<a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/4-1-pmmjf5y0zfguahv1joupbpwb1x3r4qk59lid380yga.jpg\" title=\"4\" alt=\"4\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">Finibus Bonorum Malorum By Cicero</a></h2>\n										<time datetime=\"October 7, 2020\">\n					October 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/#respond\" >0</a>					\n                On the other hands, we denounce with righteous indignati and dislike men who are so beguiled demoralized                <a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">Continue reading</a>            \n</article>\n<article id=\"post-895\">\n									<a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/10-pmmjfdgqi3r4vdk4bs3pvnzzt02oubdzymq8xfpt2i.jpg\" title=\"10\" alt=\"10\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">The Extremes Of Good And Evil</a></h2>\n										<time datetime=\"September 7, 2020\">\n					September 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/#respond\" >0</a>					\n                The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested                <a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">Continue reading</a>            \n</article>\n<article id=\"post-891\">\n									<a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/6-1-pmmjf6vv69i4m3toe79bw7nrnaz4cfnvlq5ukhzka2.jpg\" title=\"6\" alt=\"6\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">The Other Hand, Denounce Righteous</a></h2>\n										<time datetime=\"August 7, 2020\">\n					August 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/#respond\" >0</a>					\n                The wise man therefore alwaysi holds in these matters to this principle of selection: he rejects pleasures                <a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">Continue reading</a>            \n</article>\n<article id=\"post-890\">\n									<a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-1-pmmjf6vv69i4m3toe79bw7nrnaz4cfnvlq5ukhzka2.jpg\" title=\"5\" alt=\"5\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">At Vero Eos Et Accusamus Iust Odio</a></h2>\n										<time datetime=\"July 7, 2020\">\n					July 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/#respond\" >0</a>					\n                These cases are perfectly simple and easy to distinguish. Into free hour, when our power of choice is untramelled                <a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">Continue reading</a>            \n</article>\n<article id=\"post-893\">\n									<a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/8-pmmjf8rjjxkp9bqy382l176ou2purtvc9zgtj1wrxm.jpg\" title=\"8\" alt=\"8\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">There Are Many Variations Of Passages</a></h2>\n										<time datetime=\"May 7, 2020\">\n					May 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/#respond\" >0</a>					\n                Sed ut perspiciatis unde omnis iste natus error sit voluptate accusantium doloremque laudantium, totam                <a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">Continue reading</a>            \n</article>\n<article id=\"post-892\">\n									<a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/7-pmmjf7tpd3jexpsb8pnygpf88ouhk4rlxutc1ry63u.jpg\" title=\"7\" alt=\"7\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">Namlibe Tempore, Cumsoluta Nobis</a></h2>\n										<time datetime=\"April 7, 2020\">\n					April 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/#respond\" >0</a>					\n                But I must explain to you how all this mistaken idea of denou pleasure and praising pain was born and...                <a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">Continue reading</a>            \n</article>\n<article id=\"post-894\">\n									<a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/9-pmmjfdgqi3r4vdk4bs3pvnzzt02oubdzymq8xfpt2i.jpg\" title=\"9\" alt=\"9\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">Latin Words Combined With Models</a></h2>\n										<time datetime=\"March 7, 2020\">\n					March 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/#respond\" >0</a>					\n                Lorem ipsum dolor sit amet, consectetur adipiscing elitsed do eiusmod tempor incididunt ut labore et dolore                <a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">Continue reading</a>            \n</article>\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 09:59:35', '2022-04-01 09:59:35', '', 18, 'https://hagarbath.com/shop/?p=3956', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3957, 1, '2022-04-01 10:03:46', '2022-04-01 10:03:46', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>Find Exactly What You Need</h2>		\n		Xstore is World\'s largest online marketplace connecting buyers with suppliers.		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Electronic (12)    							\n							                        </li>\n					                        <li\n                            >\n    								Fashion (9)    							\n							                        </li>\n					                        <li\n                            >\n    								Furniture (15)    							\n							                        </li>\n					                        <li\n                            >\n    								Groceries (3)    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Clothing</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1243 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over $400   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n						Take  30% off  when you spend $240  <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h2>Handpicked Products For You</h2>		\n			<h1>Nice looking XStore Niche Market02 Demo </h1>		\n		<p>Save up to $100 on select washing machine only.</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Discover More\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Explore from Premium Brands</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/brands-carousel.min.css\" type=\"text/css\" media=\"all\" /> 		No brands are available		\n			<h2>Most Popular Blog Post</h2>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/blog/\" role=\"button\">\n						View All Posts\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/blog/blog-global.min.css\" type=\"text/css\" media=\"all\" /> 		\n<article id=\"post-1\">\n                <h2><a href=\"https://hagarbath.com/shop/2022/03/29/hello-world/\">Hello world!</a></h2>\n										<time datetime=\"March 29, 2022\">\n					March 29, 2022</time>\n				<a href=\"https://hagarbath.com/shop/2022/03/29/hello-world/#comments\" >1</a>					\n                Welcome to WordPress. This is your first post. Edit or delete it, then start writing!                <a href=\"https://hagarbath.com/shop/2022/03/29/hello-world/\">Continue reading</a>            \n</article>\n<article id=\"post-436\">\n									<a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/1-2-pmmjf42clre9n9xruo1g6qddv5d0pccolc7e4o3qsq.jpg\" title=\"1\" alt=\"1\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">The Standard Lorem Ipsum Passage</a></h2>\n										<time datetime=\"December 6, 2020\">\n					December 6, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/#respond\" >0</a>					\n                But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and...                <a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">Continue reading</a>            \n</article>\n<article id=\"post-888\">\n									<a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/3-1-pmmjf506slfjyvwep6g2r84ugj8dx1gexguvly2cmi.jpg\" title=\"3\" alt=\"3\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">1914 Translation By H. Rackham</a></h2>\n										<time datetime=\"November 7, 2020\">\n					November 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/#respond\" >0</a>					\n                At vero eos et accusamus et iusto odio dignissimos cimus qui blanditiis praesentium voluptatum deleniti texts                <a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">Continue reading</a>            \n</article>\n<article id=\"post-889\">\n									<a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/4-1-pmmjf5y0zfguahv1joupbpwb1x3r4qk59lid380yga.jpg\" title=\"4\" alt=\"4\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">Finibus Bonorum Malorum By Cicero</a></h2>\n										<time datetime=\"October 7, 2020\">\n					October 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/#respond\" >0</a>					\n                On the other hands, we denounce with righteous indignati and dislike men who are so beguiled demoralized                <a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">Continue reading</a>            \n</article>\n<article id=\"post-895\">\n									<a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/10-pmmjfdgqi3r4vdk4bs3pvnzzt02oubdzymq8xfpt2i.jpg\" title=\"10\" alt=\"10\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">The Extremes Of Good And Evil</a></h2>\n										<time datetime=\"September 7, 2020\">\n					September 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/#respond\" >0</a>					\n                The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested                <a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">Continue reading</a>            \n</article>\n<article id=\"post-891\">\n									<a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/6-1-pmmjf6vv69i4m3toe79bw7nrnaz4cfnvlq5ukhzka2.jpg\" title=\"6\" alt=\"6\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">The Other Hand, Denounce Righteous</a></h2>\n										<time datetime=\"August 7, 2020\">\n					August 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/#respond\" >0</a>					\n                The wise man therefore alwaysi holds in these matters to this principle of selection: he rejects pleasures                <a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">Continue reading</a>            \n</article>\n<article id=\"post-890\">\n									<a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-1-pmmjf6vv69i4m3toe79bw7nrnaz4cfnvlq5ukhzka2.jpg\" title=\"5\" alt=\"5\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">At Vero Eos Et Accusamus Iust Odio</a></h2>\n										<time datetime=\"July 7, 2020\">\n					July 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/#respond\" >0</a>					\n                These cases are perfectly simple and easy to distinguish. Into free hour, when our power of choice is untramelled                <a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">Continue reading</a>            \n</article>\n<article id=\"post-893\">\n									<a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/8-pmmjf8rjjxkp9bqy382l176ou2purtvc9zgtj1wrxm.jpg\" title=\"8\" alt=\"8\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">There Are Many Variations Of Passages</a></h2>\n										<time datetime=\"May 7, 2020\">\n					May 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/#respond\" >0</a>					\n                Sed ut perspiciatis unde omnis iste natus error sit voluptate accusantium doloremque laudantium, totam                <a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">Continue reading</a>            \n</article>\n<article id=\"post-892\">\n									<a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/7-pmmjf7tpd3jexpsb8pnygpf88ouhk4rlxutc1ry63u.jpg\" title=\"7\" alt=\"7\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">Namlibe Tempore, Cumsoluta Nobis</a></h2>\n										<time datetime=\"April 7, 2020\">\n					April 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/#respond\" >0</a>					\n                But I must explain to you how all this mistaken idea of denou pleasure and praising pain was born and...                <a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">Continue reading</a>            \n</article>\n<article id=\"post-894\">\n									<a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/9-pmmjfdgqi3r4vdk4bs3pvnzzt02oubdzymq8xfpt2i.jpg\" title=\"9\" alt=\"9\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">Latin Words Combined With Models</a></h2>\n										<time datetime=\"March 7, 2020\">\n					March 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/#respond\" >0</a>					\n                Lorem ipsum dolor sit amet, consectetur adipiscing elitsed do eiusmod tempor incididunt ut labore et dolore                <a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">Continue reading</a>            \n</article>\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 10:03:46', '2022-04-01 10:03:46', '', 18, 'https://hagarbath.com/shop/?p=3957', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3958, 1, '2022-04-01 10:03:48', '2022-04-01 10:03:48', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>Find Exactly What You Need</h2>		\n		Xstore is World\'s largest online marketplace connecting buyers with suppliers.		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Electronic (12)    							\n							                        </li>\n					                        <li\n                            >\n    								Fashion (9)    							\n							                        </li>\n					                        <li\n                            >\n    								Furniture (15)    							\n							                        </li>\n					                        <li\n                            >\n    								Groceries (3)    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Clothing</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1243 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over $400   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n						Take  30% off  when you spend $240  <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h2>Handpicked Products For You</h2>		\n			<h1>Nice looking XStore Niche Market02 Demo </h1>		\n		<p>Save up to $100 on select washing machine only.</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Discover More\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Explore from Premium Brands</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/brands-carousel.min.css\" type=\"text/css\" media=\"all\" /> 		No brands are available		\n			<h2>Most Popular Blog Post</h2>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/blog/\" role=\"button\">\n						View All Posts\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/blog/blog-global.min.css\" type=\"text/css\" media=\"all\" /> 		\n<article id=\"post-1\">\n                <h2><a href=\"https://hagarbath.com/shop/2022/03/29/hello-world/\">Hello world!</a></h2>\n										<time datetime=\"March 29, 2022\">\n					March 29, 2022</time>\n				<a href=\"https://hagarbath.com/shop/2022/03/29/hello-world/#comments\" >1</a>					\n                Welcome to WordPress. This is your first post. Edit or delete it, then start writing!                <a href=\"https://hagarbath.com/shop/2022/03/29/hello-world/\">Continue reading</a>            \n</article>\n<article id=\"post-436\">\n									<a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/1-2-pmmjf42clre9n9xruo1g6qddv5d0pccolc7e4o3qsq.jpg\" title=\"1\" alt=\"1\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">The Standard Lorem Ipsum Passage</a></h2>\n										<time datetime=\"December 6, 2020\">\n					December 6, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/#respond\" >0</a>					\n                But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and...                <a href=\"https://hagarbath.com/shop/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">Continue reading</a>            \n</article>\n<article id=\"post-888\">\n									<a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/3-1-pmmjf506slfjyvwep6g2r84ugj8dx1gexguvly2cmi.jpg\" title=\"3\" alt=\"3\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">1914 Translation By H. Rackham</a></h2>\n										<time datetime=\"November 7, 2020\">\n					November 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/#respond\" >0</a>					\n                At vero eos et accusamus et iusto odio dignissimos cimus qui blanditiis praesentium voluptatum deleniti texts                <a href=\"https://hagarbath.com/shop/2020/11/07/1914-translation-by-h-rackham/\">Continue reading</a>            \n</article>\n<article id=\"post-889\">\n									<a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/4-1-pmmjf5y0zfguahv1joupbpwb1x3r4qk59lid380yga.jpg\" title=\"4\" alt=\"4\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">Finibus Bonorum Malorum By Cicero</a></h2>\n										<time datetime=\"October 7, 2020\">\n					October 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/#respond\" >0</a>					\n                On the other hands, we denounce with righteous indignati and dislike men who are so beguiled demoralized                <a href=\"https://hagarbath.com/shop/2020/10/07/finibus-bonorum-malorum-by-cicero/\">Continue reading</a>            \n</article>\n<article id=\"post-895\">\n									<a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/10-pmmjfdgqi3r4vdk4bs3pvnzzt02oubdzymq8xfpt2i.jpg\" title=\"10\" alt=\"10\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">The Extremes Of Good And Evil</a></h2>\n										<time datetime=\"September 7, 2020\">\n					September 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/#respond\" >0</a>					\n                The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested                <a href=\"https://hagarbath.com/shop/2020/09/07/the-extremes-of-good-and-evil/\">Continue reading</a>            \n</article>\n<article id=\"post-891\">\n									<a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/6-1-pmmjf6vv69i4m3toe79bw7nrnaz4cfnvlq5ukhzka2.jpg\" title=\"6\" alt=\"6\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">The Other Hand, Denounce Righteous</a></h2>\n										<time datetime=\"August 7, 2020\">\n					August 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/#respond\" >0</a>					\n                The wise man therefore alwaysi holds in these matters to this principle of selection: he rejects pleasures                <a href=\"https://hagarbath.com/shop/2020/08/07/the-other-hand-denounce-righteous/\">Continue reading</a>            \n</article>\n<article id=\"post-890\">\n									<a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-1-pmmjf6vv69i4m3toe79bw7nrnaz4cfnvlq5ukhzka2.jpg\" title=\"5\" alt=\"5\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">At Vero Eos Et Accusamus Iust Odio</a></h2>\n										<time datetime=\"July 7, 2020\">\n					July 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/#respond\" >0</a>					\n                These cases are perfectly simple and easy to distinguish. Into free hour, when our power of choice is untramelled                <a href=\"https://hagarbath.com/shop/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">Continue reading</a>            \n</article>\n<article id=\"post-893\">\n									<a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/8-pmmjf8rjjxkp9bqy382l176ou2purtvc9zgtj1wrxm.jpg\" title=\"8\" alt=\"8\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">There Are Many Variations Of Passages</a></h2>\n										<time datetime=\"May 7, 2020\">\n					May 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/#respond\" >0</a>					\n                Sed ut perspiciatis unde omnis iste natus error sit voluptate accusantium doloremque laudantium, totam                <a href=\"https://hagarbath.com/shop/2020/05/07/there-are-many-variations-of-passages/\">Continue reading</a>            \n</article>\n<article id=\"post-892\">\n									<a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/7-pmmjf7tpd3jexpsb8pnygpf88ouhk4rlxutc1ry63u.jpg\" title=\"7\" alt=\"7\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">Namlibe Tempore, Cumsoluta Nobis</a></h2>\n										<time datetime=\"April 7, 2020\">\n					April 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/#respond\" >0</a>					\n                But I must explain to you how all this mistaken idea of denou pleasure and praising pain was born and...                <a href=\"https://hagarbath.com/shop/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">Continue reading</a>            \n</article>\n<article id=\"post-894\">\n									<a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">\n						<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/9-pmmjfdgqi3r4vdk4bs3pvnzzt02oubdzymq8xfpt2i.jpg\" title=\"9\" alt=\"9\" />					</a>\n									<a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">Latin Words Combined With Models</a></h2>\n										<time datetime=\"March 7, 2020\">\n					March 7, 2020</time>\n				<a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/#respond\" >0</a>					\n                Lorem ipsum dolor sit amet, consectetur adipiscing elitsed do eiusmod tempor incididunt ut labore et dolore                <a href=\"https://hagarbath.com/shop/2020/03/07/latin-words-combined-with-models/\">Continue reading</a>            \n</article>\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 10:03:48', '2022-04-01 10:03:48', '', 18, 'https://hagarbath.com/shop/?p=3958', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3959, 1, '2022-04-01 10:03:49', '2022-04-01 10:03:49', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>Find Exactly What You Need</h2>		\n		Xstore is World\'s largest online marketplace connecting buyers with suppliers.		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Electronic (12)    							\n							                        </li>\n					                        <li\n                            >\n    								Fashion (9)    							\n							                        </li>\n					                        <li\n                            >\n    								Furniture (15)    							\n							                        </li>\n					                        <li\n                            >\n    								Groceries (3)    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Clothing</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6097 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h2>Handpicked Products For You</h2>		\n			<h1>Nice looking XStore Niche Market02 Demo </h1>		\n		<p>Save up to $100 on select washing machine only.</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Discover More\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 10:03:49', '2022-04-01 10:03:49', '', 18, 'https://hagarbath.com/shop/?p=3959', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3961, 1, '2022-04-01 10:12:57', '2022-04-01 10:12:57', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>Find Exactly What You Need</h2>		\n		Xstore is World\'s largest online marketplace connecting buyers with suppliers.		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Electronic (12)    							\n							                        </li>\n					                        <li\n                            >\n    								Fashion (9)    							\n							                        </li>\n					                        <li\n                            >\n    								Furniture (15)    							\n							                        </li>\n					                        <li\n                            >\n    								Groceries (3)    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Clothing</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6097 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h2>Handpicked Products For You</h2>		\n			<h1>Nice looking XStore Niche Market02 Demo </h1>		\n		<p>Save up to $100 on select washing machine only.</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Discover More\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 10:12:57', '2022-04-01 10:12:57', '', 18, 'https://hagarbath.com/shop/?p=3961', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3962, 1, '2022-04-01 10:12:58', '2022-04-01 10:12:58', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>Find Exactly What You Need</h2>		\n		Xstore is World\'s largest online marketplace connecting buyers with suppliers.		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Electronic (12)    							\n							                        </li>\n					                        <li\n                            >\n    								Fashion (9)    							\n							                        </li>\n					                        <li\n                            >\n    								Furniture (15)    							\n							                        </li>\n					                        <li\n                            >\n    								Groceries (3)    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Clothing</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6097 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h2>Handpicked Products For You</h2>		\n			<h1>Nice looking XStore Niche Market02 Demo </h1>		\n		<p>Save up to $100 on select washing machine only.</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Discover More\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 10:12:58', '2022-04-01 10:12:58', '', 18, 'https://hagarbath.com/shop/?p=3962', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3963, 1, '2022-04-01 10:12:59', '2022-04-01 10:12:59', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Package</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Clothing</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9573 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h2>Handpicked Products For You</h2>		\n			<h1>Nice looking XStore Niche Market02 Demo </h1>		\n		<p>Save up to $100 on select washing machine only.</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Discover More\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 10:12:59', '2022-04-01 10:12:59', '', 18, 'https://hagarbath.com/shop/?p=3963', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3964, 1, '2022-04-01 10:17:03', '2022-04-01 10:17:03', '<h2>Save upto 50% flate on\nBathroom faucets</h2>\nSave up to Rs 2500 on select washing machine only.\n<a role=\"button\" href=\"#\">\nStart Shopping\n</a>\n\n{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}', 'Electronic tab - niche-market02', '', 'inherit', 'closed', 'closed', '', '1200-autosave-v1', '', '', '2022-04-01 10:17:03', '2022-04-01 10:17:03', '', 1200, 'https://hagarbath.com/shop/?p=3964', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3966, 1, '2022-04-01 10:27:51', '2022-04-01 10:27:51', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Package</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Clothing</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9573 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h2>Handpicked Products For You</h2>		\n			<h1>Nice looking XStore Niche Market02 Demo </h1>		\n		<p>Save up to $100 on select washing machine only.</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Discover More\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 10:27:51', '2022-04-01 10:27:51', '', 18, 'https://hagarbath.com/shop/?p=3966', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3967, 1, '2022-04-01 10:27:53', '2022-04-01 10:27:53', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Package</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Clothing</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9573 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h2>Handpicked Products For You</h2>		\n			<h1>Nice looking XStore Niche Market02 Demo </h1>		\n		<p>Save up to $100 on select washing machine only.</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Discover More\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 10:27:53', '2022-04-01 10:27:53', '', 18, 'https://hagarbath.com/shop/?p=3967', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3968, 1, '2022-04-01 10:27:54', '2022-04-01 10:27:54', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Package</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Clothing</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4959 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h2>Handpicked Products For You</h2>		\n			<h1>Nice looking XStore Niche Market02 Demo </h1>		\n		<p>Save up to $100 on select washing machine only.</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Discover More\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 10:27:54', '2022-04-01 10:27:54', '', 18, 'https://hagarbath.com/shop/?p=3968', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3969, 1, '2022-04-01 10:35:32', '2022-04-01 10:35:32', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Package</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Clothing</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4959 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h2>Handpicked Products For You</h2>		\n			<h1>Nice looking XStore Niche Market02 Demo </h1>		\n		<p>Save up to $100 on select washing machine only.</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Discover More\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 10:35:32', '2022-04-01 10:35:32', '', 18, 'https://hagarbath.com/shop/?p=3969', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3970, 1, '2022-04-01 10:35:33', '2022-04-01 10:35:33', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Package</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Clothing</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4959 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h2>Handpicked Products For You</h2>		\n			<h1>Nice looking XStore Niche Market02 Demo </h1>		\n		<p>Save up to $100 on select washing machine only.</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Discover More\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 10:35:33', '2022-04-01 10:35:33', '', 18, 'https://hagarbath.com/shop/?p=3970', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3971, 1, '2022-04-01 10:35:34', '2022-04-01 10:35:34', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Package</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-2142 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 10:35:34', '2022-04-01 10:35:34', '', 18, 'https://hagarbath.com/shop/?p=3971', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3972, 1, '2022-04-01 11:04:10', '2022-04-01 11:04:10', '<!-- wp:shortcode -->\n[woocommerce_my_account]\n<!-- /wp:shortcode -->', 'My account', '', 'inherit', 'closed', 'closed', '', '17-autosave-v1', '', '', '2022-04-01 11:04:10', '2022-04-01 11:04:10', '', 17, 'https://hagarbath.com/shop/?p=3972', 0, 'revision', '', 0),
(3974, 1, '2022-04-01 11:07:01', '2022-04-01 11:07:01', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo-6', '', '', '2022-04-02 09:38:24', '2022-04-02 09:38:24', '', 48, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/logo.png', 0, 'attachment', 'image/png', 0),
(3976, 1, '2022-04-01 11:25:53', '2022-04-01 11:25:53', ' ', '', '', 'publish', 'closed', 'closed', '', '3976', '', '', '2022-04-01 11:25:53', '2022-04-01 11:25:53', '', 0, 'https://hagarbath.com/shop/?p=3976', 1, 'nav_menu_item', '', 0),
(3977, 1, '2022-04-01 11:25:53', '2022-04-01 11:25:53', ' ', '', '', 'publish', 'closed', 'closed', '', '3977', '', '', '2022-04-01 11:25:53', '2022-04-01 11:25:53', '', 0, 'https://hagarbath.com/shop/?p=3977', 2, 'nav_menu_item', '', 0),
(3978, 1, '2022-04-01 11:25:54', '2022-04-01 11:25:54', ' ', '', '', 'publish', 'closed', 'closed', '', '3978', '', '', '2022-04-01 11:25:54', '2022-04-01 11:25:54', '', 0, 'https://hagarbath.com/shop/?p=3978', 3, 'nav_menu_item', '', 0),
(3979, 1, '2022-04-01 11:25:54', '2022-04-01 11:25:54', ' ', '', '', 'publish', 'closed', 'closed', '', '3979', '', '', '2022-04-01 11:25:54', '2022-04-01 11:25:54', '', 0, 'https://hagarbath.com/shop/?p=3979', 4, 'nav_menu_item', '', 0),
(3980, 1, '2022-04-01 11:25:54', '2022-04-01 11:25:54', ' ', '', '', 'publish', 'closed', 'closed', '', '3980', '', '', '2022-04-01 11:25:54', '2022-04-01 11:25:54', '', 0, 'https://hagarbath.com/shop/?p=3980', 5, 'nav_menu_item', '', 0),
(3981, 1, '2022-04-01 11:25:54', '2022-04-01 11:25:54', ' ', '', '', 'publish', 'closed', 'closed', '', '3981', '', '', '2022-04-01 11:25:54', '2022-04-01 11:25:54', '', 0, 'https://hagarbath.com/shop/?p=3981', 6, 'nav_menu_item', '', 0),
(3982, 1, '2022-04-01 11:25:54', '2022-04-01 11:25:54', ' ', '', '', 'publish', 'closed', 'closed', '', '3982', '', '', '2022-04-01 11:25:54', '2022-04-01 11:25:54', '', 0, 'https://hagarbath.com/shop/?p=3982', 7, 'nav_menu_item', '', 0),
(3983, 1, '2022-04-01 11:25:54', '2022-04-01 11:25:54', ' ', '', '', 'publish', 'closed', 'closed', '', '3983', '', '', '2022-04-01 11:25:54', '2022-04-01 11:25:54', '', 0, 'https://hagarbath.com/shop/?p=3983', 8, 'nav_menu_item', '', 0),
(3984, 1, '2022-04-01 11:25:54', '2022-04-01 11:25:54', ' ', '', '', 'publish', 'closed', 'closed', '', '3984', '', '', '2022-04-01 11:25:54', '2022-04-01 11:25:54', '', 0, 'https://hagarbath.com/shop/?p=3984', 9, 'nav_menu_item', '', 0),
(3985, 1, '2022-04-01 11:25:54', '2022-04-01 11:25:54', ' ', '', '', 'publish', 'closed', 'closed', '', '3985', '', '', '2022-04-01 11:25:54', '2022-04-01 11:25:54', '', 0, 'https://hagarbath.com/shop/?p=3985', 10, 'nav_menu_item', '', 0),
(3986, 1, '2022-04-01 11:25:54', '2022-04-01 11:25:54', ' ', '', '', 'publish', 'closed', 'closed', '', '3986', '', '', '2022-04-01 11:25:54', '2022-04-01 11:25:54', '', 0, 'https://hagarbath.com/shop/?p=3986', 11, 'nav_menu_item', '', 0),
(3987, 1, '2022-04-01 11:25:54', '2022-04-01 11:25:54', ' ', '', '', 'publish', 'closed', 'closed', '', '3987', '', '', '2022-04-01 11:25:54', '2022-04-01 11:25:54', '', 0, 'https://hagarbath.com/shop/?p=3987', 12, 'nav_menu_item', '', 0),
(3996, 1, '2022-04-01 12:14:13', '2022-04-01 12:14:13', '', 'bathroom-g2b96ba125_1280', '', 'inherit', 'open', 'closed', '', 'bathroom-g2b96ba125_1280', '', '', '2022-04-01 12:14:13', '2022-04-01 12:14:13', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/bathroom-g2b96ba125_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(3997, 1, '2022-04-01 12:15:02', '2022-04-01 12:15:02', '', 'bathroom-g710c29298_1920', '', 'inherit', 'open', 'closed', '', 'bathroom-g710c29298_1920', '', '', '2022-04-01 12:15:02', '2022-04-01 12:15:02', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/bathroom-g710c29298_1920.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3998, 1, '2022-04-01 12:19:13', '2022-04-01 12:19:13', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Package</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-2142 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 12:19:13', '2022-04-01 12:19:13', '', 18, 'https://hagarbath.com/shop/?p=3998', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3999, 1, '2022-04-01 12:19:14', '2022-04-01 12:19:14', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Package</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-2142 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 12:19:14', '2022-04-01 12:19:14', '', 18, 'https://hagarbath.com/shop/?p=3999', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4000, 1, '2022-04-01 12:19:15', '2022-04-01 12:19:15', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-3-1-min-pmmjgbavjo8iie4lxjmq2v9eojdjop4pg406qv8r38.jpg\" title=\"5-3-1-min\" alt=\"5-3-1-min\" />	    	\n				<h2>Remarkably Unique</h2>		    	\n								Button Title							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7271 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 12:19:15', '2022-04-01 12:19:15', '', 18, 'https://hagarbath.com/shop/?p=4000', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4001, 1, '2022-04-01 12:19:39', '2022-04-01 12:19:39', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-3-1-min-pmmjgbavjo8iie4lxjmq2v9eojdjop4pg406qv8r38.jpg\" title=\"5-3-1-min\" alt=\"5-3-1-min\" />	    	\n				<h2>Remarkably Unique</h2>		    	\n								Button Title							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7271 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 12:19:39', '2022-04-01 12:19:39', '', 18, 'https://hagarbath.com/shop/?p=4001', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4002, 1, '2022-04-01 12:19:40', '2022-04-01 12:19:40', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-3-1-min-pmmjgbavjo8iie4lxjmq2v9eojdjop4pg406qv8r38.jpg\" title=\"5-3-1-min\" alt=\"5-3-1-min\" />	    	\n				<h2>Remarkably Unique</h2>		    	\n								Button Title							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7271 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 12:19:40', '2022-04-01 12:19:40', '', 18, 'https://hagarbath.com/shop/?p=4002', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4003, 1, '2022-04-01 12:19:41', '2022-04-01 12:19:41', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-3-1-min-pmmjgbavjo8iie4lxjmq2v9eojdjop4pg406qv8r38.jpg\" title=\"5-3-1-min\" alt=\"5-3-1-min\" />	    	\n				<h2>Remarkably Unique</h2>		    	\n								Shop Now							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7753 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 12:19:41', '2022-04-01 12:19:41', '', 18, 'https://hagarbath.com/shop/?p=4003', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4005, 1, '2022-04-01 12:21:17', '2022-04-01 12:21:17', '', 'faucet-g4c755f825_1920', '', 'inherit', 'open', 'closed', '', 'faucet-g4c755f825_1920', '', '', '2022-04-01 12:21:17', '2022-04-01 12:21:17', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4006, 1, '2022-04-01 12:22:51', '2022-04-01 12:22:51', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-3-1-min-pmmjgbavjo8iie4lxjmq2v9eojdjop4pg406qv8r38.jpg\" title=\"5-3-1-min\" alt=\"5-3-1-min\" />	    	\n				<h2>Remarkably Unique</h2>		    	\n								Shop Now							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7753 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 12:22:51', '2022-04-01 12:22:51', '', 18, 'https://hagarbath.com/shop/?p=4006', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4007, 1, '2022-04-01 12:22:52', '2022-04-01 12:22:52', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-3-1-min-pmmjgbavjo8iie4lxjmq2v9eojdjop4pg406qv8r38.jpg\" title=\"5-3-1-min\" alt=\"5-3-1-min\" />	    	\n				<h2>Remarkably Unique</h2>		    	\n								Shop Now							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7753 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 12:22:52', '2022-04-01 12:22:52', '', 18, 'https://hagarbath.com/shop/?p=4007', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4008, 1, '2022-04-01 12:22:53', '2022-04-01 12:22:53', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>Remarkably Unique</h2>		    	\n								Shop Now							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7961 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 12:22:53', '2022-04-01 12:22:53', '', 18, 'https://hagarbath.com/shop/?p=4008', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4009, 1, '2022-04-01 12:23:30', '2022-04-01 12:23:30', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>Remarkably Unique</h2>		    	\n								Shop Now							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7961 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 12:23:30', '2022-04-01 12:23:30', '', 18, 'https://hagarbath.com/shop/?p=4009', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4010, 1, '2022-04-01 12:23:31', '2022-04-01 12:23:31', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>Remarkably Unique</h2>		    	\n								Shop Now							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7961 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 12:23:31', '2022-04-01 12:23:31', '', 18, 'https://hagarbath.com/shop/?p=4010', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4011, 1, '2022-04-01 12:23:32', '2022-04-01 12:23:32', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>Remarkably Unique</h2>		    	\n								Shop Now							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1927 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 12:23:32', '2022-04-01 12:23:32', '', 18, 'https://hagarbath.com/shop/?p=4011', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4012, 1, '2022-04-01 12:24:45', '2022-04-01 12:24:45', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>Remarkably Unique</h2>		    	\n								Shop Now							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1927 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 12:24:45', '2022-04-01 12:24:45', '', 18, 'https://hagarbath.com/shop/?p=4012', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4014, 1, '2022-04-01 12:24:47', '2022-04-01 12:24:47', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>Remarkably Unique</h2>		    	\n								Shop Now							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1927 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 12:24:47', '2022-04-01 12:24:47', '', 18, 'https://hagarbath.com/shop/?p=4014', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4015, 1, '2022-04-01 12:24:49', '2022-04-01 12:24:49', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>Remarkably Unique</h2>		    	\n								Shop Now							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6194 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 12:24:49', '2022-04-01 12:24:49', '', 18, 'https://hagarbath.com/shop/?p=4015', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4017, 1, '2022-04-01 12:35:42', '2022-04-01 12:35:42', '', 'pexels-skitterphoto-349749', '', 'inherit', 'open', 'closed', '', 'pexels-skitterphoto-349749', '', '', '2022-04-01 12:35:42', '2022-04-01 12:35:42', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749.jpg', 0, 'attachment', 'image/jpeg', 0),
(4018, 1, '2022-04-01 12:39:48', '2022-04-01 12:39:48', '', 'pexels-la-miko-3616774', '', 'inherit', 'open', 'closed', '', 'pexels-la-miko-3616774', '', '', '2022-04-01 12:39:48', '2022-04-01 12:39:48', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-la-miko-3616774.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4019, 1, '2022-04-01 12:50:01', '2022-04-01 12:50:01', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>Remarkably Unique</h2>		    	\n								Shop Now							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6194 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 12:50:01', '2022-04-01 12:50:01', '', 18, 'https://hagarbath.com/shop/?p=4019', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4020, 1, '2022-04-01 12:50:03', '2022-04-01 12:50:03', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>Remarkably Unique</h2>		    	\n								Shop Now							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6194 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 12:50:03', '2022-04-01 12:50:03', '', 18, 'https://hagarbath.com/shop/?p=4020', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4021, 1, '2022-04-01 12:50:04', '2022-04-01 12:50:04', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/pexels-skitterphoto-349749-scaled-pmq3nd7yy5w9yii79fe1b9xd0cd69gklyi5mhdzep0.jpg\" title=\"pexels-skitterphoto-349749\" alt=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-3-1-min-pmmjgbavjo8iie4lxjmq2v9eojdjop4pg406qv8r38.jpg\" title=\"5-3-1-min\" alt=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Kitchen Mixer Faucet upto 60% off</h2>		    	\n								Explore Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n						        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/categories-carousel.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/elementor/categories.min.css\" type=\"text/css\" media=\"all\" /> 		\n		<a href=\"https://hagarbath.com/shop/product-category/uncategorized/\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png\" alt=\"Uncategorized\" width=\"300\" height=\"300\" /></a>\n							<a href=\"https://hagarbath.com/shop/product-category/uncategorized/\">                        <h4>Uncategorized</h4>\n                    </a>							<a href=\"https://hagarbath.com/shop/product-category/uncategorized/\"> <mark>36 products</mark></a>			        \n                <style>.swiper-container.slider-8899:not(.initialized) .swiper-slide {width: 100% !important;}@media only screen and (min-width: 640px) { .swiper-container.slider-8899:not(.initialized) .swiper-slide {width: 50% !important;}}@media only screen and (min-width: 1024px) { .swiper-container.slider-8899:not(.initialized) .swiper-slide {width: 33.333333333333% !important;}}@media only screen and (min-width: 1370px) { .swiper-container.slider-8899:not(.initialized) .swiper-slide {width: 25% !important;}}</style>				\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8392 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 12:50:04', '2022-04-01 12:50:04', '', 18, 'https://hagarbath.com/shop/?p=4021', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4024, 1, '2022-04-01 13:26:23', '2022-04-01 13:26:23', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/pexels-skitterphoto-349749-scaled-pmq3nd7yy5w9yii79fe1b9xd0cd69gklyi5mhdzep0.jpg\" title=\"pexels-skitterphoto-349749\" alt=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-3-1-min-pmmjgbavjo8iie4lxjmq2v9eojdjop4pg406qv8r38.jpg\" title=\"5-3-1-min\" alt=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Kitchen Mixer Faucet upto 60% off</h2>		    	\n								Explore Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n						        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/categories-carousel.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/elementor/categories.min.css\" type=\"text/css\" media=\"all\" /> 		\n		<a href=\"https://hagarbath.com/shop/product-category/uncategorized/\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png\" alt=\"Uncategorized\" width=\"300\" height=\"300\" /></a>\n							<a href=\"https://hagarbath.com/shop/product-category/uncategorized/\">                        <h4>Uncategorized</h4>\n                    </a>							<a href=\"https://hagarbath.com/shop/product-category/uncategorized/\"> <mark>36 products</mark></a>			        \n                <style>.swiper-container.slider-8899:not(.initialized) .swiper-slide {width: 100% !important;}@media only screen and (min-width: 640px) { .swiper-container.slider-8899:not(.initialized) .swiper-slide {width: 50% !important;}}@media only screen and (min-width: 1024px) { .swiper-container.slider-8899:not(.initialized) .swiper-slide {width: 33.333333333333% !important;}}@media only screen and (min-width: 1370px) { .swiper-container.slider-8899:not(.initialized) .swiper-slide {width: 25% !important;}}</style>				\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8392 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 13:26:23', '2022-04-01 13:26:23', '', 18, 'https://hagarbath.com/shop/?p=4024', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4025, 1, '2022-04-01 13:26:24', '2022-04-01 13:26:24', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/pexels-skitterphoto-349749-scaled-pmq3nd7yy5w9yii79fe1b9xd0cd69gklyi5mhdzep0.jpg\" title=\"pexels-skitterphoto-349749\" alt=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-3-1-min-pmmjgbavjo8iie4lxjmq2v9eojdjop4pg406qv8r38.jpg\" title=\"5-3-1-min\" alt=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Kitchen Mixer Faucet upto 60% off</h2>		    	\n								Explore Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n						        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/categories-carousel.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/elementor/categories.min.css\" type=\"text/css\" media=\"all\" /> 		\n		<a href=\"https://hagarbath.com/shop/product-category/uncategorized/\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png\" alt=\"Uncategorized\" width=\"300\" height=\"300\" /></a>\n							<a href=\"https://hagarbath.com/shop/product-category/uncategorized/\">                        <h4>Uncategorized</h4>\n                    </a>							<a href=\"https://hagarbath.com/shop/product-category/uncategorized/\"> <mark>36 products</mark></a>			        \n                <style>.swiper-container.slider-8899:not(.initialized) .swiper-slide {width: 100% !important;}@media only screen and (min-width: 640px) { .swiper-container.slider-8899:not(.initialized) .swiper-slide {width: 50% !important;}}@media only screen and (min-width: 1024px) { .swiper-container.slider-8899:not(.initialized) .swiper-slide {width: 33.333333333333% !important;}}@media only screen and (min-width: 1370px) { .swiper-container.slider-8899:not(.initialized) .swiper-slide {width: 25% !important;}}</style>				\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8392 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 13:26:24', '2022-04-01 13:26:24', '', 18, 'https://hagarbath.com/shop/?p=4025', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4026, 1, '2022-04-01 13:26:25', '2022-04-01 13:26:25', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/pexels-skitterphoto-349749-scaled-pmq3nd7yy5w9yii79fe1b9xd0cd69gklyi5mhdzep0.jpg\" title=\"pexels-skitterphoto-349749\" alt=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-3-1-min-pmmjgbavjo8iie4lxjmq2v9eojdjop4pg406qv8r38.jpg\" title=\"5-3-1-min\" alt=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Kitchen Mixer Faucet upto 60% off</h2>		    	\n								Explore Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n                                            <img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                        \n                                                                <h3>\n                                    Kitchen Mixer                                </h3>\n                        <a href=\"#\">Button</a>\n										<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                    \n								                            <h3>\n								Bathroom                            </h3>\n								Lorem ipsum dolor sit amet consectetur adipiscing elit dolor                            \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1686 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-01 13:26:25', '2022-04-01 13:26:25', '', 18, 'https://hagarbath.com/shop/?p=4026', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4027, 1, '2022-04-02 09:08:36', '2022-04-02 09:08:36', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/pexels-skitterphoto-349749-scaled-pmq3nd7yy5w9yii79fe1b9xd0cd69gklyi5mhdzep0.jpg\" title=\"pexels-skitterphoto-349749\" alt=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-3-1-min-pmmjgbavjo8iie4lxjmq2v9eojdjop4pg406qv8r38.jpg\" title=\"5-3-1-min\" alt=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Kitchen Mixer Faucet upto 60% off</h2>		    	\n								Explore Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n                                            <img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                        \n                                                                <h3>\n                                    Kitchen Mixer                                </h3>\n                        <a href=\"#\">Button</a>\n										<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                    \n								                            <h3>\n								Bathroom                            </h3>\n								Lorem ipsum dolor sit amet consectetur adipiscing elit dolor                            \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1686 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-02 09:08:36', '2022-04-02 09:08:36', '', 18, 'https://hagarbath.com/shop/?p=4027', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4028, 1, '2022-04-02 09:08:38', '2022-04-02 09:08:38', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/pexels-skitterphoto-349749-scaled-pmq3nd7yy5w9yii79fe1b9xd0cd69gklyi5mhdzep0.jpg\" title=\"pexels-skitterphoto-349749\" alt=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-3-1-min-pmmjgbavjo8iie4lxjmq2v9eojdjop4pg406qv8r38.jpg\" title=\"5-3-1-min\" alt=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Kitchen Mixer Faucet upto 60% off</h2>		    	\n								Explore Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n                                            <img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                        \n                                                                <h3>\n                                    Kitchen Mixer                                </h3>\n                        <a href=\"#\">Button</a>\n										<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                    \n								                            <h3>\n								Bathroom                            </h3>\n								Lorem ipsum dolor sit amet consectetur adipiscing elit dolor                            \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1686 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-02 09:08:38', '2022-04-02 09:08:38', '', 18, 'https://hagarbath.com/shop/?p=4028', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4029, 1, '2022-04-02 09:08:39', '2022-04-02 09:08:39', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/pexels-skitterphoto-349749-scaled-pmq3nd7yy5w9yii79fe1b9xd0cd69gklyi5mhdzep0.jpg\" title=\"pexels-skitterphoto-349749\" alt=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-3-1-min-pmmjgbavjo8iie4lxjmq2v9eojdjop4pg406qv8r38.jpg\" title=\"5-3-1-min\" alt=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Kitchen Mixer Faucet upto 60% off</h2>		    	\n								Explore Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n                                            <img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                        \n                                                                <h3>\n                                    Kitchen Mixer                                </h3>\n                        <a href=\"#\">Button</a>\n										<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                    \n								                            <h3>\n								Bathroom                            </h3>\n								Lorem ipsum dolor sit amet consectetur adipiscing elit dolor                            \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6074 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-02 09:08:39', '2022-04-02 09:08:39', '', 18, 'https://hagarbath.com/shop/?p=4029', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4032, 1, '2022-04-04 06:05:01', '2022-04-04 06:05:01', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/pexels-skitterphoto-349749-scaled-pmq3nd7yy5w9yii79fe1b9xd0cd69gklyi5mhdzep0.jpg\" title=\"pexels-skitterphoto-349749\" alt=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-3-1-min-pmmjgbavjo8iie4lxjmq2v9eojdjop4pg406qv8r38.jpg\" title=\"5-3-1-min\" alt=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Kitchen Mixer Faucet upto 60% off</h2>		    	\n								Explore Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n                                            <img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                        \n                                                                <h3>\n                                    Kitchen Mixer                                </h3>\n                        <a href=\"#\">Button</a>\n										<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                    \n								                            <h3>\n								Bathroom                            </h3>\n								Lorem ipsum dolor sit amet consectetur adipiscing elit dolor                            \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6074 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-04 06:05:01', '2022-04-04 06:05:01', '', 18, 'https://hagarbath.com/shop/?p=4032', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4033, 1, '2022-04-04 06:05:03', '2022-04-04 06:05:03', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/pexels-skitterphoto-349749-scaled-pmq3nd7yy5w9yii79fe1b9xd0cd69gklyi5mhdzep0.jpg\" title=\"pexels-skitterphoto-349749\" alt=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-3-1-min-pmmjgbavjo8iie4lxjmq2v9eojdjop4pg406qv8r38.jpg\" title=\"5-3-1-min\" alt=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Kitchen Mixer Faucet upto 60% off</h2>		    	\n								Explore Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n                                            <img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                        \n                                                                <h3>\n                                    Kitchen Mixer                                </h3>\n                        <a href=\"#\">Button</a>\n										<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                    \n								                            <h3>\n								Bathroom                            </h3>\n								Lorem ipsum dolor sit amet consectetur adipiscing elit dolor                            \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6074 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-04 06:05:03', '2022-04-04 06:05:03', '', 18, 'https://hagarbath.com/shop/?p=4033', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4034, 1, '2022-04-04 06:05:04', '2022-04-04 06:05:04', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/pexels-skitterphoto-349749-scaled-pmq3nd7yy5w9yii79fe1b9xd0cd69gklyi5mhdzep0.jpg\" title=\"pexels-skitterphoto-349749\" alt=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-3-1-min-pmmjgbavjo8iie4lxjmq2v9eojdjop4pg406qv8r38.jpg\" title=\"5-3-1-min\" alt=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Kitchen Mixer Faucet upto 60% off</h2>		    	\n								Explore Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n                                            <img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                        \n                                                                <h3>\n                                    Kitchen Mixer                                </h3>\n                        <a href=\"#\">Button</a>\n										<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                    \n								                            <h3>\n								Bathroom                            </h3>\n								Lorem ipsum dolor sit amet consectetur adipiscing elit dolor                            \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5032 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-04 06:05:04', '2022-04-04 06:05:04', '', 18, 'https://hagarbath.com/shop/?p=4034', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4037, 1, '2022-04-04 10:07:43', '2022-04-04 10:07:43', '', 'Hagar Intro', '', 'inherit', 'open', 'closed', '', 'whatsapp-video-2022-04-04-at-1-24-49-pm', '', '', '2022-04-04 10:07:59', '2022-04-04 10:07:59', '', 211, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4', 0, 'attachment', 'video/mp4', 0),
(4038, 1, '2022-04-04 10:08:30', '2022-04-04 10:08:30', '', 'WhatsApp Video 2022-04-04 at 1.24.22 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-video-2022-04-04-at-1-24-22-pm', '', '', '2022-04-04 10:08:30', '2022-04-04 10:08:30', '', 211, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.22-PM.mp4', 0, 'attachment', 'video/mp4', 0),
(4040, 1, '2022-04-04 10:10:34', '2022-04-04 10:10:34', '', 'WhatsApp Video 2022-04-04 at 1.24.22 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-video-2022-04-04-at-1-24-22-pm-2', '', '', '2022-04-04 10:10:34', '2022-04-04 10:10:34', '', 211, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.22-PM-1.mp4', 0, 'attachment', 'video/mp4', 0),
(4041, 1, '2022-04-04 10:12:33', '2022-04-04 10:12:33', '', 'WhatsApp Video 2022-04-04 at 1.24.22 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-video-2022-04-04-at-1-24-22-pm-3', '', '', '2022-04-04 10:12:33', '2022-04-04 10:12:33', '', 211, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.22-PM-2.mp4', 0, 'attachment', 'video/mp4', 0),
(4042, 1, '2022-04-04 10:13:17', '2022-04-04 10:13:17', '', 'WhatsApp Video 2022-04-04 at 1.24.22 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-video-2022-04-04-at-1-24-22-pm-4', '', '', '2022-04-04 10:13:17', '2022-04-04 10:13:17', '', 211, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.22-PM-3.mp4', 0, 'attachment', 'video/mp4', 0),
(4043, 1, '2022-04-04 10:18:36', '2022-04-04 10:18:36', '', 'Hagar review', '', 'inherit', 'open', 'closed', '', 'whatsapp-video-2022-04-04-at-1-24-22-pm-5', '', '', '2022-04-04 10:18:46', '2022-04-04 10:18:46', '', 211, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4', 0, 'attachment', 'video/mp4', 0),
(4044, 1, '2022-04-04 10:20:29', '2022-04-04 10:20:29', '<h2>About us</h2>		\n		Passion may be a friendly or eager interest in or admiration for a proposal,\ncause, discovery, or activity or love to a feeling of excitement.		\n			<figure><img width=\"50\" height=\"50\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-5.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Free Shipping Worldwide</h3><p>Our products are free in delivery\nafter shopping on $999</p>		\n			<figure><img width=\"42\" height=\"42\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Weekly Gifts Members</h3><p>We are your one-stop shop for\nnationwide online store.</p>		\n			<figure><img width=\"42\" height=\"42\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Money Back Guarantee</h3><p>Start saving straight away with\ndiscount offer on items.</p>		\n			<figure><img width=\"42\" height=\"42\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>24/7 Supermarket Help</h3><p>We work for all customer to make\nsatisfied shoppers value.</p>		\n			<figure><img width=\"450\" height=\"250\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-9.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>What Do We Do?</h3><p>Sed ut perspiciatis unde omnis iste natu errorit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae inventore\nveritatis et quasi architecto</p>		\n			<figure><img width=\"450\" height=\"250\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Mission & Vision</h3><p>It is a long established fact that a reader will be distracted by the readables content of a page when looking layout. The point of using Lorem Ipsum\nthat has a more-or-less norma.</p>		\n			<figure><img width=\"450\" height=\"250\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>History Of Us</h3><p>There are many variation of passage of Lorem available, but the majiority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slight believable.</p>		\n			<h2>956+</h2>		\n		Employee Empowered		\n			<h2>10M</h2>		\n		Worldwide Distributors		\n			<h2>7550+</h2>		\n		Receive Daily Ordered		\n			<h2>80%</h2>		\n		Get Growth Per Year		\n			<h2>2150+</h2>		\n		Overall Top Brands		\n			<h2>Our Client Testimonial</h2>		\n		It is a long established fact that a reader will be distracted by the readables content of a page when ooking layout. The point of using its Lorem Ipsum that has a more-or-less. Is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable.		\n			                        <img width=\"85\" height=\"85\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar.jpg 85w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar-10x10.jpg 10w\" sizes=\"(max-width: 85px) 100vw, 85px\" />\n	                                                        This is by far the best theme on Themeforest. It adapts to a lot of the plugins, and their customer support is great. I really love this theme! Thanks 8theme.\n	                        	                                                        Judith Mckinney\n	                                                        Seychelles\n			                        <img width=\"85\" height=\"85\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar-1.jpg 85w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar-1-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar-1-10x10.jpg 10w\" sizes=\"(max-width: 85px) 100vw, 85px\" />\n	                                                        Best support! Thank you very much for you help and fast response. Definetly I will choose xsore for one of the next projects.\n	                        	                                                        Brandon Pena\n	                                                        Benin\n			<h2>Meet Our Executive Members</h2>		\n		                <img width=\"258\" height=\"258\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Box.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Box.jpg 258w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Box-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Box-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Box-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Box-100x100.jpg 100w\" sizes=\"(max-width: 258px) 100vw, 258px\" />		                \n                                    <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Twitter\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Skype\n                                                    </a>\n			        	<h4>Thomas Jacky</h4><h5>CEO/Founder</h5>\n		                <img width=\"258\" height=\"258\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4-1.jpg 258w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4-1-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4-1-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4-1-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4-1-100x100.jpg 100w\" sizes=\"(max-width: 258px) 100vw, 258px\" />		                \n                                    <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Twitter\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Skype\n                                                    </a>\n			        	<h4>Anna Baranov </h4><h5>Support Boss</h5>\n		                <img width=\"258\" height=\"258\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5-1.jpg 258w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5-1-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5-1-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5-1-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5-1-100x100.jpg 100w\" sizes=\"(max-width: 258px) 100vw, 258px\" />		                \n                                    <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Twitter\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Skype\n                                                    </a>\n			        	<h4>Andre Kowalsy </h4><h5>Client Care Taker</h5>\n		                <img width=\"258\" height=\"258\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1.jpg 258w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1-100x100.jpg 100w\" sizes=\"(max-width: 258px) 100vw, 258px\" />		                \n                                    <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Twitter\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Skype\n                                                    </a>\n			        	<h4>Susan McCain </h4><h5>Packaging Girl</h5>\n		                <img width=\"258\" height=\"258\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Box.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Box.jpg 258w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Box-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Box-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Box-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Box-100x100.jpg 100w\" sizes=\"(max-width: 258px) 100vw, 258px\" />		                \n                                    <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Twitter\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Skype\n                                                    </a>\n			        	<h4>Jack Doe </h4><h5>Support Manager</h5>', 'About us', '', 'inherit', 'closed', 'closed', '', '211-revision-v1', '', '', '2022-04-04 10:20:29', '2022-04-04 10:20:29', '', 211, 'https://hagarbath.com/shop/?p=4044', 0, 'revision', '', 0),
(4045, 1, '2022-04-04 10:20:31', '2022-04-04 10:20:31', '<h2>About us</h2>		\n		Passion may be a friendly or eager interest in or admiration for a proposal,\ncause, discovery, or activity or love to a feeling of excitement.		\n			<figure><img width=\"50\" height=\"50\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-5.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Free Shipping Worldwide</h3><p>Our products are free in delivery\nafter shopping on $999</p>		\n			<figure><img width=\"42\" height=\"42\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Weekly Gifts Members</h3><p>We are your one-stop shop for\nnationwide online store.</p>		\n			<figure><img width=\"42\" height=\"42\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Money Back Guarantee</h3><p>Start saving straight away with\ndiscount offer on items.</p>		\n			<figure><img width=\"42\" height=\"42\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>24/7 Supermarket Help</h3><p>We work for all customer to make\nsatisfied shoppers value.</p>		\n			<figure><img width=\"450\" height=\"250\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-9.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>What Do We Do?</h3><p>Sed ut perspiciatis unde omnis iste natu errorit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae inventore\nveritatis et quasi architecto</p>		\n			<figure><img width=\"450\" height=\"250\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Mission & Vision</h3><p>It is a long established fact that a reader will be distracted by the readables content of a page when looking layout. The point of using Lorem Ipsum\nthat has a more-or-less norma.</p>		\n			<figure><img width=\"450\" height=\"250\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>History Of Us</h3><p>There are many variation of passage of Lorem available, but the majiority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slight believable.</p>		\n			<h2>956+</h2>		\n		Employee Empowered		\n			<h2>10M</h2>		\n		Worldwide Distributors		\n			<h2>7550+</h2>		\n		Receive Daily Ordered		\n			<h2>80%</h2>		\n		Get Growth Per Year		\n			<h2>2150+</h2>		\n		Overall Top Brands		\n			<h2>Our Client Testimonial</h2>		\n		It is a long established fact that a reader will be distracted by the readables content of a page when ooking layout. The point of using its Lorem Ipsum that has a more-or-less. Is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable.		\n			                        <img width=\"85\" height=\"85\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar.jpg 85w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar-10x10.jpg 10w\" sizes=\"(max-width: 85px) 100vw, 85px\" />\n	                                                        This is by far the best theme on Themeforest. It adapts to a lot of the plugins, and their customer support is great. I really love this theme! Thanks 8theme.\n	                        	                                                        Judith Mckinney\n	                                                        Seychelles\n			                        <img width=\"85\" height=\"85\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar-1.jpg 85w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar-1-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar-1-10x10.jpg 10w\" sizes=\"(max-width: 85px) 100vw, 85px\" />\n	                                                        Best support! Thank you very much for you help and fast response. Definetly I will choose xsore for one of the next projects.\n	                        	                                                        Brandon Pena\n	                                                        Benin\n			<h2>Meet Our Executive Members</h2>		\n		                <img width=\"258\" height=\"258\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Box.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Box.jpg 258w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Box-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Box-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Box-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Box-100x100.jpg 100w\" sizes=\"(max-width: 258px) 100vw, 258px\" />		                \n                                    <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Twitter\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Skype\n                                                    </a>\n			        	<h4>Thomas Jacky</h4><h5>CEO/Founder</h5>\n		                <img width=\"258\" height=\"258\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4-1.jpg 258w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4-1-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4-1-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4-1-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4-1-100x100.jpg 100w\" sizes=\"(max-width: 258px) 100vw, 258px\" />		                \n                                    <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Twitter\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Skype\n                                                    </a>\n			        	<h4>Anna Baranov </h4><h5>Support Boss</h5>\n		                <img width=\"258\" height=\"258\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5-1.jpg 258w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5-1-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5-1-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5-1-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5-1-100x100.jpg 100w\" sizes=\"(max-width: 258px) 100vw, 258px\" />		                \n                                    <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Twitter\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Skype\n                                                    </a>\n			        	<h4>Andre Kowalsy </h4><h5>Client Care Taker</h5>\n		                <img width=\"258\" height=\"258\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1.jpg 258w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1-100x100.jpg 100w\" sizes=\"(max-width: 258px) 100vw, 258px\" />		                \n                                    <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Twitter\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Skype\n                                                    </a>\n			        	<h4>Susan McCain </h4><h5>Packaging Girl</h5>\n		                <img width=\"258\" height=\"258\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Box.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Box.jpg 258w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Box-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Box-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Box-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Box-100x100.jpg 100w\" sizes=\"(max-width: 258px) 100vw, 258px\" />		                \n                                    <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Twitter\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Skype\n                                                    </a>\n			        	<h4>Jack Doe </h4><h5>Support Manager</h5>', 'About us', '', 'inherit', 'closed', 'closed', '', '211-revision-v1', '', '', '2022-04-04 10:20:31', '2022-04-04 10:20:31', '', 211, 'https://hagarbath.com/shop/?p=4045', 0, 'revision', '', 0),
(4046, 1, '2022-04-04 10:20:31', '2022-04-04 10:20:31', '<h2>About us</h2>		\n		<p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\"><strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories.</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\">Capturing the imagination of discerning buyers all over the world. <strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> offers you the perfect match of precision,</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\">which guarantees the unequalled comfort of use and everlasting durability.</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\"><strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> products includes advanced features and improve the functionality without sacrificing on style.</p> https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4		\n			<h2>956+</h2>		\n		Employee Empowered		\n			<h2>10M</h2>		\n		Worldwide Distributors		\n			<h2>7550+</h2>		\n		Receive Daily Ordered		\n			<h2>80%</h2>		\n		Get Growth Per Year		\n			<h2>2150+</h2>		\n		Overall Top Brands		\n			<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\">		<h3>\n					Here from our\n					Customers\n				</h3>\n		https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4', 'About us', '', 'inherit', 'closed', 'closed', '', '211-revision-v1', '', '', '2022-04-04 10:20:31', '2022-04-04 10:20:31', '', 211, 'https://hagarbath.com/shop/?p=4046', 0, 'revision', '', 0),
(4047, 1, '2022-04-04 10:23:58', '2022-04-04 10:23:58', '', 'hagar-awards', '', 'inherit', 'open', 'closed', '', 'hagar-awards', '', '', '2022-04-04 10:23:58', '2022-04-04 10:23:58', '', 211, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards.webp', 0, 'attachment', 'image/webp', 0),
(4048, 1, '2022-04-04 10:24:28', '2022-04-04 10:24:28', '<h2>About us</h2>		\n		<p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\"><strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories.</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\">Capturing the imagination of discerning buyers all over the world. <strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> offers you the perfect match of precision,</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\">which guarantees the unequalled comfort of use and everlasting durability.</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\"><strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> products includes advanced features and improve the functionality without sacrificing on style.</p> https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4		\n			<h2>956+</h2>		\n		Employee Empowered		\n			<h2>10M</h2>		\n		Worldwide Distributors		\n			<h2>7550+</h2>		\n		Receive Daily Ordered		\n			<h2>80%</h2>		\n		Get Growth Per Year		\n			<h2>2150+</h2>		\n		Overall Top Brands		\n			<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\">		<h3>\n					Here from our\n					Customers\n				</h3>\n		https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4', 'About us', '', 'inherit', 'closed', 'closed', '', '211-revision-v1', '', '', '2022-04-04 10:24:28', '2022-04-04 10:24:28', '', 211, 'https://hagarbath.com/shop/?p=4048', 0, 'revision', '', 0),
(4049, 1, '2022-04-04 10:24:29', '2022-04-04 10:24:29', '<h2>About us</h2>		\n		<p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\"><strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories.</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\">Capturing the imagination of discerning buyers all over the world. <strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> offers you the perfect match of precision,</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\">which guarantees the unequalled comfort of use and everlasting durability.</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\"><strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> products includes advanced features and improve the functionality without sacrificing on style.</p> https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4		\n			<h2>956+</h2>		\n		Employee Empowered		\n			<h2>10M</h2>		\n		Worldwide Distributors		\n			<h2>7550+</h2>		\n		Receive Daily Ordered		\n			<h2>80%</h2>		\n		Get Growth Per Year		\n			<h2>2150+</h2>		\n		Overall Top Brands		\n			<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\">		<h3>\n					Here from our\n					Customers\n				</h3>\n		https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4', 'About us', '', 'inherit', 'closed', 'closed', '', '211-revision-v1', '', '', '2022-04-04 10:24:29', '2022-04-04 10:24:29', '', 211, 'https://hagarbath.com/shop/?p=4049', 0, 'revision', '', 0),
(4050, 1, '2022-04-04 10:24:29', '2022-04-04 10:24:29', '<h2>About us</h2>		\n		<p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\"><strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories.</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\">Capturing the imagination of discerning buyers all over the world. <strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> offers you the perfect match of precision,</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\">which guarantees the unequalled comfort of use and everlasting durability.</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\"><strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> products includes advanced features and improve the functionality without sacrificing on style.</p> https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4		\n			<h2>100+</h2>		\n		Employee Empowered		\n			<h2>50+</h2>		\n		Worldwide Distributors		\n			<h2>7550+</h2>		\n		Receive Daily Ordered		\n			<h2>80%</h2>		\n		Get Growth Per Year		\n			<h2>2150+</h2>		\n		Overall Top Brands		\n					<h3>\n					Here from our\n					Customers\n				</h3>\n		https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"768\" height=\"764\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-768x764.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-768x764.webp 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-300x298.webp 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-150x150.webp 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-1x1.webp 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-10x10.webp 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-600x597.webp 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-100x100.webp 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards.webp 797w\" sizes=\"(max-width: 768px) 100vw, 768px\" />', 'About us', '', 'inherit', 'closed', 'closed', '', '211-revision-v1', '', '', '2022-04-04 10:24:29', '2022-04-04 10:24:29', '', 211, 'https://hagarbath.com/shop/?p=4050', 0, 'revision', '', 0),
(4052, 1, '2022-04-04 11:13:18', '2022-04-04 11:13:18', '', 'AC-001 Bib Cock with Flange44', '', 'inherit', 'open', 'closed', '', 'ac-001-bib-cock-with-flange44', '', '', '2022-04-04 11:13:18', '2022-04-04 11:13:18', '', 3928, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-001-Bib-Cock-with-Flange44.jpg', 0, 'attachment', 'image/jpeg', 0),
(4053, 1, '2022-04-04 11:13:21', '2022-04-04 11:13:21', '', 'AC-001 Bib Cock with Flange45', '', 'inherit', 'open', 'closed', '', 'ac-001-bib-cock-with-flange45', '', '', '2022-04-04 11:13:21', '2022-04-04 11:13:21', '', 3928, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-001-Bib-Cock-with-Flange45.jpg', 0, 'attachment', 'image/jpeg', 0),
(4054, 1, '2022-04-04 11:13:28', '2022-04-04 11:13:28', '', 'AC-001 Bib Cock with Flange46', '', 'inherit', 'open', 'closed', '', 'ac-001-bib-cock-with-flange46', '', '', '2022-04-04 11:13:28', '2022-04-04 11:13:28', '', 3928, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-001-Bib-Cock-with-Flange46.jpg', 0, 'attachment', 'image/jpeg', 0),
(4055, 1, '2022-04-04 11:13:32', '2022-04-04 11:13:32', '', 'AC-001 Bib Cock with Flange47', '', 'inherit', 'open', 'closed', '', 'ac-001-bib-cock-with-flange47', '', '', '2022-04-04 11:13:32', '2022-04-04 11:13:32', '', 3928, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-001-Bib-Cock-with-Flange47.jpg', 0, 'attachment', 'image/jpeg', 0),
(4056, 1, '2022-04-04 11:13:37', '2022-04-04 11:13:37', '', 'AC-001 Bib Cock with Flange42', '', 'inherit', 'open', 'closed', '', 'ac-001-bib-cock-with-flange42', '', '', '2022-04-04 11:13:37', '2022-04-04 11:13:37', '', 3928, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-001-Bib-Cock-with-Flange42.jpg', 0, 'attachment', 'image/jpeg', 0),
(4057, 1, '2022-04-04 11:13:40', '2022-04-04 11:13:40', '', 'AC-001 Bib Cock with Flange43', '', 'inherit', 'open', 'closed', '', 'ac-001-bib-cock-with-flange43', '', '', '2022-04-04 11:13:40', '2022-04-04 11:13:40', '', 3928, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-001-Bib-Cock-with-Flange43.jpg', 0, 'attachment', 'image/jpeg', 0),
(4058, 1, '2022-04-04 11:13:43', '2022-04-04 11:13:43', '', 'AC-001 Bib Cock with Flange4', '', 'inherit', 'open', 'closed', '', 'ac-001-bib-cock-with-flange4', '', '', '2022-04-04 11:13:43', '2022-04-04 11:13:43', '', 3928, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-001-Bib-Cock-with-Flange4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4059, 1, '2022-04-04 11:54:15', '2022-04-04 11:54:15', '', 'AC-003 Long Body with Flange45', '', 'inherit', 'open', 'closed', '', 'ac-003-long-body-with-flange45', '', '', '2022-04-04 11:54:15', '2022-04-04 11:54:15', '', 3929, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-003-Long-Body-with-Flange45.jpg', 0, 'attachment', 'image/jpeg', 0),
(4060, 1, '2022-04-04 11:54:19', '2022-04-04 11:54:19', '', 'AC-003 Long Body with Flange46', '', 'inherit', 'open', 'closed', '', 'ac-003-long-body-with-flange46', '', '', '2022-04-04 11:54:19', '2022-04-04 11:54:19', '', 3929, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-003-Long-Body-with-Flange46.jpg', 0, 'attachment', 'image/jpeg', 0),
(4061, 1, '2022-04-04 11:54:24', '2022-04-04 11:54:24', '', 'AC-003 Long Body with Flange47', '', 'inherit', 'open', 'closed', '', 'ac-003-long-body-with-flange47', '', '', '2022-04-04 11:54:24', '2022-04-04 11:54:24', '', 3929, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-003-Long-Body-with-Flange47.jpg', 0, 'attachment', 'image/jpeg', 0),
(4062, 1, '2022-04-04 11:54:27', '2022-04-04 11:54:27', '', 'AC-003 Long Body with Flange42', '', 'inherit', 'open', 'closed', '', 'ac-003-long-body-with-flange42', '', '', '2022-04-04 11:54:27', '2022-04-04 11:54:27', '', 3929, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-003-Long-Body-with-Flange42.jpg', 0, 'attachment', 'image/jpeg', 0),
(4063, 1, '2022-04-04 11:54:30', '2022-04-04 11:54:30', '', 'AC-003 Long Body with Flange43', '', 'inherit', 'open', 'closed', '', 'ac-003-long-body-with-flange43', '', '', '2022-04-04 11:54:30', '2022-04-04 11:54:30', '', 3929, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-003-Long-Body-with-Flange43.jpg', 0, 'attachment', 'image/jpeg', 0),
(4064, 1, '2022-04-04 11:54:34', '2022-04-04 11:54:34', '', 'AC-003 Long Body with Flange44', '', 'inherit', 'open', 'closed', '', 'ac-003-long-body-with-flange44', '', '', '2022-04-04 11:54:34', '2022-04-04 11:54:34', '', 3929, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-003-Long-Body-with-Flange44.jpg', 0, 'attachment', 'image/jpeg', 0),
(4065, 1, '2022-04-04 11:54:37', '2022-04-04 11:54:37', '', 'AC-003 Long Body with Flange4', '', 'inherit', 'open', 'closed', '', 'ac-003-long-body-with-flange4', '', '', '2022-04-04 11:54:37', '2022-04-04 11:54:37', '', 3929, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-003-Long-Body-with-Flange4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4066, 1, '2022-04-04 11:57:44', '2022-04-04 11:57:44', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: Long Body with Flange</span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color</span></li>\r\n 	<li><span class=\"a-list-item\">High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration.</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water.</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product.</span></li>\r\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging.</span></li>\r\n</ul>', 'Long Body with Flange', 'Long Body with Flange', 'inherit', 'closed', 'closed', '', '3929-autosave-v1', '', '', '2022-04-04 11:57:44', '2022-04-04 11:57:44', '', 3929, 'https://hagarbath.com/shop/?p=4066', 0, 'revision', '', 0),
(4067, 1, '2022-04-04 12:44:46', '2022-04-04 12:44:46', '', '06_AC-005 Pillar Cock foam flow', '', 'inherit', 'open', 'closed', '', '06_ac-005-pillar-cock-foam-flow', '', '', '2022-04-04 12:44:46', '2022-04-04 12:44:46', '', 3930, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/06_AC-005-Pillar-Cock-foam-flow.jpg', 0, 'attachment', 'image/jpeg', 0),
(4068, 1, '2022-04-04 12:44:49', '2022-04-04 12:44:49', '', '07_AC-005 Pillar Cock foam flow', '', 'inherit', 'open', 'closed', '', '07_ac-005-pillar-cock-foam-flow', '', '', '2022-04-04 12:44:49', '2022-04-04 12:44:49', '', 3930, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/07_AC-005-Pillar-Cock-foam-flow.jpg', 0, 'attachment', 'image/jpeg', 0),
(4069, 1, '2022-04-04 12:44:54', '2022-04-04 12:44:54', '', '03_AC-005 Pillar Cock foam flow', '', 'inherit', 'open', 'closed', '', '03_ac-005-pillar-cock-foam-flow', '', '', '2022-04-04 12:44:54', '2022-04-04 12:44:54', '', 3930, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_AC-005-Pillar-Cock-foam-flow.jpg', 0, 'attachment', 'image/jpeg', 0),
(4070, 1, '2022-04-04 12:44:57', '2022-04-04 12:44:57', '', '04_AC-005 Pillar Cock foam flow', '', 'inherit', 'open', 'closed', '', '04_ac-005-pillar-cock-foam-flow', '', '', '2022-04-04 12:44:57', '2022-04-04 12:44:57', '', 3930, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/04_AC-005-Pillar-Cock-foam-flow.jpg', 0, 'attachment', 'image/jpeg', 0),
(4071, 1, '2022-04-04 12:45:02', '2022-04-04 12:45:02', '', '05_AC-005 Pillar Cock foam flow', '', 'inherit', 'open', 'closed', '', '05_ac-005-pillar-cock-foam-flow', '', '', '2022-04-04 12:45:02', '2022-04-04 12:45:02', '', 3930, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/05_AC-005-Pillar-Cock-foam-flow.jpg', 0, 'attachment', 'image/jpeg', 0),
(4072, 1, '2022-04-04 12:45:07', '2022-04-04 12:45:07', '', '02_AC-005 Pillar Cock foam flow', '', 'inherit', 'open', 'closed', '', '02_ac-005-pillar-cock-foam-flow', '', '', '2022-04-04 12:45:07', '2022-04-04 12:45:07', '', 3930, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_AC-005-Pillar-Cock-foam-flow.jpg', 0, 'attachment', 'image/jpeg', 0),
(4073, 1, '2022-04-04 12:45:10', '2022-04-04 12:45:10', '', '01_AC-005 Pillar Cock foam flow', '', 'inherit', 'open', 'closed', '', '01_ac-005-pillar-cock-foam-flow', '', '', '2022-04-04 12:45:10', '2022-04-04 12:45:10', '', 3930, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_AC-005-Pillar-Cock-foam-flow.jpg', 0, 'attachment', 'image/jpeg', 0),
(4074, 1, '2022-04-04 12:55:14', '2022-04-04 12:55:14', '', '05_AC-006 Angle Valve', '', 'inherit', 'open', 'closed', '', '05_ac-006-angle-valve', '', '', '2022-04-04 12:55:14', '2022-04-04 12:55:14', '', 3931, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/05_AC-006-Angle-Valve.jpg', 0, 'attachment', 'image/jpeg', 0),
(4075, 1, '2022-04-04 12:55:17', '2022-04-04 12:55:17', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">Package Contains: Angle Valve</span></li>\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color</span></li>\n 	<li><span class=\"a-list-item\">High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\n</ul>', 'Angle Valve', 'Angle Valve', 'inherit', 'closed', 'closed', '', '3931-autosave-v1', '', '', '2022-04-04 12:55:17', '2022-04-04 12:55:17', '', 3931, 'https://hagarbath.com/shop/?p=4075', 0, 'revision', '', 0),
(4076, 1, '2022-04-04 12:55:18', '2022-04-04 12:55:18', '', '06_AC-006 Angle Valve', '', 'inherit', 'open', 'closed', '', '06_ac-006-angle-valve', '', '', '2022-04-04 12:55:18', '2022-04-04 12:55:18', '', 3931, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/06_AC-006-Angle-Valve.jpg', 0, 'attachment', 'image/jpeg', 0),
(4077, 1, '2022-04-04 12:55:21', '2022-04-04 12:55:21', '', '07_AC-006 Angle Valve', '', 'inherit', 'open', 'closed', '', '07_ac-006-angle-valve', '', '', '2022-04-04 12:55:21', '2022-04-04 12:55:21', '', 3931, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/07_AC-006-Angle-Valve.jpg', 0, 'attachment', 'image/jpeg', 0),
(4078, 1, '2022-04-04 12:55:26', '2022-04-04 12:55:26', '', '03_AC-006 Angle Valve', '', 'inherit', 'open', 'closed', '', '03_ac-006-angle-valve', '', '', '2022-04-04 12:55:26', '2022-04-04 12:55:26', '', 3931, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_AC-006-Angle-Valve.jpg', 0, 'attachment', 'image/jpeg', 0),
(4079, 1, '2022-04-04 12:55:32', '2022-04-04 12:55:32', '', '04_AC-006 Angle Valve', '', 'inherit', 'open', 'closed', '', '04_ac-006-angle-valve', '', '', '2022-04-04 12:55:32', '2022-04-04 12:55:32', '', 3931, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/04_AC-006-Angle-Valve.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4080, 1, '2022-04-04 12:55:36', '2022-04-04 12:55:36', '', '01_AC-006 Angle Valve', '', 'inherit', 'open', 'closed', '', '01_ac-006-angle-valve', '', '', '2022-04-04 12:55:36', '2022-04-04 12:55:36', '', 3931, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_AC-006-Angle-Valve.jpg', 0, 'attachment', 'image/jpeg', 0),
(4081, 1, '2022-04-04 12:55:39', '2022-04-04 12:55:39', '', '02_AC-006 Angle Valve', '', 'inherit', 'open', 'closed', '', '02_ac-006-angle-valve', '', '', '2022-04-04 12:55:39', '2022-04-04 12:55:39', '', 3931, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_AC-006-Angle-Valve.jpg', 0, 'attachment', 'image/jpeg', 0),
(4082, 1, '2022-04-04 12:57:58', '2022-04-04 12:57:58', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">Package Contains: Concealed Stop Cock</span></li>\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color</span></li>\n 	<li><span class=\"a-list-item\">High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\n</ul>', 'Concealed Stop Cock 1/2\" Complete Set', 'Concealed Stop Cock 1/2\" Complete Set', 'inherit', 'closed', 'closed', '', '3932-autosave-v1', '', '', '2022-04-04 12:57:58', '2022-04-04 12:57:58', '', 3932, 'https://hagarbath.com/shop/?p=4082', 0, 'revision', '', 0),
(4083, 1, '2022-04-04 12:59:05', '2022-04-04 12:59:05', '', 'AC-009 Concealed Stop Cock 12 Complete Set6', '', 'inherit', 'open', 'closed', '', 'ac-009-concealed-stop-cock-12-complete-set6', '', '', '2022-04-04 12:59:05', '2022-04-04 12:59:05', '', 3932, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6.jpg', 0, 'attachment', 'image/jpeg', 0),
(4084, 1, '2022-04-04 12:59:17', '2022-04-04 12:59:17', '', 'AC-009 Concealed Stop Cock 12 Complete Set2', '', 'inherit', 'open', 'closed', '', 'ac-009-concealed-stop-cock-12-complete-set2', '', '', '2022-04-04 12:59:17', '2022-04-04 12:59:17', '', 3932, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg', 0, 'attachment', 'image/jpeg', 0),
(4085, 1, '2022-04-04 12:59:23', '2022-04-04 12:59:23', '', 'AC-009 Concealed Stop Cock 12 Complete Set3', '', 'inherit', 'open', 'closed', '', 'ac-009-concealed-stop-cock-12-complete-set3', '', '', '2022-04-04 12:59:23', '2022-04-04 12:59:23', '', 3932, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4086, 1, '2022-04-04 12:59:26', '2022-04-04 12:59:26', '', 'AC-009 Concealed Stop Cock 12 Complete Set4', '', 'inherit', 'open', 'closed', '', 'ac-009-concealed-stop-cock-12-complete-set4', '', '', '2022-04-04 12:59:26', '2022-04-04 12:59:26', '', 3932, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4087, 1, '2022-04-04 12:59:30', '2022-04-04 12:59:30', '', 'AC-009 Concealed Stop Cock 12 Complete Set5', '', 'inherit', 'open', 'closed', '', 'ac-009-concealed-stop-cock-12-complete-set5', '', '', '2022-04-04 12:59:30', '2022-04-04 12:59:30', '', 3932, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5.jpg', 0, 'attachment', 'image/jpeg', 0),
(4088, 1, '2022-04-04 12:59:33', '2022-04-04 12:59:33', '', 'AC-009 Concealed Stop Cock 12 Complete Set', '', 'inherit', 'open', 'closed', '', 'ac-009-concealed-stop-cock-12-complete-set', '', '', '2022-04-04 12:59:33', '2022-04-04 12:59:33', '', 3932, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set.jpg', 0, 'attachment', 'image/jpeg', 0),
(4089, 1, '2022-04-04 13:06:53', '2022-04-04 13:06:53', '', 'AV0015', '', 'inherit', 'open', 'closed', '', 'av0015', '', '', '2022-04-04 13:06:53', '2022-04-04 13:06:53', '', 3936, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AV0015.jpg', 0, 'attachment', 'image/jpeg', 0),
(4090, 1, '2022-04-04 13:06:58', '2022-04-04 13:06:58', '', 'AV0016', '', 'inherit', 'open', 'closed', '', 'av0016', '', '', '2022-04-04 13:06:58', '2022-04-04 13:06:58', '', 3936, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AV0016.jpg', 0, 'attachment', 'image/jpeg', 0),
(4091, 1, '2022-04-04 13:07:02', '2022-04-04 13:07:02', '', 'AV0017', '', 'inherit', 'open', 'closed', '', 'av0017', '', '', '2022-04-04 13:07:02', '2022-04-04 13:07:02', '', 3936, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AV0017.jpg', 0, 'attachment', 'image/jpeg', 0),
(4092, 1, '2022-04-04 13:07:08', '2022-04-04 13:07:08', '', 'AV0013', '', 'inherit', 'open', 'closed', '', 'av0013', '', '', '2022-04-04 13:07:08', '2022-04-04 13:07:08', '', 3936, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AV0013.jpg', 0, 'attachment', 'image/jpeg', 0),
(4093, 1, '2022-04-04 13:07:11', '2022-04-04 13:07:11', '', 'AV0014', '', 'inherit', 'open', 'closed', '', 'av0014', '', '', '2022-04-04 13:07:11', '2022-04-04 13:07:11', '', 3936, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AV0014.jpg', 0, 'attachment', 'image/jpeg', 0),
(4094, 1, '2022-04-04 13:07:14', '2022-04-04 13:07:14', '', 'AV0012', '', 'inherit', 'open', 'closed', '', 'av0012', '', '', '2022-04-04 13:07:14', '2022-04-04 13:07:14', '', 3936, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AV0012.jpg', 0, 'attachment', 'image/jpeg', 0),
(4095, 1, '2022-04-04 13:07:18', '2022-04-04 13:07:18', '', 'AV001', '', 'inherit', 'open', 'closed', '', 'av001', '', '', '2022-04-04 13:07:18', '2022-04-04 13:07:18', '', 3936, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AV001.jpg', 0, 'attachment', 'image/jpeg', 0),
(4096, 1, '2022-04-04 13:11:26', '2022-04-04 13:11:26', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">Package Contains: Project Angle Valve PAV05</span></li>\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color</span></li>\n 	<li><span class=\"a-list-item\">High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration.</span></li>\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water.</span></li>\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product.</span></li>\n</ul>', 'Project Angle Valve', 'Project Angle Valve', 'inherit', 'closed', 'closed', '', '3936-autosave-v1', '', '', '2022-04-04 13:11:26', '2022-04-04 13:11:26', '', 3936, 'https://hagarbath.com/shop/?p=4096', 0, 'revision', '', 0),
(4097, 1, '2022-04-04 13:20:48', '2022-04-04 13:20:48', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Bib Cock Long Foam Flow with Flange</span></li>\n</ul>', 'Bib Cock Long foam flow with Flange', 'Bib Cock Long foam flow with Flange', 'inherit', 'closed', 'closed', '', '3922-autosave-v1', '', '', '2022-04-04 13:20:48', '2022-04-04 13:20:48', '', 3922, 'https://hagarbath.com/shop/?p=4097', 0, 'revision', '', 0),
(4098, 1, '2022-04-04 13:20:59', '2022-04-04 13:20:59', '', '05_Bib Cock Long foam flow with Flange FA001', '', 'inherit', 'open', 'closed', '', '05_bib-cock-long-foam-flow-with-flange-fa001', '', '', '2022-04-04 13:20:59', '2022-04-04 13:20:59', '', 3922, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/05_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg', 0, 'attachment', 'image/jpeg', 0),
(4099, 1, '2022-04-04 13:21:02', '2022-04-04 13:21:02', '', '06_Bib Cock Long foam flow with Flange FA001', '', 'inherit', 'open', 'closed', '', '06_bib-cock-long-foam-flow-with-flange-fa001', '', '', '2022-04-04 13:21:02', '2022-04-04 13:21:02', '', 3922, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/06_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg', 0, 'attachment', 'image/jpeg', 0),
(4100, 1, '2022-04-04 13:21:09', '2022-04-04 13:21:09', '', '07_Bib Cock Long foam flow with Flange FA001', '', 'inherit', 'open', 'closed', '', '07_bib-cock-long-foam-flow-with-flange-fa001', '', '', '2022-04-04 13:21:09', '2022-04-04 13:21:09', '', 3922, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/07_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg', 0, 'attachment', 'image/jpeg', 0),
(4101, 1, '2022-04-04 13:21:11', '2022-04-04 13:21:11', '', '04_Bib Cock Long foam flow with Flange FA001', '', 'inherit', 'open', 'closed', '', '04_bib-cock-long-foam-flow-with-flange-fa001', '', '', '2022-04-04 13:21:11', '2022-04-04 13:21:11', '', 3922, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/04_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg', 0, 'attachment', 'image/jpeg', 0),
(4102, 1, '2022-04-04 13:21:14', '2022-04-04 13:21:14', '', '03_Bib Cock Long foam flow with Flange FA001', '', 'inherit', 'open', 'closed', '', '03_bib-cock-long-foam-flow-with-flange-fa001', '', '', '2022-04-04 13:21:14', '2022-04-04 13:21:14', '', 3922, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg', 0, 'attachment', 'image/jpeg', 0),
(4103, 1, '2022-04-04 13:21:21', '2022-04-04 13:21:21', '', '02_Bib Cock Long foam flow with Flange FA001', '', 'inherit', 'open', 'closed', '', '02_bib-cock-long-foam-flow-with-flange-fa001', '', '', '2022-04-04 13:21:21', '2022-04-04 13:21:21', '', 3922, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg', 0, 'attachment', 'image/jpeg', 0),
(4104, 1, '2022-04-04 13:21:23', '2022-04-04 13:21:23', '', '01_Bib Cock Long foam flow with Flange FA001', '', 'inherit', 'open', 'closed', '', '01_bib-cock-long-foam-flow-with-flange-fa001', '', '', '2022-04-04 13:21:23', '2022-04-04 13:21:23', '', 3922, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg', 0, 'attachment', 'image/jpeg', 0),
(4105, 1, '2022-04-04 13:30:03', '2022-04-04 13:30:03', '', 'FA-004 Angle Cock With Flange6', '', 'inherit', 'open', 'closed', '', 'fa-004-angle-cock-with-flange6', '', '', '2022-04-04 13:30:03', '2022-04-04 13:30:03', '', 3924, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/FA-004-Angle-Cock-With-Flange6.jpg', 0, 'attachment', 'image/jpeg', 0),
(4106, 1, '2022-04-04 13:30:09', '2022-04-04 13:30:09', '', 'FA-004 Angle Cock With Flange7', '', 'inherit', 'open', 'closed', '', 'fa-004-angle-cock-with-flange7', '', '', '2022-04-04 13:30:09', '2022-04-04 13:30:09', '', 3924, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/FA-004-Angle-Cock-With-Flange7.jpg', 0, 'attachment', 'image/jpeg', 0),
(4107, 1, '2022-04-04 13:30:16', '2022-04-04 13:30:16', '', 'FA-004 Angle Cock With Flange4', '', 'inherit', 'open', 'closed', '', 'fa-004-angle-cock-with-flange4', '', '', '2022-04-04 13:30:16', '2022-04-04 13:30:16', '', 3924, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/FA-004-Angle-Cock-With-Flange4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4108, 1, '2022-04-04 13:30:19', '2022-04-04 13:30:19', '', 'FA-004 Angle Cock With Flange5', '', 'inherit', 'open', 'closed', '', 'fa-004-angle-cock-with-flange5', '', '', '2022-04-04 13:30:19', '2022-04-04 13:30:19', '', 3924, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/FA-004-Angle-Cock-With-Flange5.jpg', 0, 'attachment', 'image/jpeg', 0),
(4109, 1, '2022-04-04 13:30:22', '2022-04-04 13:30:22', '', 'FA-004 Angle Cock With Flange2', '', 'inherit', 'open', 'closed', '', 'fa-004-angle-cock-with-flange2', '', '', '2022-04-04 13:30:22', '2022-04-04 13:30:22', '', 3924, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/FA-004-Angle-Cock-With-Flange2.jpg', 0, 'attachment', 'image/jpeg', 0),
(4110, 1, '2022-04-04 13:30:25', '2022-04-04 13:30:25', '', 'FA-004 Angle Cock With Flange', '', 'inherit', 'open', 'closed', '', 'fa-004-angle-cock-with-flange', '', '', '2022-04-04 13:30:25', '2022-04-04 13:30:25', '', 3924, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/FA-004-Angle-Cock-With-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4111, 1, '2022-04-04 13:31:45', '2022-04-04 13:31:45', 'Angle Cock With FlangeMaterial: Brass,\n\nColor: Chrome Finish\n\nPackage Contents: 1-Piece Angle Cock with Flange 10 years warranty provided by the manufacturer from date of purchase Ergonomic design -Full metal body - high performance even in tough Indian conditions Kumin brings easy function and sleek style into your bathroom, combining single handle control with modern design', 'Angle Cock With Flange', 'Angle Cock With Flange', 'inherit', 'closed', 'closed', '', '3924-autosave-v1', '', '', '2022-04-04 13:31:45', '2022-04-04 13:31:45', '', 3924, 'https://hagarbath.com/shop/?p=4111', 0, 'revision', '', 0),
(4112, 1, '2022-04-04 13:47:22', '2022-04-04 13:47:22', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\n 	<li><span class=\"a-list-item\">DURABLE: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">DESIGN: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\n 	<li><span class=\"a-list-item\">Package Contains: It includes 1 piece of Health Faucet 1 SS Tube</span></li>\n</ul>', 'Health Faucet ( With 1 mtr SS Tube)', 'Health Faucet ( With 1 mtr SS Tube)', 'inherit', 'closed', 'closed', '', '3937-autosave-v1', '', '', '2022-04-04 13:47:22', '2022-04-04 13:47:22', '', 3937, 'https://hagarbath.com/shop/?p=4112', 0, 'revision', '', 0),
(4113, 1, '2022-04-04 13:47:38', '2022-04-04 13:47:38', '', 'HF-0015', '', 'inherit', 'open', 'closed', '', 'hf-0015', '', '', '2022-04-04 13:47:38', '2022-04-04 13:47:38', '', 3937, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0015.jpg', 0, 'attachment', 'image/jpeg', 0),
(4114, 1, '2022-04-04 13:47:47', '2022-04-04 13:47:47', '', 'HF-0016', '', 'inherit', 'open', 'closed', '', 'hf-0016', '', '', '2022-04-04 13:47:47', '2022-04-04 13:47:47', '', 3937, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0016.jpg', 0, 'attachment', 'image/jpeg', 0),
(4115, 1, '2022-04-04 13:47:52', '2022-04-04 13:47:52', '', 'HF-0017', '', 'inherit', 'open', 'closed', '', 'hf-0017', '', '', '2022-04-04 13:47:52', '2022-04-04 13:47:52', '', 3937, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0017.jpg', 0, 'attachment', 'image/jpeg', 0),
(4116, 1, '2022-04-04 13:48:00', '2022-04-04 13:48:00', '', 'HF-0014', '', 'inherit', 'open', 'closed', '', 'hf-0014', '', '', '2022-04-04 13:48:00', '2022-04-04 13:48:00', '', 3937, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0014.jpg', 0, 'attachment', 'image/jpeg', 0),
(4117, 1, '2022-04-04 13:48:08', '2022-04-04 13:48:08', '', 'HF-0012', '', 'inherit', 'open', 'closed', '', 'hf-0012', '', '', '2022-04-04 13:48:08', '2022-04-04 13:48:08', '', 3937, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0012.jpg', 0, 'attachment', 'image/jpeg', 0),
(4118, 1, '2022-04-04 14:03:41', '2022-04-04 14:03:41', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\n 	<li><span class=\"a-list-item\">DURABLE: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">DESIGN: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\n 	<li><span class=\"a-list-item\">Package Contains: It includes 1 piece of Health Faucet 1 mtr SS Tube</span></li>\n</ul>', 'Health Faucet ( With 1 mtr SS Tube)', 'Health Faucet ( With 1 mtr SS Tube)', 'inherit', 'closed', 'closed', '', '3938-autosave-v1', '', '', '2022-04-04 14:03:41', '2022-04-04 14:03:41', '', 3938, 'https://hagarbath.com/shop/?p=4118', 0, 'revision', '', 0),
(4119, 1, '2022-04-04 14:03:54', '2022-04-04 14:03:54', '', 'HF-0036', '', 'inherit', 'open', 'closed', '', 'hf-0036', '', '', '2022-04-04 14:03:54', '2022-04-04 14:03:54', '', 3938, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg', 0, 'attachment', 'image/jpeg', 0),
(4120, 1, '2022-04-04 14:03:58', '2022-04-04 14:03:58', '', 'HF-0037', '', 'inherit', 'open', 'closed', '', 'hf-0037', '', '', '2022-04-04 14:03:58', '2022-04-04 14:03:58', '', 3938, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg', 0, 'attachment', 'image/jpeg', 0),
(4121, 1, '2022-04-04 14:04:06', '2022-04-04 14:04:06', '', 'HF-0034', '', 'inherit', 'open', 'closed', '', 'hf-0034', '', '', '2022-04-04 14:04:06', '2022-04-04 14:04:06', '', 3938, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg', 0, 'attachment', 'image/jpeg', 0),
(4122, 1, '2022-04-04 14:04:09', '2022-04-04 14:04:09', '', 'HF-0035', '', 'inherit', 'open', 'closed', '', 'hf-0035', '', '', '2022-04-04 14:04:09', '2022-04-04 14:04:09', '', 3938, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg', 0, 'attachment', 'image/jpeg', 0),
(4123, 1, '2022-04-04 14:04:16', '2022-04-04 14:04:16', '', 'HF-0032', '', 'inherit', 'open', 'closed', '', 'hf-0032', '', '', '2022-04-04 14:04:16', '2022-04-04 14:04:16', '', 3938, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg', 0, 'attachment', 'image/jpeg', 0),
(4124, 1, '2022-04-04 14:04:18', '2022-04-04 14:04:18', '', 'HF-003', '', 'inherit', 'open', 'closed', '', 'hf-003', '', '', '2022-04-04 14:04:18', '2022-04-04 14:04:18', '', 3938, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg', 0, 'attachment', 'image/jpeg', 0),
(4128, 1, '2022-04-05 09:58:01', '2022-04-05 09:58:01', '<div id=\"featurebullets_feature_div\" class=\"celwidget\" data-feature-name=\"featurebullets\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.55\" data-csa-c-component=\"featurebullets\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"vyngg3-iw9ntm-m85ihc-xawnh5\" data-cel-widget=\"featurebullets_feature_div\">\n<div id=\"feature-bullets\" class=\"a-section a-spacing-medium a-spacing-top-small\">\n<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">Package Contains: Tumbler Holder For Bathroom and Bathroom Fixtures </span></li>\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color</span></li>\n 	<li><span class=\"a-list-item\">High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\n</ul>\n</div>\n</div>\n<div id=\"customerReviewsAttribute_feature_div\" class=\"celwidget\" data-feature-name=\"customerReviewsAttribute\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.56\" data-csa-c-component=\"customerReviewsAttribute\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"36ufk6-w1rdvh-mdvln4-lo7f8a\" data-cel-widget=\"customerReviewsAttribute_feature_div\"></div>\n<div id=\"globalStoreInfoBullets_feature_div\" class=\"celwidget\" data-feature-name=\"globalStoreInfoBullets\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.57\" data-csa-c-component=\"globalStoreInfoBullets\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"j1qj77-tvhvwh-f4ulv6-jepbg1\" data-cel-widget=\"globalStoreInfoBullets_feature_div\"></div>\n<div id=\"andonCord_feature_div\" class=\"celwidget\" data-feature-name=\"andonCord\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.58\" data-csa-c-component=\"andonCord\" data-csa-c-cs-type=\"DETAIL_PAGE_AMABOT\" data-csa-c-id=\"ug66gv-da29rk-xgp2mh-gxmj12\" data-cel-widget=\"andonCord_feature_div\"></div>\n<div id=\"HLCXComparisonJumplink_feature_div\"></div>\n<div id=\"edpIngress_feature_div\" class=\"celwidget\" data-feature-name=\"edpIngress\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.60\" data-csa-c-component=\"edpIngress\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"109tv7-3menbu-7eln13-wkqlvf\" data-cel-widget=\"edpIngress_feature_div\"></div>', 'IRIS Tumbler Holder', 'IRIS Tumbler Holder', 'inherit', 'closed', 'closed', '', '3939-autosave-v1', '', '', '2022-04-05 09:58:01', '2022-04-05 09:58:01', '', 3939, 'https://hagarbath.com/shop/?p=4128', 0, 'revision', '', 0),
(4129, 1, '2022-04-05 09:59:14', '2022-04-05 09:59:14', '', '04_IR01', '', 'inherit', 'open', 'closed', '', '04_ir01', '', '', '2022-04-05 09:59:14', '2022-04-05 09:59:14', '', 3939, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg', 0, 'attachment', 'image/jpeg', 0),
(4130, 1, '2022-04-05 09:59:18', '2022-04-05 09:59:18', '', '05_IR01', '', 'inherit', 'open', 'closed', '', '05_ir01', '', '', '2022-04-05 09:59:18', '2022-04-05 09:59:18', '', 3939, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg', 0, 'attachment', 'image/jpeg', 0),
(4131, 1, '2022-04-05 09:59:24', '2022-04-05 09:59:24', '', '06_IR01', '', 'inherit', 'open', 'closed', '', '06_ir01', '', '', '2022-04-05 09:59:24', '2022-04-05 09:59:24', '', 3939, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg', 0, 'attachment', 'image/jpeg', 0),
(4132, 1, '2022-04-05 09:59:29', '2022-04-05 09:59:29', '', '03_IR01', '', 'inherit', 'open', 'closed', '', '03_ir01', '', '', '2022-04-05 09:59:29', '2022-04-05 09:59:29', '', 3939, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg', 0, 'attachment', 'image/jpeg', 0),
(4133, 1, '2022-04-05 09:59:32', '2022-04-05 09:59:32', '', '02_IR01', '', 'inherit', 'open', 'closed', '', '02_ir01', '', '', '2022-04-05 09:59:32', '2022-04-05 09:59:32', '', 3939, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg', 0, 'attachment', 'image/jpeg', 0),
(4134, 1, '2022-04-05 09:59:36', '2022-04-05 09:59:36', '', '01_IR01', '', 'inherit', 'open', 'closed', '', '01_ir01', '', '', '2022-04-05 09:59:36', '2022-04-05 09:59:36', '', 3939, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg', 0, 'attachment', 'image/jpeg', 0),
(4135, 1, '2022-04-05 10:02:56', '2022-04-05 10:02:56', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\n 	<li><span class=\"a-list-item\">RUSTPROOF &amp; WATERPROOF- the soap dish is made of stainless steel and with chrome finish</span></li>\n 	<li><span class=\"a-list-item\">MAXIMIZES SOAP LIFE: Slotted waterfall design holder will drain excess water into the sink as the cambered surface hold soap in place</span></li>\n 	<li><span class=\"a-list-item\">COUNTERTOP SOAP HOLDER: soap holder &amp; dish saver for shower is a perfect addition to your bathroom decor, both can be designed to almost any shape or size soap</span></li>\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Soap Dish For Bathroom and Bathroom Fixtures </span></li>\n</ul>', 'IRIS Soap Dish', 'IRIS Soap Dish', 'inherit', 'closed', 'closed', '', '3940-autosave-v1', '', '', '2022-04-05 10:02:56', '2022-04-05 10:02:56', '', 3940, 'https://hagarbath.com/shop/?p=4135', 0, 'revision', '', 0),
(4136, 1, '2022-04-05 10:03:36', '2022-04-05 10:03:36', '', 'IR025', '', 'inherit', 'open', 'closed', '', 'ir025', '', '', '2022-04-05 10:03:36', '2022-04-05 10:03:36', '', 3940, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg', 0, 'attachment', 'image/jpeg', 0),
(4137, 1, '2022-04-05 10:03:40', '2022-04-05 10:03:40', '', 'IR026', '', 'inherit', 'open', 'closed', '', 'ir026', '', '', '2022-04-05 10:03:40', '2022-04-05 10:03:40', '', 3940, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg', 0, 'attachment', 'image/jpeg', 0),
(4138, 1, '2022-04-05 10:03:44', '2022-04-05 10:03:44', '', 'IR027', '', 'inherit', 'open', 'closed', '', 'ir027', '', '', '2022-04-05 10:03:44', '2022-04-05 10:03:44', '', 3940, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg', 0, 'attachment', 'image/jpeg', 0),
(4139, 1, '2022-04-05 10:03:48', '2022-04-05 10:03:48', '', 'IR022', '', 'inherit', 'open', 'closed', '', 'ir022', '', '', '2022-04-05 10:03:48', '2022-04-05 10:03:48', '', 3940, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg', 0, 'attachment', 'image/jpeg', 0),
(4140, 1, '2022-04-05 10:03:51', '2022-04-05 10:03:51', '', 'IR023', '', 'inherit', 'open', 'closed', '', 'ir023', '', '', '2022-04-05 10:03:51', '2022-04-05 10:03:51', '', 3940, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg', 0, 'attachment', 'image/jpeg', 0),
(4141, 1, '2022-04-05 10:03:56', '2022-04-05 10:03:56', '', 'IR024', '', 'inherit', 'open', 'closed', '', 'ir024', '', '', '2022-04-05 10:03:56', '2022-04-05 10:03:56', '', 3940, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg', 0, 'attachment', 'image/jpeg', 0),
(4142, 1, '2022-04-05 10:03:59', '2022-04-05 10:03:59', '', 'IR02', '', 'inherit', 'open', 'closed', '', 'ir02', '', '', '2022-04-05 10:03:59', '2022-04-05 10:03:59', '', 3940, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg', 0, 'attachment', 'image/jpeg', 0),
(4143, 1, '2022-04-05 10:06:01', '2022-04-05 10:06:01', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\n 	<li><span class=\"a-list-item\">RUSTPROOF &amp; WATERPROOF- the soap dish is made of stainless steel and with chrome finish</span></li>\n 	<li><span class=\"a-list-item\">MAXIMIZES SOAP LIFE: Slotted waterfall design holder will drain excess water into the sink as the cambered surface hold soap in place</span></li>\n 	<li><span class=\"a-list-item\">COUNTERTOP SOAP HOLDER: soap holder &amp; dish saver for shower is a perfect addition to your bathroom decor, both can be designed to almost any shape or size soap</span></li>\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Soap Dish For Bathroom and Bathroom Fixtures </span></li>\n</ul>', 'IRIS Towel Rod', 'IRIS Towel Rod', 'inherit', 'closed', 'closed', '', '3941-autosave-v1', '', '', '2022-04-05 10:06:01', '2022-04-05 10:06:01', '', 3941, 'https://hagarbath.com/shop/?p=4143', 0, 'revision', '', 0),
(4144, 1, '2022-04-05 10:07:02', '2022-04-05 10:07:02', '', 'IR037', '', 'inherit', 'open', 'closed', '', 'ir037', '', '', '2022-04-05 10:07:02', '2022-04-05 10:07:02', '', 3941, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg', 0, 'attachment', 'image/jpeg', 0),
(4145, 1, '2022-04-05 10:07:14', '2022-04-05 10:07:14', '', 'IR034', '', 'inherit', 'open', 'closed', '', 'ir034', '', '', '2022-04-05 10:07:14', '2022-04-05 10:07:14', '', 3941, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg', 0, 'attachment', 'image/jpeg', 0),
(4146, 1, '2022-04-05 10:07:24', '2022-04-05 10:07:24', '', 'IR035', '', 'inherit', 'open', 'closed', '', 'ir035', '', '', '2022-04-05 10:07:24', '2022-04-05 10:07:24', '', 3941, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg', 0, 'attachment', 'image/jpeg', 0),
(4147, 1, '2022-04-05 10:07:32', '2022-04-05 10:07:32', '', 'IR036', '', 'inherit', 'open', 'closed', '', 'ir036', '', '', '2022-04-05 10:07:32', '2022-04-05 10:07:32', '', 3941, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg', 0, 'attachment', 'image/jpeg', 0),
(4148, 1, '2022-04-05 10:07:37', '2022-04-05 10:07:37', '', 'IR032', '', 'inherit', 'open', 'closed', '', 'ir032', '', '', '2022-04-05 10:07:37', '2022-04-05 10:07:37', '', 3941, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg', 0, 'attachment', 'image/jpeg', 0),
(4149, 1, '2022-04-05 10:07:54', '2022-04-05 10:07:54', '', 'IR033', '', 'inherit', 'open', 'closed', '', 'ir033', '', '', '2022-04-05 10:07:54', '2022-04-05 10:07:54', '', 3941, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg', 0, 'attachment', 'image/jpeg', 0),
(4150, 1, '2022-04-05 10:08:04', '2022-04-05 10:08:04', '', 'IR03', '', 'inherit', 'open', 'closed', '', 'ir03', '', '', '2022-04-05 10:08:04', '2022-04-05 10:08:04', '', 3941, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg', 0, 'attachment', 'image/jpeg', 0),
(4151, 1, '2022-04-05 10:11:32', '2022-04-05 10:11:32', '', '05_LI-001 BIb Cock foam flow with Flange', '', 'inherit', 'open', 'closed', '', '05_li-001-bib-cock-foam-flow-with-flange', '', '', '2022-04-05 10:11:32', '2022-04-05 10:11:32', '', 3907, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4152, 1, '2022-04-05 10:11:33', '2022-04-05 10:11:33', 'Bib Cock foam flow with Flange\n<div id=\"featurebullets_feature_div\" class=\"celwidget\" data-feature-name=\"featurebullets\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.55\" data-csa-c-component=\"featurebullets\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"g9tapf-3378fd-5f8ipp-kzx6zp\" data-cel-widget=\"featurebullets_feature_div\">\n<div id=\"feature-bullets\" class=\"a-section a-spacing-medium a-spacing-top-small\">\n<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">Package Contains: Bib Cock Long Foam Flow with Flange</span></li>\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\n</ul>\n</div>\n</div>\n<div id=\"customerReviewsAttribute_feature_div\" class=\"celwidget\" data-feature-name=\"customerReviewsAttribute\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.56\" data-csa-c-component=\"customerReviewsAttribute\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"fiusdc-8unqc-giz193-tuy3z7\" data-cel-widget=\"customerReviewsAttribute_feature_div\"></div>\n<div id=\"globalStoreInfoBullets_feature_div\" class=\"celwidget\" data-feature-name=\"globalStoreInfoBullets\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.57\" data-csa-c-component=\"globalStoreInfoBullets\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"lr19oe-f9zm79-4qwieo-d3fze7\" data-cel-widget=\"globalStoreInfoBullets_feature_div\"></div>\n<div id=\"andonCord_feature_div\" class=\"celwidget\" data-feature-name=\"andonCord\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.58\" data-csa-c-component=\"andonCord\" data-csa-c-cs-type=\"DETAIL_PAGE_AMABOT\" data-csa-c-id=\"oxmmkv-rejtuh-ehb6qr-q04v12\" data-cel-widget=\"andonCord_feature_div\"></div>\n<div id=\"HLCXComparisonJumplink_feature_div\"></div>\n<div id=\"edpIngress_feature_div\" class=\"celwidget\" data-feature-name=\"edpIngress\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.60\" data-csa-c-component=\"edpIngress\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"zgspg4-bpjwtt-4zgryg-kj287x\" data-cel-widget=\"edpIngress_feature_div\"></div>', 'Bib Cock foam flow with Flange', 'Bib Cock foam flow with Flange', 'inherit', 'closed', 'closed', '', '3907-autosave-v1', '', '', '2022-04-05 10:11:33', '2022-04-05 10:11:33', '', 3907, 'https://hagarbath.com/shop/?p=4152', 0, 'revision', '', 0),
(4153, 1, '2022-04-05 10:11:37', '2022-04-05 10:11:37', '', '06_LI-001 BIb Cock foam flow with Flange', '', 'inherit', 'open', 'closed', '', '06_li-001-bib-cock-foam-flow-with-flange', '', '', '2022-04-05 10:11:37', '2022-04-05 10:11:37', '', 3907, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4154, 1, '2022-04-05 10:11:40', '2022-04-05 10:11:40', '', '07_LI-001 BIb Cock foam flow with Flange', '', 'inherit', 'open', 'closed', '', '07_li-001-bib-cock-foam-flow-with-flange', '', '', '2022-04-05 10:11:40', '2022-04-05 10:11:40', '', 3907, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4155, 1, '2022-04-05 10:11:48', '2022-04-05 10:11:48', '', '03_LI-001 BIb Cock foam flow with Flange', '', 'inherit', 'open', 'closed', '', '03_li-001-bib-cock-foam-flow-with-flange', '', '', '2022-04-05 10:11:48', '2022-04-05 10:11:48', '', 3907, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4156, 1, '2022-04-05 10:12:00', '2022-04-05 10:12:00', '', '04_LI-001 BIb Cock foam flow with Flange', '', 'inherit', 'open', 'closed', '', '04_li-001-bib-cock-foam-flow-with-flange', '', '', '2022-04-05 10:12:00', '2022-04-05 10:12:00', '', 3907, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4157, 1, '2022-04-05 10:12:07', '2022-04-05 10:12:07', '', '02_LI-001 BIb Cock foam flow with Flange', '', 'inherit', 'open', 'closed', '', '02_li-001-bib-cock-foam-flow-with-flange', '', '', '2022-04-05 10:12:07', '2022-04-05 10:12:07', '', 3907, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4158, 1, '2022-04-05 10:12:17', '2022-04-05 10:12:17', '', '01_LI-001 BIb Cock foam flow with Flange', '', 'inherit', 'open', 'closed', '', '01_li-001-bib-cock-foam-flow-with-flange', '', '', '2022-04-05 10:12:17', '2022-04-05 10:12:17', '', 3907, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4159, 1, '2022-04-05 10:20:10', '2022-04-05 10:20:10', '', '05_LI-002 Long Nose foam flow with Flange', '', 'inherit', 'open', 'closed', '', '05_li-002-long-nose-foam-flow-with-flange', '', '', '2022-04-05 10:20:10', '2022-04-05 10:20:10', '', 3908, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4160, 1, '2022-04-05 10:20:17', '2022-04-05 10:20:17', '', '06_LI-002 Long Nose foam flow with Flange', '', 'inherit', 'open', 'closed', '', '06_li-002-long-nose-foam-flow-with-flange', '', '', '2022-04-05 10:20:17', '2022-04-05 10:20:17', '', 3908, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4161, 1, '2022-04-05 10:20:25', '2022-04-05 10:20:25', '', '07_LI-002 Long Nose foam flow with Flange', '', 'inherit', 'open', 'closed', '', '07_li-002-long-nose-foam-flow-with-flange', '', '', '2022-04-05 10:20:25', '2022-04-05 10:20:25', '', 3908, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4162, 1, '2022-04-05 10:20:27', '2022-04-05 10:20:27', '<div id=\"featurebullets_feature_div\" class=\"celwidget\" data-feature-name=\"featurebullets\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.55\" data-csa-c-component=\"featurebullets\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"uyzn9i-u03qm3-97u7r0-mwyym8\" data-cel-widget=\"featurebullets_feature_div\">\n<div id=\"feature-bullets\" class=\"a-section a-spacing-medium a-spacing-top-small\">\n<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">Package Contains: Long Nose Foam Flow with Flange</span></li>\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\n</ul>\n</div>\n</div>\n<div id=\"customerReviewsAttribute_feature_div\" class=\"celwidget\" data-feature-name=\"customerReviewsAttribute\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.56\" data-csa-c-component=\"customerReviewsAttribute\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"avc1ue-6eb7id-h320wr-7suhkc\" data-cel-widget=\"customerReviewsAttribute_feature_div\"></div>\n<div id=\"globalStoreInfoBullets_feature_div\" class=\"celwidget\" data-feature-name=\"globalStoreInfoBullets\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.57\" data-csa-c-component=\"globalStoreInfoBullets\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"ki0828-5ko03n-e7w9gd-dbk6r2\" data-cel-widget=\"globalStoreInfoBullets_feature_div\"></div>\n<div id=\"andonCord_feature_div\" class=\"celwidget\" data-feature-name=\"andonCord\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.58\" data-csa-c-component=\"andonCord\" data-csa-c-cs-type=\"DETAIL_PAGE_AMABOT\" data-csa-c-id=\"9sajp1-j250dd-fk0tvj-m8ucew\" data-cel-widget=\"andonCord_feature_div\"></div>\n<div id=\"HLCXComparisonJumplink_feature_div\"></div>\n<div id=\"edpIngress_feature_div\" class=\"celwidget\" data-feature-name=\"edpIngress\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.60\" data-csa-c-component=\"edpIngress\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"eid7ei-4ynvv8-7qdqiq-wbzqpp\" data-cel-widget=\"edpIngress_feature_div\"></div>', 'Long Nose foam flow with Flange', 'Long Nose foam flow with Flange', 'inherit', 'closed', 'closed', '', '3908-autosave-v1', '', '', '2022-04-05 10:20:27', '2022-04-05 10:20:27', '', 3908, 'https://hagarbath.com/shop/?p=4162', 0, 'revision', '', 0),
(4163, 1, '2022-04-05 10:20:31', '2022-04-05 10:20:31', '', '04_LI-002 Long Nose foam flow with Flange', '', 'inherit', 'open', 'closed', '', '04_li-002-long-nose-foam-flow-with-flange', '', '', '2022-04-05 10:20:31', '2022-04-05 10:20:31', '', 3908, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4164, 1, '2022-04-05 10:20:37', '2022-04-05 10:20:37', '', '03_LI-002 Long Nose foam flow with Flange', '', 'inherit', 'open', 'closed', '', '03_li-002-long-nose-foam-flow-with-flange', '', '', '2022-04-05 10:20:37', '2022-04-05 10:20:37', '', 3908, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4165, 1, '2022-04-05 10:20:45', '2022-04-05 10:20:45', '', '02_LI-002 Long Nose foam flow with Flange', '', 'inherit', 'open', 'closed', '', '02_li-002-long-nose-foam-flow-with-flange', '', '', '2022-04-05 10:20:45', '2022-04-05 10:20:45', '', 3908, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4166, 1, '2022-04-05 10:20:50', '2022-04-05 10:20:50', '', '01_LI-002 Long Nose foam flow with Flange', '', 'inherit', 'open', 'closed', '', '01_li-002-long-nose-foam-flow-with-flange', '', '', '2022-04-05 10:20:50', '2022-04-05 10:20:50', '', 3908, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4167, 1, '2022-04-05 10:23:30', '2022-04-05 10:23:30', '', '05_LI-004 Angle Cock with Flange', '', 'inherit', 'open', 'closed', '', '05_li-004-angle-cock-with-flange', '', '', '2022-04-05 10:23:30', '2022-04-05 10:23:30', '', 3909, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4168, 1, '2022-04-05 10:23:40', '2022-04-05 10:23:40', '', '06_LI-004 Angle Cock with Flange', '', 'inherit', 'open', 'closed', '', '06_li-004-angle-cock-with-flange', '', '', '2022-04-05 10:23:40', '2022-04-05 10:23:40', '', 3909, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4169, 1, '2022-04-05 10:23:51', '2022-04-05 10:23:51', '', '07_LI-004 Angle Cock with Flange', '', 'inherit', 'open', 'closed', '', '07_li-004-angle-cock-with-flange', '', '', '2022-04-05 10:23:51', '2022-04-05 10:23:51', '', 3909, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4170, 1, '2022-04-05 10:23:55', '2022-04-05 10:23:55', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">Package Contains: Angle Valve with Flange</span></li>\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\n</ul>', 'Angle Cock with Flange', 'Angle Cock with Flange', 'inherit', 'closed', 'closed', '', '3909-autosave-v1', '', '', '2022-04-05 10:23:55', '2022-04-05 10:23:55', '', 3909, 'https://hagarbath.com/shop/?p=4170', 0, 'revision', '', 0),
(4171, 1, '2022-04-05 10:23:59', '2022-04-05 10:23:59', '', '03_LI-004 Angle Cock with Flange', '', 'inherit', 'open', 'closed', '', '03_li-004-angle-cock-with-flange', '', '', '2022-04-05 10:23:59', '2022-04-05 10:23:59', '', 3909, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4172, 1, '2022-04-05 10:24:23', '2022-04-05 10:24:23', '', '04_LI-004 Angle Cock with Flange', '', 'inherit', 'open', 'closed', '', '04_li-004-angle-cock-with-flange', '', '', '2022-04-05 10:24:23', '2022-04-05 10:24:23', '', 3909, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4173, 1, '2022-04-05 10:24:29', '2022-04-05 10:24:29', '', '01_LI-004 Angle Cock with Flange', '', 'inherit', 'open', 'closed', '', '01_li-004-angle-cock-with-flange', '', '', '2022-04-05 10:24:29', '2022-04-05 10:24:29', '', 3909, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4174, 1, '2022-04-05 10:24:34', '2022-04-05 10:24:34', '', '02_LI-004 Angle Cock with Flange', '', 'inherit', 'open', 'closed', '', '02_li-004-angle-cock-with-flange', '', '', '2022-04-05 10:24:34', '2022-04-05 10:24:34', '', 3909, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4175, 1, '2022-04-05 10:28:09', '2022-04-05 10:28:09', '', 'LI-005 2 in 1 Bib Cock foam Flow6', '', 'inherit', 'open', 'closed', '', 'li-005-2-in-1-bib-cock-foam-flow6', '', '', '2022-04-05 10:28:09', '2022-04-05 10:28:09', '', 3910, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6.jpg', 0, 'attachment', 'image/jpeg', 0),
(4176, 1, '2022-04-05 10:28:20', '2022-04-05 10:28:20', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Bib Cock Long Foam Flow with Flange</span></li>\n</ul>', '2 in 1 Bib Cock foam flow', '2 in 1 Bib Cock foam flow', 'inherit', 'closed', 'closed', '', '3910-autosave-v1', '', '', '2022-04-05 10:28:20', '2022-04-05 10:28:20', '', 3910, 'https://hagarbath.com/shop/?p=4176', 0, 'revision', '', 0),
(4177, 1, '2022-04-05 10:28:28', '2022-04-05 10:28:28', '', 'LI-005 2 in 1 Bib Cock foam Flow7', '', 'inherit', 'open', 'closed', '', 'li-005-2-in-1-bib-cock-foam-flow7', '', '', '2022-04-05 10:28:28', '2022-04-05 10:28:28', '', 3910, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7.jpg', 0, 'attachment', 'image/jpeg', 0),
(4178, 1, '2022-04-05 10:28:38', '2022-04-05 10:28:38', '', 'LI-005 2 in 1 Bib Cock foam Flow5', '', 'inherit', 'open', 'closed', '', 'li-005-2-in-1-bib-cock-foam-flow5', '', '', '2022-04-05 10:28:38', '2022-04-05 10:28:38', '', 3910, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5.jpg', 0, 'attachment', 'image/jpeg', 0),
(4179, 1, '2022-04-05 10:28:47', '2022-04-05 10:28:47', '', 'LI-005 2 in 1 Bib Cock foam Flow3', '', 'inherit', 'open', 'closed', '', 'li-005-2-in-1-bib-cock-foam-flow3', '', '', '2022-04-05 10:28:47', '2022-04-05 10:28:47', '', 3910, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4180, 1, '2022-04-05 10:28:53', '2022-04-05 10:28:53', '', 'LI-005 2 in 1 Bib Cock foam Flow4', '', 'inherit', 'open', 'closed', '', 'li-005-2-in-1-bib-cock-foam-flow4', '', '', '2022-04-05 10:28:53', '2022-04-05 10:28:53', '', 3910, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4181, 1, '2022-04-05 10:29:06', '2022-04-05 10:29:06', '', 'LI-005 2 in 1 Bib Cock foam Flow2', '', 'inherit', 'open', 'closed', '', 'li-005-2-in-1-bib-cock-foam-flow2', '', '', '2022-04-05 10:29:06', '2022-04-05 10:29:06', '', 3910, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4182, 1, '2022-04-05 10:29:12', '2022-04-05 10:29:12', '', 'LI-005 2 in 1 Bib Cock foam Flow', '', 'inherit', 'open', 'closed', '', 'li-005-2-in-1-bib-cock-foam-flow', '', '', '2022-04-05 10:29:12', '2022-04-05 10:29:12', '', 3910, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg', 0, 'attachment', 'image/jpeg', 0),
(4183, 1, '2022-04-05 10:31:50', '2022-04-05 10:31:50', '', 'LI-006 2 in 1 Angle Valve4', '', 'inherit', 'open', 'closed', '', 'li-006-2-in-1-angle-valve4', '', '', '2022-04-05 10:31:50', '2022-04-05 10:31:50', '', 3911, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4184, 1, '2022-04-05 10:32:09', '2022-04-05 10:32:09', '', 'LI-006 2 in 1 Angle Valve3', '', 'inherit', 'open', 'closed', '', 'li-006-2-in-1-angle-valve3', '', '', '2022-04-05 10:32:09', '2022-04-05 10:32:09', '', 3911, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4185, 1, '2022-04-05 10:32:15', '2022-04-05 10:32:15', '', 'LI-006 2 in 1 Angle Valve5', '', 'inherit', 'open', 'closed', '', 'li-006-2-in-1-angle-valve5', '', '', '2022-04-05 10:32:15', '2022-04-05 10:32:15', '', 3911, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve5.jpg', 0, 'attachment', 'image/jpeg', 0),
(4186, 1, '2022-04-05 10:32:21', '2022-04-05 10:32:21', '', 'LI-006 2 in 1 Angle Valve6', '', 'inherit', 'open', 'closed', '', 'li-006-2-in-1-angle-valve6', '', '', '2022-04-05 10:32:21', '2022-04-05 10:32:21', '', 3911, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve6.jpg', 0, 'attachment', 'image/jpeg', 0),
(4187, 1, '2022-04-05 10:32:26', '2022-04-05 10:32:26', '', 'LI-006 2 in 1 Angle Valve', '', 'inherit', 'open', 'closed', '', 'li-006-2-in-1-angle-valve', '', '', '2022-04-05 10:32:26', '2022-04-05 10:32:26', '', 3911, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve.jpg', 0, 'attachment', 'image/jpeg', 0),
(4188, 1, '2022-04-05 10:32:30', '2022-04-05 10:32:30', '', 'LI-006 2 in 1 Angle Valve2', '', 'inherit', 'open', 'closed', '', 'li-006-2-in-1-angle-valve2', '', '', '2022-04-05 10:32:30', '2022-04-05 10:32:30', '', 3911, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2.jpg', 0, 'attachment', 'image/jpeg', 0),
(4189, 1, '2022-04-05 10:42:03', '2022-04-05 10:42:03', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">Package Contains: Wall Mounted Sink Cock (J. Pipe Spout)</span></li>\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\n</ul>', 'Wall Mounted Sink Cock (J. Pipe Spout)', 'Wall Mounted Sink Cock (J. Pipe Spout)', 'inherit', 'closed', 'closed', '', '3912-autosave-v1', '', '', '2022-04-05 10:42:03', '2022-04-05 10:42:03', '', 3912, 'https://hagarbath.com/shop/?p=4189', 0, 'revision', '', 0),
(4190, 1, '2022-04-05 10:42:16', '2022-04-05 10:42:16', '', 'LI-009 Wall Mounted Sink Cock ( J Pipe Spout )6', '', 'inherit', 'open', 'closed', '', 'li-009-wall-mounted-sink-cock-j-pipe-spout-6', '', '', '2022-04-05 10:42:16', '2022-04-05 10:42:16', '', 3912, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(4191, 1, '2022-04-05 10:42:34', '2022-04-05 10:42:34', '', 'LI-009 Wall Mounted Sink Cock ( J Pipe Spout )7', '', 'inherit', 'open', 'closed', '', 'li-009-wall-mounted-sink-cock-j-pipe-spout-7', '', '', '2022-04-05 10:42:34', '2022-04-05 10:42:34', '', 3912, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(4192, 1, '2022-04-05 10:42:42', '2022-04-05 10:42:42', '', 'LI-009 Wall Mounted Sink Cock ( J Pipe Spout )5', '', 'inherit', 'open', 'closed', '', 'li-009-wall-mounted-sink-cock-j-pipe-spout-5', '', '', '2022-04-05 10:42:42', '2022-04-05 10:42:42', '', 3912, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(4193, 1, '2022-04-05 10:42:59', '2022-04-05 10:42:59', '', 'LI-009 Wall Mounted Sink Cock ( J Pipe Spout )3', '', 'inherit', 'open', 'closed', '', 'li-009-wall-mounted-sink-cock-j-pipe-spout-3', '', '', '2022-04-05 10:42:59', '2022-04-05 10:42:59', '', 3912, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4194, 1, '2022-04-05 10:43:09', '2022-04-05 10:43:09', '', 'LI-009 Wall Mounted Sink Cock ( J Pipe Spout )4', '', 'inherit', 'open', 'closed', '', 'li-009-wall-mounted-sink-cock-j-pipe-spout-4', '', '', '2022-04-05 10:43:09', '2022-04-05 10:43:09', '', 3912, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4195, 1, '2022-04-05 10:43:17', '2022-04-05 10:43:17', '', 'LI-009 Wall Mounted Sink Cock ( J Pipe Spout )2', '', 'inherit', 'open', 'closed', '', 'li-009-wall-mounted-sink-cock-j-pipe-spout-2', '', '', '2022-04-05 10:43:17', '2022-04-05 10:43:17', '', 3912, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(4196, 1, '2022-04-05 10:43:21', '2022-04-05 10:43:21', '', 'LI-009 Wall Mounted Sink Cock ( J Pipe Spout )', '', 'inherit', 'open', 'closed', '', 'li-009-wall-mounted-sink-cock-j-pipe-spout', '', '', '2022-04-05 10:43:21', '2022-04-05 10:43:21', '', 3912, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-.jpg', 0, 'attachment', 'image/jpeg', 0),
(4197, 1, '2022-04-05 10:47:17', '2022-04-05 10:47:17', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Telephonic Hand showers TS5006</span></li>\n</ul>', 'Telephonic Hand Showers', 'Telephonic Hand Showers', 'inherit', 'closed', 'closed', '', '3942-autosave-v1', '', '', '2022-04-05 10:47:17', '2022-04-05 10:47:17', '', 3942, 'https://hagarbath.com/shop/?p=4197', 0, 'revision', '', 0),
(4198, 1, '2022-04-05 10:47:47', '2022-04-05 10:47:47', '', 'THS-024', '', 'inherit', 'open', 'closed', '', 'ths-024', '', '', '2022-04-05 10:47:47', '2022-04-05 10:47:47', '', 3942, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg', 0, 'attachment', 'image/jpeg', 0),
(4199, 1, '2022-04-05 10:47:56', '2022-04-05 10:47:56', '', 'THS-025', '', 'inherit', 'open', 'closed', '', 'ths-025', '', '', '2022-04-05 10:47:56', '2022-04-05 10:47:56', '', 3942, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg', 0, 'attachment', 'image/jpeg', 0),
(4200, 1, '2022-04-05 10:48:06', '2022-04-05 10:48:06', '', 'THS-026', '', 'inherit', 'open', 'closed', '', 'ths-026', '', '', '2022-04-05 10:48:06', '2022-04-05 10:48:06', '', 3942, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg', 0, 'attachment', 'image/jpeg', 0),
(4201, 1, '2022-04-05 10:48:10', '2022-04-05 10:48:10', '', 'THS-02', '', 'inherit', 'open', 'closed', '', 'ths-02', '', '', '2022-04-05 10:48:10', '2022-04-05 10:48:10', '', 3942, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg', 0, 'attachment', 'image/jpeg', 0),
(4202, 1, '2022-04-05 10:48:17', '2022-04-05 10:48:17', '', 'THS-022', '', 'inherit', 'open', 'closed', '', 'ths-022', '', '', '2022-04-05 10:48:17', '2022-04-05 10:48:17', '', 3942, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg', 0, 'attachment', 'image/jpeg', 0),
(4203, 1, '2022-04-05 10:48:29', '2022-04-05 10:48:29', '', 'THS-023', '', 'inherit', 'open', 'closed', '', 'ths-023', '', '', '2022-04-05 10:48:29', '2022-04-05 10:48:29', '', 3942, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg', 0, 'attachment', 'image/jpeg', 0),
(4204, 1, '2022-04-05 10:50:29', '2022-04-05 10:50:29', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: OHS-0023 </span></li>\n</ul>', 'OverHead Shower 8\"x8\"', 'OverHead Shower 8\"x8\"', 'inherit', 'closed', 'closed', '', '3935-autosave-v1', '', '', '2022-04-05 10:50:29', '2022-04-05 10:50:29', '', 3935, 'https://hagarbath.com/shop/?p=4204', 0, 'revision', '', 0),
(4205, 1, '2022-04-05 10:50:54', '2022-04-05 10:50:54', '', 'OHS-0024', '', 'inherit', 'open', 'closed', '', 'ohs-0024', '', '', '2022-04-05 10:50:54', '2022-04-05 10:50:54', '', 3935, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS-0024.jpg', 0, 'attachment', 'image/jpeg', 0),
(4206, 1, '2022-04-05 10:51:01', '2022-04-05 10:51:01', '', 'OHS-0025', '', 'inherit', 'open', 'closed', '', 'ohs-0025', '', '', '2022-04-05 10:51:01', '2022-04-05 10:51:01', '', 3935, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS-0025.jpg', 0, 'attachment', 'image/jpeg', 0),
(4207, 1, '2022-04-05 10:51:12', '2022-04-05 10:51:12', '', 'OHS-0026', '', 'inherit', 'open', 'closed', '', 'ohs-0026', '', '', '2022-04-05 10:51:12', '2022-04-05 10:51:12', '', 3935, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS-0026.jpg', 0, 'attachment', 'image/jpeg', 0),
(4208, 1, '2022-04-05 10:51:18', '2022-04-05 10:51:18', '', 'OHS-0022', '', 'inherit', 'open', 'closed', '', 'ohs-0022', '', '', '2022-04-05 10:51:18', '2022-04-05 10:51:18', '', 3935, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS-0022.jpg', 0, 'attachment', 'image/jpeg', 0),
(4209, 1, '2022-04-05 10:51:29', '2022-04-05 10:51:29', '', 'OHS-0023', '', 'inherit', 'open', 'closed', '', 'ohs-0023', '', '', '2022-04-05 10:51:29', '2022-04-05 10:51:29', '', 3935, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS-0023.jpg', 0, 'attachment', 'image/jpeg', 0),
(4210, 1, '2022-04-05 10:51:36', '2022-04-05 10:51:36', '', 'OHS-002', '', 'inherit', 'open', 'closed', '', 'ohs-002', '', '', '2022-04-05 10:51:36', '2022-04-05 10:51:36', '', 3935, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS-002.jpg', 0, 'attachment', 'image/jpeg', 0),
(4211, 1, '2022-04-05 10:55:36', '2022-04-05 10:55:36', '', 'OHS0076', '', 'inherit', 'open', 'closed', '', 'ohs0076', '', '', '2022-04-05 10:55:36', '2022-04-05 10:55:36', '', 3934, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS0076.jpg', 0, 'attachment', 'image/jpeg', 0),
(4212, 1, '2022-04-05 10:55:40', '2022-04-05 10:55:40', '', 'OHS0077', '', 'inherit', 'open', 'closed', '', 'ohs0077', '', '', '2022-04-05 10:55:40', '2022-04-05 10:55:40', '', 3934, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS0077.jpg', 0, 'attachment', 'image/jpeg', 0),
(4213, 1, '2022-04-05 10:55:44', '2022-04-05 10:55:44', '', 'OHS0074', '', 'inherit', 'open', 'closed', '', 'ohs0074', '', '', '2022-04-05 10:55:44', '2022-04-05 10:55:44', '', 3934, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS0074.jpg', 0, 'attachment', 'image/jpeg', 0),
(4214, 1, '2022-04-05 10:55:50', '2022-04-05 10:55:50', '', 'OHS0073', '', 'inherit', 'open', 'closed', '', 'ohs0073', '', '', '2022-04-05 10:55:50', '2022-04-05 10:55:50', '', 3934, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS0073.jpg', 0, 'attachment', 'image/jpeg', 0),
(4215, 1, '2022-04-05 10:55:54', '2022-04-05 10:55:54', '', 'OHS007', '', 'inherit', 'open', 'closed', '', 'ohs007', '', '', '2022-04-05 10:55:54', '2022-04-05 10:55:54', '', 3934, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS007.jpg', 0, 'attachment', 'image/jpeg', 0),
(4216, 1, '2022-04-05 10:55:58', '2022-04-05 10:55:58', '', 'OHS0072', '', 'inherit', 'open', 'closed', '', 'ohs0072', '', '', '2022-04-05 10:55:58', '2022-04-05 10:55:58', '', 3934, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS0072.jpg', 0, 'attachment', 'image/jpeg', 0),
(4217, 1, '2022-04-05 10:55:59', '2022-04-05 10:55:59', '<div id=\"featurebullets_feature_div\" class=\"celwidget\" data-feature-name=\"featurebullets\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.55\" data-csa-c-component=\"featurebullets\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"c5l99u-f8jmoq-br6usw-44h7ff\" data-cel-widget=\"featurebullets_feature_div\">\n<div id=\"feature-bullets\" class=\"a-section a-spacing-medium a-spacing-top-small\">\n<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">Package Contains: Overhead shower 8 x 8\"</span></li>\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color</span></li>\n 	<li><span class=\"a-list-item\">High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\n</ul>\n</div>\n</div>\n<div id=\"customerReviewsAttribute_feature_div\" class=\"celwidget\" data-feature-name=\"customerReviewsAttribute\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.56\" data-csa-c-component=\"customerReviewsAttribute\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"cwjsa3-ibih1-13p412-xcoob1\" data-cel-widget=\"customerReviewsAttribute_feature_div\"></div>\n<div id=\"globalStoreInfoBullets_feature_div\" class=\"celwidget\" data-feature-name=\"globalStoreInfoBullets\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.57\" data-csa-c-component=\"globalStoreInfoBullets\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"nozoo2-u6t8ce-36mowq-h3hiz1\" data-cel-widget=\"globalStoreInfoBullets_feature_div\"></div>\n<div id=\"andonCord_feature_div\" class=\"celwidget\" data-feature-name=\"andonCord\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.58\" data-csa-c-component=\"andonCord\" data-csa-c-cs-type=\"DETAIL_PAGE_AMABOT\" data-csa-c-id=\"ovzbqa-g96lrx-jt3lbt-qf2k6y\" data-cel-widget=\"andonCord_feature_div\"></div>\n<div id=\"HLCXComparisonJumplink_feature_div\"></div>\n<div id=\"edpIngress_feature_div\" class=\"celwidget\" data-feature-name=\"edpIngress\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.60\" data-csa-c-component=\"edpIngress\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"ygmiie-3hqnhd-y6ml0q-5g3jd5\" data-cel-widget=\"edpIngress_feature_div\"></div>\n<div id=\"newerVersion_feature_div\" class=\"celwidget\" data-feature-name=\"newerVersion\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.61\" data-csa-c-component=\"newerVersion\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"8yllzn-xpj992-w8rk2h-upssaf\" data-cel-widget=\"newerVersion_feature_div\"></div>\n<div id=\"valuePick_feature_div\" class=\"celwidget\" data-feature-name=\"valuePick\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.62\" data-csa-c-component=\"valuePick\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"csl6f-6gfl69-l172rh-mxme3p\" data-cel-widget=\"valuePick_feature_div\">\n<div id=\"valuePick_container\" class=\"celwidget pd_rd_i-B08WX7KCZ6 pd_rd_w-CG5HB pf_rd_p-4cf8d417-64df-4bac-8ba7-24e35751bf04 pf_rd_r-67F23WF68WN2WDE2Z5DP pd_rd_r-c0b51f5c-9803-4aac-a540-1ac4eb874e20 pd_rd_wg-p6mp3 \" data-csa-c-id=\"fi8198-qx89a1-74tco3-fyucua\" data-cel-widget=\"valuePick_desktop_container\">\n<div id=\"value-pick-ac\" class=\"a-section a-spacing-small\"></div>\n</div>\n</div>', 'OverHead Shower 8\"x8\"', 'OverHead Shower 8\"x8\"', 'inherit', 'closed', 'closed', '', '3934-autosave-v1', '', '', '2022-04-05 10:55:59', '2022-04-05 10:55:59', '', 3934, 'https://hagarbath.com/shop/?p=4217', 0, 'revision', '', 0),
(4218, 1, '2022-04-05 11:00:34', '2022-04-05 11:00:34', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">Package Contains: Deck Mounted Swan Neck (J.Pipe Spout)</span></li>\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\n</ul>', 'Deck Mounted Swan Neck (J. Pipe Spout )', 'Deck Mounted Swan Neck (J. Pipe Spout )', 'inherit', 'closed', 'closed', '', '3913-autosave-v1', '', '', '2022-04-05 11:00:34', '2022-04-05 11:00:34', '', 3913, 'https://hagarbath.com/shop/?p=4218', 0, 'revision', '', 0),
(4219, 1, '2022-04-05 11:00:43', '2022-04-05 11:00:43', '', 'LI-0010 Deck Mounted Swan Neck (J Pipe Spout)6', '', 'inherit', 'open', 'closed', '', 'li-0010-deck-mounted-swan-neck-j-pipe-spout6', '', '', '2022-04-05 11:00:43', '2022-04-05 11:00:43', '', 3913, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout6.jpg', 0, 'attachment', 'image/jpeg', 0),
(4220, 1, '2022-04-05 11:00:47', '2022-04-05 11:00:47', '', 'LI-0010 Deck Mounted Swan Neck (J Pipe Spout)7', '', 'inherit', 'open', 'closed', '', 'li-0010-deck-mounted-swan-neck-j-pipe-spout7', '', '', '2022-04-05 11:00:47', '2022-04-05 11:00:47', '', 3913, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout7.jpg', 0, 'attachment', 'image/jpeg', 0),
(4221, 1, '2022-04-05 11:00:51', '2022-04-05 11:00:51', '', 'LI-0010 Deck Mounted Swan Neck (J Pipe Spout)5', '', 'inherit', 'open', 'closed', '', 'li-0010-deck-mounted-swan-neck-j-pipe-spout5', '', '', '2022-04-05 11:00:51', '2022-04-05 11:00:51', '', 3913, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout5.jpg', 0, 'attachment', 'image/jpeg', 0),
(4222, 1, '2022-04-05 11:00:56', '2022-04-05 11:00:56', '', 'LI-0010 Deck Mounted Swan Neck (J Pipe Spout)3', '', 'inherit', 'open', 'closed', '', 'li-0010-deck-mounted-swan-neck-j-pipe-spout3', '', '', '2022-04-05 11:00:56', '2022-04-05 11:00:56', '', 3913, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4223, 1, '2022-04-05 11:01:02', '2022-04-05 11:01:02', '', 'LI-0010 Deck Mounted Swan Neck (J Pipe Spout)4', '', 'inherit', 'open', 'closed', '', 'li-0010-deck-mounted-swan-neck-j-pipe-spout4', '', '', '2022-04-05 11:01:02', '2022-04-05 11:01:02', '', 3913, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4224, 1, '2022-04-05 11:01:07', '2022-04-05 11:01:07', '', 'LI-0010 Deck Mounted Swan Neck (J Pipe Spout)2', '', 'inherit', 'open', 'closed', '', 'li-0010-deck-mounted-swan-neck-j-pipe-spout2', '', '', '2022-04-05 11:01:07', '2022-04-05 11:01:07', '', 3913, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout2.jpg', 0, 'attachment', 'image/jpeg', 0),
(4225, 1, '2022-04-05 11:01:10', '2022-04-05 11:01:10', '', 'LI-0010 Deck Mounted Swan Neck (J Pipe Spout)', '', 'inherit', 'open', 'closed', '', 'li-0010-deck-mounted-swan-neck-j-pipe-spout', '', '', '2022-04-05 11:01:10', '2022-04-05 11:01:10', '', 3913, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout.jpg', 0, 'attachment', 'image/jpeg', 0),
(4226, 1, '2022-04-05 11:06:51', '2022-04-05 11:06:51', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Bib Cock Foam Flow with Flange</span></li>\n</ul>', 'Bib Cock foam flow with Flange', '<table width=\"437\">\n<tbody>\n<tr>\n<td width=\"437\">Bib Cock foam flow with Flange</td>\n</tr>\n</tbody>\n</table>', 'inherit', 'closed', 'closed', '', '3901-autosave-v1', '', '', '2022-04-05 11:06:51', '2022-04-05 11:06:51', '', 3901, 'https://hagarbath.com/shop/?p=4226', 0, 'revision', '', 0),
(4227, 1, '2022-04-05 11:06:56', '2022-04-05 11:06:56', '', 'OL001 Bib Cock foam flow with Flange7', '', 'inherit', 'open', 'closed', '', 'ol001-bib-cock-foam-flow-with-flange7', '', '', '2022-04-05 11:06:56', '2022-04-05 11:06:56', '', 3901, 'https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7.jpg', 0, 'attachment', 'image/jpeg', 0),
(4228, 1, '2022-04-05 11:07:07', '2022-04-05 11:07:07', '', 'OL001 Bib Cock foam flow with Flange5', '', 'inherit', 'open', 'closed', '', 'ol001-bib-cock-foam-flow-with-flange5', '', '', '2022-04-05 11:07:07', '2022-04-05 11:07:07', '', 3901, 'https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5.jpg', 0, 'attachment', 'image/jpeg', 0),
(4229, 1, '2022-04-05 11:07:19', '2022-04-05 11:07:19', '', 'OL001 Bib Cock foam flow with Flange6', '', 'inherit', 'open', 'closed', '', 'ol001-bib-cock-foam-flow-with-flange6', '', '', '2022-04-05 11:07:19', '2022-04-05 11:07:19', '', 3901, 'https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6.jpg', 0, 'attachment', 'image/jpeg', 0),
(4230, 1, '2022-04-05 11:07:29', '2022-04-05 11:07:29', '', 'OL001 Bib Cock foam flow with Flange4', '', 'inherit', 'open', 'closed', '', 'ol001-bib-cock-foam-flow-with-flange4', '', '', '2022-04-05 11:07:29', '2022-04-05 11:07:29', '', 3901, 'https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4231, 1, '2022-04-05 11:07:54', '2022-04-05 11:07:54', '', 'OL001 Bib Cock foam flow with Flange3', '', 'inherit', 'open', 'closed', '', 'ol001-bib-cock-foam-flow-with-flange3', '', '', '2022-04-05 11:07:54', '2022-04-05 11:07:54', '', 3901, 'https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4232, 1, '2022-04-05 11:08:07', '2022-04-05 11:08:07', '', 'OL001 Bib Cock foam flow with Flange2', '', 'inherit', 'open', 'closed', '', 'ol001-bib-cock-foam-flow-with-flange2', '', '', '2022-04-05 11:08:07', '2022-04-05 11:08:07', '', 3901, 'https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2.jpg', 0, 'attachment', 'image/jpeg', 0),
(4233, 1, '2022-04-05 11:08:14', '2022-04-05 11:08:14', '', 'OL001 Bib Cock foam flow with Flange', '', 'inherit', 'open', 'closed', '', 'ol001-bib-cock-foam-flow-with-flange', '', '', '2022-04-05 11:08:14', '2022-04-05 11:08:14', '', 3901, 'https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4234, 1, '2022-04-05 11:13:46', '2022-04-05 11:13:46', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Long Nose Foam Flow with Flange</span></li>\n</ul>', 'Long Nose foam flow with Flange', 'Long Nose foam flow with Flange', 'inherit', 'closed', 'closed', '', '3916-autosave-v1', '', '', '2022-04-05 11:13:46', '2022-04-05 11:13:46', '', 3916, 'https://hagarbath.com/shop/?p=4234', 0, 'revision', '', 0),
(4235, 1, '2022-04-05 11:13:57', '2022-04-05 11:13:57', '', 'OL002 Long Nose foam flow with Flange5', '', 'inherit', 'open', 'closed', '', 'ol002-long-nose-foam-flow-with-flange5', '', '', '2022-04-05 11:13:57', '2022-04-05 11:13:57', '', 3916, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL002-Long-Nose-foam-flow-with-Flange5.jpg', 0, 'attachment', 'image/jpeg', 0),
(4236, 1, '2022-04-05 11:14:02', '2022-04-05 11:14:02', '', 'OL002 Long Nose foam flow with Flange6', '', 'inherit', 'open', 'closed', '', 'ol002-long-nose-foam-flow-with-flange6', '', '', '2022-04-05 11:14:02', '2022-04-05 11:14:02', '', 3916, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL002-Long-Nose-foam-flow-with-Flange6.jpg', 0, 'attachment', 'image/jpeg', 0),
(4237, 1, '2022-04-05 11:14:06', '2022-04-05 11:14:06', '', 'OL002 Long Nose foam flow with Flange7', '', 'inherit', 'open', 'closed', '', 'ol002-long-nose-foam-flow-with-flange7', '', '', '2022-04-05 11:14:06', '2022-04-05 11:14:06', '', 3916, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL002-Long-Nose-foam-flow-with-Flange7.jpg', 0, 'attachment', 'image/jpeg', 0),
(4238, 1, '2022-04-05 11:14:10', '2022-04-05 11:14:10', '', 'OL002 Long Nose foam flow with Flange4', '', 'inherit', 'open', 'closed', '', 'ol002-long-nose-foam-flow-with-flange4', '', '', '2022-04-05 11:14:10', '2022-04-05 11:14:10', '', 3916, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL002-Long-Nose-foam-flow-with-Flange4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4239, 1, '2022-04-05 11:14:15', '2022-04-05 11:14:15', '', 'OL002 Long Nose foam flow with Flange3', '', 'inherit', 'open', 'closed', '', 'ol002-long-nose-foam-flow-with-flange3', '', '', '2022-04-05 11:14:15', '2022-04-05 11:14:15', '', 3916, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL002-Long-Nose-foam-flow-with-Flange3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4240, 1, '2022-04-05 11:14:19', '2022-04-05 11:14:19', '', 'OL002 Long Nose foam flow with Flange', '', 'inherit', 'open', 'closed', '', 'ol002-long-nose-foam-flow-with-flange', '', '', '2022-04-05 11:14:19', '2022-04-05 11:14:19', '', 3916, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL002-Long-Nose-foam-flow-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4241, 1, '2022-04-05 11:23:13', '2022-04-05 11:23:13', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Long Nose Foam Flow with Flange</span></li>\n</ul>', 'Pillar Cock foam flow', 'Pillar Cock foam flow', 'inherit', 'closed', 'closed', '', '3923-autosave-v1', '', '', '2022-04-05 11:23:13', '2022-04-05 11:23:13', '', 3923, 'https://hagarbath.com/shop/?p=4241', 0, 'revision', '', 0),
(4242, 1, '2022-04-05 11:23:48', '2022-04-05 11:23:48', '', 'Pillar Cock foam flow FA0025', '', 'inherit', 'open', 'closed', '', 'pillar-cock-foam-flow-fa0025', '', '', '2022-04-05 11:23:48', '2022-04-05 11:23:48', '', 3923, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Pillar-Cock-foam-flow-FA0025.jpg', 0, 'attachment', 'image/jpeg', 0),
(4243, 1, '2022-04-05 11:23:56', '2022-04-05 11:23:56', '', 'Pillar Cock foam flow FA0026', '', 'inherit', 'open', 'closed', '', 'pillar-cock-foam-flow-fa0026', '', '', '2022-04-05 11:23:56', '2022-04-05 11:23:56', '', 3923, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Pillar-Cock-foam-flow-FA0026.jpg', 0, 'attachment', 'image/jpeg', 0),
(4244, 1, '2022-04-05 11:24:05', '2022-04-05 11:24:05', '', 'Pillar Cock foam flow FA0027', '', 'inherit', 'open', 'closed', '', 'pillar-cock-foam-flow-fa0027', '', '', '2022-04-05 11:24:05', '2022-04-05 11:24:05', '', 3923, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Pillar-Cock-foam-flow-FA0027.jpg', 0, 'attachment', 'image/jpeg', 0),
(4245, 1, '2022-04-05 11:24:10', '2022-04-05 11:24:10', '', 'Pillar Cock foam flow FA0024', '', 'inherit', 'open', 'closed', '', 'pillar-cock-foam-flow-fa0024', '', '', '2022-04-05 11:24:10', '2022-04-05 11:24:10', '', 3923, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Pillar-Cock-foam-flow-FA0024.jpg', 0, 'attachment', 'image/jpeg', 0),
(4246, 1, '2022-04-05 11:24:21', '2022-04-05 11:24:21', '', 'Pillar Cock foam flow FA0023', '', 'inherit', 'open', 'closed', '', 'pillar-cock-foam-flow-fa0023', '', '', '2022-04-05 11:24:21', '2022-04-05 11:24:21', '', 3923, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Pillar-Cock-foam-flow-FA0023.jpg', 0, 'attachment', 'image/jpeg', 0),
(4247, 1, '2022-04-05 11:24:26', '2022-04-05 11:24:26', '', 'Pillar Cock foam flow FA002', '', 'inherit', 'open', 'closed', '', 'pillar-cock-foam-flow-fa002', '', '', '2022-04-05 11:24:26', '2022-04-05 11:24:26', '', 3923, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Pillar-Cock-foam-flow-FA002.jpg', 0, 'attachment', 'image/jpeg', 0),
(4248, 1, '2022-04-05 11:32:22', '2022-04-05 11:32:22', '', '03_OL005 Angle Cock with Flange5', '', 'inherit', 'open', 'closed', '', '03_ol005-angle-cock-with-flange5', '', '', '2022-04-05 11:32:22', '2022-04-05 11:32:22', '', 3933, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange5.jpg', 0, 'attachment', 'image/jpeg', 0),
(4249, 1, '2022-04-05 11:32:32', '2022-04-05 11:32:32', '', '03_OL005 Angle Cock with Flange6', '', 'inherit', 'open', 'closed', '', '03_ol005-angle-cock-with-flange6', '', '', '2022-04-05 11:32:32', '2022-04-05 11:32:32', '', 3933, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange6.jpg', 0, 'attachment', 'image/jpeg', 0),
(4250, 1, '2022-04-05 11:32:36', '2022-04-05 11:32:36', '', '03_OL005 Angle Cock with Flange', '', 'inherit', 'open', 'closed', '', '03_ol005-angle-cock-with-flange', '', '', '2022-04-05 11:32:36', '2022-04-05 11:32:36', '', 3933, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange.jpg', 0, 'attachment', 'image/jpeg', 0),
(4251, 1, '2022-04-05 11:32:41', '2022-04-05 11:32:41', '', '03_OL005 Angle Cock with Flange2', '', 'inherit', 'open', 'closed', '', '03_ol005-angle-cock-with-flange2', '', '', '2022-04-05 11:32:41', '2022-04-05 11:32:41', '', 3933, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange2.jpg', 0, 'attachment', 'image/jpeg', 0),
(4252, 1, '2022-04-05 11:32:51', '2022-04-05 11:32:51', '', '03_OL005 Angle Cock with Flange3', '', 'inherit', 'open', 'closed', '', '03_ol005-angle-cock-with-flange3', '', '', '2022-04-05 11:32:51', '2022-04-05 11:32:51', '', 3933, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4253, 1, '2022-04-05 11:33:03', '2022-04-05 11:33:03', '', '03_OL005 Angle Cock with Flange4', '', 'inherit', 'open', 'closed', '', '03_ol005-angle-cock-with-flange4', '', '', '2022-04-05 11:33:03', '2022-04-05 11:33:03', '', 3933, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4254, 1, '2022-04-05 11:37:49', '2022-04-05 11:37:49', '', 'Wall Mounted Sink Cock casted Spout FA0096', '', 'inherit', 'open', 'closed', '', 'wall-mounted-sink-cock-casted-spout-fa0096', '', '', '2022-04-05 11:37:49', '2022-04-05 11:37:49', '', 3926, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA0096.jpg', 0, 'attachment', 'image/jpeg', 0),
(4255, 1, '2022-04-05 11:38:01', '2022-04-05 11:38:01', '', 'Wall Mounted Sink Cock casted Spout FA0097', '', 'inherit', 'open', 'closed', '', 'wall-mounted-sink-cock-casted-spout-fa0097', '', '', '2022-04-05 11:38:01', '2022-04-05 11:38:01', '', 3926, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA0097.jpg', 0, 'attachment', 'image/jpeg', 0),
(4256, 1, '2022-04-05 11:38:19', '2022-04-05 11:38:19', '', 'Wall Mounted Sink Cock casted Spout FA0093', '', 'inherit', 'open', 'closed', '', 'wall-mounted-sink-cock-casted-spout-fa0093', '', '', '2022-04-05 11:38:19', '2022-04-05 11:38:19', '', 3926, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA0093.jpg', 0, 'attachment', 'image/jpeg', 0),
(4257, 1, '2022-04-05 11:38:28', '2022-04-05 11:38:28', '', 'Wall Mounted Sink Cock casted Spout FA0094', '', 'inherit', 'open', 'closed', '', 'wall-mounted-sink-cock-casted-spout-fa0094', '', '', '2022-04-05 11:38:28', '2022-04-05 11:38:28', '', 3926, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA0094.jpg', 0, 'attachment', 'image/jpeg', 0),
(4258, 1, '2022-04-05 11:38:37', '2022-04-05 11:38:37', '', 'Wall Mounted Sink Cock casted Spout FA009', '', 'inherit', 'open', 'closed', '', 'wall-mounted-sink-cock-casted-spout-fa009', '', '', '2022-04-05 11:38:37', '2022-04-05 11:38:37', '', 3926, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA009.jpg', 0, 'attachment', 'image/jpeg', 0),
(4259, 1, '2022-04-06 03:56:18', '2022-04-06 03:56:18', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Wall Mounted Sink Cock Casted Spout WS</span></li>\n</ul>', 'Wall Mounted Sink Cock casted Spout WS', '<p>Wall Mounted Sink Cock casted Spout WS</p>', 'inherit', 'closed', 'closed', '', '3926-autosave-v1', '', '', '2022-04-06 03:56:18', '2022-04-06 03:56:18', '', 3926, 'https://hagarbath.com/shop/?p=4259', 0, 'revision', '', 0),
(4260, 1, '2022-04-06 03:59:18', '2022-04-06 03:59:18', '', 'Wall Mounted Sink Cock with flexible Coloured Spout FA0225', '', 'inherit', 'open', 'closed', '', 'wall-mounted-sink-cock-with-flexible-coloured-spout-fa0225', '', '', '2022-04-06 03:59:18', '2022-04-06 03:59:18', '', 3927, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0225.jpg', 0, 'attachment', 'image/jpeg', 0),
(4261, 1, '2022-04-06 03:59:22', '2022-04-06 03:59:22', '', 'Wall Mounted Sink Cock with flexible Coloured Spout FA0226', '', 'inherit', 'open', 'closed', '', 'wall-mounted-sink-cock-with-flexible-coloured-spout-fa0226', '', '', '2022-04-06 03:59:22', '2022-04-06 03:59:22', '', 3927, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0226.jpg', 0, 'attachment', 'image/jpeg', 0),
(4262, 1, '2022-04-06 03:59:26', '2022-04-06 03:59:26', '', 'Wall Mounted Sink Cock with flexible Coloured Spout FA0227', '', 'inherit', 'open', 'closed', '', 'wall-mounted-sink-cock-with-flexible-coloured-spout-fa0227', '', '', '2022-04-06 03:59:26', '2022-04-06 03:59:26', '', 3927, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0227.jpg', 0, 'attachment', 'image/jpeg', 0),
(4263, 1, '2022-04-06 03:59:29', '2022-04-06 03:59:29', '', 'Wall Mounted Sink Cock with flexible Coloured Spout FA0224', '', 'inherit', 'open', 'closed', '', 'wall-mounted-sink-cock-with-flexible-coloured-spout-fa0224', '', '', '2022-04-06 03:59:29', '2022-04-06 03:59:29', '', 3927, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0224.jpg', 0, 'attachment', 'image/jpeg', 0),
(4264, 1, '2022-04-06 03:59:32', '2022-04-06 03:59:32', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">Package Contains: 1 Piece Sink Cock</span></li>\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\n</ul>', 'Wall Mounted Sink Cock with flexible Coloured Spout', 'Wall Mounted Sink Cock with flexible Coloured Spout', 'inherit', 'closed', 'closed', '', '3927-autosave-v1', '', '', '2022-04-06 03:59:32', '2022-04-06 03:59:32', '', 3927, 'https://hagarbath.com/shop/?p=4264', 0, 'revision', '', 0),
(4265, 1, '2022-04-06 03:59:33', '2022-04-06 03:59:33', '', 'Wall Mounted Sink Cock with flexible Coloured Spout FA0223', '', 'inherit', 'open', 'closed', '', 'wall-mounted-sink-cock-with-flexible-coloured-spout-fa0223', '', '', '2022-04-06 03:59:33', '2022-04-06 03:59:33', '', 3927, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0223.jpg', 0, 'attachment', 'image/jpeg', 0),
(4266, 1, '2022-04-06 03:59:36', '2022-04-06 03:59:36', '', 'Wall Mounted Sink Cock with flexible Coloured Spout FA022', '', 'inherit', 'open', 'closed', '', 'wall-mounted-sink-cock-with-flexible-coloured-spout-fa022', '', '', '2022-04-06 03:59:36', '2022-04-06 03:59:36', '', 3927, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022.jpg', 0, 'attachment', 'image/jpeg', 0),
(4267, 1, '2022-04-06 04:01:44', '2022-04-06 04:01:44', '', 'OL006 2 in 1 Bib Cock foam flow6', '', 'inherit', 'open', 'closed', '', 'ol006-2-in-1-bib-cock-foam-flow6', '', '', '2022-04-06 04:01:44', '2022-04-06 04:01:44', '', 3919, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL006-2-in-1-Bib-Cock-foam-flow6.jpg', 0, 'attachment', 'image/jpeg', 0),
(4268, 1, '2022-04-06 04:01:47', '2022-04-06 04:01:47', '', 'OL006 2 in 1 Bib Cock foam flow7', '', 'inherit', 'open', 'closed', '', 'ol006-2-in-1-bib-cock-foam-flow7', '', '', '2022-04-06 04:01:47', '2022-04-06 04:01:47', '', 3919, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL006-2-in-1-Bib-Cock-foam-flow7.jpg', 0, 'attachment', 'image/jpeg', 0),
(4269, 1, '2022-04-06 04:01:50', '2022-04-06 04:01:50', '', 'OL006 2 in 1 Bib Cock foam flow5', '', 'inherit', 'open', 'closed', '', 'ol006-2-in-1-bib-cock-foam-flow5', '', '', '2022-04-06 04:01:50', '2022-04-06 04:01:50', '', 3919, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL006-2-in-1-Bib-Cock-foam-flow5.jpg', 0, 'attachment', 'image/jpeg', 0),
(4270, 1, '2022-04-06 04:01:56', '2022-04-06 04:01:56', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: 2-in-1 Bib Cock Foam Flow</span></li>\n</ul>', '2 in 1 Bib Cock foam flow', '2 in 1 Bib Cock foam flow', 'inherit', 'closed', 'closed', '', '3919-autosave-v1', '', '', '2022-04-06 04:01:56', '2022-04-06 04:01:56', '', 3919, 'https://hagarbath.com/shop/?p=4270', 0, 'revision', '', 0),
(4271, 1, '2022-04-06 04:01:56', '2022-04-06 04:01:56', '', 'OL006 2 in 1 Bib Cock foam flow4', '', 'inherit', 'open', 'closed', '', 'ol006-2-in-1-bib-cock-foam-flow4', '', '', '2022-04-06 04:01:56', '2022-04-06 04:01:56', '', 3919, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL006-2-in-1-Bib-Cock-foam-flow4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4272, 1, '2022-04-06 04:01:59', '2022-04-06 04:01:59', '', 'OL006 2 in 1 Bib Cock foam flow2', '', 'inherit', 'open', 'closed', '', 'ol006-2-in-1-bib-cock-foam-flow2', '', '', '2022-04-06 04:01:59', '2022-04-06 04:01:59', '', 3919, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL006-2-in-1-Bib-Cock-foam-flow2.jpg', 0, 'attachment', 'image/jpeg', 0),
(4273, 1, '2022-04-06 04:02:03', '2022-04-06 04:02:03', '', 'OL006 2 in 1 Bib Cock foam flow', '', 'inherit', 'open', 'closed', '', 'ol006-2-in-1-bib-cock-foam-flow', '', '', '2022-04-06 04:02:03', '2022-04-06 04:02:03', '', 3919, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL006-2-in-1-Bib-Cock-foam-flow.jpg', 0, 'attachment', 'image/jpeg', 0),
(4274, 1, '2022-04-06 04:13:19', '2022-04-06 04:13:19', '', 'OL007 2 in 1 Angle Cock5', '', 'inherit', 'open', 'closed', '', 'ol007-2-in-1-angle-cock5', '', '', '2022-04-06 04:13:19', '2022-04-06 04:13:19', '', 3920, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL007-2-in-1-Angle-Cock5.jpg', 0, 'attachment', 'image/jpeg', 0),
(4275, 1, '2022-04-06 04:13:21', '2022-04-06 04:13:21', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: 2-in-1 Angle Valve</span></li>\n</ul>', '2 in 1 Angle Cock', '2 in 1 Angle Cock', 'inherit', 'closed', 'closed', '', '3920-autosave-v1', '', '', '2022-04-06 04:13:21', '2022-04-06 04:13:21', '', 3920, 'https://hagarbath.com/shop/?p=4275', 0, 'revision', '', 0),
(4276, 1, '2022-04-06 04:13:24', '2022-04-06 04:13:24', '', 'OL007 2 in 1 Angle Cock6', '', 'inherit', 'open', 'closed', '', 'ol007-2-in-1-angle-cock6', '', '', '2022-04-06 04:13:24', '2022-04-06 04:13:24', '', 3920, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL007-2-in-1-Angle-Cock6.jpg', 0, 'attachment', 'image/jpeg', 0),
(4277, 1, '2022-04-06 04:13:36', '2022-04-06 04:13:36', '', 'OL007 2 in 1 Angle Cock3', '', 'inherit', 'open', 'closed', '', 'ol007-2-in-1-angle-cock3', '', '', '2022-04-06 04:13:36', '2022-04-06 04:13:36', '', 3920, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL007-2-in-1-Angle-Cock3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4278, 1, '2022-04-06 04:13:42', '2022-04-06 04:13:42', '', 'OL007 2 in 1 Angle Cock4', '', 'inherit', 'open', 'closed', '', 'ol007-2-in-1-angle-cock4', '', '', '2022-04-06 04:13:42', '2022-04-06 04:13:42', '', 3920, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL007-2-in-1-Angle-Cock4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4279, 1, '2022-04-06 04:13:45', '2022-04-06 04:13:45', '', 'OL007 2 in 1 Angle Cock', '', 'inherit', 'open', 'closed', '', 'ol007-2-in-1-angle-cock', '', '', '2022-04-06 04:13:45', '2022-04-06 04:13:45', '', 3920, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL007-2-in-1-Angle-Cock.jpg', 0, 'attachment', 'image/jpeg', 0),
(4280, 1, '2022-04-06 04:13:51', '2022-04-06 04:13:51', '', 'OL007 2 in 1 Angle Cock2', '', 'inherit', 'open', 'closed', '', 'ol007-2-in-1-angle-cock2', '', '', '2022-04-06 04:13:51', '2022-04-06 04:13:51', '', 3920, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL007-2-in-1-Angle-Cock2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4281, 1, '2022-04-06 04:20:25', '2022-04-06 04:20:25', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Pillar Cock Foam Flow</span></li>\n</ul>', 'Pillar Cock foam flow', 'Pillar Cock foam flow', 'inherit', 'closed', 'closed', '', '3917-autosave-v1', '', '', '2022-04-06 04:20:25', '2022-04-06 04:20:25', '', 3917, 'https://hagarbath.com/shop/?p=4281', 0, 'revision', '', 0),
(4282, 1, '2022-04-06 04:21:01', '2022-04-06 04:21:01', '', 'OL003 Pillar Cock foam flow6', '', 'inherit', 'open', 'closed', '', 'ol003-pillar-cock-foam-flow6', '', '', '2022-04-06 04:21:01', '2022-04-06 04:21:01', '', 3917, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL003-Pillar-Cock-foam-flow6.jpg', 0, 'attachment', 'image/jpeg', 0),
(4283, 1, '2022-04-06 04:21:06', '2022-04-06 04:21:06', '', 'OL003 Pillar Cock foam flow7', '', 'inherit', 'open', 'closed', '', 'ol003-pillar-cock-foam-flow7', '', '', '2022-04-06 04:21:06', '2022-04-06 04:21:06', '', 3917, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL003-Pillar-Cock-foam-flow7.jpg', 0, 'attachment', 'image/jpeg', 0),
(4284, 1, '2022-04-06 04:21:10', '2022-04-06 04:21:10', '', 'OL003 Pillar Cock foam flow3', '', 'inherit', 'open', 'closed', '', 'ol003-pillar-cock-foam-flow3', '', '', '2022-04-06 04:21:10', '2022-04-06 04:21:10', '', 3917, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL003-Pillar-Cock-foam-flow3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4285, 1, '2022-04-06 04:21:14', '2022-04-06 04:21:14', '', 'OL003 Pillar Cock foam flow4', '', 'inherit', 'open', 'closed', '', 'ol003-pillar-cock-foam-flow4', '', '', '2022-04-06 04:21:14', '2022-04-06 04:21:14', '', 3917, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL003-Pillar-Cock-foam-flow4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4286, 1, '2022-04-06 04:21:17', '2022-04-06 04:21:17', '', 'OL003 Pillar Cock foam flow2', '', 'inherit', 'open', 'closed', '', 'ol003-pillar-cock-foam-flow2', '', '', '2022-04-06 04:21:17', '2022-04-06 04:21:17', '', 3917, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL003-Pillar-Cock-foam-flow2.jpg', 0, 'attachment', 'image/jpeg', 0),
(4287, 1, '2022-04-06 04:21:22', '2022-04-06 04:21:22', '', 'OL003 Pillar Cock foam flow', '', 'inherit', 'open', 'closed', '', 'ol003-pillar-cock-foam-flow', '', '', '2022-04-06 04:21:22', '2022-04-06 04:21:22', '', 3917, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL003-Pillar-Cock-foam-flow.jpg', 0, 'attachment', 'image/jpeg', 0),
(4288, 1, '2022-04-06 04:31:21', '2022-04-06 04:31:21', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">Package Contains: Angle Valve with Flange</span></li>\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color</span></li>\n 	<li><span class=\"a-list-item\">High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\n</ul>', 'Angle Cock with Flange', 'Angle Cock with Flange', 'inherit', 'closed', 'closed', '', '3918-autosave-v1', '', '', '2022-04-06 04:31:21', '2022-04-06 04:31:21', '', 3918, 'https://hagarbath.com/shop/?p=4288', 0, 'revision', '', 0),
(4289, 1, '2022-04-06 04:32:14', '2022-04-06 04:32:14', '', '03_OL005 Angle Cock with Flange5', '', 'inherit', 'open', 'closed', '', '03_ol005-angle-cock-with-flange5-2', '', '', '2022-04-06 04:32:14', '2022-04-06 04:32:14', '', 3918, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4290, 1, '2022-04-06 04:32:17', '2022-04-06 04:32:17', '', '03_OL005 Angle Cock with Flange6', '', 'inherit', 'open', 'closed', '', '03_ol005-angle-cock-with-flange6-2', '', '', '2022-04-06 04:32:17', '2022-04-06 04:32:17', '', 3918, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange6-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4291, 1, '2022-04-06 04:32:21', '2022-04-06 04:32:21', '', '03_OL005 Angle Cock with Flange7', '', 'inherit', 'open', 'closed', '', '03_ol005-angle-cock-with-flange7', '', '', '2022-04-06 04:32:21', '2022-04-06 04:32:21', '', 3918, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange7.jpg', 0, 'attachment', 'image/jpeg', 0),
(4292, 1, '2022-04-06 04:32:24', '2022-04-06 04:32:24', '', '03_OL005 Angle Cock with Flange3', '', 'inherit', 'open', 'closed', '', '03_ol005-angle-cock-with-flange3-2', '', '', '2022-04-06 04:32:24', '2022-04-06 04:32:24', '', 3918, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4293, 1, '2022-04-06 04:32:29', '2022-04-06 04:32:29', '', '03_OL005 Angle Cock with Flange4', '', 'inherit', 'open', 'closed', '', '03_ol005-angle-cock-with-flange4-2', '', '', '2022-04-06 04:32:29', '2022-04-06 04:32:29', '', 3918, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4294, 1, '2022-04-06 04:32:33', '2022-04-06 04:32:33', '', '03_OL005 Angle Cock with Flange2', '', 'inherit', 'open', 'closed', '', '03_ol005-angle-cock-with-flange2-2', '', '', '2022-04-06 04:32:33', '2022-04-06 04:32:33', '', 3918, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4295, 1, '2022-04-06 04:32:38', '2022-04-06 04:32:38', '', '03_OL005 Angle Cock with Flange', '', 'inherit', 'open', 'closed', '', '03_ol005-angle-cock-with-flange-2', '', '', '2022-04-06 04:32:38', '2022-04-06 04:32:38', '', 3918, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4296, 1, '2022-04-06 04:48:56', '2022-04-06 04:48:56', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: : Single Lever Project Basin Mixer with 450mm SS connection pipe</span></li>\n</ul>', 'Single Lever Basin Mixer Project with 450mm SS connection pipe', 'Single Lever Basin Mixer Project with 450mm SS connection pipe', 'inherit', 'closed', 'closed', '', '3921-autosave-v1', '', '', '2022-04-06 04:48:56', '2022-04-06 04:48:56', '', 3921, 'https://hagarbath.com/shop/?p=4296', 0, 'revision', '', 0),
(4297, 1, '2022-04-06 04:49:03', '2022-04-06 04:49:03', '', 'OL019 Single Lever Basin Mixer Project with 450mm SS connection pipe7', '', 'inherit', 'open', 'closed', '', 'ol019-single-lever-basin-mixer-project-with-450mm-ss-connection-pipe7', '', '', '2022-04-06 04:49:03', '2022-04-06 04:49:03', '', 3921, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe7.jpg', 0, 'attachment', 'image/jpeg', 0),
(4298, 1, '2022-04-06 04:49:06', '2022-04-06 04:49:06', '', 'OL019 Single Lever Basin Mixer Project with 450mm SS connection pipe8', '', 'inherit', 'open', 'closed', '', 'ol019-single-lever-basin-mixer-project-with-450mm-ss-connection-pipe8', '', '', '2022-04-06 04:49:06', '2022-04-06 04:49:06', '', 3921, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe8.jpg', 0, 'attachment', 'image/jpeg', 0),
(4299, 1, '2022-04-06 04:49:09', '2022-04-06 04:49:09', '', 'OL019 Single Lever Basin Mixer Project with 450mm SS connection pipe5', '', 'inherit', 'open', 'closed', '', 'ol019-single-lever-basin-mixer-project-with-450mm-ss-connection-pipe5', '', '', '2022-04-06 04:49:09', '2022-04-06 04:49:09', '', 3921, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe5.jpg', 0, 'attachment', 'image/jpeg', 0),
(4300, 1, '2022-04-06 04:49:12', '2022-04-06 04:49:12', '', 'OL019 Single Lever Basin Mixer Project with 450mm SS connection pipe4', '', 'inherit', 'open', 'closed', '', 'ol019-single-lever-basin-mixer-project-with-450mm-ss-connection-pipe4', '', '', '2022-04-06 04:49:12', '2022-04-06 04:49:12', '', 3921, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4301, 1, '2022-04-06 04:49:17', '2022-04-06 04:49:17', '', 'OL019 Single Lever Basin Mixer Project with 450mm SS connection pipe', '', 'inherit', 'open', 'closed', '', 'ol019-single-lever-basin-mixer-project-with-450mm-ss-connection-pipe', '', '', '2022-04-06 04:49:17', '2022-04-06 04:49:17', '', 3921, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe.jpg', 0, 'attachment', 'image/jpeg', 0),
(4302, 1, '2022-04-06 04:51:10', '2022-04-06 04:51:10', '', 'LI-011 Wall Mounted Sink Mixer (J Pipe Spout)7', '', 'inherit', 'open', 'closed', '', 'li-011-wall-mounted-sink-mixer-j-pipe-spout7', '', '', '2022-04-06 04:51:10', '2022-04-06 04:51:10', '', 3914, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout7.jpg', 0, 'attachment', 'image/jpeg', 0),
(4303, 1, '2022-04-06 04:51:13', '2022-04-06 04:51:13', '', 'LI-011 Wall Mounted Sink Mixer (J Pipe Spout)6', '', 'inherit', 'open', 'closed', '', 'li-011-wall-mounted-sink-mixer-j-pipe-spout6', '', '', '2022-04-06 04:51:13', '2022-04-06 04:51:13', '', 3914, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout6.jpg', 0, 'attachment', 'image/jpeg', 0),
(4304, 1, '2022-04-06 04:51:18', '2022-04-06 04:51:18', '', 'LI-011 Wall Mounted Sink Mixer (J Pipe Spout)5', '', 'inherit', 'open', 'closed', '', 'li-011-wall-mounted-sink-mixer-j-pipe-spout5', '', '', '2022-04-06 04:51:18', '2022-04-06 04:51:18', '', 3914, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout5.jpg', 0, 'attachment', 'image/jpeg', 0),
(4305, 1, '2022-04-06 04:51:21', '2022-04-06 04:51:21', '', 'LI-011 Wall Mounted Sink Mixer (J Pipe Spout)4', '', 'inherit', 'open', 'closed', '', 'li-011-wall-mounted-sink-mixer-j-pipe-spout4', '', '', '2022-04-06 04:51:21', '2022-04-06 04:51:21', '', 3914, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout4.jpg', 0, 'attachment', 'image/jpeg', 0),
(4306, 1, '2022-04-06 04:51:24', '2022-04-06 04:51:24', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Wall Mounted Sink Cock with Flexible Coloured Spout</span></li>\n</ul>', 'Wall Mounted Sink Mixer (J. Pipe Spout)', 'Wall Mounted Sink Mixer (J. Pipe Spout)', 'inherit', 'closed', 'closed', '', '3914-autosave-v1', '', '', '2022-04-06 04:51:24', '2022-04-06 04:51:24', '', 3914, 'https://hagarbath.com/shop/?p=4306', 0, 'revision', '', 0),
(4307, 1, '2022-04-06 04:51:30', '2022-04-06 04:51:30', '', 'LI-011 Wall Mounted Sink Mixer (J Pipe Spout)3', '', 'inherit', 'open', 'closed', '', 'li-011-wall-mounted-sink-mixer-j-pipe-spout3', '', '', '2022-04-06 04:51:30', '2022-04-06 04:51:30', '', 3914, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4308, 1, '2022-04-06 04:51:34', '2022-04-06 04:51:34', '', 'LI-011 Wall Mounted Sink Mixer (J Pipe Spout)2', '', 'inherit', 'open', 'closed', '', 'li-011-wall-mounted-sink-mixer-j-pipe-spout2', '', '', '2022-04-06 04:51:34', '2022-04-06 04:51:34', '', 3914, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2.jpg', 0, 'attachment', 'image/jpeg', 0),
(4309, 1, '2022-04-06 04:51:37', '2022-04-06 04:51:37', '', 'LI-011 Wall Mounted Sink Mixer (J Pipe Spout)', '', 'inherit', 'open', 'closed', '', 'li-011-wall-mounted-sink-mixer-j-pipe-spout', '', '', '2022-04-06 04:51:37', '2022-04-06 04:51:37', '', 3914, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout.jpg', 0, 'attachment', 'image/jpeg', 0),
(4310, 1, '2022-04-06 04:56:44', '2022-04-06 04:56:44', '', 'LI-006 2 in 1 Angle Valve6', '', 'inherit', 'open', 'closed', '', 'li-006-2-in-1-angle-valve6-2', '', '', '2022-04-06 04:56:44', '2022-04-06 04:56:44', '', 3911, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve6-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4311, 1, '2022-04-06 04:56:47', '2022-04-06 04:56:47', '', 'LI-006 2 in 1 Angle Valve5', '', 'inherit', 'open', 'closed', '', 'li-006-2-in-1-angle-valve5-2', '', '', '2022-04-06 04:56:47', '2022-04-06 04:56:47', '', 3911, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4312, 1, '2022-04-06 04:56:55', '2022-04-06 04:56:55', '', 'LI-006 2 in 1 Angle Valve4', '', 'inherit', 'open', 'closed', '', 'li-006-2-in-1-angle-valve4-2', '', '', '2022-04-06 04:56:55', '2022-04-06 04:56:55', '', 3911, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4313, 1, '2022-04-06 04:56:58', '2022-04-06 04:56:58', '', 'LI-006 2 in 1 Angle Valve3', '', 'inherit', 'open', 'closed', '', 'li-006-2-in-1-angle-valve3-2', '', '', '2022-04-06 04:56:58', '2022-04-06 04:56:58', '', 3911, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4314, 1, '2022-04-06 04:57:06', '2022-04-06 04:57:06', '', 'LI-006 2 in 1 Angle Valve2', '', 'inherit', 'open', 'closed', '', 'li-006-2-in-1-angle-valve2-2', '', '', '2022-04-06 04:57:06', '2022-04-06 04:57:06', '', 3911, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4315, 1, '2022-04-06 04:57:10', '2022-04-06 04:57:10', '', 'LI-006 2 in 1 Angle Valve', '', 'inherit', 'open', 'closed', '', 'li-006-2-in-1-angle-valve-2', '', '', '2022-04-06 04:57:10', '2022-04-06 04:57:10', '', 3911, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4317, 1, '2022-04-06 15:16:45', '2022-04-06 15:16:45', '', '7', '', 'inherit', 'open', 'closed', '', '7-4', '', '', '2022-04-06 15:16:45', '2022-04-06 15:16:45', '', 48, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(4318, 1, '2022-04-06 15:18:45', '2022-04-06 15:18:45', '<a href=\"#\" target=\"_blank\" rel=\"noopener\">\r\n</a>\r\n<a href=\"#\" target=\"_blank\" rel=\"noopener\">\r\n</a><a href=\"#\" target=\"_blank\" rel=\"noopener\">\r\n</a>\r\n\r\nGet the latest deals and more.\r\n\r\n[mc4wp_form id=\"163\"]\r\n<ul>\r\n 	<li>\r\n<h3>Information</h3>\r\n&nbsp;\r\n<ul>\r\n 	<li>\r\n<h3>About Us</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Delivery Information</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Privacy Policy</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Terms &amp; Conditions</h3>\r\n&nbsp;</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n 	<li>\r\n<h3>Best Deals</h3>\r\n&nbsp;\r\n<ul>\r\n 	<li>\r\n<h3>Super Deals</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Today TOP Deal</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Bestsellers</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Special</h3>\r\n&nbsp;</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n 	<li>\r\n<h3>Customer Service</h3>\r\n&nbsp;\r\n<ul>\r\n 	<li>\r\n<h3>Contact Us</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Returns policy</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Site Map</h3>\r\n&nbsp;</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n 	<li>\r\n<h3>My Account</h3>\r\n&nbsp;\r\n<ul>\r\n 	<li>\r\n<h3>My Account</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Order History</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Wish List</h3>\r\n&nbsp;</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n 	<li style=\"list-style-type: none;\"></li>\r\n</ul>\r\n<ul>\r\n 	<li style=\"list-style-type: none;\"></li>\r\n</ul>\r\n<img class=\"alignnone size-full wp-image-3974\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/logo.png\" alt=\"\" width=\"227\" height=\"222\" />\r\n<h3>Need help? Call us: 888 1 222 666</h3>\r\nMonday - Friday: 8:00 - 21:00 Saturday - Sunday 9:00 - 18:00\r\n\r\n<a role=\"button\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\">\r\nSend Message</a>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-06 15:18:45', '2022-04-06 15:18:45', '', 48, 'https://hagarbath.com/shop/?p=4318', 0, 'revision', '', 0),
(4319, 1, '2022-04-06 15:18:46', '2022-04-06 15:18:46', '<a href=\"#\" target=\"_blank\" rel=\"noopener\">\r\n</a>\r\n<a href=\"#\" target=\"_blank\" rel=\"noopener\">\r\n</a><a href=\"#\" target=\"_blank\" rel=\"noopener\">\r\n</a>\r\n\r\nGet the latest deals and more.\r\n\r\n[mc4wp_form id=\"163\"]\r\n<ul>\r\n 	<li>\r\n<h3>Information</h3>\r\n&nbsp;\r\n<ul>\r\n 	<li>\r\n<h3>About Us</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Delivery Information</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Privacy Policy</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Terms &amp; Conditions</h3>\r\n&nbsp;</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n 	<li>\r\n<h3>Best Deals</h3>\r\n&nbsp;\r\n<ul>\r\n 	<li>\r\n<h3>Super Deals</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Today TOP Deal</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Bestsellers</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Special</h3>\r\n&nbsp;</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n 	<li>\r\n<h3>Customer Service</h3>\r\n&nbsp;\r\n<ul>\r\n 	<li>\r\n<h3>Contact Us</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Returns policy</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Site Map</h3>\r\n&nbsp;</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n 	<li>\r\n<h3>My Account</h3>\r\n&nbsp;\r\n<ul>\r\n 	<li>\r\n<h3>My Account</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Order History</h3>\r\n&nbsp;</li>\r\n 	<li>\r\n<h3>Wish List</h3>\r\n&nbsp;</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n 	<li style=\"list-style-type: none;\"></li>\r\n</ul>\r\n<ul>\r\n 	<li style=\"list-style-type: none;\"></li>\r\n</ul>\r\n<img class=\"alignnone size-full wp-image-3974\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/logo.png\" alt=\"\" width=\"227\" height=\"222\" />\r\n<h3>Need help? Call us: 888 1 222 666</h3>\r\nMonday - Friday: 8:00 - 21:00 Saturday - Sunday 9:00 - 18:00\r\n\r\n<a role=\"button\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\">\r\nSend Message</a>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-06 15:18:46', '2022-04-06 15:18:46', '', 48, 'https://hagarbath.com/shop/?p=4319', 0, 'revision', '', 0),
(4320, 1, '2022-04-06 15:18:47', '2022-04-06 15:18:47', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Order History\" rel=\"noopener\"> \n                    <h3>Order History</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Categories</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sanitary\" rel=\"noopener\"> \n                    <h3>Sanitary</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shopBathroom\" target=\"_self\" title=\"Bathroom\" rel=\"noopener\"> \n                    <h3>Bathroom</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <h3>Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Shower\" rel=\"noopener\"> \n                    <h3>Shower</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <h3>Accessories</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-06 15:18:47', '2022-04-06 15:18:47', '', 48, 'https://hagarbath.com/shop/?p=4320', 0, 'revision', '', 0),
(4321, 1, '2022-04-07 07:42:18', '2022-04-07 07:42:18', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Order History\" rel=\"noopener\"> \n                    <h3>Order History</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Categories</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sanitary\" rel=\"noopener\"> \n                    <h3>Sanitary</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shopBathroom\" target=\"_self\" title=\"Bathroom\" rel=\"noopener\"> \n                    <h3>Bathroom</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <h3>Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Shower\" rel=\"noopener\"> \n                    <h3>Shower</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <h3>Accessories</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-07 07:42:18', '2022-04-07 07:42:18', '', 48, 'https://hagarbath.com/shop/?p=4321', 0, 'revision', '', 0),
(4322, 1, '2022-04-07 07:42:20', '2022-04-07 07:42:20', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Order History\" rel=\"noopener\"> \n                    <h3>Order History</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Categories</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sanitary\" rel=\"noopener\"> \n                    <h3>Sanitary</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shopBathroom\" target=\"_self\" title=\"Bathroom\" rel=\"noopener\"> \n                    <h3>Bathroom</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <h3>Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Shower\" rel=\"noopener\"> \n                    <h3>Shower</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <h3>Accessories</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-07 07:42:20', '2022-04-07 07:42:20', '', 48, 'https://hagarbath.com/shop/?p=4322', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4323, 1, '2022-04-07 07:42:20', '2022-04-07 07:42:20', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Order History\" rel=\"noopener\"> \n                    <h3>Order History</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Categories</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sanitary\" rel=\"noopener\"> \n                    <h3>Sanitary</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shopBathroom\" target=\"_self\" title=\"Bathroom\" rel=\"noopener\"> \n                    <h3>Bathroom</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <h3>Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Shower\" rel=\"noopener\"> \n                    <h3>Shower</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <h3>Accessories</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-07 07:42:20', '2022-04-07 07:42:20', '', 48, 'https://hagarbath.com/shop/?p=4323', 0, 'revision', '', 0),
(4324, 1, '2022-04-07 07:44:30', '2022-04-07 07:44:30', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Order History\" rel=\"noopener\"> \n                    <h3>Order History</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Categories</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sanitary\" rel=\"noopener\"> \n                    <h3>Sanitary</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shopBathroom\" target=\"_self\" title=\"Bathroom\" rel=\"noopener\"> \n                    <h3>Bathroom</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <h3>Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Shower\" rel=\"noopener\"> \n                    <h3>Shower</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <h3>Accessories</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-07 07:44:30', '2022-04-07 07:44:30', '', 48, 'https://hagarbath.com/shop/?p=4324', 0, 'revision', '', 0),
(4325, 1, '2022-04-07 07:44:30', '2022-04-07 07:44:30', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Order History\" rel=\"noopener\"> \n                    <h3>Order History</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Categories</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sanitary\" rel=\"noopener\"> \n                    <h3>Sanitary</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shopBathroom\" target=\"_self\" title=\"Bathroom\" rel=\"noopener\"> \n                    <h3>Bathroom</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <h3>Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Shower\" rel=\"noopener\"> \n                    <h3>Shower</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <h3>Accessories</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-07 07:44:30', '2022-04-07 07:44:30', '', 48, 'https://hagarbath.com/shop/?p=4325', 0, 'revision', '', 0),
(4326, 1, '2022-04-07 07:44:31', '2022-04-07 07:44:31', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Order History\" rel=\"noopener\"> \n                    <h3>Order History</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Categories</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sanitary\" rel=\"noopener\"> \n                    <h3>Sanitary</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shopBathroom\" target=\"_self\" title=\"Bathroom\" rel=\"noopener\"> \n                    <h3>Bathroom</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <h3>Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Shower\" rel=\"noopener\"> \n                    <h3>Shower</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <h3>Accessories</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-07 07:44:31', '2022-04-07 07:44:31', '', 48, 'https://hagarbath.com/shop/?p=4326', 0, 'revision', '', 0),
(4327, 1, '2022-04-07 07:45:12', '2022-04-07 07:45:12', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Order History\" rel=\"noopener\"> \n                    <h3>Order History</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Categories</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sanitary\" rel=\"noopener\"> \n                    <h3>Sanitary</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shopBathroom\" target=\"_self\" title=\"Bathroom\" rel=\"noopener\"> \n                    <h3>Bathroom</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <h3>Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Shower\" rel=\"noopener\"> \n                    <h3>Shower</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <h3>Accessories</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-07 07:45:12', '2022-04-07 07:45:12', '', 48, 'https://hagarbath.com/shop/?p=4327', 0, 'revision', '', 0),
(4328, 1, '2022-04-07 07:45:13', '2022-04-07 07:45:13', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Order History\" rel=\"noopener\"> \n                    <h3>Order History</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Categories</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sanitary\" rel=\"noopener\"> \n                    <h3>Sanitary</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shopBathroom\" target=\"_self\" title=\"Bathroom\" rel=\"noopener\"> \n                    <h3>Bathroom</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <h3>Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Shower\" rel=\"noopener\"> \n                    <h3>Shower</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <h3>Accessories</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-07 07:45:13', '2022-04-07 07:45:13', '', 48, 'https://hagarbath.com/shop/?p=4328', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4329, 1, '2022-04-07 07:45:13', '2022-04-07 07:45:13', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Order History\" rel=\"noopener\"> \n                    <h3>Order History</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Categories</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sanitary\" rel=\"noopener\"> \n                    <h3>Sanitary</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shopBathroom\" target=\"_self\" title=\"Bathroom\" rel=\"noopener\"> \n                    <h3>Bathroom</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <h3>Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Shower\" rel=\"noopener\"> \n                    <h3>Shower</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <h3>Accessories</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-07 07:45:13', '2022-04-07 07:45:13', '', 48, 'https://hagarbath.com/shop/?p=4329', 0, 'revision', '', 0),
(4333, 1, '2022-04-07 08:27:23', '2022-04-07 08:27:23', '', 'Gorgeous Bathroom', '', 'inherit', 'open', 'closed', '', 'gorgeous-bathroom', '', '', '2022-04-07 08:27:23', '2022-04-07 08:27:23', '', 2801, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Gorgeous-Bathroom.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4334, 1, '2022-04-07 08:37:05', '2022-04-07 08:37:05', '<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/Adv.-Banner-ozigldozbe8ye1vw51phk0yiho5vipe7br0o9e15wk.jpg\" title=\"Adv. Banner\" alt=\"Adv. Banner\" />	    	\n				<h2>Smart Phones</h2>		    	\n		    		Lorem Ipsum that has a more-or-less is that it has a more-or-less...\n								Start Shopping							\n			<h2>Find Exactly What You Need</h2>		\n		Xstore is World\'s largest online marketplace connecting buyers with suppliers.		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg 38w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector-6x10.jpg 6w\" sizes=\"(max-width: 38px) 100vw, 38px\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg 53w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7-10x10.jpg 10w\" sizes=\"(max-width: 53px) 100vw, 53px\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg 60w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-10x10.jpg 10w\" sizes=\"(max-width: 60px) 100vw, 60px\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg 60w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1-10x8.jpg 10w\" sizes=\"(max-width: 60px) 100vw, 60px\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg 45w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-10x10.jpg 10w\" sizes=\"(max-width: 45px) 100vw, 45px\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>', 'Shop page main banner - niche-market02', '', 'inherit', 'closed', 'closed', '', '2801-revision-v1', '', '', '2022-04-07 08:37:05', '2022-04-07 08:37:05', '', 2801, 'https://hagarbath.com/shop/?p=4334', 0, 'revision', '', 0),
(4335, 1, '2022-04-07 08:37:06', '2022-04-07 08:37:06', '<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/Adv.-Banner-ozigldozbe8ye1vw51phk0yiho5vipe7br0o9e15wk.jpg\" title=\"Adv. Banner\" alt=\"Adv. Banner\" />	    	\n				<h2>Smart Phones</h2>		    	\n		    		Lorem Ipsum that has a more-or-less is that it has a more-or-less...\n								Start Shopping							\n			<h2>Find Exactly What You Need</h2>		\n		Xstore is World\'s largest online marketplace connecting buyers with suppliers.		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg 38w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector-6x10.jpg 6w\" sizes=\"(max-width: 38px) 100vw, 38px\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg 53w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7-10x10.jpg 10w\" sizes=\"(max-width: 53px) 100vw, 53px\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg 60w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-10x10.jpg 10w\" sizes=\"(max-width: 60px) 100vw, 60px\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg 60w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1-10x8.jpg 10w\" sizes=\"(max-width: 60px) 100vw, 60px\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg 45w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-10x10.jpg 10w\" sizes=\"(max-width: 45px) 100vw, 45px\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>', 'Shop page main banner - niche-market02', '', 'inherit', 'closed', 'closed', '', '2801-revision-v1', '', '', '2022-04-07 08:37:06', '2022-04-07 08:37:06', '', 2801, 'https://hagarbath.com/shop/?p=4335', 0, 'revision', '', 0),
(4336, 1, '2022-04-07 08:37:07', '2022-04-07 08:37:07', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Gorgeous-Bathroom-270x170.jpeg\" width=\"270\" height=\"170\" alt=\"Gorgeous Bathroom\" title=\"Gorgeous Bathroom\" />	    	\n		    		<p><strong>Find your Dream Bathroom</strong></p>\n			<h2>Find Exactly What You Need</h2>		\n		<p><strong>hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.</p>		\n			<figure><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Bathroom</h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Shower</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Accessories</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>', 'Shop page main banner - niche-market02', '', 'inherit', 'closed', 'closed', '', '2801-revision-v1', '', '', '2022-04-07 08:37:07', '2022-04-07 08:37:07', '', 2801, 'https://hagarbath.com/shop/?p=4336', 0, 'revision', '', 0),
(4338, 1, '2022-04-07 08:54:56', '2022-04-07 08:54:56', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Gorgeous-Bathroom-270x170.jpeg\" width=\"270\" height=\"170\" alt=\"Gorgeous Bathroom\" title=\"Gorgeous Bathroom\" />	    	\n		    		<p><strong>Find your Dream Bathroom</strong></p>\n			<h2>Find Exactly What You Need</h2>		\n		<p><strong>hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.</p>		\n			<figure><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Bathroom</h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Shower</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Accessories</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>', 'Shop page main banner - niche-market02', '', 'inherit', 'closed', 'closed', '', '2801-revision-v1', '', '', '2022-04-07 08:54:56', '2022-04-07 08:54:56', '', 2801, 'https://hagarbath.com/shop/?p=4338', 0, 'revision', '', 0),
(4339, 1, '2022-04-07 08:54:58', '2022-04-07 08:54:58', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Gorgeous-Bathroom-270x170.jpeg\" width=\"270\" height=\"170\" alt=\"Gorgeous Bathroom\" title=\"Gorgeous Bathroom\" />	    	\n		    		<p><strong>Find your Dream Bathroom</strong></p>\n			<h2>Find Exactly What You Need</h2>		\n		<p><strong>hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.</p>		\n			<figure><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Bathroom</h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Shower</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Accessories</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>', 'Shop page main banner - niche-market02', '', 'inherit', 'closed', 'closed', '', '2801-revision-v1', '', '', '2022-04-07 08:54:58', '2022-04-07 08:54:58', '', 2801, 'https://hagarbath.com/shop/?p=4339', 0, 'revision', '', 0),
(4340, 1, '2022-04-07 08:54:58', '2022-04-07 08:54:58', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Gorgeous-Bathroom-270x170.jpeg\" width=\"270\" height=\"170\" alt=\"Gorgeous Bathroom\" title=\"Gorgeous Bathroom\" />	    	\n		    		<p><strong>Find your Dream Bathroom</strong></p>\n			<h2>Find Exactly What You Need</h2>		\n		<p><strong>hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.</p>		\n			<figure><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Bathroom</h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Shower</a></h3>		\n			<figure><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Accessories</h3>		\n			<figure><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Sanitary</h3>', 'Shop page main banner - niche-market02', '', 'inherit', 'closed', 'closed', '', '2801-revision-v1', '', '', '2022-04-07 08:54:58', '2022-04-07 08:54:58', '', 2801, 'https://hagarbath.com/shop/?p=4340', 0, 'revision', '', 0),
(4342, 1, '2022-04-07 09:01:33', '2022-04-07 09:01:33', '<h2>Save upto 50% flate on\nelectronic items</h2>		\n		Save up to $100 on select washing machine only.		\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n			        <link rel=\"stylesheet\" id=\"etheme-quick-view-css\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" />                 <link rel=\"stylesheet\" id=\"etheme-off-canvas-css\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" />         \n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}', 'Groceries tab – niche-market02', '', 'inherit', 'closed', 'closed', '', '1252-revision-v1', '', '', '2022-04-07 09:01:33', '2022-04-07 09:01:33', '', 1252, 'https://hagarbath.com/shop/?p=4342', 0, 'revision', '', 0),
(4343, 1, '2022-04-07 09:01:34', '2022-04-07 09:01:34', '<h2>Save upto 50% flate on\nelectronic items</h2>		\n		Save up to $100 on select washing machine only.		\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n			        <link rel=\"stylesheet\" id=\"etheme-quick-view-css\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" />                 <link rel=\"stylesheet\" id=\"etheme-off-canvas-css\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" />         \n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}', 'Groceries tab – niche-market02', '', 'inherit', 'closed', 'closed', '', '1252-revision-v1', '', '', '2022-04-07 09:01:34', '2022-04-07 09:01:34', '', 1252, 'https://hagarbath.com/shop/?p=4343', 0, 'revision', '', 0),
(4344, 1, '2022-04-07 09:01:34', '2022-04-07 09:01:34', '<h2>Save upto 50% on\nShower items</h2>		\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Groceries tab – niche-market02', '', 'inherit', 'closed', 'closed', '', '1252-revision-v1', '', '', '2022-04-07 09:01:34', '2022-04-07 09:01:34', '', 1252, 'https://hagarbath.com/shop/?p=4344', 0, 'revision', '', 0),
(4346, 1, '2022-04-07 09:24:15', '2022-04-07 09:24:15', '', 'Delta DSS-Ashlyn-1401 Monitor 14 Series Single Function Pressure Balanced Shower System with Shower Head and Hand Shower - Includes Rough-In Valves', '', 'inherit', 'open', 'closed', '', 'delta-dss-ashlyn-1401-monitor-14-series-single-function-pressure-balanced-shower-system-with-shower-head-and-hand-shower-includes-rough-in-valves', '', '', '2022-04-07 09:24:15', '2022-04-07 09:24:15', '', 1252, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4347, 1, '2022-04-07 09:25:51', '2022-04-07 09:25:51', '', 'Hand Shower 1_75 GPM w_Slide Bar 4S in Chrome', '', 'inherit', 'open', 'closed', '', 'hand-shower-1_75-gpm-w_slide-bar-4s-in-chrome', '', '', '2022-04-07 09:25:51', '2022-04-07 09:25:51', '', 1252, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Hand-Shower-1_75-GPM-w_Slide-Bar-4S-in-Chrome.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4348, 1, '2022-04-07 09:27:57', '2022-04-07 09:27:57', '', 'Kohler KSS-Purist-4-RTHS Purist Pressure Balanced Shower System with Shower Head Hand Shower Valve Trim and Shower Arm Polished Chrome Showers', '', 'inherit', 'open', 'closed', '', 'kohler-kss-purist-4-rths-purist-pressure-balanced-shower-system-with-shower-head-hand-shower-valve-trim-and-shower-arm-polished-chrome-showers', '', '', '2022-04-07 09:27:57', '2022-04-07 09:27:57', '', 1252, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4349, 1, '2022-04-07 09:33:21', '2022-04-07 09:33:21', '<h2>Save upto 50% on\nShower items</h2>		\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Groceries tab – niche-market02', '', 'inherit', 'closed', 'closed', '', '1252-revision-v1', '', '', '2022-04-07 09:33:21', '2022-04-07 09:33:21', '', 1252, 'https://hagarbath.com/shop/?p=4349', 0, 'revision', '', 0),
(4350, 1, '2022-04-07 09:33:22', '2022-04-07 09:33:22', '<h2>Save upto 50% on\nShower items</h2>		\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Groceries tab – niche-market02', '', 'inherit', 'closed', 'closed', '', '1252-revision-v1', '', '', '2022-04-07 09:33:22', '2022-04-07 09:33:22', '', 1252, 'https://hagarbath.com/shop/?p=4350', 0, 'revision', '', 0),
(4351, 1, '2022-04-07 09:33:22', '2022-04-07 09:33:22', '<h2>Save upto 50% on Showers Accessories</h2>		\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>', 'Groceries tab – niche-market02', '', 'inherit', 'closed', 'closed', '', '1252-revision-v1', '', '', '2022-04-07 09:33:22', '2022-04-07 09:33:22', '', 1252, 'https://hagarbath.com/shop/?p=4351', 0, 'revision', '', 0),
(4352, 1, '2022-04-07 09:33:44', '2022-04-07 09:33:44', '<h2>Save upto 50% on Showers Accessories</h2>		\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>', 'Groceries tab – niche-market02', '', 'inherit', 'closed', 'closed', '', '1252-revision-v1', '', '', '2022-04-07 09:33:44', '2022-04-07 09:33:44', '', 1252, 'https://hagarbath.com/shop/?p=4352', 0, 'revision', '', 0),
(4353, 1, '2022-04-07 09:33:44', '2022-04-07 09:33:44', '<h2>Save upto 50% on Showers Accessories</h2>		\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>', 'Groceries tab – niche-market02', '', 'inherit', 'closed', 'closed', '', '1252-revision-v1', '', '', '2022-04-07 09:33:44', '2022-04-07 09:33:44', '', 1252, 'https://hagarbath.com/shop/?p=4353', 0, 'revision', '', 0),
(4354, 1, '2022-04-07 09:33:44', '2022-04-07 09:33:44', '<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>', 'Groceries tab – niche-market02', '', 'inherit', 'closed', 'closed', '', '1252-revision-v1', '', '', '2022-04-07 09:33:44', '2022-04-07 09:33:44', '', 1252, 'https://hagarbath.com/shop/?p=4354', 0, 'revision', '', 0),
(4355, 1, '2022-04-07 09:34:25', '2022-04-07 09:34:25', '<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>', 'Shower tab Home page', '', 'inherit', 'closed', 'closed', '', '1252-revision-v1', '', '', '2022-04-07 09:34:25', '2022-04-07 09:34:25', '', 1252, 'https://hagarbath.com/shop/?p=4355', 0, 'revision', '', 0),
(4357, 1, '2022-04-07 10:24:28', '2022-04-07 10:24:28', '', 'Modern white and wooden kitchen', '', 'inherit', 'open', 'closed', '', 'modern-white-and-wooden-kitchen', '', '', '2022-04-07 10:24:28', '2022-04-07 10:24:28', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4358, 1, '2022-04-07 10:28:22', '2022-04-07 10:28:22', '', 'Brass Pull-Out Kitchen Faucet LED Mixer Tap', '', 'inherit', 'open', 'closed', '', 'brass-pull-out-kitchen-faucet-led-mixer-tap', '', '', '2022-04-07 10:28:22', '2022-04-07 10:28:22', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4359, 1, '2022-04-07 10:35:12', '2022-04-07 10:35:12', '', 'GS™ Single Hole Bathroom Faucet with Drain Assembly', '', 'inherit', 'open', 'closed', '', 'gs-single-hole-bathroom-faucet-with-drain-assembly', '', '', '2022-04-07 10:35:12', '2022-04-07 10:35:12', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4360, 1, '2022-04-07 10:58:32', '2022-04-07 10:58:32', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/pexels-skitterphoto-349749-scaled-pmq3nd7yy5w9yii79fe1b9xd0cd69gklyi5mhdzep0.jpg\" title=\"pexels-skitterphoto-349749\" alt=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-3-1-min-pmmjgbavjo8iie4lxjmq2v9eojdjop4pg406qv8r38.jpg\" title=\"5-3-1-min\" alt=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Kitchen Mixer Faucet upto 60% off</h2>		    	\n								Explore Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n                                            <img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                        \n                                                                <h3>\n                                    Kitchen Mixer                                </h3>\n                        <a href=\"#\">Button</a>\n										<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                    \n								                            <h3>\n								Bathroom                            </h3>\n								Lorem ipsum dolor sit amet consectetur adipiscing elit dolor                            \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5032 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 10:58:32', '2022-04-07 10:58:32', '', 18, 'https://hagarbath.com/shop/?p=4360', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4361, 1, '2022-04-07 10:58:34', '2022-04-07 10:58:34', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/pexels-skitterphoto-349749-scaled-pmq3nd7yy5w9yii79fe1b9xd0cd69gklyi5mhdzep0.jpg\" title=\"pexels-skitterphoto-349749\" alt=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/faucet-g4c755f825_1920-pmq30s5kqgz8ztb855xqwh3n61oob9wsipumd1gy78.jpg\" title=\"faucet-g4c755f825_1920\" alt=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/elementor/thumbs/5-3-1-min-pmmjgbavjo8iie4lxjmq2v9eojdjop4pg406qv8r38.jpg\" title=\"5-3-1-min\" alt=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Kitchen Mixer Faucet upto 60% off</h2>		    	\n								Explore Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n                                            <img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                        \n                                                                <h3>\n                                    Kitchen Mixer                                </h3>\n                        <a href=\"#\">Button</a>\n										<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                    \n								                            <h3>\n								Bathroom                            </h3>\n								Lorem ipsum dolor sit amet consectetur adipiscing elit dolor                            \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5032 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 10:58:34', '2022-04-07 10:58:34', '', 18, 'https://hagarbath.com/shop/?p=4361', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4362, 1, '2022-04-07 10:58:35', '2022-04-07 10:58:35', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n                                            <img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                        \n                                                                <h3>\n                                    Kitchen Mixer                                </h3>\n                        <a href=\"#\">Button</a>\n										<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                    \n								                            <h3>\n								Bathroom                            </h3>\n								Lorem ipsum dolor sit amet consectetur adipiscing elit dolor                            \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7558 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 10:58:35', '2022-04-07 10:58:35', '', 18, 'https://hagarbath.com/shop/?p=4362', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4363, 1, '2022-04-07 11:01:16', '2022-04-07 11:01:16', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n                                            <img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                        \n                                                                <h3>\n                                    Kitchen Mixer                                </h3>\n                        <a href=\"#\">Button</a>\n										<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                    \n								                            <h3>\n								Bathroom                            </h3>\n								Lorem ipsum dolor sit amet consectetur adipiscing elit dolor                            \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7558 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 11:01:16', '2022-04-07 11:01:16', '', 18, 'https://hagarbath.com/shop/?p=4363', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4364, 1, '2022-04-07 11:01:18', '2022-04-07 11:01:18', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n                                            <img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                        \n                                                                <h3>\n                                    Kitchen Mixer                                </h3>\n                        <a href=\"#\">Button</a>\n										<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />                                    \n								                            <h3>\n								Bathroom                            </h3>\n								Lorem ipsum dolor sit amet consectetur adipiscing elit dolor                            \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7558 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 11:01:18', '2022-04-07 11:01:18', '', 18, 'https://hagarbath.com/shop/?p=4364', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4365, 1, '2022-04-07 11:01:19', '2022-04-07 11:01:19', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7183 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 11:01:19', '2022-04-07 11:01:19', '', 18, 'https://hagarbath.com/shop/?p=4365', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4366, 1, '2022-04-07 11:06:08', '2022-04-07 11:06:08', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7183 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 11:06:08', '2022-04-07 11:06:08', '', 18, 'https://hagarbath.com/shop/?p=4366', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4367, 1, '2022-04-07 11:06:10', '2022-04-07 11:06:10', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Reinvent your Bathroom</h2><h2>Complete Modern Bath Solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7183 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 11:06:10', '2022-04-07 11:06:10', '', 18, 'https://hagarbath.com/shop/?p=4367', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4368, 1, '2022-04-07 11:06:11', '2022-04-07 11:06:11', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5075 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 11:06:11', '2022-04-07 11:06:11', '', 18, 'https://hagarbath.com/shop/?p=4368', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4369, 1, '2022-04-07 11:30:46', '2022-04-07 11:30:46', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5075 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 11:30:46', '2022-04-07 11:30:46', '', 18, 'https://hagarbath.com/shop/?p=4369', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4370, 1, '2022-04-07 11:30:49', '2022-04-07 11:30:49', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5075 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 11:30:49', '2022-04-07 11:30:49', '', 18, 'https://hagarbath.com/shop/?p=4370', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4371, 1, '2022-04-07 11:30:50', '2022-04-07 11:30:50', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7587 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 11:30:50', '2022-04-07 11:30:50', '', 18, 'https://hagarbath.com/shop/?p=4371', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4372, 1, '2022-04-07 13:18:38', '2022-04-07 13:18:38', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7587 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 13:18:38', '2022-04-07 13:18:38', '', 18, 'https://hagarbath.com/shop/?p=4372', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4373, 1, '2022-04-07 13:18:40', '2022-04-07 13:18:40', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom Facuets    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen Faucets    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7587 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 13:18:40', '2022-04-07 13:18:40', '', 18, 'https://hagarbath.com/shop/?p=4373', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4374, 1, '2022-04-07 13:18:41', '2022-04-07 13:18:41', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1477 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 13:18:41', '2022-04-07 13:18:41', '', 18, 'https://hagarbath.com/shop/?p=4374', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4376, 1, '2022-04-07 13:22:47', '2022-04-07 13:22:47', '', 'Modern Wite Bathroom With White Marble Anf Bthtub Wall Mural', '', 'inherit', 'open', 'closed', '', 'modern-wite-bathroom-with-white-marble-anf-bthtub-wall-mural', '', '', '2022-04-07 13:22:47', '2022-04-07 13:22:47', '', 1251, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Modern-Wite-Bathroom-With-White-Marble-Anf-Bthtub-Wall-Mural.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4377, 1, '2022-04-07 13:23:27', '2022-04-07 13:23:27', '', 'Sorrento L Shape Complete Bathroom Suite', '', 'inherit', 'open', 'closed', '', 'sorrento-l-shape-complete-bathroom-suite', '', '', '2022-04-07 13:23:27', '2022-04-07 13:23:27', '', 1251, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Sorrento-L-Shape-Complete-Bathroom-Suite.jpeg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4378, 1, '2022-04-07 15:50:48', '2022-04-07 15:50:48', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1477 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 15:50:48', '2022-04-07 15:50:48', '', 18, 'https://hagarbath.com/shop/?p=4378', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4379, 1, '2022-04-07 15:50:50', '2022-04-07 15:50:50', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1477 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 15:50:50', '2022-04-07 15:50:50', '', 18, 'https://hagarbath.com/shop/?p=4379', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4380, 1, '2022-04-07 15:50:51', '2022-04-07 15:50:51', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5425 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 15:50:51', '2022-04-07 15:50:51', '', 18, 'https://hagarbath.com/shop/?p=4380', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4381, 1, '2022-04-07 15:55:57', '2022-04-07 15:55:57', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5425 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Home niche-market02', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 15:55:57', '2022-04-07 15:55:57', '', 18, 'https://hagarbath.com/shop/?p=4381', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4382, 1, '2022-04-07 15:55:59', '2022-04-07 15:55:59', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5425 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 15:55:59', '2022-04-07 15:55:59', '', 18, 'https://hagarbath.com/shop/?p=4382', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4383, 1, '2022-04-07 15:56:00', '2022-04-07 15:56:00', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9718 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 15:56:00', '2022-04-07 15:56:00', '', 18, 'https://hagarbath.com/shop/?p=4383', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4384, 1, '2022-04-07 15:56:29', '2022-04-07 15:56:29', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9718 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 15:56:29', '2022-04-07 15:56:29', '', 18, 'https://hagarbath.com/shop/?p=4384', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4385, 1, '2022-04-07 15:56:31', '2022-04-07 15:56:31', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9718 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 15:56:31', '2022-04-07 15:56:31', '', 18, 'https://hagarbath.com/shop/?p=4385', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4386, 1, '2022-04-07 15:56:32', '2022-04-07 15:56:32', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5699 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 15:56:32', '2022-04-07 15:56:32', '', 18, 'https://hagarbath.com/shop/?p=4386', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4388, 1, '2022-04-07 16:03:27', '2022-04-07 16:03:27', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5699 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 16:03:27', '2022-04-07 16:03:27', '', 18, 'https://hagarbath.com/shop/?p=4388', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4389, 1, '2022-04-07 16:03:28', '2022-04-07 16:03:28', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749-scaled-270x170.jpg\" width=\"270\" height=\"170\" alt=\"pexels-skitterphoto-349749\" title=\"pexels-skitterphoto-349749\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5699 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 16:03:28', '2022-04-07 16:03:28', '', 18, 'https://hagarbath.com/shop/?p=4389', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4390, 1, '2022-04-07 16:03:30', '2022-04-07 16:03:30', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4061 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 16:03:30', '2022-04-07 16:03:30', '', 18, 'https://hagarbath.com/shop/?p=4390', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4391, 1, '2022-04-07 16:05:47', '2022-04-07 16:05:47', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4061 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 16:05:47', '2022-04-07 16:05:47', '', 18, 'https://hagarbath.com/shop/?p=4391', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4392, 1, '2022-04-07 16:05:49', '2022-04-07 16:05:49', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4061 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 16:05:49', '2022-04-07 16:05:49', '', 18, 'https://hagarbath.com/shop/?p=4392', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4393, 1, '2022-04-07 16:05:50', '2022-04-07 16:05:50', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9906 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 16:05:50', '2022-04-07 16:05:50', '', 18, 'https://hagarbath.com/shop/?p=4393', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4394, 1, '2022-04-07 16:09:20', '2022-04-07 16:09:20', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9906 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 16:09:20', '2022-04-07 16:09:20', '', 18, 'https://hagarbath.com/shop/?p=4394', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4395, 1, '2022-04-07 16:09:23', '2022-04-07 16:09:23', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"banner-1-1-min\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9906 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 16:09:23', '2022-04-07 16:09:23', '', 18, 'https://hagarbath.com/shop/?p=4395', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4396, 1, '2022-04-07 16:09:25', '2022-04-07 16:09:25', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"880\" height=\"586\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" alt=\"\" loading=\"lazy\" title=\"Modern white and wooden kitchen\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg 880w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-300x200.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-768x511.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-10x7.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-600x400.jpeg 600w\" sizes=\"(max-width: 880px) 100vw, 880px\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5656 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-07 16:09:25', '2022-04-07 16:09:25', '', 18, 'https://hagarbath.com/shop/?p=4396', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4397, 1, '2022-04-08 09:10:49', '2022-04-08 09:10:49', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"880\" height=\"586\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" alt=\"\" loading=\"lazy\" title=\"Modern white and wooden kitchen\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg 880w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-300x200.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-768x511.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-10x7.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-600x400.jpeg 600w\" sizes=\"(max-width: 880px) 100vw, 880px\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5656 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-08 09:10:49', '2022-04-08 09:10:49', '', 18, 'https://hagarbath.com/shop/?p=4397', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4398, 1, '2022-04-08 09:10:52', '2022-04-08 09:10:52', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"880\" height=\"586\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" alt=\"\" loading=\"lazy\" title=\"Modern white and wooden kitchen\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg 880w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-300x200.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-768x511.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-10x7.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-600x400.jpeg 600w\" sizes=\"(max-width: 880px) 100vw, 880px\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5656 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-08 09:10:52', '2022-04-08 09:10:52', '', 18, 'https://hagarbath.com/shop/?p=4398', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4399, 1, '2022-04-08 09:10:53', '2022-04-08 09:10:53', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"880\" height=\"586\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" alt=\"\" loading=\"lazy\" title=\"Modern white and wooden kitchen\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg 880w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-300x200.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-768x511.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-10x7.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-600x400.jpeg 600w\" sizes=\"(max-width: 880px) 100vw, 880px\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-2433 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-08 09:10:53', '2022-04-08 09:10:53', '', 18, 'https://hagarbath.com/shop/?p=4399', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4401, 1, '2022-04-08 09:31:57', '2022-04-08 09:31:57', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"880\" height=\"586\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" alt=\"\" loading=\"lazy\" title=\"Modern white and wooden kitchen\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg 880w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-300x200.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-768x511.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-10x7.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-600x400.jpeg 600w\" sizes=\"(max-width: 880px) 100vw, 880px\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-2433 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-08 09:31:57', '2022-04-08 09:31:57', '', 18, 'https://hagarbath.com/shop/?p=4401', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4402, 1, '2022-04-08 09:32:00', '2022-04-08 09:32:00', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"880\" height=\"586\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" alt=\"\" loading=\"lazy\" title=\"Modern white and wooden kitchen\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg 880w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-300x200.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-768x511.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-10x7.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-600x400.jpeg 600w\" sizes=\"(max-width: 880px) 100vw, 880px\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-2433 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-08 09:32:00', '2022-04-08 09:32:00', '', 18, 'https://hagarbath.com/shop/?p=4402', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4403, 1, '2022-04-08 09:32:01', '2022-04-08 09:32:01', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" width=\"880\" height=\"586\" alt=\"Modern white and wooden kitchen\" title=\"Modern white and wooden kitchen\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-3169 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-08 09:32:01', '2022-04-08 09:32:01', '', 18, 'https://hagarbath.com/shop/?p=4403', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4404, 1, '2022-04-08 09:50:21', '2022-04-08 09:50:21', '<p style=\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\">This Privacy Policy governs the manner in which Hagar Mega&nbsp; Pv collects, uses, maintains and discloses information collected from users (each, a \"User\") of the&nbsp;<a href=\"http://www.decorals.com/\" style=\"box-sizing: border-box; margin: 0px; padding: 0px; background: 0px 0px; color: rgb(111, 111, 111); text-decoration: none; border: 0px; font: inherit; vertical-align: baseline; outline: none;\">http://www.decorals.com</a>&nbsp;website (\"Site\"). This privacy policy applies to the Site and all products and services offered by Decorals.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Personal identification information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may collect personal identification information from Users in a variety of ways, including, but not limited to, when Users visit our site, register on the site, place an order, subscribe to the newsletter, respond to a survey, fill out a form, and in connection with other activities, services, features or resources we make available on our Site. Users may be asked for, as appropriate, name, email address, mailing address, phone number. Users may, however, visit our Site anonymously. We will collect personal identification information from Users only if they voluntarily submit such information to us. Users can always refuse to supply personally identification information, except that it may prevent them from engaging in certain Site related activities.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Non-personal identification information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may collect non-personal identification information about Users whenever they interact with our Site. Non-personal identification information may include the browser name, the type of computer and technical information about Users means of connection to our Site, such as the operating system and the Internet service providers utilized and other similar information.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Web browser cookies</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Our Site may use \"cookies\" to enhance User experience. User\'s web browser places cookies on their hard drive for record-keeping purposes and sometimes to track information about them. User may choose to set their web browser to refuse cookies, or to alert you when cookies are being sent. If they do so, note that some parts of the Site may not function properly.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">How we use collected information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Decorals may collect and use Users personal information for the following purposes:</p>\n<ul style=\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 12px; line-height: inherit; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; list-style: none; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\">\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To improve customer service</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Information you provide helps us respond to your customer service requests and support needs more efficiently.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To personalize user experience</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use information in the aggregate to understand how our Users as a group use the services and resources provided on our Site.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To improve our Site</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use feedback you provide to improve our products and services.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To process payments</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use the information Users provide about themselves when placing an order only to provide service to that order. We do not share this information with outside parties except to the extent necessary to provide the service.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To share your information with third parties</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may share or sell information with third parties for marketing or other purposes.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To run a promotion, contest, survey or other Site feature</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">To send Users information they agreed to receive about topics we think will be of interest to them.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To send periodic emails</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use the email address to send User information and updates pertaining to their order. It may also be used to respond to their inquiries, questions, and/or other requests. If User decides to opt-in to our mailing list, they will receive emails that may include company news, updates, related product or service information, etc. If at any time the User would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email or User may contact us via our Site.</li>\n</ul>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">How we protect your information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We adopt appropriate data collection, storage and processing practices and security measures to protect against unauthorized access, alteration, disclosure or destruction of your personal information, username, password, transaction information and data stored on our Site.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Our Site is in compliance with PCI vulnerability standards in order to create as secure of an environment as possible for Users.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Sharing your personal information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use third party service providers to help us operate our business and the Site or administer activities on our behalf, such as sending out newsletters or surveys. We may share your information with these third parties for those limited purposes provided that you have given us your permission.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Third party websites</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Users may find advertising or other content on our Site that link to the sites and services of our partners, suppliers, advertisers, sponsors, licensors and other third parties. We do not control the content or links that appear on these sites and are not responsible for the practices employed by websites linked to or from our Site. In addition, these sites or services, including their content and links, may be constantly changing. These sites and services may have their own privacy policies and customer service policies. Browsing and interaction on any other website, including websites which have a link to our Site, is subject to that website\'s own terms and policies.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Advertising</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Ads appearing on our site may be delivered to Users by advertising partners, who may set cookies. These cookies allow the ad server to recognize your computer each time they send you an online advertisement to compile non personal identification information about you or others who use your computer. This information allows ad networks to, among other things, deliver targeted advertisements that they believe will be of most interest to you. This privacy policy does not cover the use of cookies by any advertisers.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Compliance with children\'s online privacy protection act</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Protecting the privacy of the very young is especially important. For that reason, we never collect or maintain information at our Site from those we actually know are under 13, and no part of our website is structured to attract anyone under 13.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Changes to this privacy policy</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">HagarBath has the discretion to update this privacy policy at any time. When we do, we will revise the updated date at the bottom of this page. We encourage Users to frequently check this page for any changes to stay informed about how we are helping to protect the personal information we collect. You acknowledge and agree that it is your responsibility to review this privacy policy periodically and become aware of modifications.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Your acceptance of these terms</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">By using this Site, you signify your acceptance of this policy. If you do not agree to this policy, please do not use our Site. Your continued use of the Site following the posting of changes to this policy will be deemed your acceptance of those changes.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Contacting us</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">If you have any questions about this Privacy Policy, the practices of this site, or your dealings with this site, please contact us at:<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">hagar <br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><a href=\"http://www.decorals.com/\" style=\"box-sizing: border-box; margin: 0px; padding: 0px; background: 0px 0px; color: rgb(111, 111, 111); text-decoration: none; border: 0px; font: inherit; vertical-align: baseline; outline: none;\">http://www.hagarbath.com/sho</a>p<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">E-20, Pilanji, South Extension I, New Delhi, Delhi 110049<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Phone: 888 1 222 666		<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">online@hagarbath.com<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br></p>\n<p></p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2022-04-08 09:50:21', '2022-04-08 09:50:21', '', 3, 'https://hagarbath.com/shop/?p=4404', 0, 'revision', '', 0),
(4405, 1, '2022-04-08 09:50:21', '2022-04-08 09:50:21', '<p style=\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\">This Privacy Policy governs the manner in which Hagar Mega&nbsp; Pv collects, uses, maintains and discloses information collected from users (each, a \"User\") of the&nbsp;<a href=\"http://www.decorals.com/\" style=\"box-sizing: border-box; margin: 0px; padding: 0px; background: 0px 0px; color: rgb(111, 111, 111); text-decoration: none; border: 0px; font: inherit; vertical-align: baseline; outline: none;\">http://www.decorals.com</a>&nbsp;website (\"Site\"). This privacy policy applies to the Site and all products and services offered by Decorals.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Personal identification information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may collect personal identification information from Users in a variety of ways, including, but not limited to, when Users visit our site, register on the site, place an order, subscribe to the newsletter, respond to a survey, fill out a form, and in connection with other activities, services, features or resources we make available on our Site. Users may be asked for, as appropriate, name, email address, mailing address, phone number. Users may, however, visit our Site anonymously. We will collect personal identification information from Users only if they voluntarily submit such information to us. Users can always refuse to supply personally identification information, except that it may prevent them from engaging in certain Site related activities.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Non-personal identification information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may collect non-personal identification information about Users whenever they interact with our Site. Non-personal identification information may include the browser name, the type of computer and technical information about Users means of connection to our Site, such as the operating system and the Internet service providers utilized and other similar information.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Web browser cookies</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Our Site may use \"cookies\" to enhance User experience. User\'s web browser places cookies on their hard drive for record-keeping purposes and sometimes to track information about them. User may choose to set their web browser to refuse cookies, or to alert you when cookies are being sent. If they do so, note that some parts of the Site may not function properly.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">How we use collected information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Decorals may collect and use Users personal information for the following purposes:</p>\n<ul style=\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 12px; line-height: inherit; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; list-style: none; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\">\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To improve customer service</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Information you provide helps us respond to your customer service requests and support needs more efficiently.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To personalize user experience</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use information in the aggregate to understand how our Users as a group use the services and resources provided on our Site.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To improve our Site</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use feedback you provide to improve our products and services.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To process payments</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use the information Users provide about themselves when placing an order only to provide service to that order. We do not share this information with outside parties except to the extent necessary to provide the service.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To share your information with third parties</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may share or sell information with third parties for marketing or other purposes.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To run a promotion, contest, survey or other Site feature</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">To send Users information they agreed to receive about topics we think will be of interest to them.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To send periodic emails</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use the email address to send User information and updates pertaining to their order. It may also be used to respond to their inquiries, questions, and/or other requests. If User decides to opt-in to our mailing list, they will receive emails that may include company news, updates, related product or service information, etc. If at any time the User would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email or User may contact us via our Site.</li>\n</ul>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">How we protect your information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We adopt appropriate data collection, storage and processing practices and security measures to protect against unauthorized access, alteration, disclosure or destruction of your personal information, username, password, transaction information and data stored on our Site.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Our Site is in compliance with PCI vulnerability standards in order to create as secure of an environment as possible for Users.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Sharing your personal information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use third party service providers to help us operate our business and the Site or administer activities on our behalf, such as sending out newsletters or surveys. We may share your information with these third parties for those limited purposes provided that you have given us your permission.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Third party websites</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Users may find advertising or other content on our Site that link to the sites and services of our partners, suppliers, advertisers, sponsors, licensors and other third parties. We do not control the content or links that appear on these sites and are not responsible for the practices employed by websites linked to or from our Site. In addition, these sites or services, including their content and links, may be constantly changing. These sites and services may have their own privacy policies and customer service policies. Browsing and interaction on any other website, including websites which have a link to our Site, is subject to that website\'s own terms and policies.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Advertising</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Ads appearing on our site may be delivered to Users by advertising partners, who may set cookies. These cookies allow the ad server to recognize your computer each time they send you an online advertisement to compile non personal identification information about you or others who use your computer. This information allows ad networks to, among other things, deliver targeted advertisements that they believe will be of most interest to you. This privacy policy does not cover the use of cookies by any advertisers.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Compliance with children\'s online privacy protection act</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Protecting the privacy of the very young is especially important. For that reason, we never collect or maintain information at our Site from those we actually know are under 13, and no part of our website is structured to attract anyone under 13.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Changes to this privacy policy</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">HagarBath has the discretion to update this privacy policy at any time. When we do, we will revise the updated date at the bottom of this page. We encourage Users to frequently check this page for any changes to stay informed about how we are helping to protect the personal information we collect. You acknowledge and agree that it is your responsibility to review this privacy policy periodically and become aware of modifications.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Your acceptance of these terms</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">By using this Site, you signify your acceptance of this policy. If you do not agree to this policy, please do not use our Site. Your continued use of the Site following the posting of changes to this policy will be deemed your acceptance of those changes.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Contacting us</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">If you have any questions about this Privacy Policy, the practices of this site, or your dealings with this site, please contact us at:<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">hagar <br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><a href=\"http://www.decorals.com/\" style=\"box-sizing: border-box; margin: 0px; padding: 0px; background: 0px 0px; color: rgb(111, 111, 111); text-decoration: none; border: 0px; font: inherit; vertical-align: baseline; outline: none;\">http://www.hagarbath.com/sho</a>p<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">E-20, Pilanji, South Extension I, New Delhi, Delhi 110049<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Phone: 888 1 222 666		<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">online@hagarbath.com<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br></p>\n<p></p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2022-04-08 09:50:21', '2022-04-08 09:50:21', '', 3, 'https://hagarbath.com/shop/?p=4405', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4406, 1, '2022-04-08 09:50:21', '2022-04-08 09:50:21', '<p style=\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\">This Privacy Policy governs the manner in which Hagar Mega Mart Pvt Ltd collects, uses, maintains and discloses information collected from users (each, a \"User\") of the&nbsp;<a href=\"http://www.decorals.com/\" style=\"box-sizing: border-box; margin: 0px; padding: 0px; background: 0px 0px; color: rgb(111, 111, 111); text-decoration: none; border: 0px; font: inherit; vertical-align: baseline; outline: none;\">http://www.hagarbath.com/shop</a> website (\"Site\"). This privacy policy applies to the Site and all products and services offered by Hagar Mega Mart Pvt Ltd.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Personal identification information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may collect personal identification information from Users in a variety of ways, including, but not limited to, when Users visit our site, register on the site, place an order, subscribe to the newsletter, respond to a survey, fill out a form, and in connection with other activities, services, features or resources we make available on our Site. Users may be asked for, as appropriate, name, email address, mailing address, phone number. Users may, however, visit our Site anonymously. We will collect personal identification information from Users only if they voluntarily submit such information to us. Users can always refuse to supply personally identification information, except that it may prevent them from engaging in certain Site related activities.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Non-personal identification information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may collect non-personal identification information about Users whenever they interact with our Site. Non-personal identification information may include the browser name, the type of computer and technical information about Users means of connection to our Site, such as the operating system and the Internet service providers utilized and other similar information.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Web browser cookies</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Our Site may use \"cookies\" to enhance User experience. User\'s web browser places cookies on their hard drive for record-keeping purposes and sometimes to track information about them. User may choose to set their web browser to refuse cookies, or to alert you when cookies are being sent. If they do so, note that some parts of the Site may not function properly.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">How we use collected information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Hagar Mega Mart Pvt Ltd may collect and use Users personal information for the following purposes:</p>\n<ul style=\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 12px; line-height: inherit; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; list-style: none; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\">\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To improve customer service</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Information you provide helps us respond to your customer service requests and support needs more efficiently.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To personalize user experience</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use information in the aggregate to understand how our Users as a group use the services and resources provided on our Site.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To improve our Site</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use feedback you provide to improve our products and services.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To process payments</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use the information Users provide about themselves when placing an order only to provide service to that order. We do not share this information with outside parties except to the extent necessary to provide the service.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To share your information with third parties</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may share or sell information with third parties for marketing or other purposes.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To run a promotion, contest, survey or other Site feature</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">To send Users information they agreed to receive about topics we think will be of interest to them.</li>\n<li style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;\"><em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-style: italic; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">- To send periodic emails</em><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use the email address to send User information and updates pertaining to their order. It may also be used to respond to their inquiries, questions, and/or other requests. If User decides to opt-in to our mailing list, they will receive emails that may include company news, updates, related product or service information, etc. If at any time the User would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email or User may contact us via our Site.</li>\n</ul>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">How we protect your information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We adopt appropriate data collection, storage and processing practices and security measures to protect against unauthorized access, alteration, disclosure or destruction of your personal information, username, password, transaction information and data stored on our Site.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Our Site is in compliance with PCI vulnerability standards in order to create as secure of an environment as possible for Users.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Sharing your personal information</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">We may use third party service providers to help us operate our business and the Site or administer activities on our behalf, such as sending out newsletters or surveys. We may share your information with these third parties for those limited purposes provided that you have given us your permission.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Third party websites</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Users may find advertising or other content on our Site that link to the sites and services of our partners, suppliers, advertisers, sponsors, licensors and other third parties. We do not control the content or links that appear on these sites and are not responsible for the practices employed by websites linked to or from our Site. In addition, these sites or services, including their content and links, may be constantly changing. These sites and services may have their own privacy policies and customer service policies. Browsing and interaction on any other website, including websites which have a link to our Site, is subject to that website\'s own terms and policies.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Advertising</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Ads appearing on our site may be delivered to Users by advertising partners, who may set cookies. These cookies allow the ad server to recognize your computer each time they send you an online advertisement to compile non personal identification information about you or others who use your computer. This information allows ad networks to, among other things, deliver targeted advertisements that they believe will be of most interest to you. This privacy policy does not cover the use of cookies by any advertisers.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Compliance with children\'s online privacy protection act</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Protecting the privacy of the very young is especially important. For that reason, we never collect or maintain information at our Site from those we actually know are under 13, and no part of our website is structured to attract anyone under 13.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Changes to this privacy policy</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Hagar Mega Mart Pvt Ltd has the discretion to update this privacy policy at any time. When we do, we will revise the updated date at the bottom of this page. We encourage Users to frequently check this page for any changes to stay informed about how we are helping to protect the personal information we collect. You acknowledge and agree that it is your responsibility to review this privacy policy periodically and become aware of modifications.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Your acceptance of these terms</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">By using this Site, you signify your acceptance of this policy. If you do not agree to this policy, please do not use our Site. Your continued use of the Site following the posting of changes to this policy will be deemed your acceptance of those changes.<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong style=\"box-sizing: border-box; margin: 0px; padding: 0px; font-weight: bold; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(0, 0, 0);\">Contacting us</strong><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">If you have any questions about this Privacy Policy, the practices of this site, or your dealings with this site, please contact us at:<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Hagar Mega Mart Pvt Ltd <br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"></p><p style=\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"><a href=\"http://www.decorals.com/\" style=\"box-sizing: border-box; margin: 0px; padding: 0px; background: 0px 0px; color: rgb(111, 111, 111); text-decoration: none; border: 0px; font: inherit; vertical-align: baseline; outline: none;\">http://www.hagarbath.com/sho</a>p</p><p style=\"box-sizing: border-box; margin: 0px 0px 1em; padding: 0px; border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-weight: 400; font-stretch: inherit; font-size: 13px; line-height: 1.5; font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif; vertical-align: baseline; color: rgb(111, 111, 111); letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\">E-20, Pilanji, South Extension I, New Delhi, Delhi 110049<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Phone: 888 1 222 666		<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">online@hagarbath.com<br style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><br></p>\n<p></p>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2022-04-08 09:50:21', '2022-04-08 09:50:21', '', 3, 'https://hagarbath.com/shop/?p=4406', 0, 'revision', '', 0),
(4407, 1, '2022-04-08 09:52:35', '2022-04-08 09:52:35', '<h2>Save upto 50% flate on\nelectronic items</h2>		\n		Save up to $100 on select washing machine only.		\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n			        <link rel=\"stylesheet\" id=\"etheme-quick-view-css\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" />                 <link rel=\"stylesheet\" id=\"etheme-off-canvas-css\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" />         \n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}', 'Furniture tab – niche-market02', '', 'inherit', 'closed', 'closed', '', '1251-revision-v1', '', '', '2022-04-08 09:52:35', '2022-04-08 09:52:35', '', 1251, 'https://hagarbath.com/shop/?p=4407', 0, 'revision', '', 0),
(4408, 1, '2022-04-08 09:52:35', '2022-04-08 09:52:35', '<h2>Save upto 50% flate on\nelectronic items</h2>		\n		Save up to $100 on select washing machine only.		\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n			        <link rel=\"stylesheet\" id=\"etheme-quick-view-css\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" />                 <link rel=\"stylesheet\" id=\"etheme-off-canvas-css\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" />         \n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}', 'Furniture tab – niche-market02', '', 'inherit', 'closed', 'closed', '', '1251-revision-v1', '', '', '2022-04-08 09:52:35', '2022-04-08 09:52:35', '', 1251, 'https://hagarbath.com/shop/?p=4408', 0, 'revision', '', 0),
(4409, 1, '2022-04-08 09:52:35', '2022-04-08 09:52:35', '<h2>Save upto 50% flate on\nelectronic items</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Furniture tab – niche-market02', '', 'inherit', 'closed', 'closed', '', '1251-revision-v1', '', '', '2022-04-08 09:52:35', '2022-04-08 09:52:35', '', 1251, 'https://hagarbath.com/shop/?p=4409', 0, 'revision', '', 0),
(4410, 1, '2022-04-08 09:56:23', '2022-04-08 09:56:23', '<h2>Save upto 50% flate on\nelectronic items</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Furniture tab – niche-market02', '', 'inherit', 'closed', 'closed', '', '1251-revision-v1', '', '', '2022-04-08 09:56:23', '2022-04-08 09:56:23', '', 1251, 'https://hagarbath.com/shop/?p=4410', 0, 'revision', '', 0),
(4411, 1, '2022-04-08 09:56:23', '2022-04-08 09:56:23', '<h2>Save upto 50% flate on\nelectronic items</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Furniture tab – niche-market02', '', 'inherit', 'closed', 'closed', '', '1251-revision-v1', '', '', '2022-04-08 09:56:23', '2022-04-08 09:56:23', '', 1251, 'https://hagarbath.com/shop/?p=4411', 0, 'revision', '', 0),
(4412, 1, '2022-04-08 09:56:23', '2022-04-08 09:56:23', '<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Furniture tab – niche-market02', '', 'inherit', 'closed', 'closed', '', '1251-revision-v1', '', '', '2022-04-08 09:56:23', '2022-04-08 09:56:23', '', 1251, 'https://hagarbath.com/shop/?p=4412', 0, 'revision', '', 0),
(4413, 1, '2022-04-08 09:57:24', '2022-04-08 09:57:24', '<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Furniture tab – niche-market02', '', 'inherit', 'closed', 'closed', '', '1251-revision-v1', '', '', '2022-04-08 09:57:24', '2022-04-08 09:57:24', '', 1251, 'https://hagarbath.com/shop/?p=4413', 0, 'revision', '', 0),
(4414, 1, '2022-04-08 09:57:24', '2022-04-08 09:57:24', '<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Furniture tab – niche-market02', '', 'inherit', 'closed', 'closed', '', '1251-revision-v1', '', '', '2022-04-08 09:57:24', '2022-04-08 09:57:24', '', 1251, 'https://hagarbath.com/shop/?p=4414', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4415, 1, '2022-04-08 09:57:24', '2022-04-08 09:57:24', '<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Furniture tab – niche-market02', '', 'inherit', 'closed', 'closed', '', '1251-revision-v1', '', '', '2022-04-08 09:57:24', '2022-04-08 09:57:24', '', 1251, 'https://hagarbath.com/shop/?p=4415', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4417, 1, '2022-04-08 10:15:00', '2022-04-08 10:15:00', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" width=\"880\" height=\"586\" alt=\"Modern white and wooden kitchen\" title=\"Modern white and wooden kitchen\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-3169 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-08 10:15:00', '2022-04-08 10:15:00', '', 18, 'https://hagarbath.com/shop/?p=4417', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4418, 1, '2022-04-08 10:15:02', '2022-04-08 10:15:02', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" width=\"880\" height=\"586\" alt=\"Modern white and wooden kitchen\" title=\"Modern white and wooden kitchen\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-3169 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-08 10:15:02', '2022-04-08 10:15:02', '', 18, 'https://hagarbath.com/shop/?p=4418', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4419, 1, '2022-04-08 10:15:04', '2022-04-08 10:15:04', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" width=\"880\" height=\"586\" alt=\"Modern white and wooden kitchen\" title=\"Modern white and wooden kitchen\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4975 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-08 10:15:04', '2022-04-08 10:15:04', '', 18, 'https://hagarbath.com/shop/?p=4419', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4421, 1, '2022-04-08 10:24:39', '2022-04-08 10:24:39', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" width=\"880\" height=\"586\" alt=\"Modern white and wooden kitchen\" title=\"Modern white and wooden kitchen\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4975 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-08 10:24:39', '2022-04-08 10:24:39', '', 18, 'https://hagarbath.com/shop/?p=4421', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4422, 1, '2022-04-08 10:24:42', '2022-04-08 10:24:42', '<img width=\"2560\" height=\"1709\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6186825\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-scaled.jpg 2560w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920-270x170.jpg\" width=\"270\" height=\"170\" alt=\"faucet-g4c755f825_1920\" title=\"faucet-g4c755f825_1920\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min-254x170.jpg\" width=\"254\" height=\"170\" alt=\"5-3-1-min\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" width=\"880\" height=\"586\" alt=\"Modern white and wooden kitchen\" title=\"Modern white and wooden kitchen\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4975 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-08 10:24:42', '2022-04-08 10:24:42', '', 18, 'https://hagarbath.com/shop/?p=4422', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4423, 1, '2022-04-08 10:24:43', '2022-04-08 10:24:43', '<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" width=\"880\" height=\"586\" alt=\"Modern white and wooden kitchen\" title=\"Modern white and wooden kitchen\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8261 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-08 10:24:43', '2022-04-08 10:24:43', '', 18, 'https://hagarbath.com/shop/?p=4423', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4424, 1, '2022-04-08 11:32:20', '2022-04-08 11:32:20', '<h2>Explore from Premium Brands</h2>		\n                                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/cartal/\" title=\"Cartal\">\n                                        <img data-src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-1.jpg\" title=\"Cartal\"/>\n                                        <svg viewBox=\"25 25 50 50\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n                                    </a>\n                                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/cooperate/\" title=\"Cooperate\">\n                                        <img data-src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3.jpg\" title=\"Cooperate\"/>\n                                        <svg viewBox=\"25 25 50 50\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n                                    </a>\n                                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/ds/\" title=\"DS\">\n                                        <img data-src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/2.jpg\" title=\"DS\"/>\n                                        <svg viewBox=\"25 25 50 50\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n                                    </a>\n                                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/minim/\" title=\"Minim\">\n                                        <img data-src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/5.jpg\" title=\"Minim\"/>\n                                        <svg viewBox=\"25 25 50 50\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n                                    </a>\n                                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/minimal/\" title=\"Minimal\">\n                                        <img data-src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4.jpg\" title=\"Minimal\"/>\n                                        <svg viewBox=\"25 25 50 50\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n                                    </a>\n                                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/sunshi/\" title=\"Sunshi\">\n                                        <img data-src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/6.jpg\" title=\"Sunshi\"/>\n                                        <svg viewBox=\"25 25 50 50\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n                                    </a>', 'PreFooter - niche-market02', '', 'inherit', 'closed', 'closed', '', '734-revision-v1', '', '', '2022-04-08 11:32:20', '2022-04-08 11:32:20', '', 734, 'https://hagarbath.com/shop/?p=4424', 0, 'revision', '', 0),
(4425, 1, '2022-04-08 11:32:20', '2022-04-08 11:32:20', '<h2>Explore from Premium Brands</h2>		\n                                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/cartal/\" title=\"Cartal\">\n                                        <img data-src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-1.jpg\" title=\"Cartal\"/>\n                                        <svg viewBox=\"25 25 50 50\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n                                    </a>\n                                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/cooperate/\" title=\"Cooperate\">\n                                        <img data-src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3.jpg\" title=\"Cooperate\"/>\n                                        <svg viewBox=\"25 25 50 50\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n                                    </a>\n                                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/ds/\" title=\"DS\">\n                                        <img data-src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/2.jpg\" title=\"DS\"/>\n                                        <svg viewBox=\"25 25 50 50\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n                                    </a>\n                                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/minim/\" title=\"Minim\">\n                                        <img data-src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/5.jpg\" title=\"Minim\"/>\n                                        <svg viewBox=\"25 25 50 50\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n                                    </a>\n                                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/minimal/\" title=\"Minimal\">\n                                        <img data-src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4.jpg\" title=\"Minimal\"/>\n                                        <svg viewBox=\"25 25 50 50\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n                                    </a>\n                                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/sunshi/\" title=\"Sunshi\">\n                                        <img data-src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/6.jpg\" title=\"Sunshi\"/>\n                                        <svg viewBox=\"25 25 50 50\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n                                    </a>', 'PreFooter - niche-market02', '', 'inherit', 'closed', 'closed', '', '734-revision-v1', '', '', '2022-04-08 11:32:20', '2022-04-08 11:32:20', '', 734, 'https://hagarbath.com/shop/?p=4425', 0, 'revision', '', 0),
(4426, 1, '2022-04-08 11:32:21', '2022-04-08 11:32:21', '<h3>\n                                    Contact Us!                                </h3>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f13-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"13\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f13-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p><label> Your name<br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your email<br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your message (optional)<br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Submit\" /></p>\n</form>', 'PreFooter - niche-market02', '', 'inherit', 'closed', 'closed', '', '734-revision-v1', '', '', '2022-04-08 11:32:21', '2022-04-08 11:32:21', '', 734, 'https://hagarbath.com/shop/?p=4426', 0, 'revision', '', 0),
(4427, 1, '2022-04-08 11:32:59', '2022-04-08 11:32:59', '<h2>About us</h2>		\n		<p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\"><strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories.</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\">Capturing the imagination of discerning buyers all over the world. <strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> offers you the perfect match of precision,</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\">which guarantees the unequalled comfort of use and everlasting durability.</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\"><strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> products includes advanced features and improve the functionality without sacrificing on style.</p> https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4		\n			<h2>100+</h2>		\n		Employee Empowered		\n			<h2>50+</h2>		\n		Worldwide Distributors		\n			<h2>7550+</h2>		\n		Receive Daily Ordered		\n			<h2>80%</h2>		\n		Get Growth Per Year		\n			<h2>2150+</h2>		\n		Overall Top Brands		\n					<h3>\n					Here from our\n					Customers\n				</h3>\n		https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"768\" height=\"764\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-768x764.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-768x764.webp 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-300x298.webp 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-150x150.webp 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-1x1.webp 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-10x10.webp 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-600x597.webp 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-100x100.webp 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards.webp 797w\" sizes=\"(max-width: 768px) 100vw, 768px\" />', 'About us', '', 'inherit', 'closed', 'closed', '', '211-revision-v1', '', '', '2022-04-08 11:32:59', '2022-04-08 11:32:59', '', 211, 'https://hagarbath.com/shop/?p=4427', 0, 'revision', '', 0),
(4428, 1, '2022-04-08 11:32:59', '2022-04-08 11:32:59', '<h2>About us</h2>		\n		<p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\"><strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories.</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\">Capturing the imagination of discerning buyers all over the world. <strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> offers you the perfect match of precision,</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\">which guarantees the unequalled comfort of use and everlasting durability.</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\"><strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> products includes advanced features and improve the functionality without sacrificing on style.</p> https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4		\n			<h2>100+</h2>		\n		Employee Empowered		\n			<h2>50+</h2>		\n		Worldwide Distributors		\n			<h2>7550+</h2>		\n		Receive Daily Ordered		\n			<h2>80%</h2>		\n		Get Growth Per Year		\n			<h2>2150+</h2>		\n		Overall Top Brands		\n					<h3>\n					Here from our\n					Customers\n				</h3>\n		https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"768\" height=\"764\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-768x764.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-768x764.webp 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-300x298.webp 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-150x150.webp 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-1x1.webp 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-10x10.webp 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-600x597.webp 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-100x100.webp 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards.webp 797w\" sizes=\"(max-width: 768px) 100vw, 768px\" />', 'About us', '', 'inherit', 'closed', 'closed', '', '211-revision-v1', '', '', '2022-04-08 11:32:59', '2022-04-08 11:32:59', '', 211, 'https://hagarbath.com/shop/?p=4428', 0, 'revision', '', 0),
(4429, 1, '2022-04-08 11:32:59', '2022-04-08 11:32:59', '<h2>About us</h2>		\n		<p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\"><strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories.</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\">Capturing the imagination of discerning buyers all over the world. <strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> offers you the perfect match of precision,</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\">which guarantees the unequalled comfort of use and everlasting durability.</p><p style=\"overflow-wrap: break-word; color: #494949; width: 1196px; margin: 10px auto; line-height: 1.7; font-family: Poppins, sans-serif; font-size: 18px; text-align: center;\"><strong style=\"overflow-wrap: break-word; font-family: \'Josefin Sans\', sans-serif;\">hāgar</strong> products includes advanced features and improve the functionality without sacrificing on style.</p> https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.49-PM.mp4		\n			<h2>100+</h2>		\n		Employee Empowered		\n			<h2>50+</h2>		\n		Worldwide Distributors		\n			<h2>750+</h2>		\n		Receive Daily Ordered		\n			<h2>80%</h2>		\n		Get Growth Per Year		\n					<h3>\n					Here from our\n					Customers\n				</h3>\n		https://hagarbath.com/shop/wp-content/uploads/2022/04/WhatsApp-Video-2022-04-04-at-1.24.22-PM-4.mp4		\n															<img width=\"768\" height=\"764\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-768x764.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-768x764.webp 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-300x298.webp 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-150x150.webp 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-1x1.webp 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-10x10.webp 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-600x597.webp 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-100x100.webp 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards.webp 797w\" sizes=\"(max-width: 768px) 100vw, 768px\" />', 'About us', '', 'inherit', 'closed', 'closed', '', '211-revision-v1', '', '', '2022-04-08 11:32:59', '2022-04-08 11:32:59', '', 211, 'https://hagarbath.com/shop/?p=4429', 0, 'revision', '', 0),
(4431, 1, '2022-04-08 11:36:59', '2022-04-08 11:36:59', '', 'Bathroom Remodel Ideas', '', 'inherit', 'open', 'closed', '', 'bathroom-remodel-ideas', '', '', '2022-04-08 11:36:59', '2022-04-08 11:36:59', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4432, 1, '2022-04-08 11:39:55', '2022-04-08 11:39:55', '<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" width=\"880\" height=\"586\" alt=\"Modern white and wooden kitchen\" title=\"Modern white and wooden kitchen\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8261 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-08 11:39:55', '2022-04-08 11:39:55', '', 18, 'https://hagarbath.com/shop/?p=4432', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4433, 1, '2022-04-08 11:39:57', '2022-04-08 11:39:57', '<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" width=\"880\" height=\"586\" alt=\"Modern white and wooden kitchen\" title=\"Modern white and wooden kitchen\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8261 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-08 11:39:57', '2022-04-08 11:39:57', '', 18, 'https://hagarbath.com/shop/?p=4433', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4434, 1, '2022-04-08 11:39:57', '2022-04-08 11:39:57', '<img width=\"169\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 169px) 100vw, 169px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" width=\"880\" height=\"586\" alt=\"Modern white and wooden kitchen\" title=\"Modern white and wooden kitchen\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6290 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-08 11:39:57', '2022-04-08 11:39:57', '', 18, 'https://hagarbath.com/shop/?p=4434', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4435, 1, '2022-04-08 11:41:07', '2022-04-08 11:41:07', '', 'Bathroom Renovation - Floating Vanity - LED Mirror - Dual Shower', '', 'inherit', 'open', 'closed', '', 'bathroom-renovation-floating-vanity-led-mirror-dual-shower', '', '', '2022-04-08 11:41:07', '2022-04-08 11:41:07', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Renovation-Floating-Vanity-LED-Mirror-Dual-Shower.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4436, 1, '2022-04-08 11:41:55', '2022-04-08 11:41:55', '', 'batheroom wallpaper', '', 'inherit', 'open', 'closed', '', 'batheroom-wallpaper', '', '', '2022-04-08 11:41:55', '2022-04-08 11:41:55', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/batheroom-wallpaper.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4438, 1, '2022-04-08 11:43:40', '2022-04-08 11:43:40', '', 'Bathroom Interior Design, Bathroom 3D Rendering, 3D Architectural Rendering, Realistic Visualization Rendering, Custom Rendering Services', '', 'inherit', 'open', 'closed', '', 'bathroom-interior-design-bathroom-3d-rendering-3d-architectural-rendering-realistic-visualization-rendering-custom-rendering-services', '', '', '2022-04-08 11:43:40', '2022-04-08 11:43:40', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Interior-Design-Bathroom-3D-Rendering-3D-Architectural-Rendering-Realistic-Visualization-Rendering-Custom-Rendering-Services.jpeg', 0, 'attachment', 'image/jpeg', 0),
(4439, 1, '2022-04-08 11:48:00', '2022-04-08 11:48:00', '', 'Bagno-Ceramic-Wall-Tiles-RZ17-01020304-150X150', '', 'inherit', 'open', 'closed', '', 'bagno-ceramic-wall-tiles-rz17-01020304-150x150', '', '', '2022-04-08 11:48:00', '2022-04-08 11:48:00', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Bagno-Ceramic-Wall-Tiles-RZ17-01020304-150X150.jpeg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4440, 1, '2022-04-09 07:44:30', '2022-04-09 07:44:30', '<img width=\"169\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 169px) 100vw, 169px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" width=\"880\" height=\"586\" alt=\"Modern white and wooden kitchen\" title=\"Modern white and wooden kitchen\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6290 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 07:44:30', '2022-04-09 07:44:30', '', 18, 'https://hagarbath.com/shop/?p=4440', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4441, 1, '2022-04-09 07:44:33', '2022-04-09 07:44:33', '<img width=\"169\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 169px) 100vw, 169px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"768\" height=\"514\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-768x514.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-300x201.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1024x685.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1536x1028.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-2048x1371.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414-600x402.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" width=\"880\" height=\"586\" alt=\"Modern white and wooden kitchen\" title=\"Modern white and wooden kitchen\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6290 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 07:44:33', '2022-04-09 07:44:33', '', 18, 'https://hagarbath.com/shop/?p=4441', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4442, 1, '2022-04-09 07:44:35', '2022-04-09 07:44:35', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" width=\"880\" height=\"586\" alt=\"Modern white and wooden kitchen\" title=\"Modern white and wooden kitchen\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6997 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 07:44:35', '2022-04-09 07:44:35', '', 18, 'https://hagarbath.com/shop/?p=4442', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4443, 1, '2022-04-09 07:50:34', '2022-04-09 07:50:34', '', 'Grifo Grop para lavabo de baño con 3 agujeros, color negro mate', '', 'inherit', 'open', 'closed', '', 'grifo-grop-para-lavabo-de-ban%cc%83o-con-3-agujeros-color-negro-mate', '', '', '2022-04-09 07:50:34', '2022-04-09 07:50:34', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4445, 1, '2022-04-09 07:56:52', '2022-04-09 07:56:52', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" width=\"880\" height=\"586\" alt=\"Modern white and wooden kitchen\" title=\"Modern white and wooden kitchen\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6997 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 07:56:52', '2022-04-09 07:56:52', '', 18, 'https://hagarbath.com/shop/?p=4445', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4446, 1, '2022-04-09 07:56:55', '2022-04-09 07:56:55', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" width=\"880\" height=\"586\" alt=\"Modern white and wooden kitchen\" title=\"Modern white and wooden kitchen\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6997 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 07:56:55', '2022-04-09 07:56:55', '', 18, 'https://hagarbath.com/shop/?p=4446', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4447, 1, '2022-04-09 07:56:57', '2022-04-09 07:56:57', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" width=\"880\" height=\"586\" alt=\"Modern white and wooden kitchen\" title=\"Modern white and wooden kitchen\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9824 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 07:56:57', '2022-04-09 07:56:57', '', 18, 'https://hagarbath.com/shop/?p=4447', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4449, 1, '2022-04-09 08:13:13', '2022-04-09 08:13:13', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" width=\"880\" height=\"586\" alt=\"Modern white and wooden kitchen\" title=\"Modern white and wooden kitchen\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9824 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 08:13:13', '2022-04-09 08:13:13', '', 18, 'https://hagarbath.com/shop/?p=4449', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4450, 1, '2022-04-09 08:13:15', '2022-04-09 08:13:15', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" width=\"880\" height=\"586\" alt=\"Modern white and wooden kitchen\" title=\"Modern white and wooden kitchen\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9824 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 08:13:15', '2022-04-09 08:13:15', '', 18, 'https://hagarbath.com/shop/?p=4450', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4451, 1, '2022-04-09 08:13:16', '2022-04-09 08:13:16', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"880\" height=\"586\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" alt=\"\" loading=\"lazy\" title=\"Modern white and wooden kitchen\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg 880w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-300x200.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-768x511.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-10x7.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-600x400.jpeg 600w\" sizes=\"(max-width: 880px) 100vw, 880px\" />	    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-3261 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 08:13:16', '2022-04-09 08:13:16', '', 18, 'https://hagarbath.com/shop/?p=4451', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4452, 1, '2022-04-09 08:18:42', '2022-04-09 08:18:42', '', 'Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary', '', 'inherit', 'open', 'closed', '', 'contemporary-shower-system-thermostatic-matte-black-solid-brass-rainfall-shower-head-homary', '', '', '2022-04-09 08:18:42', '2022-04-09 08:18:42', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4454, 1, '2022-04-09 08:26:37', '2022-04-09 08:26:37', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"880\" height=\"586\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" alt=\"\" loading=\"lazy\" title=\"Modern white and wooden kitchen\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg 880w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-300x200.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-768x511.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-10x7.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-600x400.jpeg 600w\" sizes=\"(max-width: 880px) 100vw, 880px\" />	    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-3261 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 08:26:37', '2022-04-09 08:26:37', '', 18, 'https://hagarbath.com/shop/?p=4454', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4455, 1, '2022-04-09 08:26:39', '2022-04-09 08:26:39', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"880\" height=\"586\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" alt=\"\" loading=\"lazy\" title=\"Modern white and wooden kitchen\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg 880w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-300x200.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-768x511.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-10x7.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-600x400.jpeg 600w\" sizes=\"(max-width: 880px) 100vw, 880px\" />	    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-3261 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 08:26:39', '2022-04-09 08:26:39', '', 18, 'https://hagarbath.com/shop/?p=4455', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4456, 1, '2022-04-09 08:26:40', '2022-04-09 08:26:40', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1187 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 08:26:40', '2022-04-09 08:26:40', '', 18, 'https://hagarbath.com/shop/?p=4456', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4457, 1, '2022-04-09 08:27:47', '2022-04-09 08:27:47', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1187 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 08:27:47', '2022-04-09 08:27:47', '', 18, 'https://hagarbath.com/shop/?p=4457', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4458, 1, '2022-04-09 08:27:49', '2022-04-09 08:27:49', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1187 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 08:27:49', '2022-04-09 08:27:49', '', 18, 'https://hagarbath.com/shop/?p=4458', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4459, 1, '2022-04-09 08:27:51', '2022-04-09 08:27:51', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6363 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 08:27:51', '2022-04-09 08:27:51', '', 18, 'https://hagarbath.com/shop/?p=4459', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4460, 1, '2022-04-09 09:18:55', '2022-04-09 09:18:55', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6363 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 09:18:55', '2022-04-09 09:18:55', '', 18, 'https://hagarbath.com/shop/?p=4460', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4461, 1, '2022-04-09 09:19:10', '2022-04-09 09:19:10', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6363 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 09:19:10', '2022-04-09 09:19:10', '', 18, 'https://hagarbath.com/shop/?p=4461', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4462, 1, '2022-04-09 09:19:10', '2022-04-09 09:19:10', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4045 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 09:19:10', '2022-04-09 09:19:10', '', 18, 'https://hagarbath.com/shop/?p=4462', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4463, 1, '2022-04-09 09:23:40', '2022-04-09 09:23:40', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4045 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 09:23:40', '2022-04-09 09:23:40', '', 18, 'https://hagarbath.com/shop/?p=4463', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4464, 1, '2022-04-09 09:23:41', '2022-04-09 09:23:41', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"209\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\" alt=\"\" loading=\"lazy\" title=\"5-3-1-min\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4045 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 09:23:41', '2022-04-09 09:23:41', '', 18, 'https://hagarbath.com/shop/?p=4464', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4465, 1, '2022-04-09 09:23:42', '2022-04-09 09:23:42', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6315 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 09:23:42', '2022-04-09 09:23:42', '', 18, 'https://hagarbath.com/shop/?p=4465', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4466, 1, '2022-04-09 09:24:08', '2022-04-09 09:24:08', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6315 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 09:24:08', '2022-04-09 09:24:08', '', 18, 'https://hagarbath.com/shop/?p=4466', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4467, 1, '2022-04-09 09:24:15', '2022-04-09 09:24:15', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6315 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 09:24:15', '2022-04-09 09:24:15', '', 18, 'https://hagarbath.com/shop/?p=4467', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4468, 1, '2022-04-09 09:24:16', '2022-04-09 09:24:16', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6379 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 09:24:16', '2022-04-09 09:24:16', '', 18, 'https://hagarbath.com/shop/?p=4468', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4470, 1, '2022-04-09 11:12:18', '2022-04-09 11:12:18', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6379 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 11:12:18', '2022-04-09 11:12:18', '', 18, 'https://hagarbath.com/shop/?p=4470', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4471, 1, '2022-04-09 11:12:20', '2022-04-09 11:12:20', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6379 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 11:12:20', '2022-04-09 11:12:20', '', 18, 'https://hagarbath.com/shop/?p=4471', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4472, 1, '2022-04-09 11:12:21', '2022-04-09 11:12:21', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7184 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 11:12:21', '2022-04-09 11:12:21', '', 18, 'https://hagarbath.com/shop/?p=4472', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4473, 1, '2022-04-09 11:14:12', '2022-04-09 11:14:12', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7184 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 11:14:12', '2022-04-09 11:14:12', '', 18, 'https://hagarbath.com/shop/?p=4473', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4474, 1, '2022-04-09 11:14:14', '2022-04-09 11:14:14', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7184 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 11:14:14', '2022-04-09 11:14:14', '', 18, 'https://hagarbath.com/shop/?p=4474', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4475, 1, '2022-04-09 11:14:15', '2022-04-09 11:14:15', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9330 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 11:14:15', '2022-04-09 11:14:15', '', 18, 'https://hagarbath.com/shop/?p=4475', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4476, 1, '2022-04-09 11:18:50', '2022-04-09 11:18:50', '', 'pexels-max-vakhtbovych-6782580', '', 'inherit', 'open', 'closed', '', 'pexels-max-vakhtbovych-6782580', '', '', '2022-04-09 11:18:50', '2022-04-09 11:18:50', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580.jpg', 0, 'attachment', 'image/jpeg', 0),
(4478, 1, '2022-04-09 11:21:44', '2022-04-09 11:21:44', '', 'pexels-max-vakhtbovych-6394616', '', 'inherit', 'open', 'closed', '', 'pexels-max-vakhtbovych-6394616', '', '', '2022-04-09 11:21:44', '2022-04-09 11:21:44', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4479, 1, '2022-04-09 11:27:37', '2022-04-09 11:27:37', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9330 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 11:27:37', '2022-04-09 11:27:37', '', 18, 'https://hagarbath.com/shop/?p=4479', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4480, 1, '2022-04-09 11:27:39', '2022-04-09 11:27:39', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img src=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/images/placeholder.png\"/>	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9330 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 11:27:39', '2022-04-09 11:27:39', '', 18, 'https://hagarbath.com/shop/?p=4480', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4481, 1, '2022-04-09 11:27:40', '2022-04-09 11:27:40', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1438 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 11:27:40', '2022-04-09 11:27:40', '', 18, 'https://hagarbath.com/shop/?p=4481', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4482, 1, '2022-04-09 11:29:48', '2022-04-09 11:29:48', '', 'pexels-armin-rimoldi-5269479', '', 'inherit', 'open', 'closed', '', 'pexels-armin-rimoldi-5269479', '', '', '2022-04-09 11:29:48', '2022-04-09 11:29:48', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479.jpg', 0, 'attachment', 'image/jpeg', 0),
(4484, 1, '2022-04-09 11:36:27', '2022-04-09 11:36:27', '', 'pexels-scandinavian-biolabs-8466376', '', 'inherit', 'open', 'closed', '', 'pexels-scandinavian-biolabs-8466376', '', '', '2022-04-09 11:36:27', '2022-04-09 11:36:27', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-scandinavian-biolabs-8466376.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4485, 1, '2022-04-09 11:46:57', '2022-04-09 11:46:57', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1438 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 11:46:57', '2022-04-09 11:46:57', '', 18, 'https://hagarbath.com/shop/?p=4485', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4486, 1, '2022-04-09 11:46:59', '2022-04-09 11:46:59', '<img width=\"576\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg\" alt=\"\" loading=\"lazy\" title=\"Bathroom Remodel Ideas\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-576x1024.jpeg 576w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-169x300.jpeg 169w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-6x10.jpeg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas-600x1067.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg 752w\" sizes=\"(max-width: 576px) 100vw, 576px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3901\" data-quantity=\"1\" data-product_id=\"3901\" data-product_sku=\"OL001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/\">Bib Cock foam f...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3907\" data-quantity=\"1\" data-product_id=\"3907\" data-product_sku=\"LI001\" aria-label=\"Add &ldquo;Bib Cock foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Bib Cock foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>, <a href=\"https://hagarbath.com/shop/product-category/bestsellers/\" rel=\"tag\">Best Sellers</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/\">Long Nose foam ...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3908\" data-quantity=\"1\" data-product_id=\"3908\" data-product_sku=\"LI002\" aria-label=\"Add &ldquo;Long Nose foam flow with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Long Nose foam flow with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/angle-cock-with-flange/\">Angle Cock with...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3909\" data-quantity=\"1\" data-product_id=\"3909\" data-product_sku=\"LI004\" aria-label=\"Add &ldquo;Angle Cock with Flange&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Angle Cock with Flange\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\" rel=\"tag\">Bathroom Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroomtaps/\" rel=\"tag\">Bathroom Taps</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/\">2 in 1 Bib Cock...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3910\" data-quantity=\"1\" data-product_id=\"3910\" data-product_sku=\"LI005\" aria-label=\"Add &ldquo;2 in 1 Bib Cock foam flow&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"2 in 1 Bib Cock foam flow\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1438 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 11:46:59', '2022-04-09 11:46:59', '', 18, 'https://hagarbath.com/shop/?p=4486', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4487, 1, '2022-04-09 11:47:00', '2022-04-09 11:47:00', '<img width=\"1749\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-armin-rimoldi-5269479\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg 1749w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-205x300.jpg 205w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-700x1024.jpg 700w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-768x1124.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1049x1536.jpg 1049w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1399x2048.jpg 1399w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-7x10.jpg 7w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-600x878.jpg 600w\" sizes=\"(max-width: 1749px) 100vw, 1749px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6715 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 11:47:00', '2022-04-09 11:47:00', '', 18, 'https://hagarbath.com/shop/?p=4487', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4488, 1, '2022-04-09 12:04:22', '2022-04-09 12:04:22', '<img width=\"1749\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-armin-rimoldi-5269479\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg 1749w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-205x300.jpg 205w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-700x1024.jpg 700w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-768x1124.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1049x1536.jpg 1049w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1399x2048.jpg 1399w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-7x10.jpg 7w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-600x878.jpg 600w\" sizes=\"(max-width: 1749px) 100vw, 1749px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6715 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 12:04:22', '2022-04-09 12:04:22', '', 18, 'https://hagarbath.com/shop/?p=4488', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4489, 1, '2022-04-09 12:04:24', '2022-04-09 12:04:24', '<img width=\"1749\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-armin-rimoldi-5269479\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg 1749w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-205x300.jpg 205w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-700x1024.jpg 700w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-768x1124.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1049x1536.jpg 1049w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1399x2048.jpg 1399w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-7x10.jpg 7w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-600x878.jpg 600w\" sizes=\"(max-width: 1749px) 100vw, 1749px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6715 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 12:04:24', '2022-04-09 12:04:24', '', 18, 'https://hagarbath.com/shop/?p=4489', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4490, 1, '2022-04-09 12:04:25', '2022-04-09 12:04:25', '<img width=\"1749\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-armin-rimoldi-5269479\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg 1749w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-205x300.jpg 205w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-700x1024.jpg 700w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-768x1124.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1049x1536.jpg 1049w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1399x2048.jpg 1399w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-7x10.jpg 7w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-600x878.jpg 600w\" sizes=\"(max-width: 1749px) 100vw, 1749px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6558 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 12:04:25', '2022-04-09 12:04:25', '', 18, 'https://hagarbath.com/shop/?p=4490', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4491, 1, '2022-04-09 12:06:23', '2022-04-09 12:06:23', '<img width=\"1749\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-armin-rimoldi-5269479\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg 1749w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-205x300.jpg 205w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-700x1024.jpg 700w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-768x1124.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1049x1536.jpg 1049w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1399x2048.jpg 1399w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-7x10.jpg 7w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-600x878.jpg 600w\" sizes=\"(max-width: 1749px) 100vw, 1749px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6558 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 12:06:23', '2022-04-09 12:06:23', '', 18, 'https://hagarbath.com/shop/?p=4491', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4492, 1, '2022-04-09 12:06:24', '2022-04-09 12:06:24', '<img width=\"1749\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-armin-rimoldi-5269479\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg 1749w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-205x300.jpg 205w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-700x1024.jpg 700w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-768x1124.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1049x1536.jpg 1049w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1399x2048.jpg 1399w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-7x10.jpg 7w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-600x878.jpg 600w\" sizes=\"(max-width: 1749px) 100vw, 1749px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6558 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 12:06:24', '2022-04-09 12:06:24', '', 18, 'https://hagarbath.com/shop/?p=4492', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4493, 1, '2022-04-09 12:06:25', '2022-04-09 12:06:25', '<img width=\"1749\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-armin-rimoldi-5269479\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg 1749w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-205x300.jpg 205w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-700x1024.jpg 700w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-768x1124.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1049x1536.jpg 1049w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1399x2048.jpg 1399w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-7x10.jpg 7w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-600x878.jpg 600w\" sizes=\"(max-width: 1749px) 100vw, 1749px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6637 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 12:06:25', '2022-04-09 12:06:25', '', 18, 'https://hagarbath.com/shop/?p=4493', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4494, 1, '2022-04-09 12:22:49', '0000-00-00 00:00:00', '', 'Elementor Popup #4494', '', 'draft', 'closed', 'closed', '', '', '', '', '2022-04-09 12:22:49', '2022-04-09 12:22:49', '', 0, 'https://hagarbath.com/shop/?post_type=elementor_library&#038;p=4494', 0, 'elementor_library', '', 0),
(4495, 1, '2022-04-09 12:22:49', '2022-04-09 12:22:49', '', 'Elementor Popup #4494', '', 'inherit', 'closed', 'closed', '', '4494-revision-v1', '', '', '2022-04-09 12:22:49', '2022-04-09 12:22:49', '', 4494, 'https://hagarbath.com/shop/?p=4495', 0, 'revision', '', 0),
(4497, 1, '2022-04-09 12:45:40', '2022-04-09 12:45:40', '<h2>Frequently Asked Quentions</h2>		\n			<h2>Order & Payment</h2>		\n												<a href=\"\">How do I enter a shipping address?</a>\n					On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\n												<a href=\"\">When will my credit card chrged?</a>\n					On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\n												<a href=\"\">How will the charge show up on my credit card?</a>\n					On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\n												<a href=\"\">Why are you not accepting my card?</a>\n					On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\n			<h2>Track & Shipping</h2>		\n												<a href=\"\">What shipping methods are available now?</a>\n					On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\n												<a href=\"\">How long will it take to get my package?</a>\n					On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\n												<a href=\"\">Who should I to contact if I have any queries?</a>\n					On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\n												<a href=\"\">Do I need an account to place an order?</a>\n					On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.', 'FAQs', '', 'inherit', 'closed', 'closed', '', '457-revision-v1', '', '', '2022-04-09 12:45:40', '2022-04-09 12:45:40', '', 457, 'https://hagarbath.com/shop/?p=4497', 0, 'revision', '', 0),
(4498, 1, '2022-04-09 12:45:40', '2022-04-09 12:45:40', '<h2>Frequently Asked Quentions</h2>		\n			<h2>Order & Payment</h2>		\n												<a href=\"\">How do I enter a shipping address?</a>\n					On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\n												<a href=\"\">When will my credit card chrged?</a>\n					On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\n												<a href=\"\">How will the charge show up on my credit card?</a>\n					On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\n												<a href=\"\">Why are you not accepting my card?</a>\n					On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\n			<h2>Track & Shipping</h2>		\n												<a href=\"\">What shipping methods are available now?</a>\n					On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\n												<a href=\"\">How long will it take to get my package?</a>\n					On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\n												<a href=\"\">Who should I to contact if I have any queries?</a>\n					On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.\n												<a href=\"\">Do I need an account to place an order?</a>\n					On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through.', 'FAQs', '', 'inherit', 'closed', 'closed', '', '457-revision-v1', '', '', '2022-04-09 12:45:40', '2022-04-09 12:45:40', '', 457, 'https://hagarbath.com/shop/?p=4498', 0, 'revision', '', 0),
(4499, 1, '2022-04-09 12:45:41', '2022-04-09 12:45:41', '<h2>Frequently Asked Quentions</h2>		\n			<h2>Order & Payment</h2>		\n												<a href=\"\">What is your return policy?</a>\n					<p>If your item arrived damaged or defective, we are happy to arrange for a prompt replacement. Please note that damages and defects must be reported within 12 hours of delivery. </p>', 'FAQs', '', 'inherit', 'closed', 'closed', '', '457-revision-v1', '', '', '2022-04-09 12:45:41', '2022-04-09 12:45:41', '', 457, 'https://hagarbath.com/shop/?p=4499', 0, 'revision', '', 0),
(4500, 1, '2022-04-09 12:45:49', '2022-04-09 12:45:49', '<h2>Frequently Asked Quentions</h2>		\n			<h2>Order & Payment</h2>		\n												<a href=\"\">What is your return policy?</a>\n					<p>If your item arrived damaged or defective, we are happy to arrange for a prompt replacement. Please note that damages and defects must be reported within 12 hours of delivery. </p>', 'FAQs', '', 'inherit', 'closed', 'closed', '', '457-revision-v1', '', '', '2022-04-09 12:45:49', '2022-04-09 12:45:49', '', 457, 'https://hagarbath.com/shop/?p=4500', 0, 'revision', '', 0),
(4501, 1, '2022-04-09 12:45:49', '2022-04-09 12:45:49', '<h2>Frequently Asked Quentions</h2>		\n			<h2>Order & Payment</h2>		\n												<a href=\"\">What is your return policy?</a>\n					<p>If your item arrived damaged or defective, we are happy to arrange for a prompt replacement. Please note that damages and defects must be reported within 12 hours of delivery. </p>', 'FAQs', '', 'inherit', 'closed', 'closed', '', '457-revision-v1', '', '', '2022-04-09 12:45:49', '2022-04-09 12:45:49', '', 457, 'https://hagarbath.com/shop/?p=4501', 0, 'revision', '', 0),
(4502, 1, '2022-04-09 12:45:49', '2022-04-09 12:45:49', '<h2>Frequently Asked Quentions</h2>		\n												<a href=\"\">What is your return policy?</a>\n					<p>If your item arrived damaged or defective, we are happy to arrange for a prompt replacement. Please note that damages and defects must be reported within 12 hours of delivery. </p>', 'FAQs', '', 'inherit', 'closed', 'closed', '', '457-revision-v1', '', '', '2022-04-09 12:45:49', '2022-04-09 12:45:49', '', 457, 'https://hagarbath.com/shop/?p=4502', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4503, 1, '2022-04-09 12:50:27', '2022-04-09 12:50:27', '<img width=\"1749\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-armin-rimoldi-5269479\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg 1749w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-205x300.jpg 205w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-700x1024.jpg 700w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-768x1124.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1049x1536.jpg 1049w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1399x2048.jpg 1399w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-7x10.jpg 7w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-600x878.jpg 600w\" sizes=\"(max-width: 1749px) 100vw, 1749px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6637 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 12:50:27', '2022-04-09 12:50:27', '', 18, 'https://hagarbath.com/shop/?p=4503', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4504, 1, '2022-04-09 12:50:29', '2022-04-09 12:50:29', '<img width=\"1749\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-armin-rimoldi-5269479\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg 1749w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-205x300.jpg 205w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-700x1024.jpg 700w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-768x1124.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1049x1536.jpg 1049w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1399x2048.jpg 1399w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-7x10.jpg 7w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-600x878.jpg 600w\" sizes=\"(max-width: 1749px) 100vw, 1749px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6637 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 12:50:29', '2022-04-09 12:50:29', '', 18, 'https://hagarbath.com/shop/?p=4504', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4505, 1, '2022-04-09 12:50:30', '2022-04-09 12:50:30', '<img width=\"1749\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-armin-rimoldi-5269479\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg 1749w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-205x300.jpg 205w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-700x1024.jpg 700w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-768x1124.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1049x1536.jpg 1049w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1399x2048.jpg 1399w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-7x10.jpg 7w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-600x878.jpg 600w\" sizes=\"(max-width: 1749px) 100vw, 1749px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7540 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 12:50:30', '2022-04-09 12:50:30', '', 18, 'https://hagarbath.com/shop/?p=4505', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4506, 1, '2022-04-09 12:51:31', '2022-04-09 12:51:31', '<img width=\"1749\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-armin-rimoldi-5269479\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg 1749w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-205x300.jpg 205w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-700x1024.jpg 700w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-768x1124.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1049x1536.jpg 1049w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1399x2048.jpg 1399w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-7x10.jpg 7w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-600x878.jpg 600w\" sizes=\"(max-width: 1749px) 100vw, 1749px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7540 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 12:51:31', '2022-04-09 12:51:31', '', 18, 'https://hagarbath.com/shop/?p=4506', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4507, 1, '2022-04-09 12:51:34', '2022-04-09 12:51:34', '<img width=\"1749\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-armin-rimoldi-5269479\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg 1749w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-205x300.jpg 205w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-700x1024.jpg 700w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-768x1124.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1049x1536.jpg 1049w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1399x2048.jpg 1399w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-7x10.jpg 7w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-600x878.jpg 600w\" sizes=\"(max-width: 1749px) 100vw, 1749px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7540 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 12:51:34', '2022-04-09 12:51:34', '', 18, 'https://hagarbath.com/shop/?p=4507', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4508, 1, '2022-04-09 12:51:34', '2022-04-09 12:51:34', '<img width=\"1749\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-armin-rimoldi-5269479\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg 1749w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-205x300.jpg 205w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-700x1024.jpg 700w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-768x1124.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1049x1536.jpg 1049w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1399x2048.jpg 1399w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-7x10.jpg 7w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-600x878.jpg 600w\" sizes=\"(max-width: 1749px) 100vw, 1749px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7168 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-09 12:51:34', '2022-04-09 12:51:34', '', 18, 'https://hagarbath.com/shop/?p=4508', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4510, 1, '2022-04-12 07:46:04', '2022-04-12 07:46:04', '', 'Bathroom design', '', 'inherit', 'open', 'closed', '', 'bathroom-design', '', '', '2022-04-12 07:46:04', '2022-04-12 07:46:04', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-design.jpg', 0, 'attachment', 'image/jpeg', 0),
(4511, 1, '2022-04-12 08:05:16', '2022-04-12 08:05:16', '', '15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee', '', 'inherit', 'open', 'closed', '', '15-walk-in-shower-ideas-perfect-for-uk-homes-fifi-mcgee', '', '', '2022-04-12 08:05:16', '2022-04-12 08:05:16', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg', 0, 'attachment', 'image/jpeg', 0),
(4512, 1, '2022-04-12 08:06:20', '2022-04-12 08:06:20', '', '73+ Black And White Bathroom ( FRESH & COOL ) - Bathroom Design', '', 'inherit', 'open', 'closed', '', '73-black-and-white-bathroom-fresh-cool-bathroom-design', '', '', '2022-04-12 08:06:20', '2022-04-12 08:06:20', '', 18, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4513, 1, '2022-04-12 08:07:41', '2022-04-12 08:07:41', '<img width=\"1749\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-armin-rimoldi-5269479\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg 1749w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-205x300.jpg 205w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-700x1024.jpg 700w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-768x1124.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1049x1536.jpg 1049w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1399x2048.jpg 1399w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-7x10.jpg 7w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-600x878.jpg 600w\" sizes=\"(max-width: 1749px) 100vw, 1749px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7168 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 08:07:41', '2022-04-12 08:07:41', '', 18, 'https://hagarbath.com/shop/?p=4513', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4514, 1, '2022-04-12 08:07:43', '2022-04-12 08:07:43', '<img width=\"1749\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-armin-rimoldi-5269479\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-scaled.jpg 1749w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-205x300.jpg 205w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-700x1024.jpg 700w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-768x1124.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1049x1536.jpg 1049w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1399x2048.jpg 1399w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-7x10.jpg 7w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479-600x878.jpg 600w\" sizes=\"(max-width: 1749px) 100vw, 1749px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7168 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 08:07:43', '2022-04-12 08:07:43', '', 18, 'https://hagarbath.com/shop/?p=4514', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4515, 1, '2022-04-12 08:07:44', '2022-04-12 08:07:44', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7352 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 08:07:44', '2022-04-12 08:07:44', '', 18, 'https://hagarbath.com/shop/?p=4515', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4516, 1, '2022-04-12 08:11:10', '2022-04-12 08:11:10', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7352 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 08:11:10', '2022-04-12 08:11:10', '', 18, 'https://hagarbath.com/shop/?p=4516', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4517, 1, '2022-04-12 08:11:11', '2022-04-12 08:11:11', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Bathroom    							\n							                        </li>\n					                        <li\n                            >\n    								Kitchen    							\n							                        </li>\n					                        <li\n                            >\n    								Vanity    							\n							                        </li>\n					                        <li\n                            >\n    								Shower    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}</style>		\n									<section data-id=\"cd6773d\" data-element_type=\"section\">\n								<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}</style>		\n									<section data-id=\"146a43fd\" data-element_type=\"section\">\n								<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n							Save up to $100 on select washing machine only.						\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71{text-align:left;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#006C55;color:#006C55;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:12px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}</style>		\n									<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n								<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Bathroom faucets</h2>		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"5\",\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"default\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"woocommerce_gallery_thumbnail\",\"show_excerpt\":false,\"excerpt_length\":120,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#006C55;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg\");background-position:top right;background-repeat:no-repeat;background-size:19% auto;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}</style>		\n									<section data-id=\"5e416e77\" data-element_type=\"section\">\n								<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% on Showers Accessories</h2>		\n			<a role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n		</section>\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7352 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 08:11:11', '2022-04-12 08:11:11', '', 18, 'https://hagarbath.com/shop/?p=4517', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4518, 1, '2022-04-12 08:11:12', '2022-04-12 08:11:12', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1471 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 08:11:12', '2022-04-12 08:11:12', '', 18, 'https://hagarbath.com/shop/?p=4518', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4519, 1, '2022-04-12 08:13:46', '2022-04-12 08:13:46', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1471 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 08:13:46', '2022-04-12 08:13:46', '', 18, 'https://hagarbath.com/shop/?p=4519', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4520, 1, '2022-04-12 08:13:46', '2022-04-12 08:13:46', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1471 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 08:13:46', '2022-04-12 08:13:46', '', 18, 'https://hagarbath.com/shop/?p=4520', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4521, 1, '2022-04-12 08:13:47', '2022-04-12 08:13:47', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5802 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 08:13:47', '2022-04-12 08:13:47', '', 18, 'https://hagarbath.com/shop/?p=4521', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4522, 1, '2022-04-12 08:14:03', '2022-04-12 08:14:03', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5802 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 08:14:03', '2022-04-12 08:14:03', '', 18, 'https://hagarbath.com/shop/?p=4522', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4523, 1, '2022-04-12 08:14:04', '2022-04-12 08:14:04', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5802 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 08:14:04', '2022-04-12 08:14:04', '', 18, 'https://hagarbath.com/shop/?p=4523', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4524, 1, '2022-04-12 08:14:06', '2022-04-12 08:14:06', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1909 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 08:14:06', '2022-04-12 08:14:06', '', 18, 'https://hagarbath.com/shop/?p=4524', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4525, 1, '2022-04-12 08:15:16', '2022-04-12 08:15:16', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1909 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 08:15:16', '2022-04-12 08:15:16', '', 18, 'https://hagarbath.com/shop/?p=4525', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4526, 1, '2022-04-12 08:15:17', '2022-04-12 08:15:17', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"300\" height=\"200\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6394616\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-300x200.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1024x683.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-768x513.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1536x1025.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-2048x1367.jpg 2048w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-10x7.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616-600x400.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-1909 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 08:15:17', '2022-04-12 08:15:17', '', 18, 'https://hagarbath.com/shop/?p=4526', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4527, 1, '2022-04-12 08:15:18', '2022-04-12 08:15:18', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"240\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w\" sizes=\"(max-width: 240px) 100vw, 240px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8045 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 08:15:18', '2022-04-12 08:15:18', '', 18, 'https://hagarbath.com/shop/?p=4527', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4532, 1, '2022-04-12 09:00:36', '2022-04-12 09:00:36', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"240\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w\" sizes=\"(max-width: 240px) 100vw, 240px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8045 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 09:00:36', '2022-04-12 09:00:36', '', 18, 'https://hagarbath.com/shop/?p=4532', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4533, 1, '2022-04-12 09:00:38', '2022-04-12 09:00:38', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"266\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 266px) 100vw, 266px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"240\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w\" sizes=\"(max-width: 240px) 100vw, 240px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8045 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 09:00:38', '2022-04-12 09:00:38', '', 18, 'https://hagarbath.com/shop/?p=4533', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4534, 1, '2022-04-12 09:00:39', '2022-04-12 09:00:39', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-3849 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 09:00:39', '2022-04-12 09:00:39', '', 18, 'https://hagarbath.com/shop/?p=4534', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4536, 1, '2022-04-12 09:26:49', '2022-04-12 09:26:49', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-3849 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 09:26:49', '2022-04-12 09:26:49', '', 18, 'https://hagarbath.com/shop/?p=4536', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4537, 1, '2022-04-12 09:26:51', '2022-04-12 09:26:51', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-3849 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 09:26:51', '2022-04-12 09:26:51', '', 18, 'https://hagarbath.com/shop/?p=4537', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4538, 1, '2022-04-12 09:26:51', '2022-04-12 09:26:51', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4502 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 09:26:51', '2022-04-12 09:26:51', '', 18, 'https://hagarbath.com/shop/?p=4538', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4540, 1, '2022-04-12 09:48:20', '2022-04-12 09:48:20', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4502 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 09:48:20', '2022-04-12 09:48:20', '', 18, 'https://hagarbath.com/shop/?p=4540', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4541, 1, '2022-04-12 09:48:21', '2022-04-12 09:48:21', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4502 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 09:48:21', '2022-04-12 09:48:21', '', 18, 'https://hagarbath.com/shop/?p=4541', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4542, 1, '2022-04-12 09:48:22', '2022-04-12 09:48:22', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5175 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 09:48:22', '2022-04-12 09:48:22', '', 18, 'https://hagarbath.com/shop/?p=4542', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4543, 1, '2022-04-12 09:50:27', '2022-04-12 09:50:27', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5175 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 09:50:27', '2022-04-12 09:50:27', '', 18, 'https://hagarbath.com/shop/?p=4543', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4544, 1, '2022-04-12 09:50:29', '2022-04-12 09:50:29', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5175 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 09:50:29', '2022-04-12 09:50:29', '', 18, 'https://hagarbath.com/shop/?p=4544', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4545, 1, '2022-04-12 09:50:31', '2022-04-12 09:50:31', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-3183 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 09:50:31', '2022-04-12 09:50:31', '', 18, 'https://hagarbath.com/shop/?p=4545', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4546, 1, '2022-04-12 09:54:13', '2022-04-12 09:54:13', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-3183 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 09:54:13', '2022-04-12 09:54:13', '', 18, 'https://hagarbath.com/shop/?p=4546', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4547, 1, '2022-04-12 09:54:14', '2022-04-12 09:54:14', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-3183 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 09:54:14', '2022-04-12 09:54:14', '', 18, 'https://hagarbath.com/shop/?p=4547', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4548, 1, '2022-04-12 09:54:15', '2022-04-12 09:54:15', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>                                \n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-3190 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 09:54:15', '2022-04-12 09:54:15', '', 18, 'https://hagarbath.com/shop/?p=4548', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4550, 1, '2022-04-12 10:04:10', '2022-04-12 10:04:10', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" width=\"853\" height=\"1536\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" width=\"600\" height=\"600\">\n</a>\n<a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" width=\"600\" height=\"600\">\n</a>\n<a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" width=\"600\" height=\"600\">\n</a>\n<a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" width=\"600\" height=\"600\">\n</a>\n<a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" width=\"600\" height=\"600\">\n</a>\n<a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" width=\"2269\" height=\"2560\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" width=\"500\" height=\"624\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-3190 .et-loader:before{background-color:#FAFAFA}</style>				<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-12 10:04:10', '2022-04-12 10:04:10', '', 18, 'https://hagarbath.com/shop/?p=4550', 0, 'revision', '', 0),
(4551, 1, '2022-04-12 10:16:03', '2022-04-12 10:16:03', '', 'icons8-shower-50', '', 'inherit', 'open', 'closed', '', 'icons8-shower-50', '', '', '2022-04-12 10:16:03', '2022-04-12 10:16:03', '', 2801, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-shower-50.png', 0, 'attachment', 'image/png', 0),
(4553, 1, '2022-04-12 10:17:36', '2022-04-12 10:17:36', '', 'icons8-kitchen-room-80', '', 'inherit', 'open', 'closed', '', 'icons8-kitchen-room-80', '', '', '2022-04-12 10:17:36', '2022-04-12 10:17:36', '', 2801, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-kitchen-room-80.png', 0, 'attachment', 'image/png', 0),
(4554, 1, '2022-04-12 10:18:19', '2022-04-12 10:18:19', '', 'icons8-bathroom-64', '', 'inherit', 'open', 'closed', '', 'icons8-bathroom-64', '', '', '2022-04-12 10:18:19', '2022-04-12 10:18:19', '', 2801, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-bathroom-64.png', 0, 'attachment', 'image/png', 0),
(4555, 1, '2022-04-12 10:19:14', '2022-04-12 10:19:14', '', 'icons8-soap-dispenser-50', '', 'inherit', 'open', 'closed', '', 'icons8-soap-dispenser-50', '', '', '2022-04-12 10:19:14', '2022-04-12 10:19:14', '', 2801, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-soap-dispenser-50.png', 0, 'attachment', 'image/png', 0),
(4556, 1, '2022-04-12 10:20:13', '2022-04-12 10:20:13', '', 'icons8-bidet-50', '', 'inherit', 'open', 'closed', '', 'icons8-bidet-50', '', '', '2022-04-12 10:20:13', '2022-04-12 10:20:13', '', 2801, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-bidet-50.png', 0, 'attachment', 'image/png', 0),
(4557, 1, '2022-04-12 10:20:21', '2022-04-12 10:20:21', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Gorgeous-Bathroom-270x170.jpeg\" width=\"270\" height=\"170\" alt=\"Gorgeous Bathroom\" title=\"Gorgeous Bathroom\" />	    	\n		    		<p><strong>Find your Dream Bathroom</strong></p>\n			<h2>Find Exactly What You Need</h2>		\n		<p><strong>hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.</p>		\n			<figure><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Bathroom</h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Shower</a></h3>		\n			<figure><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Accessories</h3>		\n			<figure><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Sanitary</h3>', 'Shop page main banner - niche-market02', '', 'inherit', 'closed', 'closed', '', '2801-revision-v1', '', '', '2022-04-12 10:20:21', '2022-04-12 10:20:21', '', 2801, 'https://hagarbath.com/shop/?p=4557', 0, 'revision', '', 0),
(4558, 1, '2022-04-12 10:20:21', '2022-04-12 10:20:21', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Gorgeous-Bathroom-270x170.jpeg\" width=\"270\" height=\"170\" alt=\"Gorgeous Bathroom\" title=\"Gorgeous Bathroom\" />	    	\n		    		<p><strong>Find your Dream Bathroom</strong></p>\n			<h2>Find Exactly What You Need</h2>		\n		<p><strong>hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.</p>		\n			<figure><img width=\"38\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Bathroom</h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Shower</a></h3>		\n			<figure><img width=\"60\" height=\"49\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Accessories</h3>		\n			<figure><img width=\"45\" height=\"48\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Sanitary</h3>', 'Shop page main banner - niche-market02', '', 'inherit', 'closed', 'closed', '', '2801-revision-v1', '', '', '2022-04-12 10:20:21', '2022-04-12 10:20:21', '', 2801, 'https://hagarbath.com/shop/?p=4558', 0, 'revision', '', 0),
(4559, 1, '2022-04-12 10:20:22', '2022-04-12 10:20:22', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Gorgeous-Bathroom-270x170.jpeg\" width=\"270\" height=\"170\" alt=\"Gorgeous Bathroom\" title=\"Gorgeous Bathroom\" />	    	\n		    		<p><strong>Find your Dream Bathroom</strong></p>\n			<h2>Find Exactly What You Need</h2>		\n		<p><strong>hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.</p>		\n			<figure><img width=\"64\" height=\"64\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-bathroom-64.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Bathroom</h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"80\" height=\"80\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-kitchen-room-80.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"50\" height=\"50\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-shower-50.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Shower</a></h3>		\n			<figure><img width=\"50\" height=\"50\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-soap-dispenser-50.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Accessories</h3>		\n			<figure><img width=\"50\" height=\"50\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-bidet-50.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Sanitary</h3>', 'Shop page main banner - niche-market02', '', 'inherit', 'closed', 'closed', '', '2801-revision-v1', '', '', '2022-04-12 10:20:22', '2022-04-12 10:20:22', '', 2801, 'https://hagarbath.com/shop/?p=4559', 0, 'revision', '', 0),
(4560, 1, '2022-04-12 10:23:52', '2022-04-12 10:23:52', '<h2>Leave Us A Message</h2>		\n		It is a long established fact that a reader will be distracted by the readables content of a page when ooking layout. The point ofen using its Lorem Ipsum that has a more-or-less. Is that it has a more-or-less normal distribution of letters, as opposed to usingntent here, content here\', making it look like readable.		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/elementor/demos/niche-market02/wp-admin/admin-ajax.php#wpcf7-f383-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			<h2>Our Address</h2>		\n		PO Box 16122 Collins Street West, Melbourne\nVictoria 3000 Australia - <a href=\"#\" style=\"color:#E95D2A;\n\">Map</a>Support  : (+800)856 800 604Email  : info@xstoretheme.com		\n			<h2>Opening Hours</h2>		\n		Monday :Tuesday :Wednesday :Friday :Saturday :Sunday :9 a.m - 6 p.m9 a.m - 6 p.m9 a.m - 6 p.m9 a.m - 6 p.m9 a.m - 4 p.mClosed		\n			<h2>Careers</h2>		\n		If you’re interested in employment opportunities\nat Xstore, please email us:contact@yourstore.com', 'Contact us', '', 'inherit', 'closed', 'closed', '', '367-revision-v1', '', '', '2022-04-12 10:23:52', '2022-04-12 10:23:52', '', 367, 'https://hagarbath.com/shop/?p=4560', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4561, 1, '2022-04-12 10:23:53', '2022-04-12 10:23:53', '<h2>Leave Us A Message</h2>		\n		It is a long established fact that a reader will be distracted by the readables content of a page when ooking layout. The point ofen using its Lorem Ipsum that has a more-or-less. Is that it has a more-or-less normal distribution of letters, as opposed to usingntent here, content here\', making it look like readable.		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/elementor/demos/niche-market02/wp-admin/admin-ajax.php#wpcf7-f383-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.3\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			<h2>Our Address</h2>		\n		PO Box 16122 Collins Street West, Melbourne\nVictoria 3000 Australia - <a href=\"#\" style=\"color:#E95D2A;\n\">Map</a>Support  : (+800)856 800 604Email  : info@xstoretheme.com		\n			<h2>Opening Hours</h2>		\n		Monday :Tuesday :Wednesday :Friday :Saturday :Sunday :9 a.m - 6 p.m9 a.m - 6 p.m9 a.m - 6 p.m9 a.m - 6 p.m9 a.m - 4 p.mClosed		\n			<h2>Careers</h2>		\n		If you’re interested in employment opportunities\nat Xstore, please email us:contact@yourstore.com', 'Contact us', '', 'inherit', 'closed', 'closed', '', '367-revision-v1', '', '', '2022-04-12 10:23:53', '2022-04-12 10:23:53', '', 367, 'https://hagarbath.com/shop/?p=4561', 0, 'revision', '', 0),
(4562, 1, '2022-04-12 10:23:53', '2022-04-12 10:23:53', '<h2>Leave Us A Message</h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>                \n			<h2>Our Address</h2>		\n		<p>E-20, Pilanji, South Extension I, New Delhi, Delhi 110049</p><p>Support : <b style=\"font-weight: normal;\">8881222666 </b></p><p>Email : online@hagarbath.com</p>Monday :Tuesday :Wednesday :Friday :Saturday :Sunday :9 a.m - 6 p.m9 a.m - 6 p.m9 a.m - 6 p.m9 a.m - 6 p.m9 a.m - 4 p.mClosed', 'Contact us', '', 'inherit', 'closed', 'closed', '', '367-revision-v1', '', '', '2022-04-12 10:23:53', '2022-04-12 10:23:53', '', 367, 'https://hagarbath.com/shop/?p=4562', 0, 'revision', '', 0),
(4566, 1, '2022-04-12 11:14:47', '2022-04-12 11:14:47', '<figure><img width=\"23\" height=\"23\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.png 23w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-10x10.png 10w\" sizes=\"(max-width: 23px) 100vw, 23px\" /></figure><h3>Hotline Order:</h3><p>(+101) 5620 - 8155</p>		\n			<figure><img width=\"26\" height=\"21\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon3.png 26w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon3-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon3-10x8.png 10w\" sizes=\"(max-width: 26px) 100vw, 26px\" /></figure><h3>Email ID:</h3><p>xstore@support.com</p>', 'Custom Single Product sidebar - niche-market02', '', 'inherit', 'closed', 'closed', '', '627-revision-v1', '', '', '2022-04-12 11:14:47', '2022-04-12 11:14:47', '', 627, 'https://hagarbath.com/shop/?p=4566', 0, 'revision', '', 0),
(4567, 1, '2022-04-12 11:14:48', '2022-04-12 11:14:48', '<figure><img width=\"23\" height=\"23\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.png 23w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-10x10.png 10w\" sizes=\"(max-width: 23px) 100vw, 23px\" /></figure><h3>Hotline Order:</h3><p>(+101) 5620 - 8155</p>		\n			<figure><img width=\"26\" height=\"21\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon3.png 26w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon3-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon3-10x8.png 10w\" sizes=\"(max-width: 26px) 100vw, 26px\" /></figure><h3>Email ID:</h3><p>xstore@support.com</p>', 'Custom Single Product sidebar - niche-market02', '', 'inherit', 'closed', 'closed', '', '627-revision-v1', '', '', '2022-04-12 11:14:48', '2022-04-12 11:14:48', '', 627, 'https://hagarbath.com/shop/?p=4567', 0, 'revision', '', 0),
(4568, 1, '2022-04-12 11:14:48', '2022-04-12 11:14:48', '', 'Custom Single Product sidebar - niche-market02', '', 'inherit', 'closed', 'closed', '', '627-revision-v1', '', '', '2022-04-12 11:14:48', '2022-04-12 11:14:48', '', 627, 'https://hagarbath.com/shop/?p=4568', 0, 'revision', '', 0),
(4569, 1, '2022-04-12 11:15:03', '2022-04-12 11:15:03', '', 'Custom Single Product sidebar - niche-market02', '', 'inherit', 'closed', 'closed', '', '627-revision-v1', '', '', '2022-04-12 11:15:03', '2022-04-12 11:15:03', '', 627, 'https://hagarbath.com/shop/?p=4569', 0, 'revision', '', 0),
(4570, 1, '2022-04-12 11:15:03', '2022-04-12 11:15:03', '', 'Custom Single Product sidebar - niche-market02', '', 'inherit', 'closed', 'closed', '', '627-revision-v1', '', '', '2022-04-12 11:15:03', '2022-04-12 11:15:03', '', 627, 'https://hagarbath.com/shop/?p=4570', 0, 'revision', '', 0),
(4571, 1, '2022-04-12 11:15:03', '2022-04-12 11:15:03', '', 'Custom Single Product sidebar - niche-market02', '', 'inherit', 'closed', 'closed', '', '627-revision-v1', '', '', '2022-04-12 11:15:03', '2022-04-12 11:15:03', '', 627, 'https://hagarbath.com/shop/?p=4571', 0, 'revision', '', 0),
(4572, 1, '2022-04-12 11:16:41', '2022-04-12 11:16:41', '<h3>\n                                    Contact Us!                                </h3>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f13-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"13\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f13-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p><label> Your name<br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your email<br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your message (optional)<br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Submit\" /></p>\n</form>', 'PreFooter - niche-market02', '', 'inherit', 'closed', 'closed', '', '734-revision-v1', '', '', '2022-04-12 11:16:41', '2022-04-12 11:16:41', '', 734, 'https://hagarbath.com/shop/?p=4572', 0, 'revision', '', 0),
(4573, 1, '2022-04-12 11:16:41', '2022-04-12 11:16:41', '<h3>\n                                    Contact Us!                                </h3>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f13-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"13\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f13-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p><label> Your name<br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your email<br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your message (optional)<br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Submit\" /></p>\n</form>', 'PreFooter - niche-market02', '', 'inherit', 'closed', 'closed', '', '734-revision-v1', '', '', '2022-04-12 11:16:41', '2022-04-12 11:16:41', '', 734, 'https://hagarbath.com/shop/?p=4573', 0, 'revision', '', 0),
(4574, 1, '2022-04-12 11:16:41', '2022-04-12 11:16:41', '<h3>\n                                    Contact Us!                                </h3>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f13-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"13\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f13-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p><label> Your name<br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your email<br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your message (optional)<br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Submit\" /></p>\n</form>', 'PreFooter - niche-market02', '', 'inherit', 'closed', 'closed', '', '734-revision-v1', '', '', '2022-04-12 11:16:41', '2022-04-12 11:16:41', '', 734, 'https://hagarbath.com/shop/?p=4574', 0, 'revision', '', 0),
(4575, 1, '2022-04-12 11:18:13', '2022-04-12 11:18:13', '<h3>\n                                    Contact Us!                                </h3>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f13-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"13\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f13-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p><label> Your name<br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your email<br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your message (optional)<br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Submit\" /></p>\n</form>', 'PreFooter - niche-market02', '', 'inherit', 'closed', 'closed', '', '734-revision-v1', '', '', '2022-04-12 11:18:13', '2022-04-12 11:18:13', '', 734, 'https://hagarbath.com/shop/?p=4575', 0, 'revision', '', 0),
(4576, 1, '2022-04-12 11:18:14', '2022-04-12 11:18:14', '<h3>\n                                    Contact Us!                                </h3>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f13-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"13\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f13-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p><label> Your name<br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your email<br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your message (optional)<br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Submit\" /></p>\n</form>', 'PreFooter - niche-market02', '', 'inherit', 'closed', 'closed', '', '734-revision-v1', '', '', '2022-04-12 11:18:14', '2022-04-12 11:18:14', '', 734, 'https://hagarbath.com/shop/?p=4576', 0, 'revision', '', 0),
(4577, 1, '2022-04-12 11:18:14', '2022-04-12 11:18:14', '<h3>\n                                    Contact Us!                                </h3>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f13-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"13\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f13-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p><label> Your name<br />\n    <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your email<br />\n    <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n    <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your message (optional)<br />\n    <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Submit\" /></p>\n</form>', 'PreFooter - niche-market02', '', 'inherit', 'closed', 'closed', '', '734-revision-v1', '', '', '2022-04-12 11:18:14', '2022-04-12 11:18:14', '', 734, 'https://hagarbath.com/shop/?p=4577', 0, 'revision', '', 0),
(4578, 1, '2022-04-12 11:19:41', '2022-04-12 11:19:41', '<h2>Payment security</h2>		\n		Encryption ensures increased transaction security. SSL technology protects data linked to personal and payment info.		\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 473.96 473.96\" style=\"enable-background:new 0 0 473.96 473.96;\" xml:space=\"preserve\">\n<circle style=\"fill:#F3F2F2;\" cx=\"236.98\" cy=\"236.99\" r=\"236.97\"></circle>\n<g>\n	<polygon style=\"fill:#293688;\" points=\"175.483,282.447 193.616,175.373 222.973,175.373 204.841,282.447  \"></polygon>\n	<path style=\"fill:#293688;\" d=\"M309.352,178.141c-5.818-2.17-14.933-4.494-26.316-4.494c-29.014,0-49.451,14.526-49.627,35.337   c-0.161,15.382,14.589,23.962,25.732,29.088c11.427,5.238,15.27,8.599,15.214,13.28c-0.071,7.177-9.13,10.458-17.571,10.458   c-11.749-0.004-17.994-1.624-27.637-5.62l-3.783-1.706l-4.123,23.97c6.859,2.99,19.543,5.583,32.71,5.714   c30.858-0.007,50.899-14.353,51.124-36.583c0.112-12.179-7.712-21.448-24.651-29.092c-10.264-4.947-16.55-8.251-16.482-13.272   c0-4.449,5.324-9.208,16.815-9.208c9.601-0.15,16.557,1.931,21.979,4.101l2.627,1.235L309.352,178.141L309.352,178.141z\"></path>\n	<path style=\"fill:#293688;\" d=\"M359.405,175.373c-7.034,0-12.116,2.148-15.207,9.119l-43.509,97.959h31.083l6.043-16.408h37.137   l3.45,16.408h27.633L381.86,175.376h-22.454L359.405,175.373L359.405,175.373z M346.062,244.618   c2.425-6.166,11.693-29.927,11.693-29.927c-0.168,0.281,2.413-6.196,3.895-10.215l1.987,9.227c0,0,5.616,25.56,6.795,30.918h-24.37   V244.618z\"></path>\n	<path style=\"fill:#293688;\" d=\"M121.946,248.771l-2.586-14.679c-5.358-17.111-21.987-35.625-40.621-44.901l25.938,93.256h31.09   l46.626-107.074H151.31L121.946,248.771z\"></path>\n</g>\n<g>\n	<path style=\"fill:#F7981D;\" d=\"M46.823,175.373v1.729c36.838,8.86,62.413,31.259,72.538,56.991l-10.645-49.582   c-1.777-6.776-7.162-8.902-13.534-9.137L46.823,175.373L46.823,175.373z\"></path>\n	<path style=\"fill:#F7981D;\" d=\"M236.964,473.958c91.464,0,170.77-51.846,210.272-127.725H26.696   C66.201,422.112,145.504,473.958,236.964,473.958z\"></path>\n</g>\n<path style=\"fill:#293688;\" d=\"M236.964,0C146.952,0,68.663,50.184,28.548,124.103h416.84C405.268,50.188,326.976,0,236.964,0z\"></path>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n</svg>						\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 473.94 473.94\" style=\"enable-background:new 0 0 473.94 473.94;\" xml:space=\"preserve\">\n<circle style=\"fill:#3C80AD;\" cx=\"236.97\" cy=\"236.97\" r=\"236.97\"></circle>\n<path style=\"fill:#931B1D;\" d=\"M159.5,121.955c-59.797,0.378-108.212,49.133-108.212,109.143  c0,60.246,48.789,109.136,108.911,109.136c28.202,0,53.923-10.773,73.275-28.437l-0.004-0.004h0.015  c3.97-3.618,7.667-7.532,11.061-11.689h-22.308c-2.982-3.603-5.691-7.368-8.123-11.248h38.477c2.35-3.749,4.46-7.644,6.35-11.678  H207.77c-1.747-3.749-3.263-7.57-4.554-11.465h60.28c3.641-10.881,5.605-22.525,5.605-34.615c0-8.03-0.872-15.843-2.507-23.379  h-66.577c0.831-3.88,1.867-7.708,3.102-11.461h60.31c-1.347-4.004-2.915-7.899-4.696-11.686h-50.97  c1.837-3.94,3.921-7.76,6.245-11.465h38.454c-2.563-4.09-5.392-7.996-8.449-11.678h-21.44c3.319-3.918,6.963-7.603,10.918-11.019  c-19.345-17.672-45.069-28.452-73.286-28.452C159.96,121.955,159.728,121.955,159.5,121.955z\"></path>\n<path style=\"fill:#F16622;\" d=\"M415.189,231.132c0.011,60.269-48.721,109.14-108.885,109.158  c-60.138,0.019-108.908-48.834-108.926-109.113v-0.045c-0.019-60.287,48.729-109.162,108.878-109.177  c60.145-0.022,108.919,48.834,108.934,109.117C415.189,231.072,415.189,231.099,415.189,231.132z\"></path>\n<path style=\"fill:#F7981D;\" d=\"M415.189,232.337c0.011,60.272-48.721,109.151-108.885,109.162  c-60.138,0.022-108.908-48.837-108.926-109.106v-0.056c-0.019-60.276,48.729-109.155,108.878-109.17  c60.145-0.022,108.919,48.834,108.934,109.113C415.189,232.281,415.189,232.315,415.189,232.337z\"></path>\n<path style=\"fill:#CB2026;\" d=\"M159.5,123.194c-59.797,0.385-108.212,49.129-108.212,109.143  c0,60.25,48.789,109.143,108.911,109.143c28.202,0,53.923-10.78,73.275-28.441l-0.004-0.011h0.015  c3.97-3.615,7.667-7.517,11.061-11.689h-22.308c-2.982-3.596-5.691-7.353-8.123-11.233h38.477c2.35-3.753,4.46-7.659,6.35-11.689  H207.77c-1.747-3.753-3.263-7.573-4.554-11.461h60.28c3.641-10.889,5.605-22.529,5.605-34.619c0-8.026-0.872-15.843-2.507-23.375  h-66.577c0.831-3.876,1.867-7.712,3.102-11.461h60.31c-1.347-4.007-2.915-7.903-4.696-11.693h-50.97  c1.837-3.925,3.921-7.76,6.245-11.461h38.454c-2.563-4.086-5.392-7.989-8.449-11.686h-21.44c3.319-3.91,6.963-7.596,10.918-11.019  c-19.345-17.669-45.069-28.449-73.286-28.449C159.96,123.194,159.728,123.194,159.5,123.194z\"></path>\n<g>\n	<path style=\"fill:#FFFFFF;\" d=\"M199.357,260.123l1.456-9.875c-0.793,0-1.961,0.337-2.99,0.337c-4.034,0-4.483-2.148-4.221-3.738   l3.259-20.157h6.133l1.482-10.93h-5.781l1.179-6.788h-11.599c-0.251,0.254-6.847,38.215-6.847,42.828   c0,6.844,3.828,9.893,9.238,9.848C194.893,261.609,198.197,260.438,199.357,260.123z\"></path>\n	<path style=\"fill:#FFFFFF;\" d=\"M203.035,241.291c0,16.423,10.81,20.329,20.026,20.329c8.509,0,12.247-1.912,12.247-1.912   l2.047-11.21c0,0-6.469,2.874-12.314,2.874c-12.449,0-10.267-9.309-10.267-9.309h23.569c0,0,1.515-7.536,1.515-10.604   c0-7.652-3.809-16.984-16.535-16.984C211.66,214.478,203.035,227.061,203.035,241.291z M223.372,224.876   c6.541,0,5.332,7.371,5.332,7.966h-12.872C215.828,232.083,217.045,224.876,223.372,224.876z\"></path>\n	<path style=\"fill:#FFFFFF;\" d=\"M296.793,260.123l2.077-12.681c0,0-5.691,2.874-9.594,2.874c-8.224,0-11.521-6.309-11.521-13.059   c0-13.725,7.076-21.276,14.96-21.276c5.905,0,10.649,3.33,10.649,3.33l1.89-12.303c0,0-7.031-2.859-13.055-2.859   c-13.388,0-26.417,11.626-26.417,33.5c0,14.481,7.038,24.063,20.875,24.063C290.566,261.714,296.793,260.123,296.793,260.123z\"></path>\n	<path style=\"fill:#FFFFFF;\" d=\"M135.583,214.654c-7.951,0-14.047,2.556-14.047,2.556l-1.68,10.013c0,0,5.036-2.043,12.636-2.043   c4.318,0,7.472,0.483,7.472,4.004c0,2.133-0.385,2.922-0.385,2.922s-3.401-0.288-4.98-0.288c-10.024,0-20.561,4.288-20.561,17.227   c0,10.185,6.907,12.527,11.192,12.527c8.183,0,11.7-5.317,11.895-5.34l-0.382,4.445h10.208l4.557-32.011   C151.508,215.091,139.687,214.654,135.583,214.654z M138.071,240.704c0.221,1.957-1.227,11.124-8.209,11.124   c-3.6,0-4.539-2.761-4.539-4.393c0-3.177,1.725-6.997,10.226-6.997C137.521,240.438,137.734,240.655,138.071,240.704z\"></path>\n	<path style=\"fill:#FFFFFF;\" d=\"M162.362,261.328c2.608,0,17.538,0.67,17.538-14.769c0-14.436-13.818-11.588-13.818-17.388   c0-2.877,2.253-3.798,6.368-3.798c1.635,0,7.925,0.528,7.925,0.528l1.467-10.267c0,0-4.071-0.906-10.694-0.906   c-8.587,0-17.287,3.42-17.287,15.165c0,13.317,14.518,11.97,14.518,17.575c0,3.742-4.06,4.049-7.188,4.049   c-5.403,0-10.271-1.86-10.294-1.774l-1.545,10.151C149.622,259.989,152.63,261.328,162.362,261.328z\"></path>\n	<path style=\"fill:#FFFFFF;\" d=\"M392.84,205.445l-2.496,15.551c0,0-4.367-6.035-11.195-6.035c-10.63,0-19.483,12.834-19.483,27.588   c0,9.523,4.718,18.844,14.38,18.844c6.948,0,10.791-4.853,10.791-4.853l-0.505,4.142h11.278l8.864-55.262L392.84,205.445z    M387.459,235.78c0,6.133-3.038,14.323-9.321,14.323c-4.176,0-6.125-3.51-6.125-9.018c0-9.003,4.034-14.96,9.122-14.96   C385.315,226.126,387.459,229.007,387.459,235.78z\"></path>\n	<path style=\"fill:#FFFFFF;\" d=\"M72.792,260.73l7.068-41.721l1.029,41.721h7.992l14.903-41.721L97.18,260.73h11.869l9.149-55.322   h-18.36l-11.431,33.938l-0.595-33.938H70.895l-9.276,55.322H72.792L72.792,260.73z\"></path>\n	<path style=\"fill:#FFFFFF;\" d=\"M251.454,260.808c3.375-19.229,4-34.851,12.06-32.003c1.411-7.439,2.769-10.316,4.303-13.47   c0,0-0.718-0.153-2.238-0.153c-5.182,0-9.033,7.109-9.033,7.109l1.025-6.526h-10.799l-7.225,45.043H251.454z\"></path>\n	<path style=\"fill:#FFFFFF;\" d=\"M323.546,214.654c-7.951,0-14.043,2.556-14.043,2.556l-1.676,10.013c0,0,5.025-2.043,12.632-2.043   c4.314,0,7.476,0.483,7.476,4.004c0,2.133-0.389,2.922-0.389,2.922s-3.401-0.288-4.992-0.288c-10.028,0-20.553,4.288-20.553,17.227   c0,10.185,6.911,12.527,11.192,12.527c8.183,0,11.704-5.317,11.891-5.34l-0.378,4.445h10.215l4.554-32.011   C339.479,215.091,327.662,214.654,323.546,214.654z M326.038,240.704c0.221,1.957-1.22,11.124-8.213,11.124   c-3.596,0-4.528-2.761-4.528-4.393c0-3.177,1.725-6.997,10.211-6.997C325.492,240.438,325.698,240.655,326.038,240.704z\"></path>\n	<path style=\"fill:#FFFFFF;\" d=\"M348.799,260.808c3.379-19.229,4.004-34.851,12.063-32.003c1.411-7.439,2.769-10.316,4.311-13.47   c0,0-0.73-0.153-2.241-0.153c-5.197,0-9.036,7.109-9.036,7.109l1.033-6.526h-10.806l-7.229,45.04H348.8L348.799,260.808   L348.799,260.808z\"></path>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n</svg>						\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 473.94 473.94\" style=\"enable-background:new 0 0 473.94 473.94;\" xml:space=\"preserve\">\n<circle style=\"fill:#F3F2F2;\" cx=\"236.97\" cy=\"236.97\" r=\"236.97\"></circle>\n<g>\n	<path style=\"fill:#1A80AD;\" d=\"M347.363,197.142c-9.86,0-17.657,2.615-23.622,3.809l-1.833,14.989   c2.982-1.433,12.385-4.041,20.183-4.288c7.802-0.236,12.385,1.429,10.78,8.093c-23.161,0-38.761,4.752-41.971,19.742   c-4.591,25.695,23.622,24.984,34.862,13.8l-1.373,6.181h20.64l8.943-40.924C377.633,201.183,361.813,196.906,347.363,197.142z    M348.74,239.012c-1.145,5.47-5.5,7.85-10.776,8.093c-4.587,0.236-8.715-3.817-5.732-8.572c2.294-4.041,8.718-4.992,12.613-4.992   c1.605,0,3.442,0,5.051,0C349.428,235.443,349.196,237.108,348.74,239.012z\"></path>\n	<polygon style=\"fill:#1A80AD;\" points=\"391.628,180.963 374.55,259.472 395.515,259.472 412.806,180.963  \"></polygon>\n	<path style=\"fill:#1A80AD;\" d=\"M295.296,181.202h-38.387l-17.01,78.27h22.293l5.751-25.93h15.858   c15.633,0,28.505-9.515,31.951-25.695C319.662,189.528,306.33,181.202,295.296,181.202z M294.615,207.847   c-1.381,5.946-7.36,10.701-13.111,10.701h-10.342l4.599-21.41h11.031C292.542,197.142,295.988,201.898,294.615,207.847z\"></path>\n</g>\n<g>\n	<path style=\"fill:#1A5B80;\" d=\"M146.34,197.142c-9.744,0-17.448,2.615-23.117,3.809l-1.804,14.986   c2.72-1.433,12.007-4.041,19.712-4.288c7.704-0.236,12.236,1.429,10.87,8.093c-22.877,0-38.282,4.752-41.455,19.742   c-4.535,25.695,23.33,24.984,34.207,13.8l-1.355,6.181h20.617l8.834-40.924C176.469,201.183,160.608,196.906,146.34,197.142z    M147.927,239.012c-1.137,5.47-5.673,7.85-10.874,8.093c-4.531,0.236-8.385-3.817-5.437-8.572c2.26-4.041,8.606-4.992,12.232-4.992   c1.815,0,3.398,0,5.216,0C148.6,235.443,148.151,237.108,147.927,239.012z\"></path>\n	<polygon style=\"fill:#1A5B80;\" points=\"181.827,198.272 202.444,198.272 205.771,234.721 225.939,198.272 247.214,198.272    198.231,285.504 175.182,285.504 190.246,259.862  \"></polygon>\n	<path style=\"fill:#1A5B80;\" d=\"M95.063,181.202H56.575l-17.055,78.27h22.585l5.53-25.93h16.131   c15.442,0,28.348-9.515,31.805-25.695C119.489,189.528,106.356,181.202,95.063,181.202z M94.371,207.847   c-1.381,5.946-7.139,10.701-12.905,10.701h-10.6l4.842-21.41h11.061C92.298,197.142,95.984,201.898,94.371,207.847z\"></path>\n	<path style=\"fill:#1A5B80;\" d=\"M417.333,191.114v-9.261h-3.454v-1.242h8.322v1.242h-3.472v9.261H417.333z\"></path>\n	<path style=\"fill:#1A5B80;\" d=\"M423.575,191.114v-10.503h2.084l2.488,7.431c0.232,0.692,0.393,1.205,0.501,1.545   c0.12-0.378,0.307-0.939,0.554-1.676l2.526-7.3h1.867v10.503h-1.336v-8.793l-3.061,8.793h-1.246l-3.042-8.939v8.939H423.575   L423.575,191.114z\"></path>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n</svg>						\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 473.94 473.94\" style=\"enable-background:new 0 0 473.94 473.94;\" xml:space=\"preserve\">\n<circle style=\"fill:#27ADE4;\" cx=\"236.97\" cy=\"236.97\" r=\"236.97\"></circle>\n<path style=\"fill:#2D78BC;\" d=\"M80.859,194.744l-7.397-18.264l-7.353,18.264 M243.727,187.47c-1.485,0.917-3.24,0.947-5.343,0.947  h-13.126v-10.174h13.302c1.882,0,3.847,0.079,5.122,0.819c1.399,0.674,2.264,2.095,2.264,4.056  C245.95,185.116,245.123,186.729,243.727,187.47 M337.335,194.744l-7.472-18.264l-7.431,18.264L337.335,194.744L337.335,194.744z   M162.841,214.511h-11.076l-0.041-35.883l-15.663,35.883h-9.485l-15.7-35.913v35.913H88.904l-4.15-10.219H62.267l-4.195,10.219  h-11.73l19.341-45.814h16.052l18.368,43.374v-43.374h17.627l14.136,31.079l12.984-31.079h17.99v45.814L162.841,214.511  L162.841,214.511z M206.975,214.511H170.89v-45.814h36.086v9.545h-25.279v8.258h24.673v9.392h-24.673v9.137h25.279L206.975,214.511  L206.975,214.511z M257.852,181.041c0,7.296-4.812,11.079-7.614,12.206c2.365,0.917,4.385,2.526,5.343,3.865  c1.527,2.271,1.792,4.311,1.792,8.396v9.003h-10.896l-0.041-5.777c0-2.758,0.258-6.728-1.706-8.928  c-1.579-1.609-3.981-1.961-7.873-1.961h-11.599v16.666h-10.802v-45.814h24.849c5.523,0,9.59,0.146,13.077,2.193  C255.802,172.944,257.852,175.926,257.852,181.041 M275.139,214.511h-11.02v-45.81h11.02V214.511z M402.999,214.511h-15.311  l-20.471-34.387v34.387h-22.002l-4.198-10.219h-22.439l-4.082,10.219h-12.64c-5.246,0-11.899-1.179-15.663-5.07  c-3.798-3.888-5.77-9.156-5.77-17.489c0-6.788,1.175-13.01,5.826-17.908c3.491-3.659,8.961-5.347,16.404-5.347h10.454v9.815H302.87  c-3.94,0-6.163,0.595-8.31,2.717c-1.841,1.934-3.106,5.579-3.106,10.38c0,4.905,0.965,8.445,2.975,10.754  c1.658,1.815,4.681,2.365,7.525,2.365h4.849l15.225-36.026h16.187l18.286,43.333v-43.333h16.449l18.986,31.902v-31.902H403  L402.999,214.511L402.999,214.511z M46.218,223.51h18.454l4.161-10.178h9.313l4.15,10.178h36.314v-7.779l3.244,7.809h18.847  l3.24-7.925v7.895h90.244l-0.045-16.707h1.747c1.224,0.045,1.579,0.161,1.579,2.208v14.499h46.675v-3.888  c3.768,2.047,9.624,3.888,17.332,3.888h19.633l4.202-10.178h9.317l4.108,10.178h37.837v-9.669l5.732,9.669h30.323v-63.894h-30.013  v7.547l-4.198-7.547h-30.795v7.547l-3.854-7.547H302.17c-6.956,0-13.077,0.988-18.024,3.731v-3.731h-28.703v3.731  c-3.143-2.829-7.427-3.731-12.198-3.731H138.382l-7.035,16.501l-7.225-16.501H91.089v7.547l-3.63-7.547H59.296l-13.085,30.379  L31.21,223.51H46.218z\"></path>\n<path style=\"fill:#FFFFFF;\" d=\"M80.859,198.485l-7.397-18.264l-7.353,18.264 M243.727,191.211c-1.485,0.917-3.24,0.947-5.343,0.947  h-13.126v-10.174h13.302c1.882,0,3.847,0.079,5.122,0.819c1.399,0.674,2.264,2.095,2.264,4.056  C245.95,188.858,245.123,190.471,243.727,191.211 M337.335,198.485l-7.472-18.264l-7.431,18.264L337.335,198.485L337.335,198.485z   M162.841,218.253h-11.076l-0.041-35.883l-15.663,35.883h-9.485l-15.7-35.913v35.913H88.904l-4.15-10.219H62.267l-4.195,10.219  h-11.73l19.341-45.814h16.052l18.368,43.374v-43.374h17.627l14.136,31.079l12.984-31.079h17.99v45.814L162.841,218.253  L162.841,218.253z M206.975,218.253H170.89v-45.814h36.086v9.545h-25.279v8.258h24.673v9.392h-24.673v9.137h25.279L206.975,218.253  L206.975,218.253z M257.852,184.783c0,7.296-4.812,11.079-7.614,12.206c2.365,0.917,4.385,2.526,5.343,3.865  c1.527,2.271,1.792,4.311,1.792,8.396v9.003h-10.896l-0.041-5.777c0-2.758,0.258-6.728-1.706-8.928  c-1.579-1.609-3.981-1.961-7.873-1.961h-11.599v16.666h-10.802v-45.814h24.849c5.523,0,9.59,0.146,13.077,2.193  C255.802,176.686,257.852,179.668,257.852,184.783 M275.139,218.253h-11.02v-45.81h11.02V218.253z M402.999,218.253h-15.311  l-20.471-34.387v34.387h-22.002l-4.198-10.219h-22.439l-4.082,10.219h-12.64c-5.246,0-11.899-1.179-15.663-5.07  c-3.798-3.888-5.77-9.156-5.77-17.489c0-6.788,1.175-13.01,5.826-17.908c3.491-3.659,8.961-5.347,16.404-5.347h10.454v9.815H302.87  c-3.94,0-6.163,0.595-8.31,2.717c-1.841,1.934-3.106,5.579-3.106,10.38c0,4.905,0.965,8.445,2.975,10.754  c1.658,1.815,4.681,2.365,7.525,2.365h4.849l15.225-36.026h16.187l18.286,43.333v-43.333h16.449l18.986,31.902v-31.902H403  L402.999,218.253L402.999,218.253z M46.218,227.252h18.454l4.161-10.178h9.313l4.15,10.178h36.314v-7.779l3.244,7.809h18.847  l3.24-7.925v7.895h90.244l-0.045-16.707h1.747c1.224,0.045,1.579,0.161,1.579,2.208v14.499h46.675v-3.888  c3.768,2.047,9.624,3.888,17.332,3.888h19.633l4.202-10.178h9.317l4.108,10.178h37.837v-9.669l5.732,9.669h30.323v-63.894h-30.013  v7.547l-4.198-7.547h-30.795v7.547l-3.854-7.547H302.17c-6.956,0-13.077,0.988-18.024,3.731v-3.731h-28.703v3.731  c-3.143-2.829-7.427-3.731-12.198-3.731H138.382l-7.035,16.501l-7.225-16.501H91.089v7.547l-3.63-7.547H59.296l-13.085,30.379  L31.21,227.252H46.218z\"></path>\n<path style=\"fill:#2D78BC;\" d=\"M436.858,266.709v-29.313h-7.476l0,0h-19.584c-6.035,0-10.425,1.463-13.526,3.734v-3.734H366.69  c-4.73,0-10.286,1.182-12.905,3.734v-3.734H300.95v3.734c-4.202-3.068-11.3-3.734-14.57-3.734h-34.847v3.734  c-3.326-3.259-10.72-3.734-15.229-3.734h-38.997l-8.924,9.777l-8.359-9.777h-58.255v63.887h57.155l9.197-9.931l8.658,9.931  l35.236,0.037v-15.034h3.461c4.673,0.075,10.185-0.116,15.049-2.245v17.238h29.062v-16.655h1.407c1.789,0,1.961,0.079,1.961,1.886  v14.769h88.276c5.609,0,11.469-1.456,14.716-4.086v4.086h27.996c5.83,0,11.521-0.827,15.85-2.945v-0.067  c6.324-4.079,10.529-11.225,10.529-19.382C440.33,274.409,439.051,270.237,436.858,266.709z M235.959,276.931h-13.485v15.36h-21.003  l-13.309-15.162l-13.826,15.162h-42.809V246.5h43.468l13.294,15.008l13.747-15.008h34.533c8.572,0,18.207,2.406,18.207,15.083  C254.776,274.308,245.403,276.931,235.959,276.931z M300.995,274.855c1.527,2.234,1.747,4.318,1.792,8.359v9.078h-10.844v-5.729  c0-2.754,0.258-6.832-1.751-8.965c-1.583-1.639-3.981-2.036-7.929-2.036h-11.551v16.729h-10.855V246.5h24.95  c5.47,0,9.452,0.243,13.003,2.163c3.413,2.084,5.557,4.939,5.557,10.166c0,7.308-4.816,11.042-7.659,12.183  C298.102,271.91,300.074,273.519,300.995,274.855z M345.421,255.974h-25.309v8.325h24.692v9.343h-24.692v9.111l25.309,0.045v9.5  h-36.067V246.5h36.067L345.421,255.974L345.421,255.974z M372.941,292.295h-21.047v-9.822h20.969c2.05,0,3.502-0.269,4.415-1.137  c0.737-0.703,1.276-1.736,1.276-2.978c0-1.336-0.576-2.398-1.321-3.035c-0.831-0.703-1.964-1.014-3.847-1.014  c-10.107-0.344-22.765,0.314-22.765-14.178c0-6.642,4.123-13.631,15.45-13.631h21.669v9.747h-19.824  c-1.964,0-3.244,0.075-4.333,0.823c-1.179,0.745-1.624,1.841-1.624,3.3c0,1.725,1.01,2.9,2.365,3.413  c1.145,0.397,2.365,0.513,4.206,0.513l5.822,0.168c5.863,0.138,9.893,1.171,12.34,3.678c2.107,2.2,3.229,4.984,3.229,9.695  C389.918,287.693,383.845,292.295,372.941,292.295z M428.563,287.872c-2.847,2.915-7.439,4.423-13.429,4.423h-20.872v-9.822h20.785  c2.065,0,3.51-0.269,4.378-1.137c0.752-0.703,1.276-1.736,1.276-2.978c0-1.336-0.524-2.398-1.321-3.035  c-0.782-0.703-1.923-1.014-3.809-1.014c-10.148-0.344-22.806,0.314-22.806-14.178c0-6.642,4.161-13.631,15.506-13.631h21.115v9.744  h-19.281c-1.961,0-3.27,0.079-4.374,0.827c-1.141,0.741-1.579,1.841-1.579,3.293c0,1.732,0.962,2.9,2.365,3.413  c1.145,0.404,2.365,0.52,4.161,0.52l5.856,0.161c5.912,0.146,9.86,1.175,12.258,3.686c0.438,0.348,0.703,0.741,1.01,1.13  c-0.123-0.161-0.243-0.314-0.37-0.475c1.871,2.507,2.997,5.624,2.997,9.01C432.428,281.691,430.95,285.212,428.563,287.872z   M169.386,255.974l11.824,13.343l-12.348,13.433h-26.574v-9.111h23.727v-9.343h-23.727v-8.322L169.386,255.974L169.386,255.974z   M195.122,269.474l16.595-18.054v36.71L195.122,269.474z M243.181,261.586c0,3.97-2.586,6.047-6.739,6.047h-13.964v-11.659h14.095  C240.468,255.974,243.181,257.579,243.181,261.586z M291.412,260.92c0,1.957-0.838,3.536-2.241,4.393  c-1.444,0.868-3.233,0.943-5.332,0.943h-13.134v-10.282h13.306c1.927,0,3.854,0.041,5.16,0.827  C290.578,257.538,291.412,258.956,291.412,260.92z\"></path>\n<path style=\"fill:#FFFFFF;\" d=\"M436.858,270.451v-29.313h-7.476l0,0h-19.584c-6.035,0-10.425,1.463-13.526,3.734v-3.734H366.69  c-4.73,0-10.286,1.182-12.905,3.734v-3.734H300.95v3.734c-4.202-3.068-11.3-3.734-14.57-3.734h-34.847v3.734  c-3.326-3.259-10.72-3.734-15.229-3.734h-38.997l-8.924,9.777l-8.359-9.777h-58.255v63.887h57.155l9.197-9.931l8.658,9.931  l35.236,0.037v-15.034h3.461c4.673,0.075,10.185-0.116,15.049-2.245v17.238h29.062v-16.655h1.407c1.789,0,1.961,0.079,1.961,1.886  v14.769h88.276c5.609,0,11.469-1.456,14.716-4.086v4.086h27.996c5.83,0,11.521-0.827,15.85-2.945v-0.067  c6.324-4.079,10.529-11.225,10.529-19.382C440.33,278.151,439.051,273.979,436.858,270.451z M235.959,280.673h-13.485v15.36h-21.003  l-13.309-15.162l-13.826,15.162h-42.809v-45.792h43.468l13.294,15.008l13.747-15.008h34.533c8.572,0,18.207,2.406,18.207,15.083  C254.776,278.05,245.403,280.673,235.959,280.673z M300.995,278.596c1.527,2.234,1.747,4.318,1.792,8.359v9.078h-10.844v-5.729  c0-2.754,0.258-6.832-1.751-8.965c-1.583-1.639-3.981-2.036-7.929-2.036h-11.551v16.729h-10.855V250.24h24.95  c5.47,0,9.452,0.243,13.003,2.163c3.413,2.084,5.557,4.939,5.557,10.166c0,7.308-4.816,11.042-7.659,12.183  C298.102,275.652,300.074,277.261,300.995,278.596z M345.421,259.716h-25.309v8.325h24.692v9.343h-24.692v9.111l25.309,0.045v9.5  h-36.067v-45.799h36.067L345.421,259.716L345.421,259.716z M372.941,296.037h-21.047v-9.822h20.969c2.05,0,3.502-0.269,4.415-1.137  c0.737-0.703,1.276-1.736,1.276-2.978c0-1.336-0.576-2.398-1.321-3.035c-0.831-0.703-1.964-1.014-3.847-1.014  c-10.107-0.344-22.765,0.314-22.765-14.178c0-6.642,4.123-13.631,15.45-13.631h21.669v9.747h-19.824  c-1.964,0-3.244,0.075-4.333,0.823c-1.179,0.745-1.624,1.841-1.624,3.3c0,1.725,1.01,2.9,2.365,3.413  c1.145,0.397,2.365,0.513,4.206,0.513l5.822,0.168c5.863,0.138,9.893,1.171,12.34,3.678c2.107,2.2,3.229,4.984,3.229,9.695  C389.918,291.434,383.845,296.037,372.941,296.037z M428.563,291.614c-2.847,2.915-7.439,4.423-13.429,4.423h-20.872v-9.822h20.785  c2.065,0,3.51-0.269,4.378-1.137c0.752-0.703,1.276-1.736,1.276-2.978c0-1.336-0.524-2.398-1.321-3.035  c-0.782-0.703-1.923-1.014-3.809-1.014c-10.148-0.344-22.806,0.314-22.806-14.178c0-6.642,4.161-13.631,15.506-13.631h21.115v9.744  h-19.281c-1.961,0-3.27,0.079-4.374,0.827c-1.141,0.741-1.579,1.841-1.579,3.293c0,1.732,0.962,2.9,2.365,3.413  c1.145,0.404,2.365,0.52,4.161,0.52l5.856,0.161c5.912,0.146,9.86,1.175,12.258,3.686c0.438,0.348,0.703,0.741,1.01,1.13  c-0.123-0.161-0.243-0.314-0.37-0.475c1.871,2.507,2.997,5.624,2.997,9.01C432.428,285.433,430.95,288.954,428.563,291.614z   M169.386,259.716l11.824,13.343l-12.348,13.433h-26.574v-9.111h23.727v-9.343h-23.727v-8.322L169.386,259.716L169.386,259.716z   M195.122,273.216l16.595-18.054v36.71L195.122,273.216z M243.181,265.328c0,3.97-2.586,6.047-6.739,6.047h-13.964v-11.659h14.095  C240.468,259.716,243.181,261.321,243.181,265.328z M291.412,264.662c0,1.957-0.838,3.536-2.241,4.393  c-1.444,0.868-3.233,0.943-5.332,0.943h-13.134v-10.282h13.306c1.927,0,3.854,0.041,5.16,0.827  C290.578,261.28,291.412,262.698,291.412,264.662z\"></path>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n</svg>						\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 473.94 473.94\" style=\"enable-background:new 0 0 473.94 473.94;\" xml:space=\"preserve\">\n<circle style=\"fill:#FFDF1B;\" cx=\"236.97\" cy=\"236.97\" r=\"236.97\"></circle>\n<polyline points=\"33.01,191.447 47.509,191.447 50.952,217.146 51.06,217.146 54.858,191.447 71.617,191.447 75.411,217.146   75.52,217.146 78.985,191.447 93.469,191.447 84.631,232.322 67.086,232.322 63.292,205.827 63.176,205.827 59.389,232.322   41.844,232.322 33.01,191.447 \"></polyline>\n<polyline points=\"103.385,191.447 134.46,191.447 134.46,202.089 118.894,202.089 118.894,206.448 133.274,206.448 133.274,217.093   118.894,217.093 118.894,221.673 134.973,221.673 134.973,232.322 103.385,232.322 103.385,191.447 \"></polyline>\n<path d=\"M168.091,203.054c-0.06-2.552-1.471-3.398-3.573-3.398c-2.601,0-3.734,1.13-3.734,2.384c0,1.463,0.965,2.092,2.66,2.597  c3.121,0.902,8.827,2.043,12.965,3.798c5.152,2.148,7.416,5.826,7.416,10.754c0,10.024-8.157,14.207-19.704,14.207  c-9.845,0-18.907-3.057-18.907-13.702h15.513c0,1.137,0.228,2.275,0.849,3.117c0.614,0.797,1.643,1.295,3.166,1.295  c2.384,0,3.91-1.519,3.91-3.334c0-1.527-1.19-2.324-2.72-2.769l-11.495-3.401c-6.286-1.867-8.486-5.661-8.486-10.922  c0-8.494,6.847-13.302,18.787-13.302c10.196,0,17.833,3.169,17.833,12.681H168.09\"></path>\n<polyline points=\"203.133,202.422 193.056,202.422 193.056,191.447 229.4,191.447 229.4,202.422 219.331,202.422 219.331,232.322   203.133,232.322 203.133,202.422 \"></polyline>\n<polyline points=\"240.382,191.447 271.472,191.447 271.472,202.089 255.906,202.089 255.906,206.448 270.282,206.448   270.282,217.093 255.906,217.093 255.906,221.673 271.977,221.673 271.977,232.322 240.382,232.322 240.382,191.447 \"></polyline>\n<path d=\"M283.985,191.447h24.176c8.771,0,13.916,2.66,13.916,10.357c0,4.707-1.972,8.262-8.097,9.744v0.109  c3.97,0.337,6.125,2.099,6.922,5.212c0.898,3.51,0.79,9.283,2.653,15.457h-15.858c-0.958-3.061-1.463-8.221-2.024-11.723  c-0.352-2.032-1.366-2.836-3.97-2.836h-1.863v14.559h-15.85v-40.879 M301.193,208.491c3.106,0,5.373-1.078,5.373-4.135  c0-3.005-2.099-3.626-5.261-3.626h-1.471v7.76h1.359V208.491z\"></path>\n<polyline points=\"334.813,191.447 354.229,191.447 362.891,216.188 363.007,216.188 363.007,191.447 376.14,191.447 376.14,232.322   356.728,232.322 348.07,207.413 347.954,207.413 347.954,232.322 334.813,232.322 334.813,191.447 \"></polyline>\n<path d=\"M183.496,267.491c0,9.852-7.083,14.776-19.423,14.776c-12.337,0-19.416-4.924-19.416-14.776v-27.173h16.194v26.499  c0,3.222,1.527,4.464,3.222,4.464c1.702,0,3.229-1.242,3.229-4.464v-26.499h16.194V267.491\"></path>\n<polyline points=\"196.906,240.318 216.326,240.318 224.985,265.059 225.097,265.059 225.097,240.318 238.234,240.318   238.234,281.19 218.811,281.19 210.148,256.281 210.047,256.281 210.047,281.19 196.906,281.19 196.906,240.318 \"></polyline>\n<rect x=\"251.93\" y=\"240.33\" width=\"16.179\" height=\"40.871\"></rect>\n<path d=\"M301.474,239.244c14.099,0,21.107,8.771,21.107,21.511c0,12.733-7.008,21.511-21.107,21.511  c-14.106,0-21.122-8.778-21.122-21.511C280.351,248.015,287.367,239.244,301.474,239.244 M301.474,271.626  c2.485,0,4.355-1.418,4.355-10.87c0-9.235-1.762-10.874-4.355-10.874c-2.608,0-4.363,1.639-4.363,10.874  C297.111,270.207,298.982,271.626,301.474,271.626z\"></path>\n<polyline points=\"334.813,240.318 354.229,240.318 362.891,265.059 363.007,265.059 363.007,240.318 376.14,240.318 376.14,281.19   356.728,281.19 348.07,256.281 347.954,256.281 347.954,281.19 334.813,281.19 334.813,240.318 \"></polyline>\n<rect x=\"387.91\" y=\"190.64\" width=\"5.175\" height=\"90.7\"></rect>\n<rect x=\"424.54\" y=\"191.5\" width=\"5.167\" height=\"89.77\"></rect>\n<path d=\"M434.179,196.349c0-2.997,2.44-5.437,5.452-5.437s5.437,2.44,5.437,5.437c0,3.02-2.425,5.455-5.437,5.455  S434.179,199.368,434.179,196.349 M444.207,196.349c0-2.649-1.923-4.711-4.576-4.711c-2.645,0-4.591,2.062-4.591,4.711  c0,2.672,1.946,4.745,4.591,4.745C442.284,201.093,444.207,199.02,444.207,196.349z M442.351,199.395h-0.891l-1.74-2.81h-1.366v2.81  h-0.737v-6.084h2.645c1.616,0,2.163,0.606,2.163,1.609c0,1.19-0.834,1.639-1.908,1.665L442.351,199.395z M439.492,196.001  c0.868,0,2.133,0.142,2.133-1.089c0-0.954-0.782-1.066-1.527-1.066h-1.747v2.155H439.492z\"></path>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n</svg>						\n									</li>\n						</ul>', 'Cart page block - niche-market02', '', 'inherit', 'closed', 'closed', '', '2965-revision-v1', '', '', '2022-04-12 11:19:41', '2022-04-12 11:19:41', '', 2965, 'https://hagarbath.com/shop/?p=4578', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4579, 1, '2022-04-12 11:19:41', '2022-04-12 11:19:41', '<h2>Payment security</h2>		\n		Encryption ensures increased transaction security. SSL technology protects data linked to personal and payment info.		\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 473.96 473.96\" style=\"enable-background:new 0 0 473.96 473.96;\" xml:space=\"preserve\">\n<circle style=\"fill:#F3F2F2;\" cx=\"236.98\" cy=\"236.99\" r=\"236.97\"></circle>\n<g>\n	<polygon style=\"fill:#293688;\" points=\"175.483,282.447 193.616,175.373 222.973,175.373 204.841,282.447  \"></polygon>\n	<path style=\"fill:#293688;\" d=\"M309.352,178.141c-5.818-2.17-14.933-4.494-26.316-4.494c-29.014,0-49.451,14.526-49.627,35.337   c-0.161,15.382,14.589,23.962,25.732,29.088c11.427,5.238,15.27,8.599,15.214,13.28c-0.071,7.177-9.13,10.458-17.571,10.458   c-11.749-0.004-17.994-1.624-27.637-5.62l-3.783-1.706l-4.123,23.97c6.859,2.99,19.543,5.583,32.71,5.714   c30.858-0.007,50.899-14.353,51.124-36.583c0.112-12.179-7.712-21.448-24.651-29.092c-10.264-4.947-16.55-8.251-16.482-13.272   c0-4.449,5.324-9.208,16.815-9.208c9.601-0.15,16.557,1.931,21.979,4.101l2.627,1.235L309.352,178.141L309.352,178.141z\"></path>\n	<path style=\"fill:#293688;\" d=\"M359.405,175.373c-7.034,0-12.116,2.148-15.207,9.119l-43.509,97.959h31.083l6.043-16.408h37.137   l3.45,16.408h27.633L381.86,175.376h-22.454L359.405,175.373L359.405,175.373z M346.062,244.618   c2.425-6.166,11.693-29.927,11.693-29.927c-0.168,0.281,2.413-6.196,3.895-10.215l1.987,9.227c0,0,5.616,25.56,6.795,30.918h-24.37   V244.618z\"></path>\n	<path style=\"fill:#293688;\" d=\"M121.946,248.771l-2.586-14.679c-5.358-17.111-21.987-35.625-40.621-44.901l25.938,93.256h31.09   l46.626-107.074H151.31L121.946,248.771z\"></path>\n</g>\n<g>\n	<path style=\"fill:#F7981D;\" d=\"M46.823,175.373v1.729c36.838,8.86,62.413,31.259,72.538,56.991l-10.645-49.582   c-1.777-6.776-7.162-8.902-13.534-9.137L46.823,175.373L46.823,175.373z\"></path>\n	<path style=\"fill:#F7981D;\" d=\"M236.964,473.958c91.464,0,170.77-51.846,210.272-127.725H26.696   C66.201,422.112,145.504,473.958,236.964,473.958z\"></path>\n</g>\n<path style=\"fill:#293688;\" d=\"M236.964,0C146.952,0,68.663,50.184,28.548,124.103h416.84C405.268,50.188,326.976,0,236.964,0z\"></path>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n</svg>						\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 473.94 473.94\" style=\"enable-background:new 0 0 473.94 473.94;\" xml:space=\"preserve\">\n<circle style=\"fill:#3C80AD;\" cx=\"236.97\" cy=\"236.97\" r=\"236.97\"></circle>\n<path style=\"fill:#931B1D;\" d=\"M159.5,121.955c-59.797,0.378-108.212,49.133-108.212,109.143  c0,60.246,48.789,109.136,108.911,109.136c28.202,0,53.923-10.773,73.275-28.437l-0.004-0.004h0.015  c3.97-3.618,7.667-7.532,11.061-11.689h-22.308c-2.982-3.603-5.691-7.368-8.123-11.248h38.477c2.35-3.749,4.46-7.644,6.35-11.678  H207.77c-1.747-3.749-3.263-7.57-4.554-11.465h60.28c3.641-10.881,5.605-22.525,5.605-34.615c0-8.03-0.872-15.843-2.507-23.379  h-66.577c0.831-3.88,1.867-7.708,3.102-11.461h60.31c-1.347-4.004-2.915-7.899-4.696-11.686h-50.97  c1.837-3.94,3.921-7.76,6.245-11.465h38.454c-2.563-4.09-5.392-7.996-8.449-11.678h-21.44c3.319-3.918,6.963-7.603,10.918-11.019  c-19.345-17.672-45.069-28.452-73.286-28.452C159.96,121.955,159.728,121.955,159.5,121.955z\"></path>\n<path style=\"fill:#F16622;\" d=\"M415.189,231.132c0.011,60.269-48.721,109.14-108.885,109.158  c-60.138,0.019-108.908-48.834-108.926-109.113v-0.045c-0.019-60.287,48.729-109.162,108.878-109.177  c60.145-0.022,108.919,48.834,108.934,109.117C415.189,231.072,415.189,231.099,415.189,231.132z\"></path>\n<path style=\"fill:#F7981D;\" d=\"M415.189,232.337c0.011,60.272-48.721,109.151-108.885,109.162  c-60.138,0.022-108.908-48.837-108.926-109.106v-0.056c-0.019-60.276,48.729-109.155,108.878-109.17  c60.145-0.022,108.919,48.834,108.934,109.113C415.189,232.281,415.189,232.315,415.189,232.337z\"></path>\n<path style=\"fill:#CB2026;\" d=\"M159.5,123.194c-59.797,0.385-108.212,49.129-108.212,109.143  c0,60.25,48.789,109.143,108.911,109.143c28.202,0,53.923-10.78,73.275-28.441l-0.004-0.011h0.015  c3.97-3.615,7.667-7.517,11.061-11.689h-22.308c-2.982-3.596-5.691-7.353-8.123-11.233h38.477c2.35-3.753,4.46-7.659,6.35-11.689  H207.77c-1.747-3.753-3.263-7.573-4.554-11.461h60.28c3.641-10.889,5.605-22.529,5.605-34.619c0-8.026-0.872-15.843-2.507-23.375  h-66.577c0.831-3.876,1.867-7.712,3.102-11.461h60.31c-1.347-4.007-2.915-7.903-4.696-11.693h-50.97  c1.837-3.925,3.921-7.76,6.245-11.461h38.454c-2.563-4.086-5.392-7.989-8.449-11.686h-21.44c3.319-3.91,6.963-7.596,10.918-11.019  c-19.345-17.669-45.069-28.449-73.286-28.449C159.96,123.194,159.728,123.194,159.5,123.194z\"></path>\n<g>\n	<path style=\"fill:#FFFFFF;\" d=\"M199.357,260.123l1.456-9.875c-0.793,0-1.961,0.337-2.99,0.337c-4.034,0-4.483-2.148-4.221-3.738   l3.259-20.157h6.133l1.482-10.93h-5.781l1.179-6.788h-11.599c-0.251,0.254-6.847,38.215-6.847,42.828   c0,6.844,3.828,9.893,9.238,9.848C194.893,261.609,198.197,260.438,199.357,260.123z\"></path>\n	<path style=\"fill:#FFFFFF;\" d=\"M203.035,241.291c0,16.423,10.81,20.329,20.026,20.329c8.509,0,12.247-1.912,12.247-1.912   l2.047-11.21c0,0-6.469,2.874-12.314,2.874c-12.449,0-10.267-9.309-10.267-9.309h23.569c0,0,1.515-7.536,1.515-10.604   c0-7.652-3.809-16.984-16.535-16.984C211.66,214.478,203.035,227.061,203.035,241.291z M223.372,224.876   c6.541,0,5.332,7.371,5.332,7.966h-12.872C215.828,232.083,217.045,224.876,223.372,224.876z\"></path>\n	<path style=\"fill:#FFFFFF;\" d=\"M296.793,260.123l2.077-12.681c0,0-5.691,2.874-9.594,2.874c-8.224,0-11.521-6.309-11.521-13.059   c0-13.725,7.076-21.276,14.96-21.276c5.905,0,10.649,3.33,10.649,3.33l1.89-12.303c0,0-7.031-2.859-13.055-2.859   c-13.388,0-26.417,11.626-26.417,33.5c0,14.481,7.038,24.063,20.875,24.063C290.566,261.714,296.793,260.123,296.793,260.123z\"></path>\n	<path style=\"fill:#FFFFFF;\" d=\"M135.583,214.654c-7.951,0-14.047,2.556-14.047,2.556l-1.68,10.013c0,0,5.036-2.043,12.636-2.043   c4.318,0,7.472,0.483,7.472,4.004c0,2.133-0.385,2.922-0.385,2.922s-3.401-0.288-4.98-0.288c-10.024,0-20.561,4.288-20.561,17.227   c0,10.185,6.907,12.527,11.192,12.527c8.183,0,11.7-5.317,11.895-5.34l-0.382,4.445h10.208l4.557-32.011   C151.508,215.091,139.687,214.654,135.583,214.654z M138.071,240.704c0.221,1.957-1.227,11.124-8.209,11.124   c-3.6,0-4.539-2.761-4.539-4.393c0-3.177,1.725-6.997,10.226-6.997C137.521,240.438,137.734,240.655,138.071,240.704z\"></path>\n	<path style=\"fill:#FFFFFF;\" d=\"M162.362,261.328c2.608,0,17.538,0.67,17.538-14.769c0-14.436-13.818-11.588-13.818-17.388   c0-2.877,2.253-3.798,6.368-3.798c1.635,0,7.925,0.528,7.925,0.528l1.467-10.267c0,0-4.071-0.906-10.694-0.906   c-8.587,0-17.287,3.42-17.287,15.165c0,13.317,14.518,11.97,14.518,17.575c0,3.742-4.06,4.049-7.188,4.049   c-5.403,0-10.271-1.86-10.294-1.774l-1.545,10.151C149.622,259.989,152.63,261.328,162.362,261.328z\"></path>\n	<path style=\"fill:#FFFFFF;\" d=\"M392.84,205.445l-2.496,15.551c0,0-4.367-6.035-11.195-6.035c-10.63,0-19.483,12.834-19.483,27.588   c0,9.523,4.718,18.844,14.38,18.844c6.948,0,10.791-4.853,10.791-4.853l-0.505,4.142h11.278l8.864-55.262L392.84,205.445z    M387.459,235.78c0,6.133-3.038,14.323-9.321,14.323c-4.176,0-6.125-3.51-6.125-9.018c0-9.003,4.034-14.96,9.122-14.96   C385.315,226.126,387.459,229.007,387.459,235.78z\"></path>\n	<path style=\"fill:#FFFFFF;\" d=\"M72.792,260.73l7.068-41.721l1.029,41.721h7.992l14.903-41.721L97.18,260.73h11.869l9.149-55.322   h-18.36l-11.431,33.938l-0.595-33.938H70.895l-9.276,55.322H72.792L72.792,260.73z\"></path>\n	<path style=\"fill:#FFFFFF;\" d=\"M251.454,260.808c3.375-19.229,4-34.851,12.06-32.003c1.411-7.439,2.769-10.316,4.303-13.47   c0,0-0.718-0.153-2.238-0.153c-5.182,0-9.033,7.109-9.033,7.109l1.025-6.526h-10.799l-7.225,45.043H251.454z\"></path>\n	<path style=\"fill:#FFFFFF;\" d=\"M323.546,214.654c-7.951,0-14.043,2.556-14.043,2.556l-1.676,10.013c0,0,5.025-2.043,12.632-2.043   c4.314,0,7.476,0.483,7.476,4.004c0,2.133-0.389,2.922-0.389,2.922s-3.401-0.288-4.992-0.288c-10.028,0-20.553,4.288-20.553,17.227   c0,10.185,6.911,12.527,11.192,12.527c8.183,0,11.704-5.317,11.891-5.34l-0.378,4.445h10.215l4.554-32.011   C339.479,215.091,327.662,214.654,323.546,214.654z M326.038,240.704c0.221,1.957-1.22,11.124-8.213,11.124   c-3.596,0-4.528-2.761-4.528-4.393c0-3.177,1.725-6.997,10.211-6.997C325.492,240.438,325.698,240.655,326.038,240.704z\"></path>\n	<path style=\"fill:#FFFFFF;\" d=\"M348.799,260.808c3.379-19.229,4.004-34.851,12.063-32.003c1.411-7.439,2.769-10.316,4.311-13.47   c0,0-0.73-0.153-2.241-0.153c-5.197,0-9.036,7.109-9.036,7.109l1.033-6.526h-10.806l-7.229,45.04H348.8L348.799,260.808   L348.799,260.808z\"></path>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n</svg>						\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 473.94 473.94\" style=\"enable-background:new 0 0 473.94 473.94;\" xml:space=\"preserve\">\n<circle style=\"fill:#F3F2F2;\" cx=\"236.97\" cy=\"236.97\" r=\"236.97\"></circle>\n<g>\n	<path style=\"fill:#1A80AD;\" d=\"M347.363,197.142c-9.86,0-17.657,2.615-23.622,3.809l-1.833,14.989   c2.982-1.433,12.385-4.041,20.183-4.288c7.802-0.236,12.385,1.429,10.78,8.093c-23.161,0-38.761,4.752-41.971,19.742   c-4.591,25.695,23.622,24.984,34.862,13.8l-1.373,6.181h20.64l8.943-40.924C377.633,201.183,361.813,196.906,347.363,197.142z    M348.74,239.012c-1.145,5.47-5.5,7.85-10.776,8.093c-4.587,0.236-8.715-3.817-5.732-8.572c2.294-4.041,8.718-4.992,12.613-4.992   c1.605,0,3.442,0,5.051,0C349.428,235.443,349.196,237.108,348.74,239.012z\"></path>\n	<polygon style=\"fill:#1A80AD;\" points=\"391.628,180.963 374.55,259.472 395.515,259.472 412.806,180.963  \"></polygon>\n	<path style=\"fill:#1A80AD;\" d=\"M295.296,181.202h-38.387l-17.01,78.27h22.293l5.751-25.93h15.858   c15.633,0,28.505-9.515,31.951-25.695C319.662,189.528,306.33,181.202,295.296,181.202z M294.615,207.847   c-1.381,5.946-7.36,10.701-13.111,10.701h-10.342l4.599-21.41h11.031C292.542,197.142,295.988,201.898,294.615,207.847z\"></path>\n</g>\n<g>\n	<path style=\"fill:#1A5B80;\" d=\"M146.34,197.142c-9.744,0-17.448,2.615-23.117,3.809l-1.804,14.986   c2.72-1.433,12.007-4.041,19.712-4.288c7.704-0.236,12.236,1.429,10.87,8.093c-22.877,0-38.282,4.752-41.455,19.742   c-4.535,25.695,23.33,24.984,34.207,13.8l-1.355,6.181h20.617l8.834-40.924C176.469,201.183,160.608,196.906,146.34,197.142z    M147.927,239.012c-1.137,5.47-5.673,7.85-10.874,8.093c-4.531,0.236-8.385-3.817-5.437-8.572c2.26-4.041,8.606-4.992,12.232-4.992   c1.815,0,3.398,0,5.216,0C148.6,235.443,148.151,237.108,147.927,239.012z\"></path>\n	<polygon style=\"fill:#1A5B80;\" points=\"181.827,198.272 202.444,198.272 205.771,234.721 225.939,198.272 247.214,198.272    198.231,285.504 175.182,285.504 190.246,259.862  \"></polygon>\n	<path style=\"fill:#1A5B80;\" d=\"M95.063,181.202H56.575l-17.055,78.27h22.585l5.53-25.93h16.131   c15.442,0,28.348-9.515,31.805-25.695C119.489,189.528,106.356,181.202,95.063,181.202z M94.371,207.847   c-1.381,5.946-7.139,10.701-12.905,10.701h-10.6l4.842-21.41h11.061C92.298,197.142,95.984,201.898,94.371,207.847z\"></path>\n	<path style=\"fill:#1A5B80;\" d=\"M417.333,191.114v-9.261h-3.454v-1.242h8.322v1.242h-3.472v9.261H417.333z\"></path>\n	<path style=\"fill:#1A5B80;\" d=\"M423.575,191.114v-10.503h2.084l2.488,7.431c0.232,0.692,0.393,1.205,0.501,1.545   c0.12-0.378,0.307-0.939,0.554-1.676l2.526-7.3h1.867v10.503h-1.336v-8.793l-3.061,8.793h-1.246l-3.042-8.939v8.939H423.575   L423.575,191.114z\"></path>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n</svg>						\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 473.94 473.94\" style=\"enable-background:new 0 0 473.94 473.94;\" xml:space=\"preserve\">\n<circle style=\"fill:#27ADE4;\" cx=\"236.97\" cy=\"236.97\" r=\"236.97\"></circle>\n<path style=\"fill:#2D78BC;\" d=\"M80.859,194.744l-7.397-18.264l-7.353,18.264 M243.727,187.47c-1.485,0.917-3.24,0.947-5.343,0.947  h-13.126v-10.174h13.302c1.882,0,3.847,0.079,5.122,0.819c1.399,0.674,2.264,2.095,2.264,4.056  C245.95,185.116,245.123,186.729,243.727,187.47 M337.335,194.744l-7.472-18.264l-7.431,18.264L337.335,194.744L337.335,194.744z   M162.841,214.511h-11.076l-0.041-35.883l-15.663,35.883h-9.485l-15.7-35.913v35.913H88.904l-4.15-10.219H62.267l-4.195,10.219  h-11.73l19.341-45.814h16.052l18.368,43.374v-43.374h17.627l14.136,31.079l12.984-31.079h17.99v45.814L162.841,214.511  L162.841,214.511z M206.975,214.511H170.89v-45.814h36.086v9.545h-25.279v8.258h24.673v9.392h-24.673v9.137h25.279L206.975,214.511  L206.975,214.511z M257.852,181.041c0,7.296-4.812,11.079-7.614,12.206c2.365,0.917,4.385,2.526,5.343,3.865  c1.527,2.271,1.792,4.311,1.792,8.396v9.003h-10.896l-0.041-5.777c0-2.758,0.258-6.728-1.706-8.928  c-1.579-1.609-3.981-1.961-7.873-1.961h-11.599v16.666h-10.802v-45.814h24.849c5.523,0,9.59,0.146,13.077,2.193  C255.802,172.944,257.852,175.926,257.852,181.041 M275.139,214.511h-11.02v-45.81h11.02V214.511z M402.999,214.511h-15.311  l-20.471-34.387v34.387h-22.002l-4.198-10.219h-22.439l-4.082,10.219h-12.64c-5.246,0-11.899-1.179-15.663-5.07  c-3.798-3.888-5.77-9.156-5.77-17.489c0-6.788,1.175-13.01,5.826-17.908c3.491-3.659,8.961-5.347,16.404-5.347h10.454v9.815H302.87  c-3.94,0-6.163,0.595-8.31,2.717c-1.841,1.934-3.106,5.579-3.106,10.38c0,4.905,0.965,8.445,2.975,10.754  c1.658,1.815,4.681,2.365,7.525,2.365h4.849l15.225-36.026h16.187l18.286,43.333v-43.333h16.449l18.986,31.902v-31.902H403  L402.999,214.511L402.999,214.511z M46.218,223.51h18.454l4.161-10.178h9.313l4.15,10.178h36.314v-7.779l3.244,7.809h18.847  l3.24-7.925v7.895h90.244l-0.045-16.707h1.747c1.224,0.045,1.579,0.161,1.579,2.208v14.499h46.675v-3.888  c3.768,2.047,9.624,3.888,17.332,3.888h19.633l4.202-10.178h9.317l4.108,10.178h37.837v-9.669l5.732,9.669h30.323v-63.894h-30.013  v7.547l-4.198-7.547h-30.795v7.547l-3.854-7.547H302.17c-6.956,0-13.077,0.988-18.024,3.731v-3.731h-28.703v3.731  c-3.143-2.829-7.427-3.731-12.198-3.731H138.382l-7.035,16.501l-7.225-16.501H91.089v7.547l-3.63-7.547H59.296l-13.085,30.379  L31.21,223.51H46.218z\"></path>\n<path style=\"fill:#FFFFFF;\" d=\"M80.859,198.485l-7.397-18.264l-7.353,18.264 M243.727,191.211c-1.485,0.917-3.24,0.947-5.343,0.947  h-13.126v-10.174h13.302c1.882,0,3.847,0.079,5.122,0.819c1.399,0.674,2.264,2.095,2.264,4.056  C245.95,188.858,245.123,190.471,243.727,191.211 M337.335,198.485l-7.472-18.264l-7.431,18.264L337.335,198.485L337.335,198.485z   M162.841,218.253h-11.076l-0.041-35.883l-15.663,35.883h-9.485l-15.7-35.913v35.913H88.904l-4.15-10.219H62.267l-4.195,10.219  h-11.73l19.341-45.814h16.052l18.368,43.374v-43.374h17.627l14.136,31.079l12.984-31.079h17.99v45.814L162.841,218.253  L162.841,218.253z M206.975,218.253H170.89v-45.814h36.086v9.545h-25.279v8.258h24.673v9.392h-24.673v9.137h25.279L206.975,218.253  L206.975,218.253z M257.852,184.783c0,7.296-4.812,11.079-7.614,12.206c2.365,0.917,4.385,2.526,5.343,3.865  c1.527,2.271,1.792,4.311,1.792,8.396v9.003h-10.896l-0.041-5.777c0-2.758,0.258-6.728-1.706-8.928  c-1.579-1.609-3.981-1.961-7.873-1.961h-11.599v16.666h-10.802v-45.814h24.849c5.523,0,9.59,0.146,13.077,2.193  C255.802,176.686,257.852,179.668,257.852,184.783 M275.139,218.253h-11.02v-45.81h11.02V218.253z M402.999,218.253h-15.311  l-20.471-34.387v34.387h-22.002l-4.198-10.219h-22.439l-4.082,10.219h-12.64c-5.246,0-11.899-1.179-15.663-5.07  c-3.798-3.888-5.77-9.156-5.77-17.489c0-6.788,1.175-13.01,5.826-17.908c3.491-3.659,8.961-5.347,16.404-5.347h10.454v9.815H302.87  c-3.94,0-6.163,0.595-8.31,2.717c-1.841,1.934-3.106,5.579-3.106,10.38c0,4.905,0.965,8.445,2.975,10.754  c1.658,1.815,4.681,2.365,7.525,2.365h4.849l15.225-36.026h16.187l18.286,43.333v-43.333h16.449l18.986,31.902v-31.902H403  L402.999,218.253L402.999,218.253z M46.218,227.252h18.454l4.161-10.178h9.313l4.15,10.178h36.314v-7.779l3.244,7.809h18.847  l3.24-7.925v7.895h90.244l-0.045-16.707h1.747c1.224,0.045,1.579,0.161,1.579,2.208v14.499h46.675v-3.888  c3.768,2.047,9.624,3.888,17.332,3.888h19.633l4.202-10.178h9.317l4.108,10.178h37.837v-9.669l5.732,9.669h30.323v-63.894h-30.013  v7.547l-4.198-7.547h-30.795v7.547l-3.854-7.547H302.17c-6.956,0-13.077,0.988-18.024,3.731v-3.731h-28.703v3.731  c-3.143-2.829-7.427-3.731-12.198-3.731H138.382l-7.035,16.501l-7.225-16.501H91.089v7.547l-3.63-7.547H59.296l-13.085,30.379  L31.21,227.252H46.218z\"></path>\n<path style=\"fill:#2D78BC;\" d=\"M436.858,266.709v-29.313h-7.476l0,0h-19.584c-6.035,0-10.425,1.463-13.526,3.734v-3.734H366.69  c-4.73,0-10.286,1.182-12.905,3.734v-3.734H300.95v3.734c-4.202-3.068-11.3-3.734-14.57-3.734h-34.847v3.734  c-3.326-3.259-10.72-3.734-15.229-3.734h-38.997l-8.924,9.777l-8.359-9.777h-58.255v63.887h57.155l9.197-9.931l8.658,9.931  l35.236,0.037v-15.034h3.461c4.673,0.075,10.185-0.116,15.049-2.245v17.238h29.062v-16.655h1.407c1.789,0,1.961,0.079,1.961,1.886  v14.769h88.276c5.609,0,11.469-1.456,14.716-4.086v4.086h27.996c5.83,0,11.521-0.827,15.85-2.945v-0.067  c6.324-4.079,10.529-11.225,10.529-19.382C440.33,274.409,439.051,270.237,436.858,266.709z M235.959,276.931h-13.485v15.36h-21.003  l-13.309-15.162l-13.826,15.162h-42.809V246.5h43.468l13.294,15.008l13.747-15.008h34.533c8.572,0,18.207,2.406,18.207,15.083  C254.776,274.308,245.403,276.931,235.959,276.931z M300.995,274.855c1.527,2.234,1.747,4.318,1.792,8.359v9.078h-10.844v-5.729  c0-2.754,0.258-6.832-1.751-8.965c-1.583-1.639-3.981-2.036-7.929-2.036h-11.551v16.729h-10.855V246.5h24.95  c5.47,0,9.452,0.243,13.003,2.163c3.413,2.084,5.557,4.939,5.557,10.166c0,7.308-4.816,11.042-7.659,12.183  C298.102,271.91,300.074,273.519,300.995,274.855z M345.421,255.974h-25.309v8.325h24.692v9.343h-24.692v9.111l25.309,0.045v9.5  h-36.067V246.5h36.067L345.421,255.974L345.421,255.974z M372.941,292.295h-21.047v-9.822h20.969c2.05,0,3.502-0.269,4.415-1.137  c0.737-0.703,1.276-1.736,1.276-2.978c0-1.336-0.576-2.398-1.321-3.035c-0.831-0.703-1.964-1.014-3.847-1.014  c-10.107-0.344-22.765,0.314-22.765-14.178c0-6.642,4.123-13.631,15.45-13.631h21.669v9.747h-19.824  c-1.964,0-3.244,0.075-4.333,0.823c-1.179,0.745-1.624,1.841-1.624,3.3c0,1.725,1.01,2.9,2.365,3.413  c1.145,0.397,2.365,0.513,4.206,0.513l5.822,0.168c5.863,0.138,9.893,1.171,12.34,3.678c2.107,2.2,3.229,4.984,3.229,9.695  C389.918,287.693,383.845,292.295,372.941,292.295z M428.563,287.872c-2.847,2.915-7.439,4.423-13.429,4.423h-20.872v-9.822h20.785  c2.065,0,3.51-0.269,4.378-1.137c0.752-0.703,1.276-1.736,1.276-2.978c0-1.336-0.524-2.398-1.321-3.035  c-0.782-0.703-1.923-1.014-3.809-1.014c-10.148-0.344-22.806,0.314-22.806-14.178c0-6.642,4.161-13.631,15.506-13.631h21.115v9.744  h-19.281c-1.961,0-3.27,0.079-4.374,0.827c-1.141,0.741-1.579,1.841-1.579,3.293c0,1.732,0.962,2.9,2.365,3.413  c1.145,0.404,2.365,0.52,4.161,0.52l5.856,0.161c5.912,0.146,9.86,1.175,12.258,3.686c0.438,0.348,0.703,0.741,1.01,1.13  c-0.123-0.161-0.243-0.314-0.37-0.475c1.871,2.507,2.997,5.624,2.997,9.01C432.428,281.691,430.95,285.212,428.563,287.872z   M169.386,255.974l11.824,13.343l-12.348,13.433h-26.574v-9.111h23.727v-9.343h-23.727v-8.322L169.386,255.974L169.386,255.974z   M195.122,269.474l16.595-18.054v36.71L195.122,269.474z M243.181,261.586c0,3.97-2.586,6.047-6.739,6.047h-13.964v-11.659h14.095  C240.468,255.974,243.181,257.579,243.181,261.586z M291.412,260.92c0,1.957-0.838,3.536-2.241,4.393  c-1.444,0.868-3.233,0.943-5.332,0.943h-13.134v-10.282h13.306c1.927,0,3.854,0.041,5.16,0.827  C290.578,257.538,291.412,258.956,291.412,260.92z\"></path>\n<path style=\"fill:#FFFFFF;\" d=\"M436.858,270.451v-29.313h-7.476l0,0h-19.584c-6.035,0-10.425,1.463-13.526,3.734v-3.734H366.69  c-4.73,0-10.286,1.182-12.905,3.734v-3.734H300.95v3.734c-4.202-3.068-11.3-3.734-14.57-3.734h-34.847v3.734  c-3.326-3.259-10.72-3.734-15.229-3.734h-38.997l-8.924,9.777l-8.359-9.777h-58.255v63.887h57.155l9.197-9.931l8.658,9.931  l35.236,0.037v-15.034h3.461c4.673,0.075,10.185-0.116,15.049-2.245v17.238h29.062v-16.655h1.407c1.789,0,1.961,0.079,1.961,1.886  v14.769h88.276c5.609,0,11.469-1.456,14.716-4.086v4.086h27.996c5.83,0,11.521-0.827,15.85-2.945v-0.067  c6.324-4.079,10.529-11.225,10.529-19.382C440.33,278.151,439.051,273.979,436.858,270.451z M235.959,280.673h-13.485v15.36h-21.003  l-13.309-15.162l-13.826,15.162h-42.809v-45.792h43.468l13.294,15.008l13.747-15.008h34.533c8.572,0,18.207,2.406,18.207,15.083  C254.776,278.05,245.403,280.673,235.959,280.673z M300.995,278.596c1.527,2.234,1.747,4.318,1.792,8.359v9.078h-10.844v-5.729  c0-2.754,0.258-6.832-1.751-8.965c-1.583-1.639-3.981-2.036-7.929-2.036h-11.551v16.729h-10.855V250.24h24.95  c5.47,0,9.452,0.243,13.003,2.163c3.413,2.084,5.557,4.939,5.557,10.166c0,7.308-4.816,11.042-7.659,12.183  C298.102,275.652,300.074,277.261,300.995,278.596z M345.421,259.716h-25.309v8.325h24.692v9.343h-24.692v9.111l25.309,0.045v9.5  h-36.067v-45.799h36.067L345.421,259.716L345.421,259.716z M372.941,296.037h-21.047v-9.822h20.969c2.05,0,3.502-0.269,4.415-1.137  c0.737-0.703,1.276-1.736,1.276-2.978c0-1.336-0.576-2.398-1.321-3.035c-0.831-0.703-1.964-1.014-3.847-1.014  c-10.107-0.344-22.765,0.314-22.765-14.178c0-6.642,4.123-13.631,15.45-13.631h21.669v9.747h-19.824  c-1.964,0-3.244,0.075-4.333,0.823c-1.179,0.745-1.624,1.841-1.624,3.3c0,1.725,1.01,2.9,2.365,3.413  c1.145,0.397,2.365,0.513,4.206,0.513l5.822,0.168c5.863,0.138,9.893,1.171,12.34,3.678c2.107,2.2,3.229,4.984,3.229,9.695  C389.918,291.434,383.845,296.037,372.941,296.037z M428.563,291.614c-2.847,2.915-7.439,4.423-13.429,4.423h-20.872v-9.822h20.785  c2.065,0,3.51-0.269,4.378-1.137c0.752-0.703,1.276-1.736,1.276-2.978c0-1.336-0.524-2.398-1.321-3.035  c-0.782-0.703-1.923-1.014-3.809-1.014c-10.148-0.344-22.806,0.314-22.806-14.178c0-6.642,4.161-13.631,15.506-13.631h21.115v9.744  h-19.281c-1.961,0-3.27,0.079-4.374,0.827c-1.141,0.741-1.579,1.841-1.579,3.293c0,1.732,0.962,2.9,2.365,3.413  c1.145,0.404,2.365,0.52,4.161,0.52l5.856,0.161c5.912,0.146,9.86,1.175,12.258,3.686c0.438,0.348,0.703,0.741,1.01,1.13  c-0.123-0.161-0.243-0.314-0.37-0.475c1.871,2.507,2.997,5.624,2.997,9.01C432.428,285.433,430.95,288.954,428.563,291.614z   M169.386,259.716l11.824,13.343l-12.348,13.433h-26.574v-9.111h23.727v-9.343h-23.727v-8.322L169.386,259.716L169.386,259.716z   M195.122,273.216l16.595-18.054v36.71L195.122,273.216z M243.181,265.328c0,3.97-2.586,6.047-6.739,6.047h-13.964v-11.659h14.095  C240.468,259.716,243.181,261.321,243.181,265.328z M291.412,264.662c0,1.957-0.838,3.536-2.241,4.393  c-1.444,0.868-3.233,0.943-5.332,0.943h-13.134v-10.282h13.306c1.927,0,3.854,0.041,5.16,0.827  C290.578,261.28,291.412,262.698,291.412,264.662z\"></path>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n</svg>						\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 473.94 473.94\" style=\"enable-background:new 0 0 473.94 473.94;\" xml:space=\"preserve\">\n<circle style=\"fill:#FFDF1B;\" cx=\"236.97\" cy=\"236.97\" r=\"236.97\"></circle>\n<polyline points=\"33.01,191.447 47.509,191.447 50.952,217.146 51.06,217.146 54.858,191.447 71.617,191.447 75.411,217.146   75.52,217.146 78.985,191.447 93.469,191.447 84.631,232.322 67.086,232.322 63.292,205.827 63.176,205.827 59.389,232.322   41.844,232.322 33.01,191.447 \"></polyline>\n<polyline points=\"103.385,191.447 134.46,191.447 134.46,202.089 118.894,202.089 118.894,206.448 133.274,206.448 133.274,217.093   118.894,217.093 118.894,221.673 134.973,221.673 134.973,232.322 103.385,232.322 103.385,191.447 \"></polyline>\n<path d=\"M168.091,203.054c-0.06-2.552-1.471-3.398-3.573-3.398c-2.601,0-3.734,1.13-3.734,2.384c0,1.463,0.965,2.092,2.66,2.597  c3.121,0.902,8.827,2.043,12.965,3.798c5.152,2.148,7.416,5.826,7.416,10.754c0,10.024-8.157,14.207-19.704,14.207  c-9.845,0-18.907-3.057-18.907-13.702h15.513c0,1.137,0.228,2.275,0.849,3.117c0.614,0.797,1.643,1.295,3.166,1.295  c2.384,0,3.91-1.519,3.91-3.334c0-1.527-1.19-2.324-2.72-2.769l-11.495-3.401c-6.286-1.867-8.486-5.661-8.486-10.922  c0-8.494,6.847-13.302,18.787-13.302c10.196,0,17.833,3.169,17.833,12.681H168.09\"></path>\n<polyline points=\"203.133,202.422 193.056,202.422 193.056,191.447 229.4,191.447 229.4,202.422 219.331,202.422 219.331,232.322   203.133,232.322 203.133,202.422 \"></polyline>\n<polyline points=\"240.382,191.447 271.472,191.447 271.472,202.089 255.906,202.089 255.906,206.448 270.282,206.448   270.282,217.093 255.906,217.093 255.906,221.673 271.977,221.673 271.977,232.322 240.382,232.322 240.382,191.447 \"></polyline>\n<path d=\"M283.985,191.447h24.176c8.771,0,13.916,2.66,13.916,10.357c0,4.707-1.972,8.262-8.097,9.744v0.109  c3.97,0.337,6.125,2.099,6.922,5.212c0.898,3.51,0.79,9.283,2.653,15.457h-15.858c-0.958-3.061-1.463-8.221-2.024-11.723  c-0.352-2.032-1.366-2.836-3.97-2.836h-1.863v14.559h-15.85v-40.879 M301.193,208.491c3.106,0,5.373-1.078,5.373-4.135  c0-3.005-2.099-3.626-5.261-3.626h-1.471v7.76h1.359V208.491z\"></path>\n<polyline points=\"334.813,191.447 354.229,191.447 362.891,216.188 363.007,216.188 363.007,191.447 376.14,191.447 376.14,232.322   356.728,232.322 348.07,207.413 347.954,207.413 347.954,232.322 334.813,232.322 334.813,191.447 \"></polyline>\n<path d=\"M183.496,267.491c0,9.852-7.083,14.776-19.423,14.776c-12.337,0-19.416-4.924-19.416-14.776v-27.173h16.194v26.499  c0,3.222,1.527,4.464,3.222,4.464c1.702,0,3.229-1.242,3.229-4.464v-26.499h16.194V267.491\"></path>\n<polyline points=\"196.906,240.318 216.326,240.318 224.985,265.059 225.097,265.059 225.097,240.318 238.234,240.318   238.234,281.19 218.811,281.19 210.148,256.281 210.047,256.281 210.047,281.19 196.906,281.19 196.906,240.318 \"></polyline>\n<rect x=\"251.93\" y=\"240.33\" width=\"16.179\" height=\"40.871\"></rect>\n<path d=\"M301.474,239.244c14.099,0,21.107,8.771,21.107,21.511c0,12.733-7.008,21.511-21.107,21.511  c-14.106,0-21.122-8.778-21.122-21.511C280.351,248.015,287.367,239.244,301.474,239.244 M301.474,271.626  c2.485,0,4.355-1.418,4.355-10.87c0-9.235-1.762-10.874-4.355-10.874c-2.608,0-4.363,1.639-4.363,10.874  C297.111,270.207,298.982,271.626,301.474,271.626z\"></path>\n<polyline points=\"334.813,240.318 354.229,240.318 362.891,265.059 363.007,265.059 363.007,240.318 376.14,240.318 376.14,281.19   356.728,281.19 348.07,256.281 347.954,256.281 347.954,281.19 334.813,281.19 334.813,240.318 \"></polyline>\n<rect x=\"387.91\" y=\"190.64\" width=\"5.175\" height=\"90.7\"></rect>\n<rect x=\"424.54\" y=\"191.5\" width=\"5.167\" height=\"89.77\"></rect>\n<path d=\"M434.179,196.349c0-2.997,2.44-5.437,5.452-5.437s5.437,2.44,5.437,5.437c0,3.02-2.425,5.455-5.437,5.455  S434.179,199.368,434.179,196.349 M444.207,196.349c0-2.649-1.923-4.711-4.576-4.711c-2.645,0-4.591,2.062-4.591,4.711  c0,2.672,1.946,4.745,4.591,4.745C442.284,201.093,444.207,199.02,444.207,196.349z M442.351,199.395h-0.891l-1.74-2.81h-1.366v2.81  h-0.737v-6.084h2.645c1.616,0,2.163,0.606,2.163,1.609c0,1.19-0.834,1.639-1.908,1.665L442.351,199.395z M439.492,196.001  c0.868,0,2.133,0.142,2.133-1.089c0-0.954-0.782-1.066-1.527-1.066h-1.747v2.155H439.492z\"></path>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n</svg>						\n									</li>\n						</ul>', 'Cart page block - niche-market02', '', 'inherit', 'closed', 'closed', '', '2965-revision-v1', '', '', '2022-04-12 11:19:41', '2022-04-12 11:19:41', '', 2965, 'https://hagarbath.com/shop/?p=4579', 0, 'revision', '', 0),
(4580, 1, '2022-04-12 11:19:41', '2022-04-12 11:19:41', '<h2>Payment security</h2>		\n		Encryption ensures increased transaction security. SSL technology protects data linked to personal and payment info.		\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Cart page block - niche-market02', '', 'inherit', 'closed', 'closed', '', '2965-revision-v1', '', '', '2022-04-12 11:19:41', '2022-04-12 11:19:41', '', 2965, 'https://hagarbath.com/shop/?p=4580', 0, 'revision', '', 0),
(4581, 1, '2022-04-12 11:27:09', '2022-04-12 11:27:09', '<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->', 'Checkout', '', 'inherit', 'closed', 'closed', '', '16-autosave-v1', '', '', '2022-04-12 11:30:13', '2022-04-12 11:30:13', '', 16, 'https://hagarbath.com/shop/?p=4581', 0, 'revision', '', 0),
(4582, 1, '2022-04-12 11:34:06', '2022-04-12 11:34:06', '<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->', 'Cart', '', 'inherit', 'closed', 'closed', '', '15-autosave-v1', '', '', '2022-04-12 11:34:07', '2022-04-12 11:34:07', '', 15, 'https://hagarbath.com/shop/?p=4582', 0, 'revision', '', 0),
(4584, 1, '2022-04-12 11:34:58', '2022-04-12 11:34:58', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2022-04-12 11:34:58', '2022-04-12 11:34:58', '', 12, 'https://hagarbath.com/shop/?p=4584', 0, 'revision', '', 0),
(4586, 1, '2022-04-12 11:37:07', '2022-04-12 11:37:07', '<style>/*! elementor - v3.6.2 - 04-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Payment security</h2>		\n		Encryption ensures increased transaction security. SSL technology protects data linked to personal and payment info.		\n			<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Cart page block - niche-market02', '', 'inherit', 'closed', 'closed', '', '2965-autosave-v1', '', '', '2022-04-12 11:37:07', '2022-04-12 11:37:07', '', 2965, 'https://hagarbath.com/shop/?p=4586', 0, 'revision', '', 0),
(4592, 1, '2022-04-12 12:06:56', '2022-04-12 12:06:56', '', 'Order &ndash; April 12, 2022 @ 12:06 PM', '', 'wc-cancelled', 'open', 'closed', 'wc_order_9uNHycilAmzPA', 'order-apr-12-2022-1206-pm', '', '', '2022-04-12 15:03:18', '2022-04-12 15:03:18', '', 0, 'https://hagarbath.com/shop/?post_type=shop_order&#038;p=4592', 0, 'shop_order', '', 2),
(4595, 1, '2022-04-12 12:30:52', '2022-04-12 12:30:52', '', '7', '', 'inherit', 'open', 'closed', '', '7-5', '', '', '2022-04-12 12:30:52', '2022-04-12 12:30:52', '', 0, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/7.jpg', 0, 'attachment', 'image/jpeg', 0),
(4597, 1, '2022-04-12 15:19:09', '2022-04-12 15:19:09', '', 'Order &ndash; April 12, 2022 @ 03:19 PM', '', 'wc-cancelled', 'open', 'closed', 'wc_order_MCDKA7IzLZ1Fu', 'order-apr-12-2022-0319-pm', '', '', '2022-04-13 03:53:55', '2022-04-13 03:53:55', '', 0, 'https://hagarbath.com/shop/?post_type=shop_order&#038;p=4597', 0, 'shop_order', '', 2);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4601, 1, '2022-04-13 05:33:37', '2022-04-13 05:33:37', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" width=\"853\" height=\"1536\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" width=\"600\" height=\"600\">\n</a>\n<a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" width=\"600\" height=\"600\">\n</a>\n<a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" width=\"600\" height=\"600\">\n</a>\n<a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" width=\"600\" height=\"600\">\n</a>\n<a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" width=\"600\" height=\"600\">\n</a>\n<a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" width=\"2269\" height=\"2560\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" width=\"500\" height=\"624\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-3190 .et-loader:before{background-color:#FAFAFA}</style>				<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 05:33:37', '2022-04-13 05:33:37', '', 18, 'https://hagarbath.com/shop/?p=4601', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4602, 1, '2022-04-13 05:33:39', '2022-04-13 05:33:39', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" width=\"853\" height=\"1536\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" width=\"600\" height=\"600\">\n</a>\n<a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>, <a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>, <a href=\"https://hagarbath.com/shop/product-category/shower/\" rel=\"tag\">Shower</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" width=\"600\" height=\"600\">\n</a>\n<a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" width=\"600\" height=\"600\">\n</a>\n<a href=\"https://hagarbath.com/shop/product-category/accessories/\" rel=\"tag\">Accessories</a>, <a href=\"https://hagarbath.com/shop/product-category/bathroom-fixtures/\" rel=\"tag\">Bathroom Fixtures</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" width=\"600\" height=\"600\">\n</a>\n<a href=\"https://hagarbath.com/shop/product-category/uncategorized/\" rel=\"tag\">Uncategorized</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" width=\"600\" height=\"600\">\n</a>\n<a href=\"https://hagarbath.com/shop/product-category/healthfaucets/\" rel=\"tag\">Health Faucets</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" width=\"2269\" height=\"2560\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" width=\"500\" height=\"624\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"86\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"style-1\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"Disable\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":50,\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-3190 .et-loader:before{background-color:#FAFAFA}</style>				<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 05:33:39', '2022-04-13 05:33:39', '', 18, 'https://hagarbath.com/shop/?p=4602', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4603, 1, '2022-04-13 05:33:40', '2022-04-13 05:33:40', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625660b43586f\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625660b43586f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625660b43835f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625660b43835f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625660b43ad4b\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625660b43ad4b\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7098 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 05:33:40', '2022-04-13 05:33:40', '', 18, 'https://hagarbath.com/shop/?p=4603', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4604, 1, '2022-04-13 05:41:01', '2022-04-13 05:41:01', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625660b43586f\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625660b43586f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625660b43835f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625660b43835f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625660b43ad4b\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625660b43ad4b\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7098 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 05:41:01', '2022-04-13 05:41:01', '', 18, 'https://hagarbath.com/shop/?p=4604', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4605, 1, '2022-04-13 05:41:03', '2022-04-13 05:41:03', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n															<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg 800w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves-100x100.jpeg 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625660b43586f\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625660b43586f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625660b43835f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625660b43835f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625660b43ad4b\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625660b43ad4b\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7098 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 05:41:03', '2022-04-13 05:41:03', '', 18, 'https://hagarbath.com/shop/?p=4605', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4606, 1, '2022-04-13 05:41:04', '2022-04-13 05:41:04', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625662709346d\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625662709346d\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256627095a5f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256627095a5f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625662709802e\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625662709802e\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6543 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 05:41:04', '2022-04-13 05:41:04', '', 18, 'https://hagarbath.com/shop/?p=4606', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4607, 1, '2022-04-13 05:42:13', '2022-04-13 05:42:13', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625662709346d\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625662709346d\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256627095a5f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256627095a5f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625662709802e\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625662709802e\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6543 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 05:42:13', '2022-04-13 05:42:13', '', 18, 'https://hagarbath.com/shop/?p=4607', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4608, 1, '2022-04-13 05:42:14', '2022-04-13 05:42:14', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625662709346d\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625662709346d\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256627095a5f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256627095a5f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625662709802e\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625662709802e\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6543 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 05:42:14', '2022-04-13 05:42:14', '', 18, 'https://hagarbath.com/shop/?p=4608', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4609, 1, '2022-04-13 05:42:15', '2022-04-13 05:42:15', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625662b778bfd\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625662b778bfd\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625662b77b166\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625662b77b166\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625662b77d6c4\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625662b77d6c4\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4248 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 05:42:15', '2022-04-13 05:42:15', '', 18, 'https://hagarbath.com/shop/?p=4609', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4610, 1, '2022-04-13 07:37:41', '2022-04-13 07:37:41', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Order History\" rel=\"noopener\"> \n                    <h3>Order History</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Categories</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sanitary\" rel=\"noopener\"> \n                    <h3>Sanitary</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shopBathroom\" target=\"_self\" title=\"Bathroom\" rel=\"noopener\"> \n                    <h3>Bathroom</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <h3>Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Shower\" rel=\"noopener\"> \n                    <h3>Shower</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <h3>Accessories</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-13 07:37:41', '2022-04-13 07:37:41', '', 48, 'https://hagarbath.com/shop/?p=4610', 0, 'revision', '', 0),
(4611, 1, '2022-04-13 07:37:41', '2022-04-13 07:37:41', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Order History\" rel=\"noopener\"> \n                    <h3>Order History</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Categories</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sanitary\" rel=\"noopener\"> \n                    <h3>Sanitary</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shopBathroom\" target=\"_self\" title=\"Bathroom\" rel=\"noopener\"> \n                    <h3>Bathroom</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <h3>Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Shower\" rel=\"noopener\"> \n                    <h3>Shower</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <h3>Accessories</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-13 07:37:41', '2022-04-13 07:37:41', '', 48, 'https://hagarbath.com/shop/?p=4611', 0, 'revision', '', 0),
(4612, 1, '2022-04-13 07:37:42', '2022-04-13 07:37:42', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/privacy-policy\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Order History\" rel=\"noopener\"> \n                    <h3>Order History</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Categories</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sanitary\" rel=\"noopener\"> \n                    <h3>Sanitary</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shopBathroom\" target=\"_self\" title=\"Bathroom\" rel=\"noopener\"> \n                    <h3>Bathroom</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <h3>Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Shower\" rel=\"noopener\"> \n                    <h3>Shower</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <h3>Accessories</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-13 07:37:42', '2022-04-13 07:37:42', '', 48, 'https://hagarbath.com/shop/?p=4612', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4614, 1, '2022-04-13 09:30:21', '2022-04-13 09:30:21', '<p> </p>\n<br />\n<strong>TERMS AND CONDITIONS</strong>\n<a name=\"_7m5b3xg56u7y\"></a>\n \n<strong>Last updated April 13, 2022</strong><br /><a name=\"_gm5sejt4p02f\"></a>\n \n \n \n<strong>TABLE OF CONTENTS</strong>\n \n<a href=\"#agreement\" data-custom-class=\"link\">1. AGREEMENT TO TERMS</a>\n<a href=\"#ip\" data-custom-class=\"link\">2. INTELLECTUAL PROPERTY RIGHTS</a>\n<a href=\"#userreps\" data-custom-class=\"link\">3. USER REPRESENTATIONS</a>\n<a href=\"#userreg\" data-custom-class=\"link\">4. USER REGISTRATION</a>\n<a href=\"#products\" data-custom-class=\"link\">5. PRODUCTS</a>\n<a href=\"#purchases\" data-custom-class=\"link\">6. PURCHASES AND PAYMENT</a>\n<a href=\"#returnrefunds\" data-custom-class=\"link\">7. RETURN POLICY</a>\n<a href=\"#prohibited\" data-custom-class=\"link\">8. PROHIBITED ACTIVITIES</a>\n<a href=\"#ugc\" data-custom-class=\"link\">9. USER GENERATED CONTRIBUTIONS</a>\n<a href=\"#license\" data-custom-class=\"link\">10. CONTRIBUTION LICENSE</a>\n \n \n \n<a href=\"#submissions\" data-custom-class=\"link\">11. SUBMISSIONS</a>\n \n \n<a href=\"#sitemanage\" data-custom-class=\"link\">12. SITE MANAGEMENT</a>\n<a href=\"#privacypolicy\" data-custom-class=\"link\">13. PRIVACY POLICY</a>\n \n \n<a href=\"#terms\" data-custom-class=\"link\">14. TERM AND TERMINATION</a>\n<a href=\"#modifications\" data-custom-class=\"link\">15. MODIFICATIONS AND INTERRUPTIONS</a>\n<a href=\"#law\" data-custom-class=\"link\">16. GOVERNING LAW</a>\n<a href=\"#disputes\" data-custom-class=\"link\">17. DISPUTE RESOLUTION</a>\n<a href=\"#corrections\" data-custom-class=\"link\">18. CORRECTIONS</a>\n<a href=\"#disclaimer\" data-custom-class=\"link\">19. DISCLAIMER</a>\n<a href=\"#liability\" data-custom-class=\"link\">20. LIMITATIONS OF LIABILITY</a>\n<a href=\"#indemnification\" data-custom-class=\"link\">21. INDEMNIFICATION</a>\n<a href=\"#userdata\" data-custom-class=\"link\">22. USER DATA</a>\n<a href=\"#electronic\" data-custom-class=\"link\">23. ELECTRONIC COMMUNICATIONS, TRANSACTIONS, AND SIGNATURES</a>\n \n<a href=\"#misc\" data-custom-class=\"link\">24. MISCELLANEOUS</a>\n<a href=\"#contact\" data-custom-class=\"link\">25. CONTACT US</a>\n \n \n<a name=\"_6aa3gkhykvst\"></a><strong><strong>1. </strong>AGREEMENT TO TERMS</strong>\n \nThese Terms of Use constitute a legally binding agreement made between you, whether personally or on behalf of an entity (“you”) and Hagar Bath Pvt Ltd (\"<strong>Company</strong>\", “<strong>we</strong>”, “<strong>us</strong>”, or “<strong>our</strong>”), concerning your access to and use of the <a href=\"http://www.hagarbath.com/shop\" target=\"_blank\" rel=\"noopener\" data-custom-class=\"link\">http://www.hagarbath.com/shop</a> website as well as any other media form, media channel, mobile website or mobile application related, linked, or otherwise connected thereto (collectively, the “Site”). We are registered in India and have our registered office at E-20, Pilanji, South Extension I, Delhi, Delhi 110049. You agree that by accessing the Site, you have read, understood, and agreed to be bound by all of these Terms of Use. IF YOU DO NOT AGREE WITH ALL OF THESE TERMS OF USE, THEN YOU ARE EXPRESSLY PROHIBITED FROM USING THE SITE AND YOU MUST DISCONTINUE USE IMMEDIATELY.\n \nSupplemental terms and conditions or documents that may be posted on the Site from time to time are hereby expressly incorporated herein by reference. We reserve the right, in our sole discretion, to make changes or modifications to these Terms of Use at any time and for any reason. We will alert you about any changes by updating the “Last updated” date of these Terms of Use, and you waive any right to receive specific notice of each such change. Please ensure that you check the applicable Terms every time you use our Site so that you understand which Terms apply. You will be subject to, and will be deemed to have been made aware of and to have accepted, the changes in any revised Terms of Use by your continued use of the Site after the date such revised Terms of Use are posted.\n \nThe information provided on the Site is not intended for distribution to or use by any person or entity in any jurisdiction or country where such distribution or use would be contrary to law or regulation or which would subject us to any registration requirement within such jurisdiction or country. Accordingly, those persons who choose to access the Site from other locations do so on their own initiative and are solely responsible for compliance with local laws, if and to the extent local laws are applicable.\n \n \nAll users who are minors in the jurisdiction in which they reside (generally under the age of 18) must have the permission of, and be directly supervised by, their parent or guardian to use the Site. If you are a minor, you must have your parent or guardian read and agree to these Terms of Use prior to you using the Site.\n \n \n<a name=\"_b6y29mp52qvx\"></a><strong><strong><strong><strong>2.</strong></strong> </strong>INTELLECTUAL PROPERTY RIGHTS</strong>\n \nUnless otherwise<br />indicated, the Site is our proprietary property and all source code, databases,<br />functionality, software, website designs, audio, video, text, photographs, and<br />graphics on the Site (collectively, the “Content”) and the trademarks, service<br />marks, and logos contained therein (the “Marks”) are owned or controlled by us or<br />licensed to us, and are protected by copyright and trademark laws and various<br />other intellectual property rights and unfair competition laws of the United<br />States, international copyright laws, and international conventions. The Content and the Marks are provided on the<br />Site “AS IS” for your information and personal use only. Except as expressly provided in these Terms<br />of Use, no part of the Site and no Content or Marks may be copied, reproduced,<br />aggregated, republished, uploaded, posted, publicly displayed, encoded,<br />translated, transmitted, distributed, sold, licensed, or otherwise exploited<br />for any commercial purpose whatsoever, without our express prior written<br />permission.\n \nProvided that you<br />are eligible to use the Site, you are granted a limited license to access and<br />use the Site and to download or print a copy of any portion of the Content to<br />which you have properly gained access solely for your personal, non-commercial<br />use. We reserve all rights not expressly granted to you in and to the Site, the Content and the Marks.\n \n \n<a name=\"_5hg7kgyv9l8z\"></a><strong><strong><strong><strong>3.</strong></strong> </strong>USER REPRESENTATIONS</strong>\n \nBy using the Site, you represent and warrant that: (1) all registration information you submit<br />will be true, accurate, current, and complete; (2) you will maintain the accuracy of such information and promptly update such registration information as necessary; (3) you have the legal capacity and you agree to comply with these Terms of Use; (4) you are not a<br />minor in the jurisdiction in which you reside, or if a minor, you have<br />received parental permission to use the Site; (5) you will not access the Site<br />through automated or non-human means, whether through a bot, script or<br />otherwise; (6) you will not use the Site for any illegal or unauthorized<br />purpose; and (7) your use of the Site<br />will not violate any applicable law or regulation.\n \nIf you provide any information that is untrue, inaccurate, not current, or incomplete, we have the right to suspend or terminate your account and refuse any and all current or future use of the Site (or any portion thereof).\n \n \n \n<strong><strong><strong><strong>4.</strong></strong> </strong>USER REGISTRATION</strong>\n \nYou may be required to register with the Site. You agree to keep your password confidential and will be responsible for all use of your account and password. We reserve the right to remove, reclaim, or change a username you select if we determine, in our sole discretion, that such username is inappropriate, obscene, or otherwise objectionable.\n \n \n<a name=\"_nds4qylockxx\"></a><strong><strong><strong><strong>5.</strong></strong> </strong>PRODUCTS</strong>\n \nWe make every effort to display as accurately as possible the colors, features, specifications, and details of the products available on the Site. However, we do not guarantee that the colors, features, specifications, and details of the products will be accurate, complete, reliable, current, or free of other errors, and your electronic display may not accurately reflect the actual colors and details of the products. All products are subject to availability,<br />and we cannot guarantee that items will be in stock. We reserve the right to<br />discontinue any products at any time for any reason. Prices for all products<br />are subject to change.\n \n \n<a name=\"_ynub0jdx8pob\"></a><strong><strong><strong><strong>6.</strong></strong> </strong>PURCHASES AND PAYMENT</strong>\n \nWe accept the following forms of payment:\n \n- Visa\n- Mastercard\n- American Express\n- Discover\n- PayPal\n \n \nYou agree to provide current, complete, and accurate purchase and account information for all purchases made via the Site. You further agree to promptly update account and payment information, including email address, payment method, and payment card expiration date, so that we can complete your transactions and contact you as needed. Sales tax will be added to the price of purchases as deemed required by us. We may change prices at any time. All payments shall be in INR.\n \nYou agree to pay all charges at the prices then in effect for your purchases and any applicable shipping fees, and you authorize us to charge your chosen payment provider for any such amounts upon placing your order. We reserve the right to correct<br />any errors or mistakes in pricing, even if we have already requested or<br />received payment.\n \nWe reserve the<br />right to refuse any order placed through the Site. We may, in our sole discretion, limit or<br />cancel quantities purchased per person, per household, or per order. These restrictions may include orders placed<br />by or under the same customer account, the same payment method, and/or orders<br />that use the same billing or shipping address. We reserve the right to limit or prohibit orders that, in our sole<br />judgment, appear to be placed by dealers, resellers, or distributors.\n \n \n \n<strong><strong><strong><strong>7.</strong></strong> </strong>RETURN POLICY</strong>\n \nPlease review our Return Policy posted on the Site prior to making any purchases.\n \n<a name=\"_h284p8mrs3r7\"></a>\n<strong><strong><strong><strong>8.</strong></strong> </strong>PROHIBITED ACTIVITIES</strong>\n \nYou may not access or use the Site for any purpose other than that for which we make the Site available. The Site may not be used in connection with any commercial endeavors except those that are specifically endorsed or approved by us.\n \nAs a user of the Site, you agree not to:\n<ul>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Systematically retrieve data or other content from the Site to create or compile, directly or indirectly, a collection, compilation, database, or directory without written permission from us.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Trick, defraud, or mislead us and other users, especially in any attempt to learn sensitive account information such as user passwords.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Circumvent, disable, or otherwise interfere with security-related features of the Site, including features that prevent or restrict the use or copying of any Content or enforce limitations on the use of the Site and/or the Content contained therein.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Disparage, tarnish, or otherwise harm, in our opinion, us and/or the Site.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Use any information obtained from the Site in order to harass, abuse, or harm another person.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Make improper use of our support services or submit false reports of abuse or misconduct.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Use the Site in a manner inconsistent with any applicable laws or regulations.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Engage in unauthorized framing of or linking to the Site.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Upload or transmit (or attempt to upload or to transmit) viruses, Trojan horses, or other material, including excessive use of capital letters and spamming (continuous posting of repetitive text), that interferes with any party’s uninterrupted use and enjoyment of the Site or modifies, impairs, disrupts, alters, or interferes with the use, features, functions, operation, or maintenance of the Site.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Engage in any automated use of the system, such as using scripts to send comments or messages, or using any data mining, robots, or similar data gathering and extraction tools.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Delete the copyright or other proprietary rights notice from any Content.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Attempt to impersonate another user or person or use the username of another user.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Upload or transmit (or attempt to upload or to transmit) any material that acts as a passive or active information collection or transmission mechanism, including without limitation, clear graphics interchange formats (“gifs”), 1×1 pixels, web bugs, cookies, or other similar devices (sometimes referred to as “spyware” or “passive collection mechanisms” or “pcms”).</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Interfere with, disrupt, or create an undue burden on the Site or the networks or services connected to the Site.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Harass, annoy, intimidate, or threaten any of our employees or agents engaged in providing any portion of the Site to you.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Attempt to bypass any measures of the Site designed to prevent or restrict access to the Site, or any portion of the Site.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Copy or adapt the Site’s software, including but not limited to Flash, PHP, HTML, JavaScript, or other code.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Except as permitted by applicable law, decipher, decompile, disassemble, or reverse engineer any of the software comprising or in any way making up a part of the Site.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Except as may be the result of standard search engine or Internet browser usage, use, launch, develop, or distribute any automated system, including without limitation, any spider, robot, cheat utility, scraper, or offline reader that accesses the Site, or using or launching any unauthorized script or other software.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Use a buying agent or purchasing agent to make purchases on the Site.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Make any unauthorized use of the Site, including collecting usernames and/or email addresses of users by electronic or other means for the purpose of sending unsolicited email, or creating user accounts by automated means or under false pretenses.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Use the Site as part of any effort to compete with us or otherwise use the Site and/or the Content for any revenue-generating endeavor or commercial enterprise.</li>\n</ul>\n \n \n<strong><strong><strong><strong>9.</strong></strong> </strong>USER GENERATED CONTRIBUTIONS</strong>\n \nThe Site does not offer users to submit or post content. We may provide you with the opportunity to create, submit, post, display, transmit, perform, publish, distribute, or broadcast content and materials to us or on the Site, including but not limited to text, writings, video, audio, photographs, graphics, comments, suggestions, or personal information or other material (collectively, \"Contributions\"). Contributions may be viewable by other users of the Site and through third-party websites. As such, any Contributions you transmit may be treated in accordance with the Site Privacy Policy. When you create or make available any Contributions, you thereby represent and warrant that:\n<ul>\n<li style=\"line-height: 1.5;\">The creation, distribution, transmission, public display, or performance, and the accessing, downloading, or copying of your Contributions do not and will not infringe the proprietary rights, including but not limited to the copyright, patent, trademark, trade secret, or moral rights of any third party.</li>\n<li style=\"line-height: 1.5;\">You are the creator and owner of or have the necessary licenses, rights, consents, releases, and permissions to use and to authorize us, the Site, and other users of the Site to use your Contributions in any manner contemplated by the Site and these Terms of Use.</li>\n<li style=\"line-height: 1.5;\">You have the written consent, release, and/or permission of each and every identifiable individual person in your Contributions to use the name or likeness of each and every such identifiable individual person to enable inclusion and use of your Contributions in any manner contemplated by the Site and these Terms of Use.</li>\n<li style=\"line-height: 1.5;\">Your Contributions are not false, inaccurate, or misleading.</li>\n<li style=\"line-height: 1.5;\">Your Contributions are not unsolicited or unauthorized advertising, promotional materials, pyramid schemes, chain letters, spam, mass mailings, or other forms of solicitation.</li>\n<li style=\"line-height: 1.5;\">Your Contributions are not obscene, lewd, lascivious, filthy, violent, harassing, libelous, slanderous, or otherwise objectionable (as determined by us).</li>\n<li style=\"line-height: 1.5;\">Your Contributions do not ridicule, mock, disparage, intimidate, or abuse anyone.</li>\n<li style=\"line-height: 1.5;\">Your Contributions are not used to harass or threaten (in the legal sense of those terms) any other person and to promote violence against a specific person or class of people.</li>\n<li style=\"line-height: 1.5;\">Your Contributions do not violate any applicable law, regulation, or rule.</li>\n<li style=\"line-height: 1.5;\">Your Contributions do not violate the privacy or publicity rights of any third party.</li>\n<li style=\"line-height: 1.5;\">Your Contributions do not violate any applicable law concerning child pornography, or otherwise intended to protect the health or well-being of minors;</li>\n<li style=\"line-height: 1.5;\">Your Contributions do not include any offensive comments that are connected to race, national origin, gender, sexual preference, or physical handicap.</li>\n<li style=\"line-height: 1.5;\">Your Contributions do not otherwise violate, or link to material that violates, any provision of these Terms of Use, or any applicable law or regulation.</li>\n</ul>\nAny use of the Site or the Marketplace Offerings in violation of the foregoing violates these Terms of Use and may result in, among other things, termination or suspension of your rights to use the Site and the Marketplace Offerings.\n \n \n<strong><strong><strong><strong>10.</strong></strong> </strong>CONTRIBUTION LICENSE</strong>\n \n \nYou and Site agree that we may access, store, process, and use any information and personal data that you provide following the terms of the Privacy Policy and your choices (including settings).\n \nBy submitting suggestions or other feedback regarding the Site, you agree that we can use and share such feedback for any purpose without compensation to you.\n \nWe do not assert any ownership over your Contributions. You retain full ownership of all of your Contributions and any intellectual property rights or other proprietary rights associated with your Contributions. We are not liable for any statements or representations in your Contributions provided by you in any area on the Site. You are solely responsible for your Contributions to the Site and you expressly agree to exonerate us from any and all responsibility and to refrain from any legal action against us regarding your Contributions.\n \n \n \n \n \n \n<strong><strong><strong><strong>11.</strong> </strong></strong>SUBMISSIONS</strong>\n \nYou acknowledge and agree that any questions, comments, suggestions, ideas, feedback, or other information regarding the Site or the Marketplace Offerings (\"Submissions\") provided by you to us are non-confidential and shall become our sole property. We shall own exclusive rights, including all intellectual property rights, and shall be entitled to the unrestricted use and dissemination of these Submissions for any lawful purpose, commercial or otherwise, without acknowledgment or compensation to you. You hereby waive all moral rights to any such Submissions, and you hereby warrant that any such Submissions are original with you or that you have the right to submit such Submissions. You agree there shall be no recourse against us for any alleged or actual infringement or misappropriation of any proprietary right in your Submissions.\n \n \n \n \n<strong><strong><strong><strong>12.</strong></strong> </strong>SITE MANAGEMENT</strong>\n \nWe reserve the right, but not the obligation, to: (1) monitor the Site for violations of these Terms of Use; (2) take appropriate legal action against anyone who, in our sole discretion, violates the law or these Terms of Use, including without limitation, reporting such user to law enforcement authorities; (3) in our sole discretion and without limitation, refuse, restrict access to, limit the availability of, or disable (to the extent technologically feasible) any of your Contributions or any portion thereof; (4) in our sole discretion and without limitation, notice, or liability, to remove from the Site or otherwise disable all files and content that are excessive in size or are in any way burdensome to our systems; and (5) otherwise manage the Site in a manner designed to protect our rights and property and to facilitate the proper functioning of the Site and the Marketplace Offerings.\n \n \n \n<strong><strong><strong><strong>13.</strong></strong> </strong>PRIVACY POLICY</strong>\n \nWe care about data privacy and security. Please review our Privacy Policy:<strong> <a href=\"https://hagarbath.com/shop/privacy-policy/\" target=\"_blank\" rel=\"noopener\" data-custom-class=\"link\">https://hagarbath.com/shop/privacy-policy/</a></strong>. By using the Site or the Marketplace Offerings, you agree to be bound by our Privacy Policy, which is incorporated into these Terms of Use. Please be advised the Site and the Marketplace Offerings are hosted in India. If you access the Site or the Marketplace Offerings from any other region of the world with laws or other requirements governing personal data collection, use, or disclosure that differ from applicable laws in India, then through your continued use of the Site, you are transferring your data to India, and you expressly consent to have your data transferred to and processed in India.\n \n \n \n \n \n<strong><strong><strong><strong>14.</strong></strong> </strong>TERM AND TERMINATION</strong>\n \nThese Terms of Use shall remain in full force and effect while you use the Site. WITHOUT LIMITING ANY OTHER PROVISION OF THESE TERMS OF USE, WE RESERVE THE RIGHT TO, IN OUR SOLE DISCRETION AND WITHOUT NOTICE OR LIABILITY, DENY ACCESS TO AND USE OF THE SITE AND THE MARKETPLACE OFFERINGS (INCLUDING BLOCKING CERTAIN IP ADDRESSES), TO ANY PERSON FOR ANY REASON OR FOR NO REASON, INCLUDING WITHOUT LIMITATION FOR BREACH OF ANY REPRESENTATION, WARRANTY, OR COVENANT CONTAINED IN THESE TERMS OF USE OR OF ANY APPLICABLE LAW OR REGULATION. WE MAY TERMINATE YOUR USE OR PARTICIPATION IN THE SITE AND THE MARKETPLACE OFFERINGS OR DELETE YOUR ACCOUNT AND ANY CONTENT OR INFORMATION THAT YOU POSTED AT ANY TIME, WITHOUT WARNING, IN OUR SOLE DISCRETION.\n \nIf we terminate or suspend your account for any reason, you are prohibited from registering and creating a new account under your name, a fake or borrowed name, or the name of any third party, even if you may be acting on behalf of the third party. In addition to terminating or suspending your account, we reserve the right to take appropriate legal action, including without limitation pursuing civil, criminal, and injunctive redress.\n \n \n<strong><strong><strong><strong>15.</strong></strong> </strong>MODIFICATIONS AND INTERRUPTIONS</strong>\n \nWe reserve the right to change, modify, or remove the contents of the Site at any time or for any reason at our sole discretion without notice. However, we have no obligation to update any information on our Site. We also reserve the right to modify or discontinue all or part of the Marketplace Offerings without notice at any time. We will not be liable to you or any third party for any modification, price change, suspension, or discontinuance of the Site or the Marketplace Offerings.\n \nWe cannot guarantee the Site and the Marketplace Offerings will be available at all times. We may experience hardware, software, or other problems or need to perform maintenance related to the Site, resulting in interruptions, delays, or errors. We reserve the right to change, revise, update, suspend, discontinue, or otherwise modify the Site or the Marketplace Offerings at any time or for any reason without notice to you. You agree that we have no liability whatsoever for any loss, damage, or inconvenience caused by your inability to access or use the Site or the Marketplace Offerings during any downtime or discontinuance of the Site or the Marketplace Offerings. Nothing in these Terms of Use will be construed to obligate us to maintain and support the Site or the Marketplace Offerings or to supply any corrections, updates, or releases in connection therewith.\n \n \n<strong><strong><strong><strong>16.</strong></strong> </strong>GOVERNING LAW</strong>\n \n \nThese terms shall be governed by and defined following the laws of India. Hagar Bath Pvt Ltd and yourself irrevocably consent that the courts of India shall have exclusive jurisdiction to resolve any dispute which may arise in connection with these terms.\n \n \n<strong><strong><strong><strong>17.</strong></strong> </strong>DISPUTE RESOLUTION</strong>\n \n \nYou agree to irrevocably submit all disputes related to Terms or the relationship established by this Agreement to the jurisdiction of the India courts. Hagar Bath Pvt Ltd shall also maintain the right to bring proceedings as to the substance of the matter in the courts of the country where you reside or, if these Terms are entered into in the course of your trade or profession, the state of your principal place of business.\n \n \n \n<strong><strong><strong><strong>18.</strong></strong> </strong>CORRECTIONS</strong>\n \nThere may be information on the Site that contains typographical errors, inaccuracies, or omissions that may relate to the Marketplace Offerings, including descriptions, pricing, availability, and various other information. We reserve the right to correct any errors, inaccuracies, or omissions and to change or update the information on the Site at any time, without prior notice.\n \n \n<strong><strong><strong><strong>19.</strong></strong> </strong>DISCLAIMER</strong>\n \nTHE SITE IS PROVIDED<br />ON AN AS-IS AND AS-AVAILABLE BASIS. YOU<br />AGREE THAT YOUR USE OF THE SITE SERVICES WILL BE AT YOUR SOLE RISK. TO THE<br />FULLEST EXTENT PERMITTED BY LAW, WE DISCLAIM ALL WARRANTIES, EXPRESS OR<br />IMPLIED, IN CONNECTION WITH THE SITE AND YOUR USE THEREOF, INCLUDING, WITHOUT<br />LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR<br />PURPOSE, AND NON-INFRINGEMENT. WE MAKE NO WARRANTIES OR REPRESENTATIONS ABOUT<br />THE ACCURACY OR COMPLETENESS OF THE SITE’S CONTENT OR THE CONTENT OF ANY<br />WEBSITES LINKED TO THIS SITE AND WE WILL ASSUME NO LIABILITY OR RESPONSIBILITY<br />FOR ANY (1) ERRORS, MISTAKES, OR INACCURACIES OF CONTENT AND MATERIALS, (2)<br />PERSONAL INJURY OR PROPERTY DAMAGE, OF ANY NATURE WHATSOEVER, RESULTING FROM<br />YOUR ACCESS TO AND USE OF THE SITE, (3) ANY UNAUTHORIZED ACCESS TO OR USE OF<br />OUR SECURE SERVERS AND/OR ANY AND ALL PERSONAL INFORMATION AND/OR FINANCIAL<br />INFORMATION STORED THEREIN, (4) ANY INTERRUPTION OR CESSATION OF TRANSMISSION<br />TO OR FROM THE SITE, (5) ANY BUGS, VIRUSES, TROJAN HORSES, OR THE LIKE WHICH<br />MAY BE TRANSMITTED TO OR THROUGH THE SITE BY ANY THIRD PARTY, AND/OR (6) ANY<br />ERRORS OR OMISSIONS IN ANY CONTENT AND MATERIALS OR FOR ANY LOSS OR DAMAGE OF<br />ANY KIND INCURRED AS A RESULT OF THE USE OF ANY CONTENT POSTED, TRANSMITTED, OR<br />OTHERWISE MADE AVAILABLE VIA THE SITE. WE DO NOT WARRANT, ENDORSE, GUARANTEE,<br />OR ASSUME RESPONSIBILITY FOR ANY PRODUCT OR SERVICE ADVERTISED OR OFFERED BY A<br />THIRD PARTY THROUGH THE SITE, ANY HYPERLINKED WEBSITE, OR ANY WEBSITE OR MOBILE<br />APPLICATION FEATURED IN ANY BANNER OR OTHER ADVERTISING, AND WE WILL NOT BE A<br />PARTY TO OR IN ANY WAY BE RESPONSIBLE FOR MONITORING ANY TRANSACTION BETWEEN YOU<br />AND ANY THIRD-PARTY PROVIDERS OF PRODUCTS OR SERVICES. AS WITH THE<br />PURCHASE OF A PRODUCT OR SERVICE THROUGH ANY MEDIUM OR IN ANY ENVIRONMENT, YOU<br />SHOULD USE YOUR BEST JUDGMENT AND EXERCISE CAUTION WHERE APPROPRIATE.\n \n \n<strong><strong><strong><strong>20.</strong></strong> </strong>LIMITATIONS OF LIABILITY</strong>\n \nIN NO EVENT WILL WE OR OUR DIRECTORS, EMPLOYEES, OR AGENTS BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, EXEMPLARY, INCIDENTAL, SPECIAL, OR PUNITIVE DAMAGES, INCLUDING LOST PROFIT, LOST REVENUE, LOSS OF DATA, OR OTHER DAMAGES ARISING FROM YOUR USE OF THE SITE, EVEN IF WE HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. NOTWITHSTANDING ANYTHING TO THE CONTRARY CONTAINED HEREIN, OUR LIABILITY TO YOU FOR ANY CAUSE WHATSOEVER AND REGARDLESS OF THE FORM OF THE ACTION, WILL AT ALL TIMES BE LIMITED TO THE<br />AMOUNT PAID, IF ANY, BY YOU TO US DURING THE six (6) mONTH PERIOD PRIOR TO ANY CAUSE OF ACTION ARISING . CERTAIN US STATE LAWS AND INTERNATIONAL LAWS DO NOT ALLOW LIMITATIONS ON IMPLIED WARRANTIES OR THE EXCLUSION OR LIMITATION OF CERTAIN DAMAGES. IF THESE LAWS APPLY TO YOU, SOME OR ALL OF THE ABOVE DISCLAIMERS OR LIMITATIONS MAY NOT APPLY TO YOU, AND YOU MAY HAVE ADDITIONAL RIGHTS.\n \n \n<strong><strong><strong><strong>21.</strong></strong> </strong>INDEMNIFICATION</strong>\n \nYou agree to<br />defend, indemnify, and hold us harmless, including our subsidiaries,<br />affiliates, and all of our respective officers, agents, partners, and<br />employees, from and against any loss, damage, liability, claim, or demand, including<br />reasonable attorneys’ fees and expenses, made by any third party due to or<br />arising out of: (1) use of the Site; (2) breach of these Terms of Use; (3) any breach of your representations and warranties set forth in these Terms of Use; (4) your violation of the rights of a third party, including but not limited to intellectual property rights; or (5) any overt harmful act toward any other user of the Site with whom you connected via the Site. Notwithstanding the foregoing, we reserve the right, at your expense, to assume the exclusive defense and control of any matter for which you are required to indemnify us, and you agree to cooperate, at your expense, with our defense of such claims. We will use reasonable efforts to notify you of any such claim, action, or proceeding which is subject to this indemnification upon becoming aware of it.\n \n \n<strong><strong><strong><strong>22.</strong></strong> </strong>USER DATA</strong>\n \nWe will maintain<br />certain data that you transmit to the Site for the purpose of managing the<br />performance of the Site, as well as data relating to your use of the Site. Although we perform regular routine backups<br />of data, you are solely responsible for all data that you transmit or that<br />relates to any activity you have undertaken using the Site. You agree<br />that we shall have no liability to you for any loss or corruption of any such<br />data, and you hereby waive any right of action against us arising from any such<br />loss or corruption of such data.\n \n \n<strong><strong><strong><strong>23.</strong></strong> </strong>ELECTRONIC COMMUNICATIONS, TRANSACTIONS, AND SIGNATURES</strong>\n \nVisiting the Site, sending us emails, and completing online forms constitute electronic communications. You consent to receive electronic communications, and you agree that all agreements, notices, disclosures, and other communications we provide to you electronically, via email and on the Site, satisfy any legal requirement that such communication be in writing. YOU HEREBY AGREE TO THE USE OF ELECTRONIC SIGNATURES, CONTRACTS, ORDERS, AND OTHER RECORDS, AND TO ELECTRONIC DELIVERY OF NOTICES, POLICIES, AND RECORDS OF TRANSACTIONS INITIATED OR COMPLETED BY US OR VIA THE SITE. You hereby waive any rights or requirements under any statutes, regulations, rules, ordinances, or other laws in any jurisdiction which require an original signature or delivery or retention of non-electronic records, or to payments or the granting of credits by any means other than electronic means.\n \n \n \n<strong><strong><strong><strong>24.</strong></strong> </strong>MISCELLANEOUS</strong>\n \nThese Terms of Use and any policies or operating rules posted by us on the Site or in respect to the Site constitute the entire agreement and understanding between you and us. Our failure to exercise or enforce any right or provision of these Terms of Use shall not operate as a waiver of such right or provision. These Terms of Use operate to the fullest extent permissible by law. We may assign any or all of our rights and obligations to others at any time. We shall not be responsible or liable for any loss, damage, delay, or failure to act caused by any cause beyond our reasonable control. If any provision or part of a provision of these Terms of Use is determined to be unlawful, void, or unenforceable, that provision or part of the provision is deemed severable from these Terms of Use and does not affect the validity and enforceability of any remaining provisions. There is no joint venture, partnership, employment or agency relationship created between you and us as a result of these Terms of Use or use of the Site. You agree that these Terms of Use will not be construed against us by virtue of having drafted them. You hereby waive any and all defenses you may have based on the electronic form of these Terms of Use and the lack of signing by the parties hereto to execute these Terms of Use.\n \n \n<strong><strong><strong><strong>25.</strong></strong> </strong>CONTACT US</strong>\n \nIn order to resolve a complaint regarding the Site or to receive further information regarding use of the Site, please contact us at:\n \n<strong>Hagar Bath Pvt Ltd</strong>\n<strong>E-20, Pilanji, South Extension I</strong>\n<strong>Delhi, Delhi 110049</strong>\nIndia\n<strong><strong>Phone: 888 1 222 666  <br /></strong></strong>\n<strong><strong>online@hagarbath.com</strong></strong>', 'Terms & Conditions', '', 'publish', 'closed', 'closed', '', 'terms-conditions', '', '', '2022-04-13 09:38:57', '2022-04-13 09:38:57', '', 0, 'https://hagarbath.com/shop/?page_id=4614', 0, 'page', '', 0),
(4615, 1, '2022-04-13 07:48:58', '2022-04-13 07:48:58', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/privacy-policy\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Order History\" rel=\"noopener\"> \n                    <h3>Order History</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Categories</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sanitary\" rel=\"noopener\"> \n                    <h3>Sanitary</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shopBathroom\" target=\"_self\" title=\"Bathroom\" rel=\"noopener\"> \n                    <h3>Bathroom</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <h3>Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Shower\" rel=\"noopener\"> \n                    <h3>Shower</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <h3>Accessories</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-13 07:48:58', '2022-04-13 07:48:58', '', 48, 'https://hagarbath.com/shop/?p=4615', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4616, 1, '2022-04-13 07:48:59', '2022-04-13 07:48:59', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/privacy-policy\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Order History\" rel=\"noopener\"> \n                    <h3>Order History</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Categories</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sanitary\" rel=\"noopener\"> \n                    <h3>Sanitary</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shopBathroom\" target=\"_self\" title=\"Bathroom\" rel=\"noopener\"> \n                    <h3>Bathroom</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <h3>Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Shower\" rel=\"noopener\"> \n                    <h3>Shower</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <h3>Accessories</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-13 07:48:59', '2022-04-13 07:48:59', '', 48, 'https://hagarbath.com/shop/?p=4616', 0, 'revision', '', 0),
(4617, 1, '2022-04-13 07:48:59', '2022-04-13 07:48:59', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/about-us\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/privacy-policy\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Order History\" rel=\"noopener\"> \n                    <h3>Order History</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Categories</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sanitary\" rel=\"noopener\"> \n                    <h3>Sanitary</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shopBathroom\" target=\"_self\" title=\"Bathroom\" rel=\"noopener\"> \n                    <h3>Bathroom</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <h3>Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Shower\" rel=\"noopener\"> \n                    <h3>Shower</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <h3>Accessories</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-13 07:48:59', '2022-04-13 07:48:59', '', 48, 'https://hagarbath.com/shop/?p=4617', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4618, 1, '2022-04-13 07:51:26', '2022-04-13 07:51:26', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625662b778bfd\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625662b778bfd\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625662b77b166\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625662b77b166\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625662b77d6c4\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625662b77d6c4\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4248 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 07:51:26', '2022-04-13 07:51:26', '', 18, 'https://hagarbath.com/shop/?p=4618', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4619, 1, '2022-04-13 07:51:28', '2022-04-13 07:51:28', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625662b778bfd\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625662b778bfd\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625662b77b166\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625662b77b166\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_625662b77d6c4\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_625662b77d6c4\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4248 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 07:51:28', '2022-04-13 07:51:28', '', 18, 'https://hagarbath.com/shop/?p=4619', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4620, 1, '2022-04-13 07:51:28', '2022-04-13 07:51:28', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_62568100b1c64\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62568100b1c64\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_62568100b415b\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62568100b415b\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_62568100b681e\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62568100b681e\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7555 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 07:51:28', '2022-04-13 07:51:28', '', 18, 'https://hagarbath.com/shop/?p=4620', 0, 'revision', '', 0),
(4621, 1, '2022-04-13 09:29:20', '2022-04-13 09:29:20', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', '09922bcee3f1809c6461d03a5a635e49', '', '', '2022-04-13 09:29:20', '2022-04-13 09:29:20', '', 0, 'https://hagarbath.com/shop/2022/04/13/09922bcee3f1809c6461d03a5a635e49/', 0, 'oembed_cache', '', 0),
(4622, 1, '2022-04-13 09:36:59', '2022-04-13 09:36:59', '<blockquote class=\"wp-embedded-content\" data-secret=\"7e90GbKGDZ\"><a href=\"https://hagarbath.com/shop/\">Hagar Bath</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;Hagar Bath&#8221; &#8212; Hagar Bath\" src=\"https://hagarbath.com/shop/embed/#?secret=IiToUDMt0k#?secret=7e90GbKGDZ\" data-secret=\"7e90GbKGDZ\" width=\"239\" height=\"200\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>', '', '', 'publish', 'closed', 'closed', '', '6fb5362c2ee01f57855b27f7fab8bb4c', '', '', '2022-04-13 09:36:59', '2022-04-13 09:36:59', '', 0, 'https://hagarbath.com/shop/2022/04/13/6fb5362c2ee01f57855b27f7fab8bb4c/', 0, 'oembed_cache', '', 0),
(4623, 1, '2022-04-13 09:38:56', '2022-04-13 09:38:56', '', 'Terms & Conditions', '', 'inherit', 'closed', 'closed', '', '4614-revision-v1', '', '', '2022-04-13 09:38:56', '2022-04-13 09:38:56', '', 4614, 'https://hagarbath.com/shop/?p=4623', 0, 'revision', '', 0),
(4624, 1, '2022-04-13 09:38:57', '2022-04-13 09:38:57', '', 'Terms & Conditions', '', 'inherit', 'closed', 'closed', '', '4614-revision-v1', '', '', '2022-04-13 09:38:57', '2022-04-13 09:38:57', '', 4614, 'https://hagarbath.com/shop/?p=4624', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4625, 1, '2022-04-13 09:38:57', '2022-04-13 09:38:57', '<p> </p>\n<br />\n<strong>TERMS AND CONDITIONS</strong>\n<a name=\"_7m5b3xg56u7y\"></a>\n \n<strong>Last updated April 13, 2022</strong><br /><a name=\"_gm5sejt4p02f\"></a>\n \n \n \n<strong>TABLE OF CONTENTS</strong>\n \n<a href=\"#agreement\" data-custom-class=\"link\">1. AGREEMENT TO TERMS</a>\n<a href=\"#ip\" data-custom-class=\"link\">2. INTELLECTUAL PROPERTY RIGHTS</a>\n<a href=\"#userreps\" data-custom-class=\"link\">3. USER REPRESENTATIONS</a>\n<a href=\"#userreg\" data-custom-class=\"link\">4. USER REGISTRATION</a>\n<a href=\"#products\" data-custom-class=\"link\">5. PRODUCTS</a>\n<a href=\"#purchases\" data-custom-class=\"link\">6. PURCHASES AND PAYMENT</a>\n<a href=\"#returnrefunds\" data-custom-class=\"link\">7. RETURN POLICY</a>\n<a href=\"#prohibited\" data-custom-class=\"link\">8. PROHIBITED ACTIVITIES</a>\n<a href=\"#ugc\" data-custom-class=\"link\">9. USER GENERATED CONTRIBUTIONS</a>\n<a href=\"#license\" data-custom-class=\"link\">10. CONTRIBUTION LICENSE</a>\n \n \n \n<a href=\"#submissions\" data-custom-class=\"link\">11. SUBMISSIONS</a>\n \n \n<a href=\"#sitemanage\" data-custom-class=\"link\">12. SITE MANAGEMENT</a>\n<a href=\"#privacypolicy\" data-custom-class=\"link\">13. PRIVACY POLICY</a>\n \n \n<a href=\"#terms\" data-custom-class=\"link\">14. TERM AND TERMINATION</a>\n<a href=\"#modifications\" data-custom-class=\"link\">15. MODIFICATIONS AND INTERRUPTIONS</a>\n<a href=\"#law\" data-custom-class=\"link\">16. GOVERNING LAW</a>\n<a href=\"#disputes\" data-custom-class=\"link\">17. DISPUTE RESOLUTION</a>\n<a href=\"#corrections\" data-custom-class=\"link\">18. CORRECTIONS</a>\n<a href=\"#disclaimer\" data-custom-class=\"link\">19. DISCLAIMER</a>\n<a href=\"#liability\" data-custom-class=\"link\">20. LIMITATIONS OF LIABILITY</a>\n<a href=\"#indemnification\" data-custom-class=\"link\">21. INDEMNIFICATION</a>\n<a href=\"#userdata\" data-custom-class=\"link\">22. USER DATA</a>\n<a href=\"#electronic\" data-custom-class=\"link\">23. ELECTRONIC COMMUNICATIONS, TRANSACTIONS, AND SIGNATURES</a>\n \n<a href=\"#misc\" data-custom-class=\"link\">24. MISCELLANEOUS</a>\n<a href=\"#contact\" data-custom-class=\"link\">25. CONTACT US</a>\n \n \n<a name=\"_6aa3gkhykvst\"></a><strong><strong>1. </strong>AGREEMENT TO TERMS</strong>\n \nThese Terms of Use constitute a legally binding agreement made between you, whether personally or on behalf of an entity (“you”) and Hagar Bath Pvt Ltd (\"<strong>Company</strong>\", “<strong>we</strong>”, “<strong>us</strong>”, or “<strong>our</strong>”), concerning your access to and use of the <a href=\"http://www.hagarbath.com/shop\" target=\"_blank\" rel=\"noopener\" data-custom-class=\"link\">http://www.hagarbath.com/shop</a> website as well as any other media form, media channel, mobile website or mobile application related, linked, or otherwise connected thereto (collectively, the “Site”). We are registered in India and have our registered office at E-20, Pilanji, South Extension I, Delhi, Delhi 110049. You agree that by accessing the Site, you have read, understood, and agreed to be bound by all of these Terms of Use. IF YOU DO NOT AGREE WITH ALL OF THESE TERMS OF USE, THEN YOU ARE EXPRESSLY PROHIBITED FROM USING THE SITE AND YOU MUST DISCONTINUE USE IMMEDIATELY.\n \nSupplemental terms and conditions or documents that may be posted on the Site from time to time are hereby expressly incorporated herein by reference. We reserve the right, in our sole discretion, to make changes or modifications to these Terms of Use at any time and for any reason. We will alert you about any changes by updating the “Last updated” date of these Terms of Use, and you waive any right to receive specific notice of each such change. Please ensure that you check the applicable Terms every time you use our Site so that you understand which Terms apply. You will be subject to, and will be deemed to have been made aware of and to have accepted, the changes in any revised Terms of Use by your continued use of the Site after the date such revised Terms of Use are posted.\n \nThe information provided on the Site is not intended for distribution to or use by any person or entity in any jurisdiction or country where such distribution or use would be contrary to law or regulation or which would subject us to any registration requirement within such jurisdiction or country. Accordingly, those persons who choose to access the Site from other locations do so on their own initiative and are solely responsible for compliance with local laws, if and to the extent local laws are applicable.\n \n \nAll users who are minors in the jurisdiction in which they reside (generally under the age of 18) must have the permission of, and be directly supervised by, their parent or guardian to use the Site. If you are a minor, you must have your parent or guardian read and agree to these Terms of Use prior to you using the Site.\n \n \n<a name=\"_b6y29mp52qvx\"></a><strong><strong><strong><strong>2.</strong></strong> </strong>INTELLECTUAL PROPERTY RIGHTS</strong>\n \nUnless otherwise<br />indicated, the Site is our proprietary property and all source code, databases,<br />functionality, software, website designs, audio, video, text, photographs, and<br />graphics on the Site (collectively, the “Content”) and the trademarks, service<br />marks, and logos contained therein (the “Marks”) are owned or controlled by us or<br />licensed to us, and are protected by copyright and trademark laws and various<br />other intellectual property rights and unfair competition laws of the United<br />States, international copyright laws, and international conventions. The Content and the Marks are provided on the<br />Site “AS IS” for your information and personal use only. Except as expressly provided in these Terms<br />of Use, no part of the Site and no Content or Marks may be copied, reproduced,<br />aggregated, republished, uploaded, posted, publicly displayed, encoded,<br />translated, transmitted, distributed, sold, licensed, or otherwise exploited<br />for any commercial purpose whatsoever, without our express prior written<br />permission.\n \nProvided that you<br />are eligible to use the Site, you are granted a limited license to access and<br />use the Site and to download or print a copy of any portion of the Content to<br />which you have properly gained access solely for your personal, non-commercial<br />use. We reserve all rights not expressly granted to you in and to the Site, the Content and the Marks.\n \n \n<a name=\"_5hg7kgyv9l8z\"></a><strong><strong><strong><strong>3.</strong></strong> </strong>USER REPRESENTATIONS</strong>\n \nBy using the Site, you represent and warrant that: (1) all registration information you submit<br />will be true, accurate, current, and complete; (2) you will maintain the accuracy of such information and promptly update such registration information as necessary; (3) you have the legal capacity and you agree to comply with these Terms of Use; (4) you are not a<br />minor in the jurisdiction in which you reside, or if a minor, you have<br />received parental permission to use the Site; (5) you will not access the Site<br />through automated or non-human means, whether through a bot, script or<br />otherwise; (6) you will not use the Site for any illegal or unauthorized<br />purpose; and (7) your use of the Site<br />will not violate any applicable law or regulation.\n \nIf you provide any information that is untrue, inaccurate, not current, or incomplete, we have the right to suspend or terminate your account and refuse any and all current or future use of the Site (or any portion thereof).\n \n \n \n<strong><strong><strong><strong>4.</strong></strong> </strong>USER REGISTRATION</strong>\n \nYou may be required to register with the Site. You agree to keep your password confidential and will be responsible for all use of your account and password. We reserve the right to remove, reclaim, or change a username you select if we determine, in our sole discretion, that such username is inappropriate, obscene, or otherwise objectionable.\n \n \n<a name=\"_nds4qylockxx\"></a><strong><strong><strong><strong>5.</strong></strong> </strong>PRODUCTS</strong>\n \nWe make every effort to display as accurately as possible the colors, features, specifications, and details of the products available on the Site. However, we do not guarantee that the colors, features, specifications, and details of the products will be accurate, complete, reliable, current, or free of other errors, and your electronic display may not accurately reflect the actual colors and details of the products. All products are subject to availability,<br />and we cannot guarantee that items will be in stock. We reserve the right to<br />discontinue any products at any time for any reason. Prices for all products<br />are subject to change.\n \n \n<a name=\"_ynub0jdx8pob\"></a><strong><strong><strong><strong>6.</strong></strong> </strong>PURCHASES AND PAYMENT</strong>\n \nWe accept the following forms of payment:\n \n- Visa\n- Mastercard\n- American Express\n- Discover\n- PayPal\n \n \nYou agree to provide current, complete, and accurate purchase and account information for all purchases made via the Site. You further agree to promptly update account and payment information, including email address, payment method, and payment card expiration date, so that we can complete your transactions and contact you as needed. Sales tax will be added to the price of purchases as deemed required by us. We may change prices at any time. All payments shall be in INR.\n \nYou agree to pay all charges at the prices then in effect for your purchases and any applicable shipping fees, and you authorize us to charge your chosen payment provider for any such amounts upon placing your order. We reserve the right to correct<br />any errors or mistakes in pricing, even if we have already requested or<br />received payment.\n \nWe reserve the<br />right to refuse any order placed through the Site. We may, in our sole discretion, limit or<br />cancel quantities purchased per person, per household, or per order. These restrictions may include orders placed<br />by or under the same customer account, the same payment method, and/or orders<br />that use the same billing or shipping address. We reserve the right to limit or prohibit orders that, in our sole<br />judgment, appear to be placed by dealers, resellers, or distributors.\n \n \n \n<strong><strong><strong><strong>7.</strong></strong> </strong>RETURN POLICY</strong>\n \nPlease review our Return Policy posted on the Site prior to making any purchases.\n \n<a name=\"_h284p8mrs3r7\"></a>\n<strong><strong><strong><strong>8.</strong></strong> </strong>PROHIBITED ACTIVITIES</strong>\n \nYou may not access or use the Site for any purpose other than that for which we make the Site available. The Site may not be used in connection with any commercial endeavors except those that are specifically endorsed or approved by us.\n \nAs a user of the Site, you agree not to:\n<ul>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Systematically retrieve data or other content from the Site to create or compile, directly or indirectly, a collection, compilation, database, or directory without written permission from us.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Trick, defraud, or mislead us and other users, especially in any attempt to learn sensitive account information such as user passwords.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Circumvent, disable, or otherwise interfere with security-related features of the Site, including features that prevent or restrict the use or copying of any Content or enforce limitations on the use of the Site and/or the Content contained therein.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Disparage, tarnish, or otherwise harm, in our opinion, us and/or the Site.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Use any information obtained from the Site in order to harass, abuse, or harm another person.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Make improper use of our support services or submit false reports of abuse or misconduct.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Use the Site in a manner inconsistent with any applicable laws or regulations.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Engage in unauthorized framing of or linking to the Site.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Upload or transmit (or attempt to upload or to transmit) viruses, Trojan horses, or other material, including excessive use of capital letters and spamming (continuous posting of repetitive text), that interferes with any party’s uninterrupted use and enjoyment of the Site or modifies, impairs, disrupts, alters, or interferes with the use, features, functions, operation, or maintenance of the Site.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Engage in any automated use of the system, such as using scripts to send comments or messages, or using any data mining, robots, or similar data gathering and extraction tools.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Delete the copyright or other proprietary rights notice from any Content.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Attempt to impersonate another user or person or use the username of another user.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Upload or transmit (or attempt to upload or to transmit) any material that acts as a passive or active information collection or transmission mechanism, including without limitation, clear graphics interchange formats (“gifs”), 1×1 pixels, web bugs, cookies, or other similar devices (sometimes referred to as “spyware” or “passive collection mechanisms” or “pcms”).</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Interfere with, disrupt, or create an undue burden on the Site or the networks or services connected to the Site.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Harass, annoy, intimidate, or threaten any of our employees or agents engaged in providing any portion of the Site to you.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Attempt to bypass any measures of the Site designed to prevent or restrict access to the Site, or any portion of the Site.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Copy or adapt the Site’s software, including but not limited to Flash, PHP, HTML, JavaScript, or other code.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Except as permitted by applicable law, decipher, decompile, disassemble, or reverse engineer any of the software comprising or in any way making up a part of the Site.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Except as may be the result of standard search engine or Internet browser usage, use, launch, develop, or distribute any automated system, including without limitation, any spider, robot, cheat utility, scraper, or offline reader that accesses the Site, or using or launching any unauthorized script or other software.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Use a buying agent or purchasing agent to make purchases on the Site.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Make any unauthorized use of the Site, including collecting usernames and/or email addresses of users by electronic or other means for the purpose of sending unsolicited email, or creating user accounts by automated means or under false pretenses.</li>\n<li style=\"line-height: 1.5; text-align: left;\" data-custom-class=\"body_text\">Use the Site as part of any effort to compete with us or otherwise use the Site and/or the Content for any revenue-generating endeavor or commercial enterprise.</li>\n</ul>\n \n \n<strong><strong><strong><strong>9.</strong></strong> </strong>USER GENERATED CONTRIBUTIONS</strong>\n \nThe Site does not offer users to submit or post content. We may provide you with the opportunity to create, submit, post, display, transmit, perform, publish, distribute, or broadcast content and materials to us or on the Site, including but not limited to text, writings, video, audio, photographs, graphics, comments, suggestions, or personal information or other material (collectively, \"Contributions\"). Contributions may be viewable by other users of the Site and through third-party websites. As such, any Contributions you transmit may be treated in accordance with the Site Privacy Policy. When you create or make available any Contributions, you thereby represent and warrant that:\n<ul>\n<li style=\"line-height: 1.5;\">The creation, distribution, transmission, public display, or performance, and the accessing, downloading, or copying of your Contributions do not and will not infringe the proprietary rights, including but not limited to the copyright, patent, trademark, trade secret, or moral rights of any third party.</li>\n<li style=\"line-height: 1.5;\">You are the creator and owner of or have the necessary licenses, rights, consents, releases, and permissions to use and to authorize us, the Site, and other users of the Site to use your Contributions in any manner contemplated by the Site and these Terms of Use.</li>\n<li style=\"line-height: 1.5;\">You have the written consent, release, and/or permission of each and every identifiable individual person in your Contributions to use the name or likeness of each and every such identifiable individual person to enable inclusion and use of your Contributions in any manner contemplated by the Site and these Terms of Use.</li>\n<li style=\"line-height: 1.5;\">Your Contributions are not false, inaccurate, or misleading.</li>\n<li style=\"line-height: 1.5;\">Your Contributions are not unsolicited or unauthorized advertising, promotional materials, pyramid schemes, chain letters, spam, mass mailings, or other forms of solicitation.</li>\n<li style=\"line-height: 1.5;\">Your Contributions are not obscene, lewd, lascivious, filthy, violent, harassing, libelous, slanderous, or otherwise objectionable (as determined by us).</li>\n<li style=\"line-height: 1.5;\">Your Contributions do not ridicule, mock, disparage, intimidate, or abuse anyone.</li>\n<li style=\"line-height: 1.5;\">Your Contributions are not used to harass or threaten (in the legal sense of those terms) any other person and to promote violence against a specific person or class of people.</li>\n<li style=\"line-height: 1.5;\">Your Contributions do not violate any applicable law, regulation, or rule.</li>\n<li style=\"line-height: 1.5;\">Your Contributions do not violate the privacy or publicity rights of any third party.</li>\n<li style=\"line-height: 1.5;\">Your Contributions do not violate any applicable law concerning child pornography, or otherwise intended to protect the health or well-being of minors;</li>\n<li style=\"line-height: 1.5;\">Your Contributions do not include any offensive comments that are connected to race, national origin, gender, sexual preference, or physical handicap.</li>\n<li style=\"line-height: 1.5;\">Your Contributions do not otherwise violate, or link to material that violates, any provision of these Terms of Use, or any applicable law or regulation.</li>\n</ul>\nAny use of the Site or the Marketplace Offerings in violation of the foregoing violates these Terms of Use and may result in, among other things, termination or suspension of your rights to use the Site and the Marketplace Offerings.\n \n \n<strong><strong><strong><strong>10.</strong></strong> </strong>CONTRIBUTION LICENSE</strong>\n \n \nYou and Site agree that we may access, store, process, and use any information and personal data that you provide following the terms of the Privacy Policy and your choices (including settings).\n \nBy submitting suggestions or other feedback regarding the Site, you agree that we can use and share such feedback for any purpose without compensation to you.\n \nWe do not assert any ownership over your Contributions. You retain full ownership of all of your Contributions and any intellectual property rights or other proprietary rights associated with your Contributions. We are not liable for any statements or representations in your Contributions provided by you in any area on the Site. You are solely responsible for your Contributions to the Site and you expressly agree to exonerate us from any and all responsibility and to refrain from any legal action against us regarding your Contributions.\n \n \n \n \n \n \n<strong><strong><strong><strong>11.</strong> </strong></strong>SUBMISSIONS</strong>\n \nYou acknowledge and agree that any questions, comments, suggestions, ideas, feedback, or other information regarding the Site or the Marketplace Offerings (\"Submissions\") provided by you to us are non-confidential and shall become our sole property. We shall own exclusive rights, including all intellectual property rights, and shall be entitled to the unrestricted use and dissemination of these Submissions for any lawful purpose, commercial or otherwise, without acknowledgment or compensation to you. You hereby waive all moral rights to any such Submissions, and you hereby warrant that any such Submissions are original with you or that you have the right to submit such Submissions. You agree there shall be no recourse against us for any alleged or actual infringement or misappropriation of any proprietary right in your Submissions.\n \n \n \n \n<strong><strong><strong><strong>12.</strong></strong> </strong>SITE MANAGEMENT</strong>\n \nWe reserve the right, but not the obligation, to: (1) monitor the Site for violations of these Terms of Use; (2) take appropriate legal action against anyone who, in our sole discretion, violates the law or these Terms of Use, including without limitation, reporting such user to law enforcement authorities; (3) in our sole discretion and without limitation, refuse, restrict access to, limit the availability of, or disable (to the extent technologically feasible) any of your Contributions or any portion thereof; (4) in our sole discretion and without limitation, notice, or liability, to remove from the Site or otherwise disable all files and content that are excessive in size or are in any way burdensome to our systems; and (5) otherwise manage the Site in a manner designed to protect our rights and property and to facilitate the proper functioning of the Site and the Marketplace Offerings.\n \n \n \n<strong><strong><strong><strong>13.</strong></strong> </strong>PRIVACY POLICY</strong>\n \nWe care about data privacy and security. Please review our Privacy Policy:<strong> <a href=\"https://hagarbath.com/shop/privacy-policy/\" target=\"_blank\" rel=\"noopener\" data-custom-class=\"link\">https://hagarbath.com/shop/privacy-policy/</a></strong>. By using the Site or the Marketplace Offerings, you agree to be bound by our Privacy Policy, which is incorporated into these Terms of Use. Please be advised the Site and the Marketplace Offerings are hosted in India. If you access the Site or the Marketplace Offerings from any other region of the world with laws or other requirements governing personal data collection, use, or disclosure that differ from applicable laws in India, then through your continued use of the Site, you are transferring your data to India, and you expressly consent to have your data transferred to and processed in India.\n \n \n \n \n \n<strong><strong><strong><strong>14.</strong></strong> </strong>TERM AND TERMINATION</strong>\n \nThese Terms of Use shall remain in full force and effect while you use the Site. WITHOUT LIMITING ANY OTHER PROVISION OF THESE TERMS OF USE, WE RESERVE THE RIGHT TO, IN OUR SOLE DISCRETION AND WITHOUT NOTICE OR LIABILITY, DENY ACCESS TO AND USE OF THE SITE AND THE MARKETPLACE OFFERINGS (INCLUDING BLOCKING CERTAIN IP ADDRESSES), TO ANY PERSON FOR ANY REASON OR FOR NO REASON, INCLUDING WITHOUT LIMITATION FOR BREACH OF ANY REPRESENTATION, WARRANTY, OR COVENANT CONTAINED IN THESE TERMS OF USE OR OF ANY APPLICABLE LAW OR REGULATION. WE MAY TERMINATE YOUR USE OR PARTICIPATION IN THE SITE AND THE MARKETPLACE OFFERINGS OR DELETE YOUR ACCOUNT AND ANY CONTENT OR INFORMATION THAT YOU POSTED AT ANY TIME, WITHOUT WARNING, IN OUR SOLE DISCRETION.\n \nIf we terminate or suspend your account for any reason, you are prohibited from registering and creating a new account under your name, a fake or borrowed name, or the name of any third party, even if you may be acting on behalf of the third party. In addition to terminating or suspending your account, we reserve the right to take appropriate legal action, including without limitation pursuing civil, criminal, and injunctive redress.\n \n \n<strong><strong><strong><strong>15.</strong></strong> </strong>MODIFICATIONS AND INTERRUPTIONS</strong>\n \nWe reserve the right to change, modify, or remove the contents of the Site at any time or for any reason at our sole discretion without notice. However, we have no obligation to update any information on our Site. We also reserve the right to modify or discontinue all or part of the Marketplace Offerings without notice at any time. We will not be liable to you or any third party for any modification, price change, suspension, or discontinuance of the Site or the Marketplace Offerings.\n \nWe cannot guarantee the Site and the Marketplace Offerings will be available at all times. We may experience hardware, software, or other problems or need to perform maintenance related to the Site, resulting in interruptions, delays, or errors. We reserve the right to change, revise, update, suspend, discontinue, or otherwise modify the Site or the Marketplace Offerings at any time or for any reason without notice to you. You agree that we have no liability whatsoever for any loss, damage, or inconvenience caused by your inability to access or use the Site or the Marketplace Offerings during any downtime or discontinuance of the Site or the Marketplace Offerings. Nothing in these Terms of Use will be construed to obligate us to maintain and support the Site or the Marketplace Offerings or to supply any corrections, updates, or releases in connection therewith.\n \n \n<strong><strong><strong><strong>16.</strong></strong> </strong>GOVERNING LAW</strong>\n \n \nThese terms shall be governed by and defined following the laws of India. Hagar Bath Pvt Ltd and yourself irrevocably consent that the courts of India shall have exclusive jurisdiction to resolve any dispute which may arise in connection with these terms.\n \n \n<strong><strong><strong><strong>17.</strong></strong> </strong>DISPUTE RESOLUTION</strong>\n \n \nYou agree to irrevocably submit all disputes related to Terms or the relationship established by this Agreement to the jurisdiction of the India courts. Hagar Bath Pvt Ltd shall also maintain the right to bring proceedings as to the substance of the matter in the courts of the country where you reside or, if these Terms are entered into in the course of your trade or profession, the state of your principal place of business.\n \n \n \n<strong><strong><strong><strong>18.</strong></strong> </strong>CORRECTIONS</strong>\n \nThere may be information on the Site that contains typographical errors, inaccuracies, or omissions that may relate to the Marketplace Offerings, including descriptions, pricing, availability, and various other information. We reserve the right to correct any errors, inaccuracies, or omissions and to change or update the information on the Site at any time, without prior notice.\n \n \n<strong><strong><strong><strong>19.</strong></strong> </strong>DISCLAIMER</strong>\n \nTHE SITE IS PROVIDED<br />ON AN AS-IS AND AS-AVAILABLE BASIS. YOU<br />AGREE THAT YOUR USE OF THE SITE SERVICES WILL BE AT YOUR SOLE RISK. TO THE<br />FULLEST EXTENT PERMITTED BY LAW, WE DISCLAIM ALL WARRANTIES, EXPRESS OR<br />IMPLIED, IN CONNECTION WITH THE SITE AND YOUR USE THEREOF, INCLUDING, WITHOUT<br />LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR<br />PURPOSE, AND NON-INFRINGEMENT. WE MAKE NO WARRANTIES OR REPRESENTATIONS ABOUT<br />THE ACCURACY OR COMPLETENESS OF THE SITE’S CONTENT OR THE CONTENT OF ANY<br />WEBSITES LINKED TO THIS SITE AND WE WILL ASSUME NO LIABILITY OR RESPONSIBILITY<br />FOR ANY (1) ERRORS, MISTAKES, OR INACCURACIES OF CONTENT AND MATERIALS, (2)<br />PERSONAL INJURY OR PROPERTY DAMAGE, OF ANY NATURE WHATSOEVER, RESULTING FROM<br />YOUR ACCESS TO AND USE OF THE SITE, (3) ANY UNAUTHORIZED ACCESS TO OR USE OF<br />OUR SECURE SERVERS AND/OR ANY AND ALL PERSONAL INFORMATION AND/OR FINANCIAL<br />INFORMATION STORED THEREIN, (4) ANY INTERRUPTION OR CESSATION OF TRANSMISSION<br />TO OR FROM THE SITE, (5) ANY BUGS, VIRUSES, TROJAN HORSES, OR THE LIKE WHICH<br />MAY BE TRANSMITTED TO OR THROUGH THE SITE BY ANY THIRD PARTY, AND/OR (6) ANY<br />ERRORS OR OMISSIONS IN ANY CONTENT AND MATERIALS OR FOR ANY LOSS OR DAMAGE OF<br />ANY KIND INCURRED AS A RESULT OF THE USE OF ANY CONTENT POSTED, TRANSMITTED, OR<br />OTHERWISE MADE AVAILABLE VIA THE SITE. WE DO NOT WARRANT, ENDORSE, GUARANTEE,<br />OR ASSUME RESPONSIBILITY FOR ANY PRODUCT OR SERVICE ADVERTISED OR OFFERED BY A<br />THIRD PARTY THROUGH THE SITE, ANY HYPERLINKED WEBSITE, OR ANY WEBSITE OR MOBILE<br />APPLICATION FEATURED IN ANY BANNER OR OTHER ADVERTISING, AND WE WILL NOT BE A<br />PARTY TO OR IN ANY WAY BE RESPONSIBLE FOR MONITORING ANY TRANSACTION BETWEEN YOU<br />AND ANY THIRD-PARTY PROVIDERS OF PRODUCTS OR SERVICES. AS WITH THE<br />PURCHASE OF A PRODUCT OR SERVICE THROUGH ANY MEDIUM OR IN ANY ENVIRONMENT, YOU<br />SHOULD USE YOUR BEST JUDGMENT AND EXERCISE CAUTION WHERE APPROPRIATE.\n \n \n<strong><strong><strong><strong>20.</strong></strong> </strong>LIMITATIONS OF LIABILITY</strong>\n \nIN NO EVENT WILL WE OR OUR DIRECTORS, EMPLOYEES, OR AGENTS BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, EXEMPLARY, INCIDENTAL, SPECIAL, OR PUNITIVE DAMAGES, INCLUDING LOST PROFIT, LOST REVENUE, LOSS OF DATA, OR OTHER DAMAGES ARISING FROM YOUR USE OF THE SITE, EVEN IF WE HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. NOTWITHSTANDING ANYTHING TO THE CONTRARY CONTAINED HEREIN, OUR LIABILITY TO YOU FOR ANY CAUSE WHATSOEVER AND REGARDLESS OF THE FORM OF THE ACTION, WILL AT ALL TIMES BE LIMITED TO THE<br />AMOUNT PAID, IF ANY, BY YOU TO US DURING THE six (6) mONTH PERIOD PRIOR TO ANY CAUSE OF ACTION ARISING . CERTAIN US STATE LAWS AND INTERNATIONAL LAWS DO NOT ALLOW LIMITATIONS ON IMPLIED WARRANTIES OR THE EXCLUSION OR LIMITATION OF CERTAIN DAMAGES. IF THESE LAWS APPLY TO YOU, SOME OR ALL OF THE ABOVE DISCLAIMERS OR LIMITATIONS MAY NOT APPLY TO YOU, AND YOU MAY HAVE ADDITIONAL RIGHTS.\n \n \n<strong><strong><strong><strong>21.</strong></strong> </strong>INDEMNIFICATION</strong>\n \nYou agree to<br />defend, indemnify, and hold us harmless, including our subsidiaries,<br />affiliates, and all of our respective officers, agents, partners, and<br />employees, from and against any loss, damage, liability, claim, or demand, including<br />reasonable attorneys’ fees and expenses, made by any third party due to or<br />arising out of: (1) use of the Site; (2) breach of these Terms of Use; (3) any breach of your representations and warranties set forth in these Terms of Use; (4) your violation of the rights of a third party, including but not limited to intellectual property rights; or (5) any overt harmful act toward any other user of the Site with whom you connected via the Site. Notwithstanding the foregoing, we reserve the right, at your expense, to assume the exclusive defense and control of any matter for which you are required to indemnify us, and you agree to cooperate, at your expense, with our defense of such claims. We will use reasonable efforts to notify you of any such claim, action, or proceeding which is subject to this indemnification upon becoming aware of it.\n \n \n<strong><strong><strong><strong>22.</strong></strong> </strong>USER DATA</strong>\n \nWe will maintain<br />certain data that you transmit to the Site for the purpose of managing the<br />performance of the Site, as well as data relating to your use of the Site. Although we perform regular routine backups<br />of data, you are solely responsible for all data that you transmit or that<br />relates to any activity you have undertaken using the Site. You agree<br />that we shall have no liability to you for any loss or corruption of any such<br />data, and you hereby waive any right of action against us arising from any such<br />loss or corruption of such data.\n \n \n<strong><strong><strong><strong>23.</strong></strong> </strong>ELECTRONIC COMMUNICATIONS, TRANSACTIONS, AND SIGNATURES</strong>\n \nVisiting the Site, sending us emails, and completing online forms constitute electronic communications. You consent to receive electronic communications, and you agree that all agreements, notices, disclosures, and other communications we provide to you electronically, via email and on the Site, satisfy any legal requirement that such communication be in writing. YOU HEREBY AGREE TO THE USE OF ELECTRONIC SIGNATURES, CONTRACTS, ORDERS, AND OTHER RECORDS, AND TO ELECTRONIC DELIVERY OF NOTICES, POLICIES, AND RECORDS OF TRANSACTIONS INITIATED OR COMPLETED BY US OR VIA THE SITE. You hereby waive any rights or requirements under any statutes, regulations, rules, ordinances, or other laws in any jurisdiction which require an original signature or delivery or retention of non-electronic records, or to payments or the granting of credits by any means other than electronic means.\n \n \n \n<strong><strong><strong><strong>24.</strong></strong> </strong>MISCELLANEOUS</strong>\n \nThese Terms of Use and any policies or operating rules posted by us on the Site or in respect to the Site constitute the entire agreement and understanding between you and us. Our failure to exercise or enforce any right or provision of these Terms of Use shall not operate as a waiver of such right or provision. These Terms of Use operate to the fullest extent permissible by law. We may assign any or all of our rights and obligations to others at any time. We shall not be responsible or liable for any loss, damage, delay, or failure to act caused by any cause beyond our reasonable control. If any provision or part of a provision of these Terms of Use is determined to be unlawful, void, or unenforceable, that provision or part of the provision is deemed severable from these Terms of Use and does not affect the validity and enforceability of any remaining provisions. There is no joint venture, partnership, employment or agency relationship created between you and us as a result of these Terms of Use or use of the Site. You agree that these Terms of Use will not be construed against us by virtue of having drafted them. You hereby waive any and all defenses you may have based on the electronic form of these Terms of Use and the lack of signing by the parties hereto to execute these Terms of Use.\n \n \n<strong><strong><strong><strong>25.</strong></strong> </strong>CONTACT US</strong>\n \nIn order to resolve a complaint regarding the Site or to receive further information regarding use of the Site, please contact us at:\n \n<strong>Hagar Bath Pvt Ltd</strong>\n<strong>E-20, Pilanji, South Extension I</strong>\n<strong>Delhi, Delhi 110049</strong>\nIndia\n<strong><strong>Phone: 888 1 222 666  <br /></strong></strong>\n<strong><strong>online@hagarbath.com</strong></strong>', 'Terms & Conditions', '', 'inherit', 'closed', 'closed', '', '4614-revision-v1', '', '', '2022-04-13 09:38:57', '2022-04-13 09:38:57', '', 4614, 'https://hagarbath.com/shop/?p=4625', 0, 'revision', '', 0),
(4627, 1, '2022-04-13 10:02:55', '2022-04-13 10:02:55', '<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h3>Overview</h3>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Late or missing refunds</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Sale items</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->', 'Refund and Returns Policy', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2022-04-13 10:02:55', '2022-04-13 10:02:55', '', 10, 'https://hagarbath.com/shop/?p=4627', 0, 'revision', '', 0),
(4628, 1, '2022-04-13 10:02:55', '2022-04-13 10:02:55', '<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h3>Overview</h3>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Late or missing refunds</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Sale items</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->', 'Refund and Returns Policy', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2022-04-13 10:02:55', '2022-04-13 10:02:55', '', 10, 'https://hagarbath.com/shop/?p=4628', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4629, 1, '2022-04-13 10:02:55', '2022-04-13 10:02:55', '<p>If you have received an incorrect or defective product, call us on our customer service line within 12 working hours of delivery.</p>\n<p>Please follow the following guidelines for initiating any replacement, return or refund:&nbsp;</p>\n<h5>All products should be checked thoroughly at the time of delivery for any incidental damages.</h5>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>No claim, except manufacturing defect, will be entertained once the product is delivered. We will not be responsible nor liable for Return, Exchange or Refund once the delivery has been accepted&nbsp;</li>\n<li>If you receive a package that is open or looks to have been tampered with, do not accept it. Contact our customer service immediately, and we will have the issue quickly resolved.&nbsp;</li>\n<li>In case of any concerns over incorrect shipments or defective products, Contact our customer service immediately at the time of delivery.</li>\n<li>In case we authorize a replacement, the defective product or part will be recalled and a replacement will be shipped only after verification &amp; approval by our service engineer/regional customer care officer, who will contact you within 48 hours.&nbsp;</li>\n<li>Please note that replacement can be for the entire product or part(s) of the product subject to availability of the same with Hagarbath.com/shop and/or the manufacturer/vendor.&nbsp;</li>\n<li>Replacement is offered for the products sold at Hagarbath.com/shop only.&nbsp;</li>\n<li>The following shall not be eligible for return, refund or replacement:\n<ul>\n<li>Damages due to misuse of product&nbsp;</li>\n<li>Damages due to courier or transportation facility.&nbsp;</li>\n<li>Incidental damage due to malfunctioning of product&nbsp;</li>\n<li>Products with tampered or missing parts &amp; packaging&nbsp;</li>\n<li>Any damage / defect which are not covered under the manufacturer\'s warranty&nbsp;</li>\n<li>Any product that is returned without all original packaging and accessories, including the box, Hagar Bath packaging if any, and all other items originally included with the product(s) delivered.&nbsp;</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h5>For outright order cancellations<br>&nbsp;</h5>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>If you cancel your order within 24 hours of placing it, we will refund the amount after deducting the processing/transaction fee, or else the order will be considered confirmed and cannot be cancelled.&nbsp;</li>\n</ul>\n</li>\n<li>In case of manufacturing defects we will work with the appropriate vendor and/or the manufacturer on addressing your concern and, subject to our sole discretion, will repair or replace the defective product/s within a reasonable period of time or, based on the Manufacturers’ discretion refund your money based on the Purchaser’s mode of payment, but with the condition that a valid receipt / bill is produced to us at the time of claim.&nbsp;</li>\n<li>The original shipping and transaction/processing charges incurred on your purchase are not refundable as part of your return, exchange or refund.&nbsp;</li>\n<li>For any manufacturing defects within the stipulated warranty period in your purchased item, please call us on our customer service line or email us &nbsp;with your order details to arrange a factory-certified service appointment for further assistance. If the repair is covered by the manufacturer\'s warranty, it will be repaired at no cost to you by the manufacturer. For repairs not covered under the manufacturer\'s warranty, repairs may be offered by the technician, but at your expense.&nbsp;</li>\n<li>Valid government issued ID (driver\'s license, PAN card, passport, etc.) has to be provided for any return or replacement. All returns are subject to system approvals. Valid picture ID information and/or phone number may be entered into these systems where authorized by law.&nbsp;</li>\n<li>These remedies are your exclusive remedies. All other remedies are hereby excluded. All warranties, express or implied, including the implied warranties of merchantability and fitness for a particular purpose are expressly excluded. The exclusions herein are subject to and may be limited by applicable law</li>\n</ul>\n<h5>Special Note:</h5>\n<p>\"We as a merchant portal shall be under no liability whatsoever in respect of any loss or damage arising directly or indirectly out of the decline of authorization for any Transaction, on Account of the Cardholder having exceeded the preset limit mutually agreed by us with our acquiring bank from time to time\"</p>', 'Refund and Returns Policy', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2022-04-13 10:02:55', '2022-04-13 10:02:55', '', 10, 'https://hagarbath.com/shop/?p=4629', 0, 'revision', '', 0),
(4631, 1, '2022-04-13 10:10:01', '2022-04-13 10:10:01', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/about-us\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/privacy-policy\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Order History\" rel=\"noopener\"> \n                    <h3>Order History</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Categories</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sanitary\" rel=\"noopener\"> \n                    <h3>Sanitary</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shopBathroom\" target=\"_self\" title=\"Bathroom\" rel=\"noopener\"> \n                    <h3>Bathroom</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <h3>Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Shower\" rel=\"noopener\"> \n                    <h3>Shower</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <h3>Accessories</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-13 10:10:01', '2022-04-13 10:10:01', '', 48, 'https://hagarbath.com/shop/?p=4631', 0, 'revision', '', 0),
(4632, 1, '2022-04-13 10:10:03', '2022-04-13 10:10:03', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/about-us\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/privacy-policy\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Order History\" rel=\"noopener\"> \n                    <h3>Order History</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Categories</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Sanitary\" rel=\"noopener\"> \n                    <h3>Sanitary</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shopBathroom\" target=\"_self\" title=\"Bathroom\" rel=\"noopener\"> \n                    <h3>Bathroom</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Kitchen\" rel=\"noopener\"> \n                    <h3>Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Shower\" rel=\"noopener\"> \n                    <h3>Shower</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Accessories\" rel=\"noopener\"> \n                    <h3>Accessories</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-13 10:10:03', '2022-04-13 10:10:03', '', 48, 'https://hagarbath.com/shop/?p=4632', 0, 'revision', '', 0),
(4633, 1, '2022-04-13 10:10:03', '2022-04-13 10:10:03', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/about-us\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/privacy-policy\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/terms-conditions\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/contact-us\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/refund_returns\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/my-account-2\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/wishlist\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-13 10:10:03', '2022-04-13 10:10:03', '', 48, 'https://hagarbath.com/shop/?p=4633', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4634, 1, '2022-04-13 11:02:33', '2022-04-13 11:02:33', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_62568100b1c64\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62568100b1c64\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_62568100b415b\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62568100b415b\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_62568100b681e\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62568100b681e\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7555 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 11:02:33', '2022-04-13 11:02:33', '', 18, 'https://hagarbath.com/shop/?p=4634', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4635, 1, '2022-04-13 11:02:55', '2022-04-13 11:02:55', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003-600x600.jpg\">\n	Sale\n	<img width=\"600\" height=\"600\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w\" sizes=\"(max-width: 600px) 100vw, 600px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_62568100b1c64\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62568100b1c64\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_62568100b415b\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62568100b415b\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_62568100b681e\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62568100b681e\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7555 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 11:02:55', '2022-04-13 11:02:55', '', 18, 'https://hagarbath.com/shop/?p=4635', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4636, 1, '2022-04-13 11:02:56', '2022-04-13 11:02:56', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256addff0aed\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256addff0aed\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256addff3466\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256addff3466\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ade001a2e\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ade001a2e\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5280 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 11:02:56', '2022-04-13 11:02:56', '', 18, 'https://hagarbath.com/shop/?p=4636', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4637, 1, '2022-04-13 11:04:50', '2022-04-13 11:04:50', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256addff0aed\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256addff0aed\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256addff3466\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256addff3466\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ade001a2e\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ade001a2e\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5280 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 11:04:50', '2022-04-13 11:04:50', '', 18, 'https://hagarbath.com/shop/?p=4637', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4638, 1, '2022-04-13 11:04:51', '2022-04-13 11:04:51', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256addff0aed\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256addff0aed\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256addff3466\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256addff3466\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ade001a2e\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ade001a2e\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5280 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 11:04:51', '2022-04-13 11:04:51', '', 18, 'https://hagarbath.com/shop/?p=4638', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4639, 1, '2022-04-13 11:04:52', '2022-04-13 11:04:52', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ae54223a6\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ae54223a6\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ae5424aca\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ae5424aca\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ae542700c\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ae542700c\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9762 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 11:04:52', '2022-04-13 11:04:52', '', 18, 'https://hagarbath.com/shop/?p=4639', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4640, 1, '2022-04-13 11:05:54', '2022-04-13 11:05:54', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ae54223a6\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ae54223a6\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ae5424aca\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ae5424aca\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ae542700c\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ae542700c\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9762 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 11:05:54', '2022-04-13 11:05:54', '', 18, 'https://hagarbath.com/shop/?p=4640', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4641, 1, '2022-04-13 11:05:56', '2022-04-13 11:05:56', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ae54223a6\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ae54223a6\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ae5424aca\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ae5424aca\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ae542700c\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ae542700c\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9762 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 11:05:56', '2022-04-13 11:05:56', '', 18, 'https://hagarbath.com/shop/?p=4641', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4642, 1, '2022-04-13 11:05:56', '2022-04-13 11:05:56', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ae94b8816\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ae94b8816\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ae94badfc\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ae94badfc\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ae94bd2a2\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ae94bd2a2\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6928 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-13 11:05:56', '2022-04-13 11:05:56', '', 18, 'https://hagarbath.com/shop/?p=4642', 0, 'revision', '', 0),
(4649, 1, '2022-04-14 08:32:19', '2022-04-14 08:32:19', '', 'icons8-valve-64', '', 'inherit', 'open', 'closed', '', 'icons8-valve-64', '', '', '2022-04-14 08:32:19', '2022-04-14 08:32:19', '', 2801, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-valve-64.png', 0, 'attachment', 'image/png', 0),
(4650, 1, '2022-04-14 08:33:11', '2022-04-14 08:33:11', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Gorgeous-Bathroom-270x170.jpeg\" width=\"270\" height=\"170\" alt=\"Gorgeous Bathroom\" title=\"Gorgeous Bathroom\" />	    	\n		    		<p><strong>Find your Dream Bathroom</strong></p>\n			<h2>Find Exactly What You Need</h2>		\n		<p><strong>hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.</p>		\n			<figure><img width=\"64\" height=\"64\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-bathroom-64.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Bathroom</h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"80\" height=\"80\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-kitchen-room-80.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"50\" height=\"50\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-shower-50.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Shower</a></h3>		\n			<figure><img width=\"50\" height=\"50\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-soap-dispenser-50.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Accessories</h3>		\n			<figure><img width=\"50\" height=\"50\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-bidet-50.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Sanitary</h3>', 'Shop page main banner - niche-market02', '', 'inherit', 'closed', 'closed', '', '2801-revision-v1', '', '', '2022-04-14 08:33:11', '2022-04-14 08:33:11', '', 2801, 'https://hagarbath.com/shop/?p=4650', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4651, 1, '2022-04-14 08:33:16', '2022-04-14 08:33:16', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Gorgeous-Bathroom-270x170.jpeg\" width=\"270\" height=\"170\" alt=\"Gorgeous Bathroom\" title=\"Gorgeous Bathroom\" />	    	\n		    		<p><strong>Find your Dream Bathroom</strong></p>\n			<h2>Find Exactly What You Need</h2>		\n		<p><strong>hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.</p>		\n			<figure><img width=\"64\" height=\"64\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-bathroom-64.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Bathroom</h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"80\" height=\"80\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-kitchen-room-80.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"50\" height=\"50\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-shower-50.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Shower</a></h3>		\n			<figure><img width=\"50\" height=\"50\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-soap-dispenser-50.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Accessories</h3>		\n			<figure><img width=\"50\" height=\"50\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-bidet-50.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Sanitary</h3>', 'Shop page main banner - niche-market02', '', 'inherit', 'closed', 'closed', '', '2801-revision-v1', '', '', '2022-04-14 08:33:16', '2022-04-14 08:33:16', '', 2801, 'https://hagarbath.com/shop/?p=4651', 0, 'revision', '', 0),
(4652, 1, '2022-04-14 08:33:16', '2022-04-14 08:33:16', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Gorgeous-Bathroom-270x170.jpeg\" width=\"270\" height=\"170\" alt=\"Gorgeous Bathroom\" title=\"Gorgeous Bathroom\" />	    	\n		    		<p><strong>Find your Dream Bathroom</strong></p>\n			<h2>Find Exactly What You Need</h2>		\n		<p><strong>hāgar</strong> is a Leading Choice in Bathroom Faucets and accessories. Our products includes advanced features and improve the functionality without sacrificing on style.</p>		\n			<figure><a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\"><img width=\"64\" height=\"64\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-bathroom-64.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://hagarbath.com/shop/product-category/bathroomfaucets/\">Bathroom</a></h3>		\n			<figure><a href=\"https://hagarbath.com/shop/product-category/kitchentaps/\"><img width=\"80\" height=\"80\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-kitchen-room-80.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://hagarbath.com/shop/product-category/kitchentaps/\">Kitchen</a></h3>		\n			<figure><a href=\"https://hagarbath.com/shop/product-category/shower/\"><img width=\"50\" height=\"50\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-shower-50.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://hagarbath.com/shop/product-category/shower/\">Shower</a></h3>		\n			<figure><a href=\"https://hagarbath.com/shop/product-category/accessories/\"><img width=\"50\" height=\"50\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-soap-dispenser-50.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://hagarbath.com/shop/product-category/accessories/\">Accessories</a></h3>		\n			<figure><a href=\"https://hagarbath.com/shop/product-category/valves/\"><img width=\"64\" height=\"64\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-valve-64.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://hagarbath.com/shop/product-category/valves/\">Valves</a></h3>', 'Shop page main banner - niche-market02', '', 'inherit', 'closed', 'closed', '', '2801-revision-v1', '', '', '2022-04-14 08:33:16', '2022-04-14 08:33:16', '', 2801, 'https://hagarbath.com/shop/?p=4652', 0, 'revision', '', 0),
(4654, 1, '2022-04-14 08:42:28', '2022-04-14 08:42:28', '<img width=\"60\" height=\"61\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-6.jpg 60w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-6-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-6-10x10.jpg 10w\" sizes=\"(max-width: 60px) 100vw, 60px\" />														\n			<h2>Be Always Up To Date With Your Order</h2>		\n		[woocommerce_order_tracking]  		\n												<img width=\"736\" height=\"444\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14.jpg 736w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14-300x181.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14-10x6.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14-600x362.jpg 600w\" sizes=\"(max-width: 736px) 100vw, 736px\" />', 'Track Order', '', 'inherit', 'closed', 'closed', '', '517-revision-v1', '', '', '2022-04-14 08:42:28', '2022-04-14 08:42:28', '', 517, 'https://hagarbath.com/shop/?p=4654', 0, 'revision', '', 0),
(4655, 1, '2022-04-14 08:42:28', '2022-04-14 08:42:28', '<img width=\"60\" height=\"61\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-6.jpg 60w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-6-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-6-10x10.jpg 10w\" sizes=\"(max-width: 60px) 100vw, 60px\" />														\n			<h2>Be Always Up To Date With Your Order</h2>		\n		[woocommerce_order_tracking]  		\n												<img width=\"736\" height=\"444\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14.jpg 736w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14-300x181.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14-10x6.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14-600x362.jpg 600w\" sizes=\"(max-width: 736px) 100vw, 736px\" />', 'Track Order', '', 'inherit', 'closed', 'closed', '', '517-revision-v1', '', '', '2022-04-14 08:42:28', '2022-04-14 08:42:28', '', 517, 'https://hagarbath.com/shop/?p=4655', 0, 'revision', '', 0),
(4656, 1, '2022-04-14 08:42:29', '2022-04-14 08:42:29', '<img width=\"60\" height=\"61\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-6.jpg\" alt=\"\" loading=\"lazy\" />															\n			<h2>Be Always Up To Date With Your Order</h2>		\n		[woocommerce_order_tracking]  		\n															<img width=\"736\" height=\"444\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14.jpg\" alt=\"\" loading=\"lazy\" />', 'Track Order', '', 'inherit', 'closed', 'closed', '', '517-revision-v1', '', '', '2022-04-14 08:42:29', '2022-04-14 08:42:29', '', 517, 'https://hagarbath.com/shop/?p=4656', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4658, 1, '2022-04-14 10:21:03', '2022-04-14 10:21:03', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ae94b8816\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ae94b8816\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ae94badfc\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ae94badfc\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ae94bd2a2\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ae94bd2a2\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6928 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:21:03', '2022-04-14 10:21:03', '', 18, 'https://hagarbath.com/shop/?p=4658', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4659, 1, '2022-04-14 10:21:07', '2022-04-14 10:21:07', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n                                                    <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ae94b8816\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ae94b8816\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ae94badfc\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ae94badfc\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n										<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6256ae94bd2a2\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6256ae94bd2a2\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-6928 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:21:07', '2022-04-14 10:21:07', '', 18, 'https://hagarbath.com/shop/?p=4659', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4660, 1, '2022-04-14 10:21:08', '2022-04-14 10:21:08', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f594398e6\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f594398e6\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5943bf47\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5943bf47\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5943e6f5\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5943e6f5\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-2287 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:21:08', '2022-04-14 10:21:08', '', 18, 'https://hagarbath.com/shop/?p=4660', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4661, 1, '2022-04-14 10:21:49', '2022-04-14 10:21:49', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f594398e6\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f594398e6\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5943bf47\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5943bf47\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5943e6f5\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5943e6f5\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-2287 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:21:49', '2022-04-14 10:21:49', '', 18, 'https://hagarbath.com/shop/?p=4661', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4662, 1, '2022-04-14 10:21:50', '2022-04-14 10:21:50', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f594398e6\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f594398e6\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5943bf47\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5943bf47\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5943e6f5\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5943e6f5\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-2287 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:21:50', '2022-04-14 10:21:50', '', 18, 'https://hagarbath.com/shop/?p=4662', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4663, 1, '2022-04-14 10:21:51', '2022-04-14 10:21:51', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5bf133e0\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5bf133e0\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5bf15a07\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5bf15a07\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5bf18087\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5bf18087\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9505 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:21:51', '2022-04-14 10:21:51', '', 18, 'https://hagarbath.com/shop/?p=4663', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4664, 1, '2022-04-14 10:22:38', '2022-04-14 10:22:38', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5bf133e0\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5bf133e0\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5bf15a07\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5bf15a07\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5bf18087\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5bf18087\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9505 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:22:38', '2022-04-14 10:22:38', '', 18, 'https://hagarbath.com/shop/?p=4664', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4665, 1, '2022-04-14 10:22:39', '2022-04-14 10:22:39', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5bf133e0\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5bf133e0\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5bf15a07\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5bf15a07\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5bf18087\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5bf18087\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9505 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:22:39', '2022-04-14 10:22:39', '', 18, 'https://hagarbath.com/shop/?p=4665', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4666, 1, '2022-04-14 10:22:40', '2022-04-14 10:22:40', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5f08f085\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5f08f085\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5f092207\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5f092207\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5f0952cb\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5f0952cb\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8422 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:22:40', '2022-04-14 10:22:40', '', 18, 'https://hagarbath.com/shop/?p=4666', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4667, 1, '2022-04-14 10:23:27', '2022-04-14 10:23:27', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5f08f085\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5f08f085\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5f092207\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5f092207\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5f0952cb\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5f0952cb\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8422 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:23:27', '2022-04-14 10:23:27', '', 18, 'https://hagarbath.com/shop/?p=4667', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4668, 1, '2022-04-14 10:23:29', '2022-04-14 10:23:29', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5f08f085\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5f08f085\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5f092207\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5f092207\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5f0952cb\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5f0952cb\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8422 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:23:29', '2022-04-14 10:23:29', '', 18, 'https://hagarbath.com/shop/?p=4668', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4669, 1, '2022-04-14 10:23:30', '2022-04-14 10:23:30', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f62206e7c\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f62206e7c\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f62209999\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f62209999\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f6220c3ec\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f6220c3ec\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8742 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:23:30', '2022-04-14 10:23:30', '', 18, 'https://hagarbath.com/shop/?p=4669', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4670, 1, '2022-04-14 10:28:55', '2022-04-14 10:28:55', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f62206e7c\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f62206e7c\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f62209999\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f62209999\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f6220c3ec\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f6220c3ec\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8742 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:28:55', '2022-04-14 10:28:55', '', 18, 'https://hagarbath.com/shop/?p=4670', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4671, 1, '2022-04-14 10:28:58', '2022-04-14 10:28:58', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f62206e7c\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f62206e7c\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f62209999\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f62209999\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f6220c3ec\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f6220c3ec\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8742 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:28:58', '2022-04-14 10:28:58', '', 18, 'https://hagarbath.com/shop/?p=4671', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4672, 1, '2022-04-14 10:28:59', '2022-04-14 10:28:59', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f76b354f5\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f76b354f5\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f76b3832c\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f76b3832c\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f76b3b0fb\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f76b3b0fb\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-3876 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:28:59', '2022-04-14 10:28:59', '', 18, 'https://hagarbath.com/shop/?p=4672', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4673, 1, '2022-04-14 10:30:26', '2022-04-14 10:30:26', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f76b354f5\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f76b354f5\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f76b3832c\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f76b3832c\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f76b3b0fb\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f76b3b0fb\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-3876 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:30:26', '2022-04-14 10:30:26', '', 18, 'https://hagarbath.com/shop/?p=4673', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4674, 1, '2022-04-14 10:30:27', '2022-04-14 10:30:27', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f76b354f5\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f76b354f5\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f76b3832c\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f76b3832c\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f76b3b0fb\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f76b3b0fb\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-3876 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:30:27', '2022-04-14 10:30:27', '', 18, 'https://hagarbath.com/shop/?p=4674', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4675, 1, '2022-04-14 10:30:28', '2022-04-14 10:30:28', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f7c44157c\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f7c44157c\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f7c4444cd\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f7c4444cd\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f7c447644\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f7c447644\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9083 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:30:28', '2022-04-14 10:30:28', '', 18, 'https://hagarbath.com/shop/?p=4675', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4676, 1, '2022-04-14 10:31:41', '2022-04-14 10:31:41', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f7c44157c\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f7c44157c\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f7c4444cd\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f7c4444cd\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f7c447644\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f7c447644\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9083 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:31:41', '2022-04-14 10:31:41', '', 18, 'https://hagarbath.com/shop/?p=4676', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4677, 1, '2022-04-14 10:31:42', '2022-04-14 10:31:42', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f7c44157c\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f7c44157c\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f7c4444cd\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f7c4444cd\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f7c447644\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f7c447644\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9083 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:31:42', '2022-04-14 10:31:42', '', 18, 'https://hagarbath.com/shop/?p=4677', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4678, 1, '2022-04-14 10:31:43', '2022-04-14 10:31:43', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f3386f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f35eb8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f384d8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-14 10:31:43', '2022-04-14 10:31:43', '', 18, 'https://hagarbath.com/shop/?p=4678', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4679, 1, '2022-04-14 10:43:02', '2022-04-14 10:43:02', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/about-us\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/privacy-policy\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/terms-conditions\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/contact-us\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/refund_returns\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/my-account-2\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/wishlist\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-14 10:43:02', '2022-04-14 10:43:02', '', 48, 'https://hagarbath.com/shop/?p=4679', 0, 'revision', '', 0),
(4680, 1, '2022-04-14 10:43:03', '2022-04-14 10:43:03', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/about-us\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/privacy-policy\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/terms-conditions\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/contact-us\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/refund_returns\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/my-account-2\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/wishlist\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-14 10:43:03', '2022-04-14 10:43:03', '', 48, 'https://hagarbath.com/shop/?p=4680', 0, 'revision', '', 0),
(4681, 1, '2022-04-14 10:43:03', '2022-04-14 10:43:03', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/about-us\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/privacy-policy\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/terms-conditions\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/contact-us\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/refund_returns\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/my-account-2\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/wishlist\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"/shop/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-04-14 10:43:03', '2022-04-14 10:43:03', '', 48, 'https://hagarbath.com/shop/?p=4681', 0, 'revision', '', 0),
(4682, 1, '2022-04-14 10:46:35', '2022-04-14 10:46:35', '<div id=\"featurebullets_feature_div\" class=\"celwidget\" data-feature-name=\"featurebullets\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.55\" data-csa-c-component=\"featurebullets\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"vyngg3-iw9ntm-m85ihc-xawnh5\" data-cel-widget=\"featurebullets_feature_div\">\r\n<div id=\"feature-bullets\" class=\"a-section a-spacing-medium a-spacing-top-small\">\r\n<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: Tumbler Holder For Bathroom and Bathroom Fixtures </span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color</span></li>\r\n 	<li><span class=\"a-list-item\">High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div id=\"customerReviewsAttribute_feature_div\" class=\"celwidget\" data-feature-name=\"customerReviewsAttribute\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.56\" data-csa-c-component=\"customerReviewsAttribute\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"36ufk6-w1rdvh-mdvln4-lo7f8a\" data-cel-widget=\"customerReviewsAttribute_feature_div\"></div>\r\n<div id=\"globalStoreInfoBullets_feature_div\" class=\"celwidget\" data-feature-name=\"globalStoreInfoBullets\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.57\" data-csa-c-component=\"globalStoreInfoBullets\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"j1qj77-tvhvwh-f4ulv6-jepbg1\" data-cel-widget=\"globalStoreInfoBullets_feature_div\"></div>\r\n<div id=\"andonCord_feature_div\" class=\"celwidget\" data-feature-name=\"andonCord\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.58\" data-csa-c-component=\"andonCord\" data-csa-c-cs-type=\"DETAIL_PAGE_AMABOT\" data-csa-c-id=\"ug66gv-da29rk-xgp2mh-gxmj12\" data-cel-widget=\"andonCord_feature_div\"></div>\r\n<div id=\"HLCXComparisonJumplink_feature_div\"></div>\r\n<div id=\"edpIngress_feature_div\" class=\"celwidget\" data-feature-name=\"edpIngress\" data-csa-c-type=\"widget\" data-csa-c-slot-id=\"ppd-center.60\" data-csa-c-component=\"edpIngress\" data-csa-c-cs-type=\"DETAIL_PAGE_DYNAMIC\" data-csa-c-id=\"109tv7-3menbu-7eln13-wkqlvf\" data-cel-widget=\"edpIngress_feature_div\"></div>', 'IRIS Tumbler Holder', 'IRIS Tumbler Holder', 'inherit', 'closed', 'closed', '', '3939-revision-v1', '', '', '2022-04-14 10:46:35', '2022-04-14 10:46:35', '', 3939, 'https://hagarbath.com/shop/?p=4682', 0, 'revision', '', 0),
(4683, 1, '2022-04-14 10:46:49', '2022-04-14 10:46:49', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: Angle Valve</span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color</span></li>\r\n 	<li><span class=\"a-list-item\">High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\r\n</ul>', 'Angle Valve', 'Angle Valve', 'inherit', 'closed', 'closed', '', '3931-revision-v1', '', '', '2022-04-14 10:46:49', '2022-04-14 10:46:49', '', 3931, 'https://hagarbath.com/shop/?p=4683', 0, 'revision', '', 0),
(4684, 1, '2022-04-14 10:49:10', '2022-04-14 10:49:10', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">HIGH PERFORMANCE: Tested for superior performance in low water pressure and poor water quality conditions</span></li>\r\n 	<li><span class=\"a-list-item\">MATERIAL: High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">SAVING: Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">FEATURE: Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or the design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">PACKAGE CONTAINS: Bib Cock Long Foam Flow with Flange</span></li>\r\n</ul>', '2 in 1 Bib Cock foam flow', '2 in 1 Bib Cock foam flow', 'inherit', 'closed', 'closed', '', '3910-revision-v1', '', '', '2022-04-14 10:49:10', '2022-04-14 10:49:10', '', 3910, 'https://hagarbath.com/shop/?p=4684', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4686, 1, '2022-04-21 11:11:23', '2022-04-21 11:11:23', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f3386f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f35eb8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f384d8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-21 11:11:23', '2022-04-21 11:11:23', '', 18, 'https://hagarbath.com/shop/?p=4686', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4687, 1, '2022-04-21 11:11:25', '2022-04-21 11:11:25', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f3386f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f35eb8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f384d8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-21 11:11:25', '2022-04-21 11:11:25', '', 18, 'https://hagarbath.com/shop/?p=4687', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4688, 1, '2022-04-21 11:11:26', '2022-04-21 11:11:26', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                IRIS Tumbler Holder                            \n                            </a>	\n				<label for=\"quantity_62613bdea31ad\">IRIS Tumbler Holder quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62613bdea31ad\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                IRIS Towel Rod                            \n                            </a>	\n				<label for=\"quantity_62613bdea5b7a\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62613bdea5b7a\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n                                Concealed Stop Cock 1/2\" Complete Set                            \n                            </a>	\n				<label for=\"quantity_62613bdeb4f43\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62613bdeb4f43\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7350 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-04-21 11:11:26', '2022-04-21 11:11:26', '', 18, 'https://hagarbath.com/shop/?p=4688', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4691, 1, '2022-05-05 10:33:58', '2022-05-05 10:33:58', '', 'Mango Wood Lotion Dispenser', '', 'publish', 'closed', 'closed', '', 'mango-wood-lotion-dispenser', '', '', '2022-05-10 13:38:23', '2022-05-10 13:38:23', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4691', 0, 'product', '', 0),
(4692, 1, '2022-05-05 10:33:23', '2022-05-05 10:33:23', '', 'BE001 Mango Wood Lotion Dispenser', '', 'inherit', 'open', 'closed', '', 'be001-mango-wood-lotion-dispenser', '', '', '2022-05-05 10:33:23', '2022-05-05 10:33:23', '', 4691, 'https://hagarbath.com/shop/wp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser.jpg', 0, 'attachment', 'image/jpeg', 0),
(4693, 1, '2022-05-05 10:33:58', '2022-05-05 10:33:58', '<table width=\"315\">\r\n<tbody>\r\n<tr>\r\n<td width=\"315\">Mango Wood Lotion Dispenser</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Mango Wood Lotion Dispenser', '', 'inherit', 'closed', 'closed', '', '4691-revision-v1', '', '', '2022-05-05 10:33:58', '2022-05-05 10:33:58', '', 4691, 'https://hagarbath.com/shop/?p=4693', 0, 'revision', '', 0),
(4694, 1, '2022-05-05 11:17:23', '2022-05-05 11:17:23', '<table width=\"315\">\n<tbody>\n<tr>\n<td width=\"315\">Mango Wood Lotion Dispenser</td>\n</tr>\n</tbody>\n</table>', 'Mango Wood Lotion Dispenser', '', 'inherit', 'closed', 'closed', '', '4691-autosave-v1', '', '', '2022-05-05 11:17:23', '2022-05-05 11:17:23', '', 4691, 'https://hagarbath.com/shop/?p=4694', 0, 'revision', '', 0),
(4695, 1, '2022-05-06 09:14:02', '2022-05-06 09:14:02', '<!-- wp:paragraph -->\n<p>This document sets out the shipping policy that applies to customers that make a purchase at www.hagarbath.com/shop . If you have any questions, please contact our customer service team on online@hagarbath.com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Shipping Options &amp; Delivery Costs</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We offer the shipping options by a selection of various courier partners- you will be asked to select a shipping method at checkout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Order Processing Time</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All orders placed before 2 PM Monday to Friday are processed and dispatched the same day, all orders placed after will be dispatched the next day. All orders placed during the weekend or on a public holiday will be sent from our warehouse on Monday or on the next business day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Delivery Address &amp; P.O. Boxes</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that we are unable to modify the delivery address once you have placed your order. We are sorry but we do not ship to P.O. boxes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>International Orders</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your package may be subject to import duties and taxes. You, as the customer, are responsible for paying those fees. We recommend that you check with your local customs office before placing an order on our website as these fees can sometimes be significant and we are unable to calculate these for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tracking Your Order</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your order has been dispatched, we will send you a confirmation email with tracking information. You will be able to track your package directly on the carrier’s website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Returns, Refunds, and Exchanges</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We want you to be completely happy with your purchase - please read our return &amp; refund policy for detailed information about our processes.</p>\n<!-- /wp:paragraph -->', 'Delivery and Shipping Information', '', 'publish', 'closed', 'closed', '', 'delivery-and-shipping-information', '', '', '2022-05-06 09:14:03', '2022-05-06 09:14:03', '', 0, 'https://hagarbath.com/shop/?page_id=4695', 0, 'page', '', 0),
(4696, 1, '2022-05-06 09:08:25', '2022-05-06 09:08:25', '<!-- wp:paragraph -->\n<p>We are currently operating with our own transport facilities at Delhi. Number of days required to deliver will vary depending upon the product selected and this is generally going to be in the range of 2-10 Days. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For items that are difficult to transport on the go, we offer you an option to get your purchased items delivered right at your door step! We may charge additional transportation charges as per the requirement for shipping and delivery.</p>\n<!-- /wp:paragraph -->', 'Delivery and Shipping Information', '', 'inherit', 'closed', 'closed', '', '4695-revision-v1', '', '', '2022-05-06 09:08:25', '2022-05-06 09:08:25', '', 4695, 'https://hagarbath.com/shop/?p=4696', 0, 'revision', '', 0),
(4697, 1, '2022-05-06 09:14:02', '2022-05-06 09:14:02', '<!-- wp:paragraph -->\n<p>This document sets out the shipping policy that applies to customers that make a purchase at www.hagarbath.com/shop . If you have any questions, please contact our customer service team on online@hagarbath.com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Shipping Options &amp; Delivery Costs</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We offer the shipping options by a selection of various courier partners- you will be asked to select a shipping method at checkout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Order Processing Time</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All orders placed before 2 PM Monday to Friday are processed and dispatched the same day, all orders placed after will be dispatched the next day. All orders placed during the weekend or on a public holiday will be sent from our warehouse on Monday or on the next business day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Delivery Address &amp; P.O. Boxes</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that we are unable to modify the delivery address once you have placed your order. We are sorry but we do not ship to P.O. boxes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>International Orders</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your package may be subject to import duties and taxes. You, as the customer, are responsible for paying those fees. We recommend that you check with your local customs office before placing an order on our website as these fees can sometimes be significant and we are unable to calculate these for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tracking Your Order</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your order has been dispatched, we will send you a confirmation email with tracking information. You will be able to track your package directly on the carrier’s website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Returns, Refunds, and Exchanges</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We want you to be completely happy with your purchase - please read our return &amp; refund policy for detailed information about our processes.</p>\n<!-- /wp:paragraph -->', 'Delivery and Shipping Information', '', 'inherit', 'closed', 'closed', '', '4695-revision-v1', '', '', '2022-05-06 09:14:02', '2022-05-06 09:14:02', '', 4695, 'https://hagarbath.com/shop/?p=4697', 0, 'revision', '', 0),
(4698, 1, '2022-05-06 09:18:30', '2022-05-06 09:18:30', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/about-us\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/privacy-policy\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/terms-conditions\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/contact-us\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/refund_returns\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/my-account-2\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/wishlist\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"/shop/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-05-06 09:18:30', '2022-05-06 09:18:30', '', 48, 'https://hagarbath.com/shop/?p=4698', 0, 'revision', '', 0),
(4699, 1, '2022-05-06 09:18:32', '2022-05-06 09:18:32', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/about-us\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop#\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/privacy-policy\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/terms-conditions\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/contact-us\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/refund_returns\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/my-account-2\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/wishlist\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"/shop/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-05-06 09:18:32', '2022-05-06 09:18:32', '', 48, 'https://hagarbath.com/shop/?p=4699', 0, 'revision', '', 0),
(4700, 1, '2022-05-06 09:18:33', '2022-05-06 09:18:33', '<a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Facebook\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Instagram\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Email\n                                                    </a>\n                                            <a href=\"#\" target=\"_blank\" rel=\"nofollow noopener\">\n                                                            Youtube\n                                                    </a>\n			<p>Get the latest deals and more.</p>		\n		[mc4wp_form id=\"163\"]		\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Information</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/about-us\" target=\"_self\" title=\"About Us\" rel=\"noopener\"> \n                    <h3>About Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/delivery-and-shipping-information/\" target=\"_self\" title=\"Delivery Information\" rel=\"noopener\"> \n                    <h3>Delivery Information</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/privacy-policy\" target=\"_self\" title=\"Privacy Policy\" rel=\"noopener\"> \n                    <h3>Privacy Policy</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/terms-conditions\" target=\"_self\" title=\"Terms & Conditions\" rel=\"noopener\"> \n                    <h3>Terms &amp; Conditions</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Best Deals</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Super Deals\" rel=\"noopener\"> \n                    <h3>Super Deals</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Today TOP Deal\" rel=\"noopener\"> \n                    <h3>Today TOP Deal</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Bestsellers\" rel=\"noopener\"> \n                    <h3>Bestsellers</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/products/\" target=\"_self\" title=\"Special\" rel=\"noopener\"> \n                    <h3>Special</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>Customer Service</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/contact-us\" target=\"_self\" title=\"Contact Us\" rel=\"noopener\"> \n                    <h3>Contact Us</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/refund_returns\" target=\"_self\" title=\"Returns policy\" rel=\"noopener\"> \n                    <h3>Returns policy</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n                    <a href=\"#\" target=\"_self\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n        	        		<ul>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/my-account-2\" target=\"_self\" title=\"My Account\" rel=\"noopener\"> \n                    <h3>My Account</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://hagarbath.com/shop/wishlist\" target=\"_self\" title=\"Wish List\" rel=\"noopener\"> \n                    <h3>Wish List</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n															<img width=\"542\" height=\"325\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg 542w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-300x180.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3-10x6.jpg 10w\" sizes=\"(max-width: 542px) 100vw, 542px\" />															\n			<figure><img width=\"44\" height=\"45\" src=\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\" alt=\"\" loading=\"lazy\" /></figure><h3>Need help? Call us: 888 1 222 666</h3><p>Monday - Friday: 8:00 - 21:00   Saturday - Sunday 9:00 - 18:00</p>		\n			<a href=\"/shop/contact-us\" role=\"button\">\n						Send Message\n					</a>\n					<ul>\n							<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n								<li>\n									</li>\n						</ul>', 'Footer - niche-market02', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2022-05-06 09:18:33', '2022-05-06 09:18:33', '', 48, 'https://hagarbath.com/shop/?p=4700', 0, 'revision', '', 0),
(4701, 1, '2022-05-07 12:58:13', '2022-05-07 12:58:13', '', 'Order &ndash; May 7, 2022 @ 12:58 PM', '', 'wc-processing', 'open', 'closed', 'wc_order_KFHa4iNUaXM7p', 'order-may-07-2022-1258-pm', '', '', '2022-05-07 12:58:54', '2022-05-07 12:58:54', '', 0, 'https://hagarbath.com/shop/?post_type=shop_order&#038;p=4701', 0, 'shop_order', '', 4),
(4702, 1, '2022-05-11 12:06:18', '0000-00-00 00:00:00', '<!-- wp:paragraph -->test<!-- /wp:paragraph -->', 'Test', '', 'draft', 'open', 'open', '', '', '', '', '2022-05-11 12:06:18', '2022-05-11 12:06:18', '', 0, 'https://hagarbath.com/shop/?p=4702', 0, 'post', '', 0),
(4705, 1, '2022-05-10 13:38:23', '2022-05-10 13:38:23', '', 'Mango Wood Lotion Dispenser', '', 'inherit', 'closed', 'closed', '', '4691-revision-v1', '', '', '2022-05-10 13:38:23', '2022-05-10 13:38:23', '', 4691, 'https://hagarbath.com/shop/?p=4705', 0, 'revision', '', 0),
(4707, 1, '2022-05-10 13:39:29', '2022-05-10 13:39:29', '', 'Cockroach Trap  SS 304', 'Cockroach Trap  SS 304', 'publish', 'closed', 'closed', '', 'cockroach-trap-ss-304', '', '', '2022-05-10 13:39:36', '2022-05-10 13:39:36', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4707', 0, 'product', '', 0),
(4708, 1, '2022-05-10 13:39:29', '2022-05-10 13:39:29', '', 'Cut Cockroach Trap  SS 304', 'Cut Cockroach Trap  SS 304', 'publish', 'closed', 'closed', '', 'cut-cockroach-trap-ss-304', '', '', '2022-05-10 13:39:36', '2022-05-10 13:39:36', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4708', 0, 'product', '', 0),
(4709, 1, '2022-05-10 13:39:29', '2022-05-10 13:39:29', '', 'Cockroach Trap Design  SS 304', 'Cockroach Trap Design  SS 304', 'publish', 'closed', 'closed', '', 'cockroach-trap-design-ss-304', '', '', '2022-05-10 13:39:36', '2022-05-10 13:39:36', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4709', 0, 'product', '', 0),
(4710, 1, '2022-05-10 13:39:30', '2022-05-10 13:39:30', '', 'Cut Cockroach Trap  SS 304', 'Cut Cockroach Trap  SS 304', 'publish', 'closed', 'closed', '', 'cut-cockroach-trap-ss-304-2', '', '', '2022-05-10 13:39:37', '2022-05-10 13:39:37', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4710', 0, 'product', '', 0),
(4711, 1, '2022-05-10 13:39:30', '2022-05-10 13:39:30', '', 'Cockroach Clear Trap  SS 304', 'Cockroach Clear Trap  SS 304', 'publish', 'closed', 'closed', '', 'cockroach-clear-trap-ss-304', '', '', '2022-05-10 13:39:37', '2022-05-10 13:39:37', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4711', 0, 'product', '', 0),
(4712, 1, '2022-05-10 13:39:30', '2022-05-10 13:39:30', '', 'Tiles Cockroach Trap SS 304', 'Tiles Cockroach Trap SS 304', 'publish', 'closed', 'closed', '', 'tiles-cockroach-trap-ss-304', '', '', '2022-05-10 13:39:37', '2022-05-10 13:39:37', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4712', 0, 'product', '', 0),
(4713, 1, '2022-05-10 13:39:31', '2022-05-10 13:39:31', '', 'Tiles Cockroach Trap SS 304', 'Tiles Cockroach Trap SS 304', 'publish', 'closed', 'closed', '', 'tiles-cockroach-trap-ss-304-2', '', '', '2022-05-10 13:39:37', '2022-05-10 13:39:37', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4713', 0, 'product', '', 0),
(4714, 1, '2022-05-10 13:39:31', '2022-05-10 13:39:31', '', 'Shower Drain SS 304', 'Shower Drain SS 304', 'publish', 'closed', 'closed', '', 'shower-drain-ss-304', '', '', '2022-05-10 13:39:37', '2022-05-10 13:39:37', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4714', 0, 'product', '', 0),
(4715, 1, '2022-05-10 13:39:31', '2022-05-10 13:39:31', '', '600 mm  Shower Drain SS 304', '600 mm  Shower Drain SS 304', 'publish', 'closed', 'closed', '', '600-mm-shower-drain-ss-304', '', '', '2022-05-10 13:39:37', '2022-05-10 13:39:37', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4715', 0, 'product', '', 0),
(4716, 1, '2022-05-10 13:39:31', '2022-05-10 13:39:31', '', '900 mm  Shower Drain SS 304', '900 mm  Shower Drain SS 304', 'publish', 'closed', 'closed', '', '900-mm-shower-drain-ss-304', '', '', '2022-05-10 13:39:38', '2022-05-10 13:39:38', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4716', 0, 'product', '', 0),
(4717, 1, '2022-05-10 13:39:31', '2022-05-10 13:39:31', '', '450 mm Shower Drain SS 304', '450 mm Shower Drain SS 304', 'publish', 'closed', 'closed', '', '450-mm-shower-drain-ss-304', '', '', '2022-05-10 13:39:38', '2022-05-10 13:39:38', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4717', 0, 'product', '', 0),
(4718, 1, '2022-05-10 13:39:31', '2022-05-10 13:39:31', '', '600 mm Shower Drain SS 304', '600 mm Shower Drain SS 304', 'publish', 'closed', 'closed', '', '600-mm-shower-drain-ss-304-2', '', '', '2022-05-10 13:39:38', '2022-05-10 13:39:38', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4718', 0, 'product', '', 0),
(4719, 1, '2022-05-10 13:39:32', '2022-05-10 13:39:32', '', '900 mm Shower Drain SS 304', '900 mm Shower Drain SS 304', 'publish', 'closed', 'closed', '', '900-mm-shower-drain-ss-304-2', '', '', '2022-05-10 13:39:38', '2022-05-10 13:39:38', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4719', 0, 'product', '', 0),
(4720, 1, '2022-05-10 13:39:32', '2022-05-10 13:39:32', '', '450 mm Shower Drain SS 304', '450 mm Shower Drain SS 304', 'publish', 'closed', 'closed', '', '450-mm-shower-drain-ss-304-2', '', '', '2022-05-10 13:39:39', '2022-05-10 13:39:39', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4720', 0, 'product', '', 0),
(4721, 1, '2022-05-10 13:39:32', '2022-05-10 13:39:32', '', '600 mm  Shower Drain SS 304', '600 mm  Shower Drain SS 304', 'publish', 'closed', 'closed', '', '600-mm-shower-drain-ss-304-3', '', '', '2022-05-10 13:39:39', '2022-05-10 13:39:39', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4721', 0, 'product', '', 0),
(4722, 1, '2022-05-10 13:39:32', '2022-05-10 13:39:32', '', '900 mm  Shower Drain SS 304', '900 mm  Shower Drain SS 304', 'publish', 'closed', 'closed', '', '900-mm-shower-drain-ss-304-3', '', '', '2022-05-10 13:39:39', '2022-05-10 13:39:39', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4722', 0, 'product', '', 0),
(4723, 1, '2022-05-10 13:39:32', '2022-05-10 13:39:32', '', '450 mm Shower Drain SS 304', '450 mm Shower Drain SS 304', 'publish', 'closed', 'closed', '', '450-mm-shower-drain-ss-304-3', '', '', '2022-05-10 13:39:39', '2022-05-10 13:39:39', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4723', 0, 'product', '', 0),
(4724, 1, '2022-05-10 13:39:33', '2022-05-10 13:39:33', '', '600 mm  Shower Drain SS 304', '600 mm  Shower Drain SS 304', 'publish', 'closed', 'closed', '', '600-mm-shower-drain-ss-304-4', '', '', '2022-05-10 13:39:39', '2022-05-10 13:39:39', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4724', 0, 'product', '', 0),
(4725, 1, '2022-05-10 13:39:34', '2022-05-10 13:39:34', '', '900 mm  Shower Drain SS 304', '900 mm  Shower Drain SS 304', 'publish', 'closed', 'closed', '', '900-mm-shower-drain-ss-304-4', '', '', '2022-05-10 13:39:40', '2022-05-10 13:39:40', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4725', 0, 'product', '', 0),
(4726, 1, '2022-05-10 13:39:34', '2022-05-10 13:39:34', '', 'Waste Trap  SS 304', 'Waste Trap  SS 304', 'publish', 'closed', 'closed', '', 'waste-trap-ss-304', '', '', '2022-05-10 13:39:40', '2022-05-10 13:39:40', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4726', 0, 'product', '', 0),
(4727, 1, '2022-05-10 13:39:34', '2022-05-10 13:39:34', '', 'Cut Waste Trap  SS 304', 'Cut Waste Trap  SS 304', 'publish', 'closed', 'closed', '', 'cut-waste-trap-ss-304', '', '', '2022-05-10 13:39:40', '2022-05-10 13:39:40', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4727', 0, 'product', '', 0),
(4728, 1, '2022-05-10 13:39:34', '2022-05-10 13:39:34', '', 'Cut Waste Trap  SS 304', 'Cut Waste Trap  SS 304', 'publish', 'closed', 'closed', '', 'cut-waste-trap-ss-304-2', '', '', '2022-05-10 13:39:40', '2022-05-10 13:39:40', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4728', 0, 'product', '', 0),
(4729, 1, '2022-05-10 13:39:34', '2022-05-10 13:39:34', '', 'Waste Trap  SS 304', 'Waste Trap  SS 304', 'publish', 'closed', 'closed', '', 'waste-trap-ss-304-2', '', '', '2022-05-10 13:39:40', '2022-05-10 13:39:40', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4729', 0, 'product', '', 0),
(4730, 1, '2022-05-10 13:39:35', '2022-05-10 13:39:35', '', 'Cut Waste Trap  SS 304', 'Cut Waste Trap  SS 304', 'publish', 'closed', 'closed', '', 'cut-waste-trap-ss-304-3', '', '', '2022-05-10 13:39:41', '2022-05-10 13:39:41', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4730', 0, 'product', '', 0),
(4731, 1, '2022-05-10 13:39:35', '2022-05-10 13:39:35', '', 'Cut Waste Trap  SS 304', 'Cut Waste Trap  SS 304', 'publish', 'closed', 'closed', '', 'cut-waste-trap-ss-304-4', '', '', '2022-05-10 13:39:41', '2022-05-10 13:39:41', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4731', 0, 'product', '', 0),
(4732, 1, '2022-05-10 13:39:35', '2022-05-10 13:39:35', '', 'Waste Trap  SS 304', 'Waste Trap  SS 304', 'publish', 'closed', 'closed', '', 'waste-trap-ss-304-3', '', '', '2022-05-10 13:39:41', '2022-05-10 13:39:41', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4732', 0, 'product', '', 0),
(4733, 1, '2022-05-10 13:39:35', '2022-05-10 13:39:35', '', 'Cut Waste  Trap  SS 304', 'Cut Waste  Trap  SS 304', 'publish', 'closed', 'closed', '', 'cut-waste-trap-ss-304-5', '', '', '2022-05-10 13:39:41', '2022-05-10 13:39:41', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4733', 0, 'product', '', 0),
(4734, 1, '2022-05-10 13:39:35', '2022-05-10 13:39:35', '', 'Square Waste Trap  SS 304', 'Square Waste Trap  SS 304', 'publish', 'closed', 'closed', '', 'square-waste-trap-ss-304', '', '', '2022-05-10 13:39:41', '2022-05-10 13:39:41', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4734', 0, 'product', '', 0),
(4735, 1, '2022-05-10 13:39:36', '2022-05-10 13:39:36', '', 'Square Waste Trap Design  SS 304', 'Square Waste Trap Design  SS 304', 'publish', 'closed', 'closed', '', 'square-waste-trap-design-ss-304', '', '', '2022-05-10 13:39:42', '2022-05-10 13:39:42', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4735', 0, 'product', '', 0),
(4736, 1, '2022-05-10 13:39:36', '2022-05-10 13:39:36', '', 'Cockroach Trap  SS 304', 'Cockroach Trap  SS 304', 'inherit', 'closed', 'closed', '', '4707-revision-v1', '', '', '2022-05-10 13:39:36', '2022-05-10 13:39:36', '', 4707, 'https://hagarbath.com/shop/?p=4736', 0, 'revision', '', 0),
(4737, 1, '2022-05-10 13:39:36', '2022-05-10 13:39:36', '', 'Cut Cockroach Trap  SS 304', 'Cut Cockroach Trap  SS 304', 'inherit', 'closed', 'closed', '', '4708-revision-v1', '', '', '2022-05-10 13:39:36', '2022-05-10 13:39:36', '', 4708, 'https://hagarbath.com/shop/?p=4737', 0, 'revision', '', 0),
(4738, 1, '2022-05-10 13:39:36', '2022-05-10 13:39:36', '', 'Cockroach Trap Design  SS 304', 'Cockroach Trap Design  SS 304', 'inherit', 'closed', 'closed', '', '4709-revision-v1', '', '', '2022-05-10 13:39:36', '2022-05-10 13:39:36', '', 4709, 'https://hagarbath.com/shop/?p=4738', 0, 'revision', '', 0),
(4739, 1, '2022-05-10 13:39:37', '2022-05-10 13:39:37', '', 'Cut Cockroach Trap  SS 304', 'Cut Cockroach Trap  SS 304', 'inherit', 'closed', 'closed', '', '4710-revision-v1', '', '', '2022-05-10 13:39:37', '2022-05-10 13:39:37', '', 4710, 'https://hagarbath.com/shop/?p=4739', 0, 'revision', '', 0),
(4740, 1, '2022-05-10 13:39:37', '2022-05-10 13:39:37', '', 'Cockroach Clear Trap  SS 304', 'Cockroach Clear Trap  SS 304', 'inherit', 'closed', 'closed', '', '4711-revision-v1', '', '', '2022-05-10 13:39:37', '2022-05-10 13:39:37', '', 4711, 'https://hagarbath.com/shop/?p=4740', 0, 'revision', '', 0),
(4741, 1, '2022-05-10 13:39:37', '2022-05-10 13:39:37', '', 'Tiles Cockroach Trap SS 304', 'Tiles Cockroach Trap SS 304', 'inherit', 'closed', 'closed', '', '4712-revision-v1', '', '', '2022-05-10 13:39:37', '2022-05-10 13:39:37', '', 4712, 'https://hagarbath.com/shop/?p=4741', 0, 'revision', '', 0),
(4742, 1, '2022-05-10 13:39:37', '2022-05-10 13:39:37', '', 'Tiles Cockroach Trap SS 304', 'Tiles Cockroach Trap SS 304', 'inherit', 'closed', 'closed', '', '4713-revision-v1', '', '', '2022-05-10 13:39:37', '2022-05-10 13:39:37', '', 4713, 'https://hagarbath.com/shop/?p=4742', 0, 'revision', '', 0),
(4743, 1, '2022-05-10 13:39:37', '2022-05-10 13:39:37', '', 'Shower Drain SS 304', 'Shower Drain SS 304', 'inherit', 'closed', 'closed', '', '4714-revision-v1', '', '', '2022-05-10 13:39:37', '2022-05-10 13:39:37', '', 4714, 'https://hagarbath.com/shop/?p=4743', 0, 'revision', '', 0),
(4744, 1, '2022-05-10 13:39:37', '2022-05-10 13:39:37', '', '600 mm  Shower Drain SS 304', '600 mm  Shower Drain SS 304', 'inherit', 'closed', 'closed', '', '4715-revision-v1', '', '', '2022-05-10 13:39:37', '2022-05-10 13:39:37', '', 4715, 'https://hagarbath.com/shop/?p=4744', 0, 'revision', '', 0),
(4745, 1, '2022-05-10 13:39:38', '2022-05-10 13:39:38', '', '900 mm  Shower Drain SS 304', '900 mm  Shower Drain SS 304', 'inherit', 'closed', 'closed', '', '4716-revision-v1', '', '', '2022-05-10 13:39:38', '2022-05-10 13:39:38', '', 4716, 'https://hagarbath.com/shop/?p=4745', 0, 'revision', '', 0),
(4746, 1, '2022-05-10 13:39:38', '2022-05-10 13:39:38', '', '450 mm Shower Drain SS 304', '450 mm Shower Drain SS 304', 'inherit', 'closed', 'closed', '', '4717-revision-v1', '', '', '2022-05-10 13:39:38', '2022-05-10 13:39:38', '', 4717, 'https://hagarbath.com/shop/?p=4746', 0, 'revision', '', 0),
(4747, 1, '2022-05-10 13:39:38', '2022-05-10 13:39:38', '', '600 mm Shower Drain SS 304', '600 mm Shower Drain SS 304', 'inherit', 'closed', 'closed', '', '4718-revision-v1', '', '', '2022-05-10 13:39:38', '2022-05-10 13:39:38', '', 4718, 'https://hagarbath.com/shop/?p=4747', 0, 'revision', '', 0),
(4748, 1, '2022-05-10 13:39:38', '2022-05-10 13:39:38', '', '900 mm Shower Drain SS 304', '900 mm Shower Drain SS 304', 'inherit', 'closed', 'closed', '', '4719-revision-v1', '', '', '2022-05-10 13:39:38', '2022-05-10 13:39:38', '', 4719, 'https://hagarbath.com/shop/?p=4748', 0, 'revision', '', 0),
(4749, 1, '2022-05-10 13:39:39', '2022-05-10 13:39:39', '', '450 mm Shower Drain SS 304', '450 mm Shower Drain SS 304', 'inherit', 'closed', 'closed', '', '4720-revision-v1', '', '', '2022-05-10 13:39:39', '2022-05-10 13:39:39', '', 4720, 'https://hagarbath.com/shop/?p=4749', 0, 'revision', '', 0),
(4750, 1, '2022-05-10 13:39:39', '2022-05-10 13:39:39', '', '600 mm  Shower Drain SS 304', '600 mm  Shower Drain SS 304', 'inherit', 'closed', 'closed', '', '4721-revision-v1', '', '', '2022-05-10 13:39:39', '2022-05-10 13:39:39', '', 4721, 'https://hagarbath.com/shop/?p=4750', 0, 'revision', '', 0),
(4751, 1, '2022-05-10 13:39:39', '2022-05-10 13:39:39', '', '900 mm  Shower Drain SS 304', '900 mm  Shower Drain SS 304', 'inherit', 'closed', 'closed', '', '4722-revision-v1', '', '', '2022-05-10 13:39:39', '2022-05-10 13:39:39', '', 4722, 'https://hagarbath.com/shop/?p=4751', 0, 'revision', '', 0),
(4752, 1, '2022-05-10 13:39:39', '2022-05-10 13:39:39', '', '450 mm Shower Drain SS 304', '450 mm Shower Drain SS 304', 'inherit', 'closed', 'closed', '', '4723-revision-v1', '', '', '2022-05-10 13:39:39', '2022-05-10 13:39:39', '', 4723, 'https://hagarbath.com/shop/?p=4752', 0, 'revision', '', 0),
(4753, 1, '2022-05-10 13:39:39', '2022-05-10 13:39:39', '', '600 mm  Shower Drain SS 304', '600 mm  Shower Drain SS 304', 'inherit', 'closed', 'closed', '', '4724-revision-v1', '', '', '2022-05-10 13:39:39', '2022-05-10 13:39:39', '', 4724, 'https://hagarbath.com/shop/?p=4753', 0, 'revision', '', 0),
(4754, 1, '2022-05-10 13:39:40', '2022-05-10 13:39:40', '', '900 mm  Shower Drain SS 304', '900 mm  Shower Drain SS 304', 'inherit', 'closed', 'closed', '', '4725-revision-v1', '', '', '2022-05-10 13:39:40', '2022-05-10 13:39:40', '', 4725, 'https://hagarbath.com/shop/?p=4754', 0, 'revision', '', 0),
(4755, 1, '2022-05-10 13:39:40', '2022-05-10 13:39:40', '', 'Waste Trap  SS 304', 'Waste Trap  SS 304', 'inherit', 'closed', 'closed', '', '4726-revision-v1', '', '', '2022-05-10 13:39:40', '2022-05-10 13:39:40', '', 4726, 'https://hagarbath.com/shop/?p=4755', 0, 'revision', '', 0),
(4756, 1, '2022-05-10 13:39:40', '2022-05-10 13:39:40', '', 'Cut Waste Trap  SS 304', 'Cut Waste Trap  SS 304', 'inherit', 'closed', 'closed', '', '4727-revision-v1', '', '', '2022-05-10 13:39:40', '2022-05-10 13:39:40', '', 4727, 'https://hagarbath.com/shop/?p=4756', 0, 'revision', '', 0),
(4757, 1, '2022-05-10 13:39:40', '2022-05-10 13:39:40', '', 'Cut Waste Trap  SS 304', 'Cut Waste Trap  SS 304', 'inherit', 'closed', 'closed', '', '4728-revision-v1', '', '', '2022-05-10 13:39:40', '2022-05-10 13:39:40', '', 4728, 'https://hagarbath.com/shop/?p=4757', 0, 'revision', '', 0),
(4758, 1, '2022-05-10 13:39:40', '2022-05-10 13:39:40', '', 'Waste Trap  SS 304', 'Waste Trap  SS 304', 'inherit', 'closed', 'closed', '', '4729-revision-v1', '', '', '2022-05-10 13:39:40', '2022-05-10 13:39:40', '', 4729, 'https://hagarbath.com/shop/?p=4758', 0, 'revision', '', 0),
(4759, 1, '2022-05-10 13:39:41', '2022-05-10 13:39:41', '', 'Cut Waste Trap  SS 304', 'Cut Waste Trap  SS 304', 'inherit', 'closed', 'closed', '', '4730-revision-v1', '', '', '2022-05-10 13:39:41', '2022-05-10 13:39:41', '', 4730, 'https://hagarbath.com/shop/?p=4759', 0, 'revision', '', 0),
(4760, 1, '2022-05-10 13:39:41', '2022-05-10 13:39:41', '', 'Cut Waste Trap  SS 304', 'Cut Waste Trap  SS 304', 'inherit', 'closed', 'closed', '', '4731-revision-v1', '', '', '2022-05-10 13:39:41', '2022-05-10 13:39:41', '', 4731, 'https://hagarbath.com/shop/?p=4760', 0, 'revision', '', 0),
(4761, 1, '2022-05-10 13:39:41', '2022-05-10 13:39:41', '', 'Waste Trap  SS 304', 'Waste Trap  SS 304', 'inherit', 'closed', 'closed', '', '4732-revision-v1', '', '', '2022-05-10 13:39:41', '2022-05-10 13:39:41', '', 4732, 'https://hagarbath.com/shop/?p=4761', 0, 'revision', '', 0),
(4762, 1, '2022-05-10 13:39:41', '2022-05-10 13:39:41', '', 'Cut Waste  Trap  SS 304', 'Cut Waste  Trap  SS 304', 'inherit', 'closed', 'closed', '', '4733-revision-v1', '', '', '2022-05-10 13:39:41', '2022-05-10 13:39:41', '', 4733, 'https://hagarbath.com/shop/?p=4762', 0, 'revision', '', 0),
(4763, 1, '2022-05-10 13:39:41', '2022-05-10 13:39:41', '', 'Square Waste Trap  SS 304', 'Square Waste Trap  SS 304', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2022-05-10 13:39:41', '2022-05-10 13:39:41', '', 4734, 'https://hagarbath.com/shop/?p=4763', 0, 'revision', '', 0),
(4764, 1, '2022-05-10 13:39:42', '2022-05-10 13:39:42', '', 'Square Waste Trap Design  SS 304', 'Square Waste Trap Design  SS 304', 'inherit', 'closed', 'closed', '', '4735-revision-v1', '', '', '2022-05-10 13:39:42', '2022-05-10 13:39:42', '', 4735, 'https://hagarbath.com/shop/?p=4764', 0, 'revision', '', 0),
(4765, 1, '2022-05-10 13:39:47', '2022-05-10 13:39:47', '', 'Square Waste Trap Design  SS 304', 'Square Waste Trap Design  SS 304', 'publish', 'closed', 'closed', '', 'square-waste-trap-design-ss-304-2', '', '', '2022-05-10 13:39:48', '2022-05-10 13:39:48', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4765', 0, 'product', '', 0),
(4766, 1, '2022-05-10 13:39:48', '2022-05-10 13:39:48', '', 'Square Waste Trap Tile  SS 304', 'Square Waste Trap Tile  SS 304', 'publish', 'closed', 'closed', '', 'square-waste-trap-tile-ss-304', '', '', '2022-05-10 13:39:48', '2022-05-10 13:39:48', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4766', 0, 'product', '', 0),
(4767, 1, '2022-05-10 13:39:48', '2022-05-10 13:39:48', '', 'Cut Waste Trap  SS 304', 'Cut Waste Trap  SS 304', 'publish', 'closed', 'closed', '', 'cut-waste-trap-ss-304-6', '', '', '2022-05-10 13:39:49', '2022-05-10 13:39:49', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4767', 0, 'product', '', 0),
(4768, 1, '2022-05-10 13:39:48', '2022-05-10 13:39:48', '', 'Plain Waste Trap  SS 304', 'Plain Waste Trap  SS 304', 'publish', 'closed', 'closed', '', 'plain-waste-trap-ss-304', '', '', '2022-05-10 13:39:49', '2022-05-10 13:39:49', '', 0, 'https://hagarbath.com/shop/?post_type=product&#038;p=4768', 0, 'product', '', 0),
(4769, 1, '2022-05-10 13:39:48', '2022-05-10 13:39:48', '', 'Square Waste Trap Design  SS 304', 'Square Waste Trap Design  SS 304', 'inherit', 'closed', 'closed', '', '4765-revision-v1', '', '', '2022-05-10 13:39:48', '2022-05-10 13:39:48', '', 4765, 'https://hagarbath.com/shop/?p=4769', 0, 'revision', '', 0),
(4770, 1, '2022-05-10 13:39:48', '2022-05-10 13:39:48', '', 'Square Waste Trap Tile  SS 304', 'Square Waste Trap Tile  SS 304', 'inherit', 'closed', 'closed', '', '4766-revision-v1', '', '', '2022-05-10 13:39:48', '2022-05-10 13:39:48', '', 4766, 'https://hagarbath.com/shop/?p=4770', 0, 'revision', '', 0),
(4771, 1, '2022-05-10 13:39:49', '2022-05-10 13:39:49', '', 'Cut Waste Trap  SS 304', 'Cut Waste Trap  SS 304', 'inherit', 'closed', 'closed', '', '4767-revision-v1', '', '', '2022-05-10 13:39:49', '2022-05-10 13:39:49', '', 4767, 'https://hagarbath.com/shop/?p=4771', 0, 'revision', '', 0),
(4772, 1, '2022-05-10 13:39:49', '2022-05-10 13:39:49', '', 'Plain Waste Trap  SS 304', 'Plain Waste Trap  SS 304', 'inherit', 'closed', 'closed', '', '4768-revision-v1', '', '', '2022-05-10 13:39:49', '2022-05-10 13:39:49', '', 4768, 'https://hagarbath.com/shop/?p=4772', 0, 'revision', '', 0),
(4776, 1, '2022-05-11 06:26:43', '2022-05-11 06:26:43', '', 'BATH SET ( Pack of 5) EDGE', 'BATH SET ( Pack of 5) EDGE', 'publish', 'closed', 'closed', '', 'bath-set-pack-of-5-edge', '', '', '2022-05-11 06:26:43', '2022-05-11 06:26:43', '', 0, 'https://hagarbath.com/shop/product/bath-set-pack-of-5-edge/', 0, 'product', '', 0),
(4777, 1, '2022-05-11 06:26:44', '2022-05-11 06:26:44', '', 'TOWEL RACK 24\" EDGE', 'TOWEL RACK 24\" EDGE', 'publish', 'closed', 'closed', '', 'towel-rack-24-edge', '', '', '2022-05-11 06:26:44', '2022-05-11 06:26:44', '', 0, 'https://hagarbath.com/shop/product/towel-rack-24-edge/', 0, 'product', '', 0),
(4778, 1, '2022-05-11 06:26:44', '2022-05-11 06:26:44', '', 'TOWEL ROAD 24\" EDGE', 'TOWEL ROAD 24\" EDGE', 'publish', 'closed', 'closed', '', 'towel-road-24-edge', '', '', '2022-05-11 06:26:44', '2022-05-11 06:26:44', '', 0, 'https://hagarbath.com/shop/product/towel-road-24-edge/', 0, 'product', '', 0),
(4779, 1, '2022-05-11 06:26:44', '2022-05-11 06:26:44', '', 'TOWEL RING EDGE', 'TOWEL RING EDGE', 'publish', 'closed', 'closed', '', 'towel-ring-edge', '', '', '2022-05-11 06:26:44', '2022-05-11 06:26:44', '', 0, 'https://hagarbath.com/shop/product/towel-ring-edge/', 0, 'product', '', 0),
(4780, 1, '2022-05-11 06:26:45', '2022-05-11 06:26:45', '', 'SOAP DISH EDGE', 'SOAP DISH EDGE', 'publish', 'closed', 'closed', '', 'soap-dish-edge', '', '', '2022-05-11 06:26:45', '2022-05-11 06:26:45', '', 0, 'https://hagarbath.com/shop/product/soap-dish-edge/', 0, 'product', '', 0),
(4781, 1, '2022-05-11 06:26:45', '2022-05-11 06:26:45', '', 'BRUSH HOLDER EDGE', 'BRUSH HOLDER EDGE', 'publish', 'closed', 'closed', '', 'brush-holder-edge', '', '', '2022-05-11 06:26:45', '2022-05-11 06:26:45', '', 0, 'https://hagarbath.com/shop/product/brush-holder-edge/', 0, 'product', '', 0),
(4782, 1, '2022-05-11 06:26:45', '2022-05-11 06:26:45', '', 'RAB HOOK EDGE', 'RAB HOOK EDGE', 'publish', 'closed', 'closed', '', 'rab-hook-edge', '', '', '2022-05-11 06:26:45', '2022-05-11 06:26:45', '', 0, 'https://hagarbath.com/shop/product/rab-hook-edge/', 0, 'product', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4783, 1, '2022-05-11 06:26:45', '2022-05-11 06:26:45', '', 'TOILET PAPER HOLDER EDGE', 'TOILET PAPER HOLDER EDGE', 'publish', 'closed', 'closed', '', 'toilet-paper-holder-edge', '', '', '2022-05-11 06:26:45', '2022-05-11 06:26:45', '', 0, 'https://hagarbath.com/shop/product/toilet-paper-holder-edge/', 0, 'product', '', 0),
(4784, 1, '2022-05-11 06:26:46', '2022-05-11 06:26:46', '', 'LIQUID SOAP DISPENSAR EDGE', 'LIQUID SOAP DISPENSAR EDGE', 'publish', 'closed', 'closed', '', 'liquid-soap-dispensar-edge', '', '', '2022-05-11 06:26:46', '2022-05-11 06:26:46', '', 0, 'https://hagarbath.com/shop/product/liquid-soap-dispensar-edge/', 0, 'product', '', 0),
(4785, 1, '2022-05-11 06:26:46', '2022-05-11 06:26:46', '', 'BATH SET ( Pack of 5) EDGE ROSE GOLD', 'BATH SET ( Pack of 5) EDGE ROSE GOLD', 'publish', 'closed', 'closed', '', 'bath-set-pack-of-5-edge-rose-gold', '', '', '2022-05-11 06:26:46', '2022-05-11 06:26:46', '', 0, 'https://hagarbath.com/shop/product/bath-set-pack-of-5-edge-rose-gold/', 0, 'product', '', 0),
(4786, 1, '2022-05-11 06:26:46', '2022-05-11 06:26:46', '', 'TOWEL RACK 24\" EDGE ROSE GOLD', 'TOWEL RACK 24\" EDGE ROSE GOLD', 'publish', 'closed', 'closed', '', 'towel-rack-24-edge-rose-gold', '', '', '2022-05-11 06:26:46', '2022-05-11 06:26:46', '', 0, 'https://hagarbath.com/shop/product/towel-rack-24-edge-rose-gold/', 0, 'product', '', 0),
(4787, 1, '2022-05-11 06:26:46', '2022-05-11 06:26:46', '', 'TOWEL ROAD 24\" EDGE ROSE GOLD', 'TOWEL ROAD 24\" EDGE ROSE GOLD', 'publish', 'closed', 'closed', '', 'towel-road-24-edge-rose-gold', '', '', '2022-05-11 06:26:46', '2022-05-11 06:26:46', '', 0, 'https://hagarbath.com/shop/product/towel-road-24-edge-rose-gold/', 0, 'product', '', 0),
(4788, 1, '2022-05-11 06:26:47', '2022-05-11 06:26:47', '', 'TOWEL RING EDGE ROSE GOLD', 'TOWEL RING EDGE ROSE GOLD', 'publish', 'closed', 'closed', '', 'towel-ring-edge-rose-gold', '', '', '2022-05-11 06:26:47', '2022-05-11 06:26:47', '', 0, 'https://hagarbath.com/shop/product/towel-ring-edge-rose-gold/', 0, 'product', '', 0),
(4789, 1, '2022-05-11 06:26:47', '2022-05-11 06:26:47', '', 'SOAP DISH EDGE ROSE GOLD', 'SOAP DISH EDGE ROSE GOLD', 'publish', 'closed', 'closed', '', 'soap-dish-edge-rose-gold', '', '', '2022-05-11 06:26:47', '2022-05-11 06:26:47', '', 0, 'https://hagarbath.com/shop/product/soap-dish-edge-rose-gold/', 0, 'product', '', 0),
(4790, 1, '2022-05-11 06:26:47', '2022-05-11 06:26:47', '', 'BRUSH HOLDER EDGE ROSE GOLD', 'BRUSH HOLDER EDGE ROSE GOLD', 'publish', 'closed', 'closed', '', 'brush-holder-edge-rose-gold', '', '', '2022-05-11 06:26:47', '2022-05-11 06:26:47', '', 0, 'https://hagarbath.com/shop/product/brush-holder-edge-rose-gold/', 0, 'product', '', 0),
(4791, 1, '2022-05-11 06:26:47', '2022-05-11 06:26:47', '', 'RAB HOOK EDGE ROSE GOLD', 'RAB HOOK EDGE ROSE GOLD', 'publish', 'closed', 'closed', '', 'rab-hook-edge-rose-gold', '', '', '2022-05-11 06:26:47', '2022-05-11 06:26:47', '', 0, 'https://hagarbath.com/shop/product/rab-hook-edge-rose-gold/', 0, 'product', '', 0),
(4792, 1, '2022-05-11 06:26:47', '2022-05-11 06:26:47', '', 'TOILET PAPER HOLDER EDGE ROSE GOLD', 'TOILET PAPER HOLDER EDGE ROSE GOLD', 'publish', 'closed', 'closed', '', 'toilet-paper-holder-edge-rose-gold', '', '', '2022-05-11 06:26:47', '2022-05-11 06:26:47', '', 0, 'https://hagarbath.com/shop/product/toilet-paper-holder-edge-rose-gold/', 0, 'product', '', 0),
(4793, 1, '2022-05-11 06:26:48', '2022-05-11 06:26:48', '', 'LIQUID SOAP DISPENSAR EDGE ROSE GOLD', 'LIQUID SOAP DISPENSAR EDGE ROSE GOLD', 'publish', 'closed', 'closed', '', 'liquid-soap-dispensar-edge-rose-gold', '', '', '2022-05-11 06:26:48', '2022-05-11 06:26:48', '', 0, 'https://hagarbath.com/shop/product/liquid-soap-dispensar-edge-rose-gold/', 0, 'product', '', 0),
(4794, 1, '2022-05-11 06:26:48', '2022-05-11 06:26:48', '', 'BATH SET ( Pack of 5) EDGE BLACK', 'BATH SET ( Pack of 5) EDGE BLACK', 'publish', 'closed', 'closed', '', 'bath-set-pack-of-5-edge-black', '', '', '2022-05-11 06:26:48', '2022-05-11 06:26:48', '', 0, 'https://hagarbath.com/shop/product/bath-set-pack-of-5-edge-black/', 0, 'product', '', 0),
(4795, 1, '2022-05-11 06:26:49', '2022-05-11 06:26:49', '', 'TOWEL RACK 24\" EDGE BLACK', 'TOWEL RACK 24\" EDGE BLACK', 'publish', 'closed', 'closed', '', 'towel-rack-24-edge-black', '', '', '2022-05-11 06:26:49', '2022-05-11 06:26:49', '', 0, 'https://hagarbath.com/shop/product/towel-rack-24-edge-black/', 0, 'product', '', 0),
(4796, 1, '2022-05-11 06:26:49', '2022-05-11 06:26:49', '', 'TOWEL ROAD 24\" EDGE BLACK', 'TOWEL ROAD 24\" EDGE BLACK', 'publish', 'closed', 'closed', '', 'towel-road-24-edge-black', '', '', '2022-05-11 06:26:49', '2022-05-11 06:26:49', '', 0, 'https://hagarbath.com/shop/product/towel-road-24-edge-black/', 0, 'product', '', 0),
(4797, 1, '2022-05-11 06:26:49', '2022-05-11 06:26:49', '', 'TOWEL RING EDGE BLACK', 'TOWEL RING EDGE BLACK', 'publish', 'closed', 'closed', '', 'towel-ring-edge-black', '', '', '2022-05-11 06:26:49', '2022-05-11 06:26:49', '', 0, 'https://hagarbath.com/shop/product/towel-ring-edge-black/', 0, 'product', '', 0),
(4798, 1, '2022-05-11 06:26:49', '2022-05-11 06:26:49', '', 'SOAP DISH EDGE BLACK', 'SOAP DISH EDGE BLACK', 'publish', 'closed', 'closed', '', 'soap-dish-edge-black', '', '', '2022-05-11 06:26:49', '2022-05-11 06:26:49', '', 0, 'https://hagarbath.com/shop/product/soap-dish-edge-black/', 0, 'product', '', 0),
(4799, 1, '2022-05-11 06:26:49', '2022-05-11 06:26:49', '', 'BRUSH HOLDER EDGE BLACK', 'BRUSH HOLDER EDGE BLACK', 'publish', 'closed', 'closed', '', 'brush-holder-edge-black', '', '', '2022-05-11 06:26:49', '2022-05-11 06:26:49', '', 0, 'https://hagarbath.com/shop/product/brush-holder-edge-black/', 0, 'product', '', 0),
(4800, 1, '2022-05-11 06:26:50', '2022-05-11 06:26:50', '', 'RAB HOOK EDGE BLACK', 'RAB HOOK EDGE BLACK', 'publish', 'closed', 'closed', '', 'rab-hook-edge-black', '', '', '2022-05-11 06:26:50', '2022-05-11 06:26:50', '', 0, 'https://hagarbath.com/shop/product/rab-hook-edge-black/', 0, 'product', '', 0),
(4801, 1, '2022-05-11 06:26:50', '2022-05-11 06:26:50', '', 'TOILET PAPER HOLDER EDGE BLACK', 'TOILET PAPER HOLDER EDGE BLACK', 'publish', 'closed', 'closed', '', 'toilet-paper-holder-edge-black', '', '', '2022-05-11 06:26:50', '2022-05-11 06:26:50', '', 0, 'https://hagarbath.com/shop/product/toilet-paper-holder-edge-black/', 0, 'product', '', 0),
(4802, 1, '2022-05-11 06:26:50', '2022-05-11 06:26:50', '', 'LIQUID SOAP DISPENSAR EDGE BLACK', 'LIQUID SOAP DISPENSAR EDGE BLACK', 'publish', 'closed', 'closed', '', 'liquid-soap-dispensar-edge-black', '', '', '2022-05-11 06:26:50', '2022-05-11 06:26:50', '', 0, 'https://hagarbath.com/shop/product/liquid-soap-dispensar-edge-black/', 0, 'product', '', 0),
(4803, 1, '2022-05-11 06:26:52', '2022-05-11 06:26:52', '', 'EVA BATH SET ( Pack of 5)', 'EVA BATH SET ( Pack of 5)', 'publish', 'closed', 'closed', '', 'eva-bath-set-pack-of-5', '', '', '2022-05-11 06:26:52', '2022-05-11 06:26:52', '', 0, 'https://hagarbath.com/shop/product/eva-bath-set-pack-of-5/', 0, 'product', '', 0),
(4804, 1, '2022-05-11 06:26:52', '2022-05-11 06:26:52', '', 'EVA TOWEL RACK 24\"', 'EVA TOWEL RACK 24\"', 'publish', 'closed', 'closed', '', 'eva-towel-rack-24', '', '', '2022-05-11 06:26:52', '2022-05-11 06:26:52', '', 0, 'https://hagarbath.com/shop/product/eva-towel-rack-24/', 0, 'product', '', 0),
(4805, 1, '2022-05-11 06:26:52', '2022-05-11 06:26:52', '', 'EVA TOWEL ROAD 24\"', 'EVA TOWEL ROAD 24\"', 'publish', 'closed', 'closed', '', 'eva-towel-road-24', '', '', '2022-05-11 06:26:52', '2022-05-11 06:26:52', '', 0, 'https://hagarbath.com/shop/product/eva-towel-road-24/', 0, 'product', '', 0),
(4806, 1, '2022-05-11 06:26:52', '2022-05-11 06:26:52', '', 'EVA TOWEL RING', 'EVA TOWEL RING', 'publish', 'closed', 'closed', '', 'eva-towel-ring', '', '', '2022-05-11 06:26:52', '2022-05-11 06:26:52', '', 0, 'https://hagarbath.com/shop/product/eva-towel-ring/', 0, 'product', '', 0),
(4807, 1, '2022-05-11 06:26:53', '2022-05-11 06:26:53', '', 'EVA SOAP DISH', 'EVA SOAP DISH', 'publish', 'closed', 'closed', '', 'eva-soap-dish', '', '', '2022-05-11 06:26:53', '2022-05-11 06:26:53', '', 0, 'https://hagarbath.com/shop/product/eva-soap-dish/', 0, 'product', '', 0),
(4808, 1, '2022-05-11 06:26:53', '2022-05-11 06:26:53', '', 'EVA BRUSH HOLDER', 'EVA BRUSH HOLDER', 'publish', 'closed', 'closed', '', 'eva-brush-holder', '', '', '2022-05-11 06:26:53', '2022-05-11 06:26:53', '', 0, 'https://hagarbath.com/shop/product/eva-brush-holder/', 0, 'product', '', 0),
(4809, 1, '2022-05-11 06:26:53', '2022-05-11 06:26:53', '', 'EVA RAB HOOK', 'EVA RAB HOOK', 'publish', 'closed', 'closed', '', 'eva-rab-hook', '', '', '2022-05-11 06:26:53', '2022-05-11 06:26:53', '', 0, 'https://hagarbath.com/shop/product/eva-rab-hook/', 0, 'product', '', 0),
(4810, 1, '2022-05-11 06:26:53', '2022-05-11 06:26:53', '', 'EVA TOILET PAPER HOLDER', 'EVA TOILET PAPER HOLDER', 'publish', 'closed', 'closed', '', 'eva-toilet-paper-holder', '', '', '2022-05-11 06:26:53', '2022-05-11 06:26:53', '', 0, 'https://hagarbath.com/shop/product/eva-toilet-paper-holder/', 0, 'product', '', 0),
(4811, 1, '2022-05-11 06:26:54', '2022-05-11 06:26:54', '', 'EVA  LIQUID SOAP DISPENSAR', 'EVA  LIQUID SOAP DISPENSAR', 'publish', 'closed', 'closed', '', 'eva-liquid-soap-dispensar', '', '', '2022-05-11 06:26:54', '2022-05-11 06:26:54', '', 0, 'https://hagarbath.com/shop/product/eva-liquid-soap-dispensar/', 0, 'product', '', 0),
(4812, 1, '2022-05-11 06:26:54', '2022-05-11 06:26:54', '', 'BATH SET ( Pack of 5) EVA ROSE GOLD', 'BATH SET ( Pack of 5) EVA ROSE GOLD', 'publish', 'closed', 'closed', '', 'bath-set-pack-of-5-eva-rose-gold', '', '', '2022-05-11 06:26:54', '2022-05-11 06:26:54', '', 0, 'https://hagarbath.com/shop/product/bath-set-pack-of-5-eva-rose-gold/', 0, 'product', '', 0),
(4813, 1, '2022-05-11 06:26:54', '2022-05-11 06:26:54', '', 'TOWEL RACK 24\" EVA ROSE GOLD', 'TOWEL RACK 24\" EVA ROSE GOLD', 'publish', 'closed', 'closed', '', 'towel-rack-24-eva-rose-gold', '', '', '2022-05-11 06:26:54', '2022-05-11 06:26:54', '', 0, 'https://hagarbath.com/shop/product/towel-rack-24-eva-rose-gold/', 0, 'product', '', 0),
(4814, 1, '2022-05-11 06:26:54', '2022-05-11 06:26:54', '', 'TOWEL ROAD 24\" EVA ROSE GOLD', 'TOWEL ROAD 24\" EVA ROSE GOLD', 'publish', 'closed', 'closed', '', 'towel-road-24-eva-rose-gold', '', '', '2022-05-11 06:26:54', '2022-05-11 06:26:54', '', 0, 'https://hagarbath.com/shop/product/towel-road-24-eva-rose-gold/', 0, 'product', '', 0),
(4815, 1, '2022-05-11 06:26:54', '2022-05-11 06:26:54', '', 'TOWEL RING EVA ROSE GOLD', 'TOWEL RING EVA ROSE GOLD', 'publish', 'closed', 'closed', '', 'towel-ring-eva-rose-gold', '', '', '2022-05-11 06:26:54', '2022-05-11 06:26:54', '', 0, 'https://hagarbath.com/shop/product/towel-ring-eva-rose-gold/', 0, 'product', '', 0),
(4816, 1, '2022-05-11 06:26:55', '2022-05-11 06:26:55', '', 'SOAP DISH EVA ROSE GOLD', 'SOAP DISH EVA ROSE GOLD', 'publish', 'closed', 'closed', '', 'soap-dish-eva-rose-gold', '', '', '2022-05-11 06:26:55', '2022-05-11 06:26:55', '', 0, 'https://hagarbath.com/shop/product/soap-dish-eva-rose-gold/', 0, 'product', '', 0),
(4817, 1, '2022-05-11 06:26:55', '2022-05-11 06:26:55', '', 'BRUSH HOLDER EVA ROSE GOLD', 'BRUSH HOLDER EVA ROSE GOLD', 'publish', 'closed', 'closed', '', 'brush-holder-eva-rose-gold', '', '', '2022-05-11 06:26:55', '2022-05-11 06:26:55', '', 0, 'https://hagarbath.com/shop/product/brush-holder-eva-rose-gold/', 0, 'product', '', 0),
(4818, 1, '2022-05-11 06:26:55', '2022-05-11 06:26:55', '', 'RAB HOOK EVA ROSE GOLD', 'RAB HOOK EVA ROSE GOLD', 'publish', 'closed', 'closed', '', 'rab-hook-eva-rose-gold', '', '', '2022-05-11 06:26:55', '2022-05-11 06:26:55', '', 0, 'https://hagarbath.com/shop/product/rab-hook-eva-rose-gold/', 0, 'product', '', 0),
(4819, 1, '2022-05-11 06:26:55', '2022-05-11 06:26:55', '', 'TOILET PAPER HOLDER EVA ROSE GOLD', 'TOILET PAPER HOLDER EVA ROSE GOLD', 'publish', 'closed', 'closed', '', 'toilet-paper-holder-eva-rose-gold', '', '', '2022-05-11 06:26:55', '2022-05-11 06:26:55', '', 0, 'https://hagarbath.com/shop/product/toilet-paper-holder-eva-rose-gold/', 0, 'product', '', 0),
(4820, 1, '2022-05-11 06:26:56', '2022-05-11 06:26:56', '', 'LIQUID SOAP DISPENSAR EVA ROSE GOLD', 'LIQUID SOAP DISPENSAR EVA ROSE GOLD', 'publish', 'closed', 'closed', '', 'liquid-soap-dispensar-eva-rose-gold', '', '', '2022-05-11 06:26:56', '2022-05-11 06:26:56', '', 0, 'https://hagarbath.com/shop/product/liquid-soap-dispensar-eva-rose-gold/', 0, 'product', '', 0),
(4821, 1, '2022-05-11 06:26:56', '2022-05-11 06:26:56', '', 'BATH SET ( Pack of 5) EVA BLACK', 'BATH SET ( Pack of 5) EVA BLACK', 'publish', 'closed', 'closed', '', 'bath-set-pack-of-5-eva-black', '', '', '2022-05-11 06:26:56', '2022-05-11 06:26:56', '', 0, 'https://hagarbath.com/shop/product/bath-set-pack-of-5-eva-black/', 0, 'product', '', 0),
(4822, 1, '2022-05-11 06:26:56', '2022-05-11 06:26:56', '', 'TOWEL RACK 24\" EVA BLACK', 'TOWEL RACK 24\" EVA BLACK', 'publish', 'closed', 'closed', '', 'towel-rack-24-eva-black', '', '', '2022-05-11 06:26:56', '2022-05-11 06:26:56', '', 0, 'https://hagarbath.com/shop/product/towel-rack-24-eva-black/', 0, 'product', '', 0),
(4823, 1, '2022-05-11 06:26:56', '2022-05-11 06:26:56', '', 'TOWEL ROAD 24\" EVA BLACK', 'TOWEL ROAD 24\" EVA BLACK', 'publish', 'closed', 'closed', '', 'towel-road-24-eva-black', '', '', '2022-05-11 06:26:56', '2022-05-11 06:26:56', '', 0, 'https://hagarbath.com/shop/product/towel-road-24-eva-black/', 0, 'product', '', 0),
(4824, 1, '2022-05-11 06:26:57', '2022-05-11 06:26:57', '', 'TOWEL RING EVA BLACK', 'TOWEL RING EVA BLACK', 'publish', 'closed', 'closed', '', 'towel-ring-eva-black', '', '', '2022-05-11 06:26:57', '2022-05-11 06:26:57', '', 0, 'https://hagarbath.com/shop/product/towel-ring-eva-black/', 0, 'product', '', 0),
(4825, 1, '2022-05-11 06:26:57', '2022-05-11 06:26:57', '', 'SOAP DISH EVA BLACK', 'SOAP DISH EVA BLACK', 'publish', 'closed', 'closed', '', 'soap-dish-eva-black', '', '', '2022-05-11 06:26:57', '2022-05-11 06:26:57', '', 0, 'https://hagarbath.com/shop/product/soap-dish-eva-black/', 0, 'product', '', 0),
(4826, 1, '2022-05-11 06:26:57', '2022-05-11 06:26:57', '', 'BRUSH HOLDER EVA BLACK', 'BRUSH HOLDER EVA BLACK', 'publish', 'closed', 'closed', '', 'brush-holder-eva-black', '', '', '2022-05-11 06:26:57', '2022-05-11 06:26:57', '', 0, 'https://hagarbath.com/shop/product/brush-holder-eva-black/', 0, 'product', '', 0),
(4827, 1, '2022-05-11 06:26:57', '2022-05-11 06:26:57', '', 'RAB HOOK EVA BLACK', 'RAB HOOK EVA BLACK', 'publish', 'closed', 'closed', '', 'rab-hook-eva-black', '', '', '2022-05-11 06:26:57', '2022-05-11 06:26:57', '', 0, 'https://hagarbath.com/shop/product/rab-hook-eva-black/', 0, 'product', '', 0),
(4828, 1, '2022-05-11 06:26:57', '2022-05-11 06:26:57', '', 'TOILET PAPER HOLDER EVA BLACK', 'TOILET PAPER HOLDER EVA BLACK', 'publish', 'closed', 'closed', '', 'toilet-paper-holder-eva-black', '', '', '2022-05-11 06:26:57', '2022-05-11 06:26:57', '', 0, 'https://hagarbath.com/shop/product/toilet-paper-holder-eva-black/', 0, 'product', '', 0),
(4829, 1, '2022-05-11 06:26:58', '2022-05-11 06:26:58', '', 'LIQUID SOAP DISPENSAR EVA BLACK', 'LIQUID SOAP DISPENSAR EVA BLACK', 'publish', 'closed', 'closed', '', 'liquid-soap-dispensar-eva-black', '', '', '2022-05-11 06:26:58', '2022-05-11 06:26:58', '', 0, 'https://hagarbath.com/shop/product/liquid-soap-dispensar-eva-black/', 0, 'product', '', 0),
(4830, 1, '2022-05-11 06:26:58', '2022-05-11 06:26:58', '', 'SQUARE SHOWER ROD 12\"', 'SQUARE SHOWER ROD 12\"', 'publish', 'closed', 'closed', '', 'square-shower-rod-12', '', '', '2022-05-11 06:26:58', '2022-05-11 06:26:58', '', 0, 'https://hagarbath.com/shop/product/square-shower-rod-12/', 0, 'product', '', 0),
(4831, 1, '2022-05-11 06:26:58', '2022-05-11 06:26:58', '', 'SQUARE SHOWER ROD 18\"', 'SQUARE SHOWER ROD 18\"', 'publish', 'closed', 'closed', '', 'square-shower-rod-18', '', '', '2022-05-11 06:26:58', '2022-05-11 06:26:58', '', 0, 'https://hagarbath.com/shop/product/square-shower-rod-18/', 0, 'product', '', 0),
(4832, 1, '2022-05-11 06:26:58', '2022-05-11 06:26:58', '', 'SHOWER ROD With FLANGE 12\"', 'SHOWER ROD With FLANGE 12\"', 'publish', 'closed', 'closed', '', 'shower-rod-with-flange-12', '', '', '2022-05-11 06:26:58', '2022-05-11 06:26:58', '', 0, 'https://hagarbath.com/shop/product/shower-rod-with-flange-12/', 0, 'product', '', 0),
(4833, 1, '2022-05-11 06:27:01', '2022-05-11 06:27:01', '', 'SHOWER ROD With FLANGE 18\"', 'SHOWER ROD With FLANGE 18\"', 'publish', 'closed', 'closed', '', 'shower-rod-with-flange-18', '', '', '2022-05-11 06:27:01', '2022-05-11 06:27:01', '', 0, 'https://hagarbath.com/shop/product/shower-rod-with-flange-18/', 0, 'product', '', 0),
(4834, 1, '2022-05-11 06:27:02', '2022-05-11 06:27:02', '', 'SQUARE SHOWER ROD 24\"', 'SQUARE SHOWER ROD 24\"', 'publish', 'closed', 'closed', '', 'square-shower-rod-24', '', '', '2022-05-11 06:27:02', '2022-05-11 06:27:02', '', 0, 'https://hagarbath.com/shop/product/square-shower-rod-24/', 0, 'product', '', 0),
(4835, 1, '2022-05-11 06:27:02', '2022-05-11 06:27:02', '', 'SHOWER ROD With FLANGE 24\"', 'SHOWER ROD With FLANGE 24\"', 'publish', 'closed', 'closed', '', 'shower-rod-with-flange-24', '', '', '2022-05-11 06:27:02', '2022-05-11 06:27:02', '', 0, 'https://hagarbath.com/shop/product/shower-rod-with-flange-24/', 0, 'product', '', 0),
(4836, 1, '2022-05-11 06:27:03', '2022-05-11 06:27:03', '', 'BEN Mango Wood Tumbler Holder', 'BEN Mango Wood Tumbler Holder', 'publish', 'closed', 'closed', '', 'ben-mango-wood-tumbler-holder', '', '', '2022-05-11 06:27:03', '2022-05-11 06:27:03', '', 0, 'https://hagarbath.com/shop/product/ben-mango-wood-tumbler-holder/', 0, 'product', '', 0),
(4837, 1, '2022-05-11 06:27:03', '2022-05-11 06:27:03', '', 'BEN Mango Wood Tissue Cover', 'BEN Mango Wood Tissue Cover', 'publish', 'closed', 'closed', '', 'ben-mango-wood-tissue-cover', '', '', '2022-05-11 06:27:03', '2022-05-11 06:27:03', '', 0, 'https://hagarbath.com/shop/product/ben-mango-wood-tissue-cover/', 0, 'product', '', 0),
(4838, 1, '2022-05-11 06:27:03', '2022-05-11 06:27:03', '', 'BEN Mango Wood Vanity Tray', 'BEN Mango Wood Vanity Tray', 'publish', 'closed', 'closed', '', 'ben-mango-wood-vanity-tray', '', '', '2022-05-11 06:27:03', '2022-05-11 06:27:03', '', 0, 'https://hagarbath.com/shop/product/ben-mango-wood-vanity-tray/', 0, 'product', '', 0),
(4839, 1, '2022-05-11 06:27:03', '2022-05-11 06:27:03', '', 'BEN Mango Wood Soap Dish', 'BEN Mango Wood Soap Dish', 'publish', 'closed', 'closed', '', 'ben-mango-wood-soap-dish', '', '', '2022-05-11 06:27:03', '2022-05-11 06:27:03', '', 0, 'https://hagarbath.com/shop/product/ben-mango-wood-soap-dish/', 0, 'product', '', 0),
(4840, 1, '2022-05-11 06:27:04', '2022-05-11 06:27:04', '', 'BOSCH Metalic Black Lotion Dispenser', 'BOSCH Metalic Black Lotion Dispenser', 'publish', 'closed', 'closed', '', 'bosch-metalic-black-lotion-dispenser', '', '', '2022-05-11 06:27:04', '2022-05-11 06:27:04', '', 0, 'https://hagarbath.com/shop/product/bosch-metalic-black-lotion-dispenser/', 0, 'product', '', 0),
(4841, 1, '2022-05-11 06:27:04', '2022-05-11 06:27:04', '', 'BOSCH Metalic Black Tumbler', 'BOSCH Metalic Black Tumbler', 'publish', 'closed', 'closed', '', 'bosch-metalic-black-tumbler', '', '', '2022-05-11 06:27:04', '2022-05-11 06:27:04', '', 0, 'https://hagarbath.com/shop/product/bosch-metalic-black-tumbler/', 0, 'product', '', 0),
(4842, 1, '2022-05-11 06:27:04', '2022-05-11 06:27:04', '', 'BOSCH Metalic Black Tissue Cover', 'BOSCH Metalic Black Tissue Cover', 'publish', 'closed', 'closed', '', 'bosch-metalic-black-tissue-cover', '', '', '2022-05-11 06:27:04', '2022-05-11 06:27:04', '', 0, 'https://hagarbath.com/shop/product/bosch-metalic-black-tissue-cover/', 0, 'product', '', 0),
(4843, 1, '2022-05-11 06:27:04', '2022-05-11 06:27:04', '', 'BOSCH Metalic Black  Cotton Jar', 'BOSCH Metalic Black  Cotton Jar', 'publish', 'closed', 'closed', '', 'bosch-metalic-black-cotton-jar', '', '', '2022-05-11 06:27:04', '2022-05-11 06:27:04', '', 0, 'https://hagarbath.com/shop/product/bosch-metalic-black-cotton-jar/', 0, 'product', '', 0),
(4844, 1, '2022-05-11 06:27:04', '2022-05-11 06:27:04', '', 'BOSCH Metalic Black Waste Bin', 'BOSCH Metalic Black Waste Bin', 'publish', 'closed', 'closed', '', 'bosch-metalic-black-waste-bin', '', '', '2022-05-11 06:27:04', '2022-05-11 06:27:04', '', 0, 'https://hagarbath.com/shop/product/bosch-metalic-black-waste-bin/', 0, 'product', '', 0),
(4845, 1, '2022-05-11 06:27:05', '2022-05-11 06:27:05', '', 'BOSCH Metalic Black  Tray', 'BOSCH Metalic Black  Tray', 'publish', 'closed', 'closed', '', 'bosch-metalic-black-tray', '', '', '2022-05-11 06:27:05', '2022-05-11 06:27:05', '', 0, 'https://hagarbath.com/shop/product/bosch-metalic-black-tray/', 0, 'product', '', 0),
(4846, 1, '2022-05-11 06:27:05', '2022-05-11 06:27:05', '', 'Marble Lotion Dispenser with Metal Inlay', 'Marble Lotion Dispenser with Metal Inlay', 'publish', 'closed', 'closed', '', 'marble-lotion-dispenser-with-metal-inlay', '', '', '2022-05-11 06:27:05', '2022-05-11 06:27:05', '', 0, 'https://hagarbath.com/shop/product/marble-lotion-dispenser-with-metal-inlay/', 0, 'product', '', 0),
(4847, 1, '2022-05-11 06:27:05', '2022-05-11 06:27:05', '', 'Marble Tumbler Holder with Metal Inlay', 'Marble Tumbler Holder with Metal Inlay', 'publish', 'closed', 'closed', '', 'marble-tumbler-holder-with-metal-inlay', '', '', '2022-05-11 06:27:05', '2022-05-11 06:27:05', '', 0, 'https://hagarbath.com/shop/product/marble-tumbler-holder-with-metal-inlay/', 0, 'product', '', 0),
(4848, 1, '2022-05-11 06:27:05', '2022-05-11 06:27:05', '', 'Marble Waste Bin with Metal Inlay', 'Marble Waste Bin with Metal Inlay', 'publish', 'closed', 'closed', '', 'marble-waste-bin-with-metal-inlay', '', '', '2022-05-11 06:27:05', '2022-05-11 06:27:05', '', 0, 'https://hagarbath.com/shop/product/marble-waste-bin-with-metal-inlay/', 0, 'product', '', 0),
(4849, 1, '2022-05-11 06:27:05', '2022-05-11 06:27:05', '', 'Marble Tissue Cover with Metal Inlay', 'Marble Tissue Cover with Metal Inlay', 'publish', 'closed', 'closed', '', 'marble-tissue-cover-with-metal-inlay', '', '', '2022-05-11 06:27:05', '2022-05-11 06:27:05', '', 0, 'https://hagarbath.com/shop/product/marble-tissue-cover-with-metal-inlay/', 0, 'product', '', 0),
(4850, 1, '2022-05-11 06:27:06', '2022-05-11 06:27:06', '', 'Marble Cotton Jar with Metal Inlay', 'Marble Cotton Jar with Metal Inlay', 'publish', 'closed', 'closed', '', 'marble-cotton-jar-with-metal-inlay', '', '', '2022-05-11 06:27:06', '2022-05-11 06:27:06', '', 0, 'https://hagarbath.com/shop/product/marble-cotton-jar-with-metal-inlay/', 0, 'product', '', 0),
(4851, 1, '2022-05-11 06:27:06', '2022-05-11 06:27:06', '', 'Marble Tray with Metal Inlay', 'Marble Tray with Metal Inlay', 'publish', 'closed', 'closed', '', 'marble-tray-with-metal-inlay', '', '', '2022-05-11 06:27:06', '2022-05-11 06:27:06', '', 0, 'https://hagarbath.com/shop/product/marble-tray-with-metal-inlay/', 0, 'product', '', 0),
(4852, 1, '2022-05-11 06:27:06', '2022-05-11 06:27:06', '', 'Marble Soap Dish with Metal Inlay', 'Marble Soap Dish with Metal Inlay', 'publish', 'closed', 'closed', '', 'marble-soap-dish-with-metal-inlay', '', '', '2022-05-11 06:27:06', '2022-05-11 06:27:06', '', 0, 'https://hagarbath.com/shop/product/marble-soap-dish-with-metal-inlay/', 0, 'product', '', 0),
(4853, 1, '2022-05-11 06:27:06', '2022-05-11 06:27:06', '', 'Matt Gold  Marble Base Lotion Dispenser', 'Matt Gold  Marble Base Lotion Dispenser', 'publish', 'closed', 'closed', '', 'matt-gold-marble-base-lotion-dispenser', '', '', '2022-05-11 06:27:06', '2022-05-11 06:27:06', '', 0, 'https://hagarbath.com/shop/product/matt-gold-marble-base-lotion-dispenser/', 0, 'product', '', 0),
(4854, 1, '2022-05-11 06:27:06', '2022-05-11 06:27:06', '', 'Matt Gold  Marble Base Tumbler Holder', 'Matt Gold  Marble Base Tumbler Holder', 'publish', 'closed', 'closed', '', 'matt-gold-marble-base-tumbler-holder', '', '', '2022-05-11 06:27:06', '2022-05-11 06:27:06', '', 0, 'https://hagarbath.com/shop/product/matt-gold-marble-base-tumbler-holder/', 0, 'product', '', 0),
(4855, 1, '2022-05-11 06:27:07', '2022-05-11 06:27:07', '', 'Matt Gold  Marble Base Tumbler', 'Matt Gold  Marble Base Tumbler', 'publish', 'closed', 'closed', '', 'matt-gold-marble-base-tumbler', '', '', '2022-05-11 06:27:07', '2022-05-11 06:27:07', '', 0, 'https://hagarbath.com/shop/product/matt-gold-marble-base-tumbler/', 0, 'product', '', 0),
(4856, 1, '2022-05-11 06:27:07', '2022-05-11 06:27:07', '', 'Matt Gold  Marble Base Tissue Cover', 'Matt Gold  Marble Base Tissue Cover ', 'publish', 'closed', 'closed', '', 'matt-gold-marble-base-tissue-cover', '', '', '2022-05-11 06:27:07', '2022-05-11 06:27:07', '', 0, 'https://hagarbath.com/shop/product/matt-gold-marble-base-tissue-cover/', 0, 'product', '', 0),
(4857, 1, '2022-05-11 06:27:07', '2022-05-11 06:27:07', '', 'Matt Gold  Marble Base Cotton Jar', 'Matt Gold  Marble Base Cotton Jar ', 'publish', 'closed', 'closed', '', 'matt-gold-marble-base-cotton-jar', '', '', '2022-05-11 06:27:07', '2022-05-11 06:27:07', '', 0, 'https://hagarbath.com/shop/product/matt-gold-marble-base-cotton-jar/', 0, 'product', '', 0),
(4858, 1, '2022-05-11 06:27:07', '2022-05-11 06:27:07', '', 'Matt Gold  Marble Base Soap Dish', 'Matt Gold  Marble Base Soap Dish ', 'publish', 'closed', 'closed', '', 'matt-gold-marble-base-soap-dish', '', '', '2022-05-11 06:27:07', '2022-05-11 06:27:07', '', 0, 'https://hagarbath.com/shop/product/matt-gold-marble-base-soap-dish/', 0, 'product', '', 0),
(4859, 1, '2022-05-11 08:29:33', '2022-05-11 08:29:33', '<!-- Created With Elementor -->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 08:29:33', '2022-05-11 08:29:33', '', 18, 'https://hagarbath.com/shop/?p=4859', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4864, 1, '2022-05-11 08:47:09', '2022-05-11 08:47:09', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f3386f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f35eb8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f384d8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 08:47:09', '2022-05-11 08:47:09', '', 18, 'https://hagarbath.com/shop/?p=4864', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4866, 1, '2022-05-11 08:47:55', '2022-05-11 08:47:55', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 08:47:55', '2022-05-11 08:47:55', '', 18, 'https://hagarbath.com/shop/?p=4866', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4867, 1, '2022-05-11 08:54:11', '2022-05-11 08:54:11', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f3386f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f35eb8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f384d8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 08:54:11', '2022-05-11 08:54:11', '', 18, 'https://hagarbath.com/shop/?p=4867', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4868, 1, '2022-05-11 08:59:05', '2022-05-11 08:59:05', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 08:59:05', '2022-05-11 08:59:05', '', 18, 'https://hagarbath.com/shop/?p=4868', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4869, 1, '2022-05-11 09:08:02', '0000-00-00 00:00:00', '<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Build your dream bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>hagar\'s complete modern bath solutions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Start Shopping</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Today’s Popular Picks</h2>\n<!-- /wp:heading -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code> &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"&gt;                   &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"&gt;                  &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"&gt;                     &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"&gt;                    &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"&gt;                   &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\"&gt;\n            &lt;!--googleoff: index--&gt;</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:heading -->\n<h2>Bathroom Fittings</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Create a stylish new look with our inspirational bathroom fittings collection<br><img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\"><br><a href=\"https://hagarbath.com/shop/products/\">Explore Now</a><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>100 in stock</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Sale</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><del><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins><br><a href=\"?add-to-cart=3942\">Add to cart</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quick View</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\">Add to wishlist</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>100 in stock</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">Sale</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><del><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins><br><a href=\"?add-to-cart=3941\">Add to cart</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quick View</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\">Add to wishlist</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>100 in stock</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">Sale</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><del><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins><br><a href=\"?add-to-cart=3940\">Add to cart</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quick View</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\">Add to wishlist</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>100 in stock</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">Sale</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><del><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins><br><a href=\"?add-to-cart=3939\">Add to cart</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quick View</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\">Add to wishlist</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>100 in stock</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Sale</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><del><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins><br><a href=\"?add-to-cart=3938\">Add to cart</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quick View</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\">Add to wishlist</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Everlasting durability</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Click Here!<br><img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>eco friendly</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Elegant Design</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Shop Now<br><img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>without sacrificing on style</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Advanced features</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Explore More</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Top Categories</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Shop All Kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Explore Now<br><img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Shop All Bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Discover More</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Newest Arrivals Of This Month</h2>\n<!-- /wp:heading -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code> &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"&gt;                   &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"&gt;                  &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"&gt;                     &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"&gt;                    &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"&gt;                   &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\"&gt;\n            &lt;!--googleoff: index--&gt;</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:heading -->\n<h2>Most Wishes For In Bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code> &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"&gt;                   &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"&gt;                  &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"&gt;                     &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"&gt;                    &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"&gt;                   &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\"&gt;\n            &lt;!--googleoff: index--&gt;</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>with exquisite deisgn</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Experience superior quality</h2>\n<!-- /wp:heading -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code> &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"&gt;                   &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"&gt;                  &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"&gt;                     &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"&gt;                  &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\"&gt;\n                 &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"&gt;\n        &lt;!-- ADD TO WISHLIST --&gt;</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p><a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\">Add to wishlist</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>100 in stock</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">Sale</a> Quick View</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><del><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IRIS Towel Rod quantity<br><br><a href=\"?add-to-cart=3941\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>                 &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"&gt;\n        &lt;!-- ADD TO WISHLIST --&gt;</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p><a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\">Add to wishlist</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>100 in stock</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">Sale</a> Quick View</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><del><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IRIS Soap Dish quantity<br><br><a href=\"?add-to-cart=3940\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>                 &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"&gt;\n        &lt;!-- ADD TO WISHLIST --&gt;</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p><a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\">Add to wishlist</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>100 in stock</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Sale</a> Quick View</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><del><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Concealed Stop Cock 1/2\" Complete Set quantity<br><br><a href=\"?add-to-cart=3932\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>                    &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\"&gt;</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>Only in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\">SHOP NOW</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1>Buy in Bulk?</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive! First Name Last Name Subject Your Message</p>\n<!-- /wp:paragraph -->', '', '', 'draft', 'closed', 'closed', '', '4869', '', '', '2022-05-11 09:08:02', '2022-05-11 09:08:02', '', 0, 'https://hagarbath.com/shop/?page_id=4869', 0, 'page', '', 0),
(4870, 1, '2022-05-11 09:08:00', '2022-05-11 09:08:00', '<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Build your dream bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>hagar\'s complete modern bath solutions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Start Shopping</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Today’s Popular Picks</h2>\n<!-- /wp:heading -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code> &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"&gt;                   &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"&gt;                  &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"&gt;                     &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"&gt;                    &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"&gt;                   &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\"&gt;\n            &lt;!--googleoff: index--&gt;</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:heading -->\n<h2>Bathroom Fittings</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Create a stylish new look with our inspirational bathroom fittings collection<br><img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\"><br><a href=\"https://hagarbath.com/shop/products/\">Explore Now</a><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>100 in stock</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Sale</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><del><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins><br><a href=\"?add-to-cart=3942\">Add to cart</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quick View</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\">Add to wishlist</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>100 in stock</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">Sale</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><del><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins><br><a href=\"?add-to-cart=3941\">Add to cart</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quick View</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\">Add to wishlist</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>100 in stock</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">Sale</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><del><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins><br><a href=\"?add-to-cart=3940\">Add to cart</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quick View</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\">Add to wishlist</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>100 in stock</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">Sale</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><del><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins><br><a href=\"?add-to-cart=3939\">Add to cart</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quick View</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\">Add to wishlist</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>100 in stock</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Sale</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><del><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins><br><a href=\"?add-to-cart=3938\">Add to cart</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quick View</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\">Add to wishlist</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Everlasting durability</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Click Here!<br><img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>eco friendly</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Elegant Design</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Shop Now<br><img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>without sacrificing on style</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Advanced features</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Explore More</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Top Categories</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Shop All Kitchen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Explore Now<br><img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Shop All Bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Discover More</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Newest Arrivals Of This Month</h2>\n<!-- /wp:heading -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code> &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"&gt;                   &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"&gt;                  &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"&gt;                     &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"&gt;                    &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"&gt;                   &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\"&gt;\n            &lt;!--googleoff: index--&gt;</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:heading -->\n<h2>Most Wishes For In Bathroom</h2>\n<!-- /wp:heading -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code> &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"&gt;                   &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"&gt;                  &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"&gt;                     &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"&gt;                    &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"&gt;                   &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\"&gt;\n            &lt;!--googleoff: index--&gt;</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>with exquisite deisgn</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Experience superior quality</h2>\n<!-- /wp:heading -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code> &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"&gt;                   &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"&gt;                  &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"&gt;                     &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"&gt;                  &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\"&gt;\n                 &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"&gt;\n        &lt;!-- ADD TO WISHLIST --&gt;</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p><a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\">Add to wishlist</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>100 in stock</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">Sale</a> Quick View</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><del><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IRIS Towel Rod quantity<br><br><a href=\"?add-to-cart=3941\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>                 &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"&gt;\n        &lt;!-- ADD TO WISHLIST --&gt;</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p><a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\">Add to wishlist</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>100 in stock</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">Sale</a> Quick View</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><del><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IRIS Soap Dish quantity<br><br><a href=\"?add-to-cart=3940\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>                 &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"&gt;\n        &lt;!-- ADD TO WISHLIST --&gt;</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p><a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\">Add to wishlist</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>100 in stock</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Sale</a> Quick View</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><del><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Concealed Stop Cock 1/2\" Complete Set quantity<br><br><a href=\"?add-to-cart=3932\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>                    &lt;link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\"&gt;</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>Only in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\">SHOP NOW</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1>Buy in Bulk?</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive! First Name Last Name Subject Your Message</p>\n<!-- /wp:paragraph -->', '', '', 'inherit', 'closed', 'closed', '', '4869-revision-v1', '', '', '2022-05-11 09:08:00', '2022-05-11 09:08:00', '', 4869, 'https://hagarbath.com/shop/?p=4870', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4871, 1, '2022-05-11 09:37:42', '2022-05-11 09:37:42', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f3386f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f35eb8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f384d8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 09:37:42', '2022-05-11 09:37:42', '', 18, 'https://hagarbath.com/shop/?p=4871', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4872, 1, '2022-05-11 09:38:54', '2022-05-11 09:38:54', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 09:38:54', '2022-05-11 09:38:54', '', 18, 'https://hagarbath.com/shop/?p=4872', 0, 'revision', '', 0),
(4874, 1, '2022-05-11 10:14:52', '2022-05-11 10:14:52', '<ul class=\"a-unordered-list a-vertical a-spacing-mini\">\r\n 	<li><span class=\"a-list-item\">Package Contains: Self Closing Angle Valve</span></li>\r\n 	<li><span class=\"a-list-item\">Material: Brass ; Color: Shiny Chrome color</span></li>\r\n 	<li><span class=\"a-list-item\">High plating thickness provides tolerance to extreme climate and water condition, highly durable and corrosion resistant for a much longer duration</span></li>\r\n 	<li><span class=\"a-list-item\">Hagar uses german made neopearl aertors. Their foam and spray flow technique save up to 70% water</span></li>\r\n 	<li><span class=\"a-list-item\">Flow regulators are designed to regulate and control the flow of water to taps and shower without hampering the performance or rthe design of the product</span></li>\r\n 	<li><span class=\"a-list-item\">High performance: Tested for superior performance in low water pressure and poor water quality conditions as screen washer prevent clogging</span></li>\r\n</ul>', 'Self Closing Angle Valve', 'Self Closing Angle Valve', 'inherit', 'closed', 'closed', '', '3933-revision-v1', '', '', '2022-05-11 10:14:52', '2022-05-11 10:14:52', '', 3933, 'https://hagarbath.com/shop/?p=4874', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4875, 1, '2022-05-11 10:15:20', '2022-05-11 10:15:20', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:15:20', '2022-05-11 10:15:20', '', 18, 'https://hagarbath.com/shop/?p=4875', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4876, 1, '2022-05-11 10:17:46', '2022-05-11 10:17:46', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:17:46', '2022-05-11 10:17:46', '', 18, 'https://hagarbath.com/shop/?p=4876', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4877, 1, '2022-05-11 10:17:47', '2022-05-11 10:17:47', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:17:47', '2022-05-11 10:17:47', '', 18, 'https://hagarbath.com/shop/?p=4877', 0, 'revision', '', 0),
(4878, 1, '2022-05-11 10:18:50', '2022-05-11 10:18:50', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:18:50', '2022-05-11 10:18:50', '', 18, 'https://hagarbath.com/shop/?p=4878', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4879, 1, '2022-05-11 10:18:50', '2022-05-11 10:18:50', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:18:50', '2022-05-11 10:18:50', '', 18, 'https://hagarbath.com/shop/?p=4879', 0, 'revision', '', 0),
(4880, 1, '2022-05-11 10:18:50', '2022-05-11 10:18:50', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:18:50', '2022-05-11 10:18:50', '', 18, 'https://hagarbath.com/shop/?p=4880', 0, 'revision', '', 0),
(4881, 1, '2022-05-11 10:19:01', '2022-05-11 10:19:01', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:19:01', '2022-05-11 10:19:01', '', 18, 'https://hagarbath.com/shop/?p=4881', 0, 'revision', '', 0),
(4882, 1, '2022-05-11 10:19:01', '2022-05-11 10:19:01', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:19:01', '2022-05-11 10:19:01', '', 18, 'https://hagarbath.com/shop/?p=4882', 0, 'revision', '', 0),
(4883, 1, '2022-05-11 10:19:01', '2022-05-11 10:19:01', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:19:01', '2022-05-11 10:19:01', '', 18, 'https://hagarbath.com/shop/?p=4883', 0, 'revision', '', 0),
(4884, 1, '2022-05-11 10:19:31', '2022-05-11 10:19:31', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:19:31', '2022-05-11 10:19:31', '', 18, 'https://hagarbath.com/shop/?p=4884', 0, 'revision', '', 0),
(4885, 1, '2022-05-11 10:19:32', '2022-05-11 10:19:32', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:19:32', '2022-05-11 10:19:32', '', 18, 'https://hagarbath.com/shop/?p=4885', 0, 'revision', '', 0),
(4886, 1, '2022-05-11 10:19:32', '2022-05-11 10:19:32', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:19:32', '2022-05-11 10:19:32', '', 18, 'https://hagarbath.com/shop/?p=4886', 0, 'revision', '', 0),
(4887, 1, '2022-05-11 10:19:39', '2022-05-11 10:19:39', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:19:39', '2022-05-11 10:19:39', '', 18, 'https://hagarbath.com/shop/?p=4887', 0, 'revision', '', 0),
(4888, 1, '2022-05-11 10:19:40', '2022-05-11 10:19:40', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:19:40', '2022-05-11 10:19:40', '', 18, 'https://hagarbath.com/shop/?p=4888', 0, 'revision', '', 0),
(4889, 1, '2022-05-11 10:19:40', '2022-05-11 10:19:40', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:19:40', '2022-05-11 10:19:40', '', 18, 'https://hagarbath.com/shop/?p=4889', 0, 'revision', '', 0),
(4890, 1, '2022-05-11 10:20:39', '2022-05-11 10:20:39', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:20:39', '2022-05-11 10:20:39', '', 18, 'https://hagarbath.com/shop/?p=4890', 0, 'revision', '', 0),
(4891, 1, '2022-05-11 10:20:39', '2022-05-11 10:20:39', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:20:39', '2022-05-11 10:20:39', '', 18, 'https://hagarbath.com/shop/?p=4891', 0, 'revision', '', 0),
(4892, 1, '2022-05-11 10:20:48', '2022-05-11 10:20:48', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:20:48', '2022-05-11 10:20:48', '', 18, 'https://hagarbath.com/shop/?p=4892', 0, 'revision', '', 0),
(4893, 1, '2022-05-11 10:20:49', '2022-05-11 10:20:49', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:20:49', '2022-05-11 10:20:49', '', 18, 'https://hagarbath.com/shop/?p=4893', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4894, 1, '2022-05-11 10:21:17', '2022-05-11 10:21:17', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:21:17', '2022-05-11 10:21:17', '', 18, 'https://hagarbath.com/shop/?p=4894', 0, 'revision', '', 0),
(4895, 1, '2022-05-11 10:21:17', '2022-05-11 10:21:17', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:21:17', '2022-05-11 10:21:17', '', 18, 'https://hagarbath.com/shop/?p=4895', 0, 'revision', '', 0),
(4897, 1, '2022-05-11 10:23:28', '2022-05-11 10:23:28', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:23:28', '2022-05-11 10:23:28', '', 18, 'https://hagarbath.com/shop/?p=4897', 0, 'revision', '', 0),
(4898, 1, '2022-05-11 10:23:28', '2022-05-11 10:23:28', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:23:28', '2022-05-11 10:23:28', '', 18, 'https://hagarbath.com/shop/?p=4898', 0, 'revision', '', 0),
(4899, 1, '2022-05-11 10:24:58', '2022-05-11 10:24:58', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:24:58', '2022-05-11 10:24:58', '', 18, 'https://hagarbath.com/shop/?p=4899', 0, 'revision', '', 0),
(4900, 1, '2022-05-11 10:24:58', '2022-05-11 10:24:58', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:24:58', '2022-05-11 10:24:58', '', 18, 'https://hagarbath.com/shop/?p=4900', 0, 'revision', '', 0),
(4901, 1, '2022-05-11 10:26:09', '2022-05-11 10:26:09', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:26:09', '2022-05-11 10:26:09', '', 18, 'https://hagarbath.com/shop/?p=4901', 0, 'revision', '', 0),
(4902, 1, '2022-05-11 10:26:10', '2022-05-11 10:26:10', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:26:10', '2022-05-11 10:26:10', '', 18, 'https://hagarbath.com/shop/?p=4902', 0, 'revision', '', 0),
(4904, 1, '2022-05-11 10:34:52', '2022-05-11 10:34:52', '{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-xstore', '', '', '2022-05-11 10:34:52', '2022-05-11 10:34:52', '', 0, 'https://hagarbath.com/shop/wp-global-styles-xstore/', 0, 'wp_global_styles', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4905, 1, '2022-05-11 10:35:10', '2022-05-11 10:35:10', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f7c44157c\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f7c44157c\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f7c4444cd\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f7c4444cd\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f7c447644\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f7c447644\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-9083 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:35:10', '2022-05-11 10:35:10', '', 18, 'https://hagarbath.com/shop/?p=4905', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4906, 1, '2022-05-11 10:35:44', '2022-05-11 10:35:44', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f3386f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f35eb8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f384d8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 10:35:44', '2022-05-11 10:35:44', '', 18, 'https://hagarbath.com/shop/?p=4906', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4908, 1, '2022-05-11 10:38:23', '2022-05-11 10:38:23', '', 'Order &ndash; May 11, 2022 @ 10:38 AM', '', 'wc-completed', 'closed', 'closed', 'wc_order_JWSSFFm3AImQg', 'order-may-11-2022-1038-am', '', '', '2022-05-11 10:47:13', '2022-05-11 10:47:13', '', 0, 'https://hagarbath.com/shop/?post_type=shop_order&#038;p=4908', 0, 'shop_order', '', 5),
(4910, 1, '2022-05-11 11:03:50', '0000-00-00 00:00:00', '', 'Invoice', '', 'draft', 'closed', 'closed', '', '', '', '', '2022-05-11 11:03:50', '2022-05-11 11:03:50', '', 0, 'https://hagarbath.com/shop/?post_type=vxc_zoho&#038;p=4910', 0, 'vxc_zoho', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4911, 1, '2022-05-11 11:18:01', '2022-05-11 11:18:01', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f3386f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f35eb8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f384d8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 11:18:01', '2022-05-11 11:18:01', '', 18, 'https://hagarbath.com/shop/?p=4911', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4912, 1, '2022-05-11 11:18:02', '2022-05-11 11:18:02', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f3386f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f35eb8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f384d8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 11:18:02', '2022-05-11 11:18:02', '', 18, 'https://hagarbath.com/shop/?p=4912', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4913, 1, '2022-05-11 11:18:13', '2022-05-11 11:18:13', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 11:18:13', '2022-05-11 11:18:13', '', 18, 'https://hagarbath.com/shop/?p=4913', 0, 'revision', '', 0),
(4914, 1, '2022-05-11 11:18:14', '2022-05-11 11:18:14', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 11:18:14', '2022-05-11 11:18:14', '', 18, 'https://hagarbath.com/shop/?p=4914', 0, 'revision', '', 0),
(4915, 1, '2022-05-11 11:18:27', '2022-05-11 11:18:27', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n															<img width=\"880\" height=\"586\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg 880w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-300x200.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-768x511.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-10x7.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-600x400.jpeg 600w\" sizes=\"(max-width: 880px) 100vw, 880px\" />															\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 11:18:27', '2022-05-11 11:18:27', '', 18, 'https://hagarbath.com/shop/?p=4915', 0, 'revision', '', 0),
(4916, 1, '2022-05-11 11:18:27', '2022-05-11 11:18:27', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n															<img width=\"880\" height=\"586\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg 880w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-300x200.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-768x511.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-10x7.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-600x400.jpeg 600w\" sizes=\"(max-width: 880px) 100vw, 880px\" />															\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 11:18:27', '2022-05-11 11:18:27', '', 18, 'https://hagarbath.com/shop/?p=4916', 0, 'revision', '', 0),
(4917, 1, '2022-05-11 11:18:40', '2022-05-11 11:18:40', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n															<img width=\"880\" height=\"586\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg 880w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-300x200.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-768x511.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-10x7.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-600x400.jpeg 600w\" sizes=\"(max-width: 880px) 100vw, 880px\" />															\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 11:18:40', '2022-05-11 11:18:40', '', 18, 'https://hagarbath.com/shop/?p=4917', 0, 'revision', '', 0),
(4918, 1, '2022-05-11 11:18:41', '2022-05-11 11:18:41', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n															<img width=\"880\" height=\"586\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg 880w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-300x200.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-768x511.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-10x7.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-600x400.jpeg 600w\" sizes=\"(max-width: 880px) 100vw, 880px\" />															\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 11:18:41', '2022-05-11 11:18:41', '', 18, 'https://hagarbath.com/shop/?p=4918', 0, 'revision', '', 0),
(4919, 1, '2022-05-11 11:19:06', '2022-05-11 11:19:06', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n															<img width=\"880\" height=\"586\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg 880w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-300x200.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-768x511.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-10x7.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-600x400.jpeg 600w\" sizes=\"(max-width: 880px) 100vw, 880px\" />															\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 11:19:06', '2022-05-11 11:19:06', '', 18, 'https://hagarbath.com/shop/?p=4919', 0, 'revision', '', 0),
(4920, 1, '2022-05-11 11:19:06', '2022-05-11 11:19:06', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n															<img width=\"880\" height=\"586\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg 880w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-300x200.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-768x511.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-10x7.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen-600x400.jpeg 600w\" sizes=\"(max-width: 880px) 100vw, 880px\" />															\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 11:19:06', '2022-05-11 11:19:06', '', 18, 'https://hagarbath.com/shop/?p=4920', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4922, 1, '2022-05-11 11:19:16', '2022-05-11 11:19:16', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                IRIS Tumbler Holder                            \n                            </a>	\n				<label for=\"quantity_62613bdea31ad\">IRIS Tumbler Holder quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62613bdea31ad\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                IRIS Towel Rod                            \n                            </a>	\n				<label for=\"quantity_62613bdea5b7a\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62613bdea5b7a\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n                                Concealed Stop Cock 1/2\" Complete Set                            \n                            </a>	\n				<label for=\"quantity_62613bdeb4f43\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62613bdeb4f43\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7350 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 11:19:16', '2022-05-11 11:19:16', '', 18, 'https://hagarbath.com/shop/?p=4922', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4925, 1, '2022-05-11 11:49:12', '2022-05-11 11:49:12', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                IRIS Tumbler Holder                            \n                            </a>	\n				<label for=\"quantity_62613bdea31ad\">IRIS Tumbler Holder quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62613bdea31ad\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                IRIS Towel Rod                            \n                            </a>	\n				<label for=\"quantity_62613bdea5b7a\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62613bdea5b7a\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n                                Concealed Stop Cock 1/2\" Complete Set                            \n                            </a>	\n				<label for=\"quantity_62613bdeb4f43\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62613bdeb4f43\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7350 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 11:49:12', '2022-05-11 11:49:12', '', 18, 'https://hagarbath.com/shop/?p=4925', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4926, 1, '2022-05-11 11:50:46', '2022-05-11 11:50:46', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                IRIS Tumbler Holder                            \n                            </a>	\n				<label for=\"quantity_62613bdea31ad\">IRIS Tumbler Holder quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62613bdea31ad\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                IRIS Towel Rod                            \n                            </a>	\n				<label for=\"quantity_62613bdea5b7a\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62613bdea5b7a\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n                                Concealed Stop Cock 1/2\" Complete Set                            \n                            </a>	\n				<label for=\"quantity_62613bdeb4f43\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62613bdeb4f43\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7350 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 11:50:46', '2022-05-11 11:50:46', '', 18, 'https://hagarbath.com/shop/?p=4926', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4927, 1, '2022-05-11 11:50:50', '2022-05-11 11:50:50', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                IRIS Tumbler Holder                            \n                            </a>	\n				<label for=\"quantity_62613bdea31ad\">IRIS Tumbler Holder quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62613bdea31ad\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                IRIS Towel Rod                            \n                            </a>	\n				<label for=\"quantity_62613bdea5b7a\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62613bdea5b7a\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=631f6e622d\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n                                Concealed Stop Cock 1/2\" Complete Set                            \n                            </a>	\n				<label for=\"quantity_62613bdeb4f43\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_62613bdeb4f43\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-7350 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 11:50:50', '2022-05-11 11:50:50', '', 18, 'https://hagarbath.com/shop/?p=4927', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4928, 1, '2022-05-11 11:57:15', '2022-05-11 11:57:15', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f3386f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f35eb8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f384d8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 11:57:15', '2022-05-11 11:57:15', '', 18, 'https://hagarbath.com/shop/?p=4928', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4929, 1, '2022-05-11 11:57:59', '2022-05-11 11:57:59', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f3386f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f35eb8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f384d8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 11:57:59', '2022-05-11 11:57:59', '', 18, 'https://hagarbath.com/shop/?p=4929', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4930, 1, '2022-05-11 11:59:03', '2022-05-11 11:59:03', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" width=\"853\" height=\"1536\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" width=\"1024\" height=\"1024\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" width=\"2269\" height=\"2560\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" width=\"500\" height=\"624\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 11:59:03', '2022-05-11 11:59:03', '', 18, 'https://hagarbath.com/shop/?p=4930', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4931, 1, '2022-05-11 12:04:55', '2022-05-11 12:04:55', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f3386f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f35eb8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f384d8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 12:04:55', '2022-05-11 12:04:55', '', 18, 'https://hagarbath.com/shop/?p=4931', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4932, 1, '2022-05-11 12:05:27', '2022-05-11 12:05:27', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" width=\"853\" height=\"1536\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" width=\"1024\" height=\"1024\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" width=\"2269\" height=\"2560\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" width=\"500\" height=\"624\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath Ex', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 12:05:27', '2022-05-11 12:05:27', '', 18, 'https://hagarbath.com/shop/?p=4932', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4933, 1, '2022-05-11 12:06:03', '2022-05-11 12:06:03', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" width=\"853\" height=\"1536\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" width=\"1024\" height=\"1024\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" width=\"2269\" height=\"2560\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" width=\"500\" height=\"624\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath Ex', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 12:06:03', '2022-05-11 12:06:03', '', 18, 'https://hagarbath.com/shop/?p=4933', 0, 'revision', '', 0),
(4934, 1, '2022-05-11 12:06:18', '2022-05-11 12:06:18', '<!-- wp:paragraph -->test<!-- /wp:paragraph -->', 'Test', '', 'inherit', 'closed', 'closed', '', '4702-revision-v1', '', '', '2022-05-11 12:06:18', '2022-05-11 12:06:18', '', 4702, 'https://hagarbath.com/shop/?p=4934', 0, 'revision', '', 0),
(4937, 1, '2022-05-11 12:07:19', '2022-05-11 12:07:19', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2022-05-11 12:07:19', '2022-05-11 12:07:19', '', 12, 'https://hagarbath.com/shop/?p=4937', 0, 'revision', '', 0),
(4938, 1, '2022-05-11 12:07:19', '2022-05-11 12:07:19', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2022-05-11 12:07:19', '2022-05-11 12:07:19', '', 12, 'https://hagarbath.com/shop/?p=4938', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4939, 1, '2022-05-11 12:08:35', '2022-05-11 12:08:35', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" width=\"853\" height=\"1536\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" width=\"1024\" height=\"1024\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" width=\"2269\" height=\"2560\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" width=\"500\" height=\"624\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath Ex', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 12:08:35', '2022-05-11 12:08:35', '', 18, 'https://hagarbath.com/shop/?p=4939', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4940, 1, '2022-05-11 12:09:21', '2022-05-11 12:09:21', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" width=\"853\" height=\"1536\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" width=\"1024\" height=\"1024\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" width=\"2269\" height=\"2560\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" width=\"500\" height=\"624\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath Ex', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 12:09:21', '2022-05-11 12:09:21', '', 18, 'https://hagarbath.com/shop/?p=4940', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4941, 1, '2022-05-11 12:09:49', '2022-05-11 12:09:49', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" width=\"853\" height=\"1536\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" width=\"1024\" height=\"1024\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" width=\"2269\" height=\"2560\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" width=\"500\" height=\"624\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath Ex', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 12:09:49', '2022-05-11 12:09:49', '', 18, 'https://hagarbath.com/shop/?p=4941', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4942, 1, '2022-05-11 12:10:22', '2022-05-11 12:10:22', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" width=\"853\" height=\"1536\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" width=\"1024\" height=\"1024\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" width=\"2269\" height=\"2560\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" width=\"500\" height=\"624\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath Ex', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 12:10:22', '2022-05-11 12:10:22', '', 18, 'https://hagarbath.com/shop/?p=4942', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4943, 1, '2022-05-11 12:12:22', '2022-05-11 12:12:22', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" width=\"853\" height=\"1536\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" width=\"1024\" height=\"1024\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" width=\"2269\" height=\"2560\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" width=\"500\" height=\"624\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath Ex South', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 12:12:22', '2022-05-11 12:12:22', '', 18, 'https://hagarbath.com/shop/?p=4943', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4944, 1, '2022-05-11 12:16:46', '2022-05-11 12:16:46', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" width=\"853\" height=\"1536\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" width=\"1024\" height=\"1024\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" width=\"2269\" height=\"2560\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" width=\"500\" height=\"624\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath Ex South', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 12:16:46', '2022-05-11 12:16:46', '', 18, 'https://hagarbath.com/shop/?p=4944', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4945, 1, '2022-05-11 12:33:36', '2022-05-11 12:33:36', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" width=\"853\" height=\"1536\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" width=\"1024\" height=\"1024\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" width=\"2269\" height=\"2560\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" width=\"500\" height=\"624\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath Ex South', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 12:33:36', '2022-05-11 12:33:36', '', 18, 'https://hagarbath.com/shop/?p=4945', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4947, 1, '2022-05-11 12:53:00', '2022-05-11 12:53:00', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" width=\"853\" height=\"1536\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" width=\"1024\" height=\"1024\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" width=\"2269\" height=\"2560\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" width=\"500\" height=\"624\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath Ex South', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 12:53:00', '2022-05-11 12:53:00', '', 18, 'https://hagarbath.com/shop/?p=4947', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4948, 1, '2022-05-11 12:53:03', '2022-05-11 12:53:03', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" width=\"853\" height=\"1536\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" width=\"1024\" height=\"1024\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" width=\"2269\" height=\"2560\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" width=\"500\" height=\"624\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath Ex South', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 12:53:03', '2022-05-11 12:53:03', '', 18, 'https://hagarbath.com/shop/?p=4948', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4950, 1, '2022-05-11 13:16:02', '2022-05-11 13:16:02', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5f08f085\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5f08f085\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5f092207\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5f092207\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5f0952cb\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5f0952cb\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8422 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-11 13:16:02', '2022-05-11 13:16:02', '', 18, 'https://hagarbath.com/shop/?p=4950', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4951, 1, '2022-05-12 05:32:39', '2022-05-12 05:32:39', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5f08f085\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5f08f085\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5f092207\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5f092207\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5f0952cb\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5f0952cb\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8422 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 05:32:39', '2022-05-12 05:32:39', '', 18, 'https://skgah.com/shop/?p=4951', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4952, 1, '2022-05-12 05:32:39', '2022-05-12 05:32:39', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5f08f085\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5f08f085\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5f092207\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5f092207\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f5f0952cb\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f5f0952cb\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8422 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 05:32:39', '2022-05-12 05:32:39', '', 18, 'https://skgah.com/shop/?p=4952', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4953, 1, '2022-05-12 05:32:39', '2022-05-12 05:32:39', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>A Complete Bathroom and Kitchen Solutions - test by majid</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 05:32:39', '2022-05-12 05:32:39', '', 18, 'https://skgah.com/shop/?p=4953', 0, 'revision', '', 0),
(4954, 1, '2022-05-12 05:44:20', '2022-05-12 05:44:20', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>A Complete Bathroom and Kitchen Solutions - test by majid</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 05:44:20', '2022-05-12 05:44:20', '', 18, 'https://skgah.com/shop/?p=4954', 0, 'revision', '', 0),
(4955, 1, '2022-05-12 05:44:20', '2022-05-12 05:44:20', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>A Complete Bathroom and Kitchen Solutions - test by majid</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 05:44:20', '2022-05-12 05:44:20', '', 18, 'https://skgah.com/shop/?p=4955', 0, 'revision', '', 0),
(4956, 1, '2022-05-12 05:44:20', '2022-05-12 05:44:20', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 05:44:20', '2022-05-12 05:44:20', '', 18, 'https://skgah.com/shop/?p=4956', 0, 'revision', '', 0),
(4957, 1, '2022-05-12 05:44:28', '2022-05-12 05:44:28', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 05:44:28', '2022-05-12 05:44:28', '', 18, 'https://skgah.com/shop/?p=4957', 0, 'revision', '', 0),
(4958, 1, '2022-05-12 05:44:28', '2022-05-12 05:44:28', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 05:44:28', '2022-05-12 05:44:28', '', 18, 'https://skgah.com/shop/?p=4958', 0, 'revision', '', 0),
(4959, 1, '2022-05-12 05:44:28', '2022-05-12 05:44:28', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 05:44:28', '2022-05-12 05:44:28', '', 18, 'https://skgah.com/shop/?p=4959', 0, 'revision', '', 0),
(4961, 1, '2022-05-12 06:53:31', '2022-05-12 06:53:31', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 06:53:31', '2022-05-12 06:53:31', '', 18, 'https://skgah.com/shop/?p=4961', 0, 'revision', '', 0),
(4962, 1, '2022-05-12 06:53:32', '2022-05-12 06:53:32', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 06:53:32', '2022-05-12 06:53:32', '', 18, 'https://skgah.com/shop/?p=4962', 0, 'revision', '', 0),
(4963, 1, '2022-05-12 06:53:33', '2022-05-12 06:53:33', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n        <a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange\">Bib Cock foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange-2\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange-2\">Bib Cock foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=long-nose-foam-flow-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=long-nose-foam-flow-with-flange\">Long Nose foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=angle-cock-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroom-fixtures\" rel=\"tag\">Bathroom Fixtures</a><h2><a href=\"https://skgah.com/shop/?product=angle-cock-with-flange\">Angle Cock with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=2-in-1-bib-cock-foam-flow\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=2-in-1-bib-cock-foam-flow\">2 in 1 Bib Cock foam flow</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=2-in-1-angle-cock\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=2-in-1-angle-cock\">2 in 1 Angle Cock</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n         <!-- .row -->		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Top Seller In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 06:53:33', '2022-05-12 06:53:33', '', 18, 'https://skgah.com/shop/?p=4963', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4964, 1, '2022-05-12 06:54:08', '2022-05-12 06:54:08', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n        <a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange\">Bib Cock foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange-2\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange-2\">Bib Cock foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=long-nose-foam-flow-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=long-nose-foam-flow-with-flange\">Long Nose foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=angle-cock-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroom-fixtures\" rel=\"tag\">Bathroom Fixtures</a><h2><a href=\"https://skgah.com/shop/?product=angle-cock-with-flange\">Angle Cock with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=2-in-1-bib-cock-foam-flow\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=2-in-1-bib-cock-foam-flow\">2 in 1 Bib Cock foam flow</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=2-in-1-angle-cock\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=2-in-1-angle-cock\">2 in 1 Angle Cock</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n         <!-- .row -->		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Top Seller In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 06:54:08', '2022-05-12 06:54:08', '', 18, 'https://skgah.com/shop/?p=4964', 0, 'revision', '', 0),
(4965, 1, '2022-05-12 06:54:08', '2022-05-12 06:54:08', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n        <a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange\">Bib Cock foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange-2\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange-2\">Bib Cock foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=long-nose-foam-flow-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=long-nose-foam-flow-with-flange\">Long Nose foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=angle-cock-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroom-fixtures\" rel=\"tag\">Bathroom Fixtures</a><h2><a href=\"https://skgah.com/shop/?product=angle-cock-with-flange\">Angle Cock with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=2-in-1-bib-cock-foam-flow\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=2-in-1-bib-cock-foam-flow\">2 in 1 Bib Cock foam flow</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=2-in-1-angle-cock\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=2-in-1-angle-cock\">2 in 1 Angle Cock</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n         <!-- .row -->		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Top Seller In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 06:54:08', '2022-05-12 06:54:08', '', 18, 'https://skgah.com/shop/?p=4965', 0, 'revision', '', 0),
(4966, 1, '2022-05-12 06:54:09', '2022-05-12 06:54:09', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n        <a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange\">Bib Cock foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange-2\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange-2\">Bib Cock foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=long-nose-foam-flow-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=long-nose-foam-flow-with-flange\">Long Nose foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=angle-cock-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroom-fixtures\" rel=\"tag\">Bathroom Fixtures</a><h2><a href=\"https://skgah.com/shop/?product=angle-cock-with-flange\">Angle Cock with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=2-in-1-bib-cock-foam-flow\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=2-in-1-bib-cock-foam-flow\">2 in 1 Bib Cock foam flow</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=2-in-1-angle-cock\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=2-in-1-angle-cock\">2 in 1 Angle Cock</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n         <!-- .row -->		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Top Seller In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 06:54:09', '2022-05-12 06:54:09', '', 18, 'https://skgah.com/shop/?p=4966', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4967, 1, '2022-05-12 06:55:07', '2022-05-12 06:55:07', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n        <a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange\">Bib Cock foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange-2\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange-2\">Bib Cock foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=long-nose-foam-flow-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=long-nose-foam-flow-with-flange\">Long Nose foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=angle-cock-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroom-fixtures\" rel=\"tag\">Bathroom Fixtures</a><h2><a href=\"https://skgah.com/shop/?product=angle-cock-with-flange\">Angle Cock with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=2-in-1-bib-cock-foam-flow\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=2-in-1-bib-cock-foam-flow\">2 in 1 Bib Cock foam flow</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=2-in-1-angle-cock\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=2-in-1-angle-cock\">2 in 1 Angle Cock</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n         <!-- .row -->		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Top Seller In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 06:55:07', '2022-05-12 06:55:07', '', 18, 'https://skgah.com/shop/?p=4967', 0, 'revision', '', 0),
(4968, 1, '2022-05-12 06:55:07', '2022-05-12 06:55:07', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n        <a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange\">Bib Cock foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange-2\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange-2\">Bib Cock foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=long-nose-foam-flow-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=long-nose-foam-flow-with-flange\">Long Nose foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=angle-cock-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroom-fixtures\" rel=\"tag\">Bathroom Fixtures</a><h2><a href=\"https://skgah.com/shop/?product=angle-cock-with-flange\">Angle Cock with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=2-in-1-bib-cock-foam-flow\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=2-in-1-bib-cock-foam-flow\">2 in 1 Bib Cock foam flow</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=2-in-1-angle-cock\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=2-in-1-angle-cock\">2 in 1 Angle Cock</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n         <!-- .row -->		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Top Seller In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 06:55:07', '2022-05-12 06:55:07', '', 18, 'https://skgah.com/shop/?p=4968', 0, 'revision', '', 0),
(4969, 1, '2022-05-12 06:55:07', '2022-05-12 06:55:07', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n        <a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange\">Bib Cock foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;504.00</bdi></del> <ins><bdi>&#8377;242.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange-2\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=bib-cock-foam-flow-with-flange-2\">Bib Cock foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;796.00</bdi></del> <ins><bdi>&#8377;239.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=long-nose-foam-flow-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=long-nose-foam-flow-with-flange\">Long Nose foam flow with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;946.00</bdi></del> <ins><bdi>&#8377;284.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=angle-cock-with-flange\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroom-fixtures\" rel=\"tag\">Bathroom Fixtures</a><h2><a href=\"https://skgah.com/shop/?product=angle-cock-with-flange\">Angle Cock with Flange</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;770.00</bdi></del> <ins><bdi>&#8377;231.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=2-in-1-bib-cock-foam-flow\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=2-in-1-bib-cock-foam-flow\">2 in 1 Bib Cock foam flow</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n        <a href=\"https://skgah.com/shop/?product=2-in-1-angle-cock\"><img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><a href=\"https://skgah.com/shop/?product_cat=bathroomfaucets\" rel=\"tag\">Bathroom Faucets</a><h2><a href=\"https://skgah.com/shop/?product=2-in-1-angle-cock\">2 in 1 Angle Cock</a></h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,946.00</bdi></del> <ins><bdi>&#8377;540.00</bdi></ins>\n         <!-- .row -->		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Top Seller In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 06:55:07', '2022-05-12 06:55:07', '', 18, 'https://skgah.com/shop/?p=4969', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4970, 1, '2020-12-04 13:32:39', '2020-12-04 13:32:39', '<img width=\"640\" height=\"642\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-1-1.jpg 640w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-1-1-300x300.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-1-1-150x150.jpg 150w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-1-1-10x10.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-1-1-270x271.jpg 270w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-1-1-600x602.jpg 600w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-1-1-100x100.jpg 100w\" sizes=\"(max-width: 640px) 100vw, 640px\" />	    	\n				<h2>Introducing The New Surface Furniture.</h2><h2>Starting at $59.99 See what else is new from Decor.</h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>147 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/\" data-images=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-2-150x150.jpg;https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-1-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-2-150x150.jpg 150w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-2-300x300.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-2-768x768.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-2-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-2-10x10.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-2-600x600.jpg 600w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-2-100x100.jpg 100w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-2.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/groceries/\" rel=\"tag\">Groceries</a>, <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/\" rel=\"tag\">Sale</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/\">Wooden Classica...</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;405.00</bdi>\n                                            </a><a href=\"?add-to-cart=960\" data-quantity=\"1\" data-product_id=\"960\" data-product_sku=\"12345\" aria-label=\"Add &ldquo;Wooden Classical Chairs&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Wooden Classical Chairs\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=960&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"960\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"960\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>111 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/\" data-images=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-150x150.jpg;https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-2-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-150x150.jpg 150w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-300x300.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-768x768.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-10x10.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-600x600.jpg 600w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-100x100.jpg 100w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/\">Fashion</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/\">Air Fryer with ...</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;300.00</bdi>\n                                            </a><a href=\"?add-to-cart=1046\" data-quantity=\"1\" data-product_id=\"1046\" data-product_sku=\"12345-1\" aria-label=\"Add &ldquo;Air Fryer with DualZone&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Air Fryer with DualZone\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1046&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1046\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1046\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>158 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs-2/\" data-images=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-2-1-150x150.jpg;https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-1-150x150.jpg;https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-2-1-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-2-1-150x150.jpg 150w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-2-1-300x300.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-2-1-768x768.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-2-1-10x10.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-2-1-270x270.jpg 270w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-2-1-600x600.jpg 600w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-2-1-100x100.jpg 100w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-2-1.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronics</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs-2/\">Classical Chair</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;905.00</bdi>\n                                            </a><a href=\"?add-to-cart=1047\" data-quantity=\"1\" data-product_id=\"1047\" data-product_sku=\"12345-2\" aria-label=\"Add &ldquo;Classical Chair&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Classical Chair\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1047&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1047\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1047\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>178 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/stainless-steel-freing/\" data-images=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3-150x150.jpg;https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3-150x150.jpg 150w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3-300x300.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3-768x768.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3-10x10.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3-600x600.jpg 600w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3-100x100.jpg 100w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/\">Sale</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/stainless-steel-freing/\">Stainless Steel...</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<del aria-hidden=\"true\"><bdi>&#36;705.00</bdi></del> <ins><bdi>&#36;545.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=1048\" data-quantity=\"1\" data-product_id=\"1048\" data-product_sku=\"12345-3\" aria-label=\"Add &ldquo;Stainless Steel Freing&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Stainless Steel Freing\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n<!-- BROWSE WISHLIST MESSAGE -->\n				The product is already in your wishlist!	\n	<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/\" rel=\"nofollow\" data-title=\"Browse wishlist\">\n				Browse wishlist	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>177 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note/\" data-images=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5-2-150x150.jpg;https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5-2-150x150.jpg 150w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5-2-300x300.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5-2-768x768.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5-2-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5-2-10x10.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5-2-600x600.jpg 600w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5-2-100x100.jpg 100w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5-2.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronics</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note/\">Xanna Note</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;505.00</bdi>\n                                            </a><a href=\"?add-to-cart=1085\" data-quantity=\"1\" data-product_id=\"1085\" data-product_sku=\"12345-3-1-1\" aria-label=\"Add &ldquo;Xanna Note&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Xanna Note\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1085&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1085\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1085\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n												<img width=\"440\" height=\"194\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-2.jpg 440w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-2-300x132.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-2-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-2-10x4.jpg 10w\" sizes=\"(max-width: 440px) 100vw, 440px\" />														\n			<h2>Kitchenaid Trolly</h2>		\n		Flexible financing on storewide $299.		\n			<a href=\"#\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>174 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone-2/\" data-images=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-150x150.jpg;https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3-150x150.jpg\">\n	Sale\n	<img width=\"150\" height=\"150\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-150x150.jpg 150w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-300x300.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-768x768.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-10x10.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-600x600.jpg 600w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-100x100.jpg 100w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/\">Sale</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone-2/\">Fryer with Dual...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#36;305.00</bdi></del> <ins><bdi>&#36;280.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=1900\" data-quantity=\"1\" data-product_id=\"1900\" data-product_sku=\"12345-3-1-2\" aria-label=\"Add &ldquo;Fryer with DualZone&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Fryer with DualZone\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1900&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1900\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1900\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>168 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/new-chairs/\" data-images=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/14-150x150.jpg;https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/10-1-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/14-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/14-150x150.jpg 150w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/14-300x300.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/14-768x768.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/14-10x10.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/14-600x600.jpg 600w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/14-270x270.jpg 270w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/14-100x100.jpg 100w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/14.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/\">Fashion</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/new-chairs/\">New Chairs</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;705.00</bdi>\n                                            </a><a href=\"?add-to-cart=1121\" data-quantity=\"1\" data-product_id=\"1121\" data-product_sku=\"12345-2-3\" aria-label=\"Add &ldquo;New Chairs&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"New Chairs\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n<!-- BROWSE WISHLIST MESSAGE -->\n				The product is already in your wishlist!	\n	<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/\" rel=\"nofollow\" data-title=\"Browse wishlist\">\n				Browse wishlist	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>172 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-chairs-2/\" data-images=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/12-150x150.jpg;https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/14-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/12-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/12-150x150.jpg 150w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/12-300x300.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/12-768x768.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/12-10x10.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/12-600x600.jpg 600w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/12-270x270.jpg 270w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/12-100x100.jpg 100w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/12.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronics</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-chairs-2/\">Wooden Classica...</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;760.00</bdi>\n                                            </a><a href=\"?add-to-cart=1120\" data-quantity=\"1\" data-product_id=\"1120\" data-product_sku=\"12345-2-2\" aria-label=\"Add &ldquo;Wooden Classical&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Wooden Classical\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1120&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1120\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1120\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>170 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/classical-chairs/\" data-images=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/13-150x150.jpg;https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/13-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/13-150x150.jpg 150w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/13-300x300.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/13-768x768.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/13-10x10.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/13-600x600.jpg 600w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/13-270x270.jpg 270w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/13-100x100.jpg 100w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/13.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/classical-chairs/\">Classical Chair...</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;905.00</bdi>\n                                            </a><a href=\"?add-to-cart=1119\" data-quantity=\"1\" data-product_id=\"1119\" data-product_sku=\"12345-2-1\" aria-label=\"Add &ldquo;Classical Chairs&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Classical Chairs\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1119&#038;_wpnonce=588de69ce7\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1119\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1119\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>173 in stock</p>                        <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/note/\" data-images=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/11-150x150.jpg;https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3-150x150.jpg\">\n	                        <img width=\"150\" height=\"150\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/11-150x150.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/11-150x150.jpg 150w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/11-300x300.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/11-768x768.jpg 768w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/11-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/11-10x10.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/11-600x600.jpg 600w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/11-100x100.jpg 100w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/11.jpg 1000w\" sizes=\"(max-width: 150px) 100vw, 150px\" />                            \n                        </a>\n                                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronics</a>                                \n                                            <h2>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product/note/\">Note</a>\n                        </h2>\n                    Rated <strong>5.00</strong> out of 5                                \n	<bdi>&#36;850.00</bdi>\n                                            </a><a href=\"?add-to-cart=1096\" data-quantity=\"1\" data-product_id=\"1096\" data-product_sku=\"12345-3-1-1-5\" aria-label=\"Add &ldquo;Note&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Note\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick shop\n			<!-- ADD TO WISHLIST -->\n<!-- BROWSE WISHLIST MESSAGE -->\n				The product is already in your wishlist!	\n	<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/\" rel=\"nofollow\" data-title=\"Browse wishlist\">\n				Browse wishlist	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>Find Exactly What You Need</h2>		\n		Xstore is World\'s largest online marketplace connecting buyers with suppliers.		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\"><img width=\"38\" height=\"60\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Vector.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/\">Electronic</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\"><img width=\"53\" height=\"60\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon-7.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/\">Kitchen</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\"><img width=\"60\" height=\"60\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/\">Console</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\"><img width=\"60\" height=\"49\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon-1.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/\">Apparels</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\"><img width=\"59\" height=\"36\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon-2.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/\">Furniture</a></h3>		\n			<figure><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\"><img width=\"45\" height=\"48\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon-3.jpg\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/\">Computer</a></h3>		\n			<h2>Don\'t miss out on these offers!</h2>		\n                <ul >\n					                        <li\n                            >\n    								Electronic (12)    							\n							                        </li>\n					                        <li\n                            >\n    								Fashion (9)    							\n							                        </li>\n					                        <li\n                            >\n    								Furniture (15)    							\n							                        </li>\n					                        <li\n                            >\n    								Groceries (3)    							\n							                        </li>\n					                </ul>\n						<style>.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-container{max-width:1470px;}.elementor-1200 .elementor-element.elementor-element-cd6773d{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1200 .elementor-element.elementor-element-cd6773d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-b79a768:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-13-min-1.jpg\");background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b79a768{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1200 .elementor-element.elementor-element-b79a768 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1200 .elementor-element.elementor-element-bc66f19 > .elementor-element-populated{padding:50px 80px 50px 15px;}.elementor-1200 .elementor-element.elementor-element-2c3f9ca .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1200 .elementor-element.elementor-element-55ab5b8{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:hover svg, .elementor-1200 .elementor-element.elementor-element-1ff61ec .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1200 .elementor-element.elementor-element-8a20e38 h3.title, .elementor-1200 .elementor-element.elementor-element-8a20e38 .products-title{text-align:center;}.elementor-1200 .elementor-element.elementor-element-8a20e38 > .elementor-widget-container{margin:10px 0px 0px 0px;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-cd6773d{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:66%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:34%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1200 .elementor-element.elementor-element-befa061{width:30%;}.elementor-1200 .elementor-element.elementor-element-bc66f19{width:100%;}}/* Start custom CSS for section, class: .elementor-element-cd6773d */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n							<section data-id=\"cd6773d\" data-element_type=\"section\">\n						<section data-id=\"b79a768\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n				Save up to $100 on select washing machine only.					\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"78e5c6a\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask2.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask2\",\"product_view_color\":\"white\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-container{max-width:1470px;}.elementor-1250 .elementor-element.elementor-element-146a43fd{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1250 .elementor-element.elementor-element-146a43fd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-min-1.jpg\");background-position:top left;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 10px 50px 15px;}.elementor-1250 .elementor-element.elementor-element-650dd4dd .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1250 .elementor-element.elementor-element-1974718a{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:hover svg, .elementor-1250 .elementor-element.elementor-element-425fc32c .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1250 .elementor-element.elementor-element-59b268af h3.title, .elementor-1250 .elementor-element.elementor-element-59b268af .products-title{text-align:center;}.elementor-1250 .elementor-element.elementor-element-59b268af > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1250 .elementor-element.elementor-element-146a43fd{padding:12px 12px 12px 12px;}.elementor-1250 .elementor-element.elementor-element-3dfe4c13:not(.elementor-motion-effects-element-type-background), .elementor-1250 .elementor-element.elementor-element-3dfe4c13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1250 .elementor-element.elementor-element-7703522f > .elementor-element-populated{padding:50px 15px 50px 15px;}}@media(min-width:768px){.elementor-1250 .elementor-element.elementor-element-18ee4c5a{width:50%;}.elementor-1250 .elementor-element.elementor-element-7703522f{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1250 .elementor-element.elementor-element-7703522f{width:100%;}}/* Start custom CSS for section, class: .elementor-element-146a43fd */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n							<section data-id=\"146a43fd\" data-element_type=\"section\">\n						<section data-id=\"3dfe4c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save up to 50% flate on\nelectronic items</h2>		\n				Save up to $100 on select washing machine only.					\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"9425a38\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-container{max-width:1470px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1251 .elementor-element.elementor-element-4a5ce87a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-60c3f512:not(.elementor-motion-effects-element-type-background), .elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-min.jpg\");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1251 .elementor-element.elementor-element-60c3f512{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1251 .elementor-element.elementor-element-60c3f512 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 80px 50px 30px;}.elementor-1251 .elementor-element.elementor-element-758c2d71 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1251 .elementor-element.elementor-element-153c57a0{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:hover svg, .elementor-1251 .elementor-element.elementor-element-d4c3533 .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1251 .elementor-element.elementor-element-4e677db9 h3.title, .elementor-1251 .elementor-element.elementor-element-4e677db9 .products-title{text-align:center;}.elementor-1251 .elementor-element.elementor-element-4e677db9 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1251 .elementor-element.elementor-element-4a5ce87a{padding:12px 12px 12px 12px;}.elementor-1251 .elementor-element.elementor-element-6e249c02 > .elementor-element-populated{padding:50px 30px 50px 30px;}}@media(min-width:768px){.elementor-1251 .elementor-element.elementor-element-62a6590d{width:50%;}.elementor-1251 .elementor-element.elementor-element-6e249c02{width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1251 .elementor-element.elementor-element-6e249c02{width:100%;}}/* Start custom CSS for section, class: .elementor-element-4a5ce87a */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n							<section data-id=\"4a5ce87a\" data-element_type=\"section\">\n						<section data-id=\"60c3f512\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n				Save up to $100 on select washing machine only.					\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"ee23b18\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"29\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n						<style>.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-container{max-width:1470px;}.elementor-1252 .elementor-element.elementor-element-5e416e77{border-style:solid;border-width:3px 3px 3px 3px;border-color:#E95D2A;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:30px 30px 0px 30px;}.elementor-1252 .elementor-element.elementor-element-5e416e77 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-ffa238d:not(.elementor-motion-effects-element-type-background), .elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-min.jpg\");background-position:top center;}.elementor-1252 .elementor-element.elementor-element-ffa238d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1252 .elementor-element.elementor-element-ffa238d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1252 .elementor-element.elementor-element-44bdbaf6 > .elementor-element-populated{padding:50px 15px 50px 30px;}.elementor-1252 .elementor-element.elementor-element-4365b753 .elementor-heading-title{color:#222222;font-family:\"Roboto\", Sans-serif;font-size:28px;font-weight:bold;line-height:31px;}.elementor-1252 .elementor-element.elementor-element-123f2544{color:#666666;font-family:\"Roboto\", Sans-serif;font-size:16px;font-weight:400;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:17px;font-weight:500;fill:#E95D2A;color:#E95D2A;background-color:#FFFFFF00;padding:20px 0px 0px 0px;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus{color:#E95D2ACF;background-color:#02010100;}.elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:hover svg, .elementor-1252 .elementor-element.elementor-element-403c1fcf .elementor-button:focus svg{fill:#E95D2ACF;}.elementor-1252 .elementor-element.elementor-element-17733530 h3.title, .elementor-1252 .elementor-element.elementor-element-17733530 .products-title{text-align:center;}.elementor-1252 .elementor-element.elementor-element-17733530 > .elementor-widget-container{margin:010px 0px 0px 0px;}@media(max-width:1024px){.elementor-1252 .elementor-element.elementor-element-5e416e77{padding:12px 12px 12px 12px;}}@media(min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:34%;}.elementor-1252 .elementor-element.elementor-element-12d4a575{width:66%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1252 .elementor-element.elementor-element-44bdbaf6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-5e416e77 */.products-tab .products-loop .type-product {\n    padding-right: 5px;\n    padding-left: 5px;\n}/* End custom CSS */</style>		\n							<section data-id=\"5e416e77\" data-element_type=\"section\">\n						<section data-id=\"ffa238d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n			<h2>Save upto 50% flate on\nelectronic items</h2>		\n				Save up to $100 on select washing machine only.					\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n		</section>\n				<section data-id=\"177a753\" data-element_type=\"section\">\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n		</section>\n		</section>\n			<h2>Global Original Sources</h2>		\n    		<img width=\"624\" height=\"350\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-4-min.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-4-min.jpg 624w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-4-min-300x168.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-4-min-10x6.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-4-min-270x151.jpg 270w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-4-min-600x337.jpg 600w\" sizes=\"(max-width: 624px) 100vw, 624px\" />	    	\n				<h2>Non-Sticky Vessel Save up to 50%</h2>		    	\n		    		<p>Flexible financing on storewide purchases $299 and up.</p>\n								Explore Now							\n    		<img width=\"738\" height=\"350\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-5-min.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-5-min.jpg 738w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-5-min-300x142.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-5-min-10x5.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-5-min-270x128.jpg 270w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-5-min-600x285.jpg 600w\" sizes=\"(max-width: 738px) 100vw, 738px\" />	    	\n				<h2>Handyman Tool On Free Shipping</h2>		    	\n		    		<p>Flexible financing on storewide<br />purchases $299 and up.</p>\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n    		<img width=\"546\" height=\"334\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-6.jpg 546w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-6-300x184.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-6-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-6-10x6.jpg 10w\" sizes=\"(max-width: 546px) 100vw, 546px\" />	    	\n				<h2>Exclusive Offer on Gearbox</h2>		    	\n		    		<p>Flexible financing storewide<br />purchases $299 and up.</p>\n								Explore Now							\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Xstore Fashion\" rel=\"noopener\"> \n                    <h3>   Xstore Fashion</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Appliances\" rel=\"noopener\"> \n                    <h3>   Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Car & Equipment\" rel=\"noopener\"> \n                    <h3>   Car &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Electronic Tool \" rel=\"noopener\"> \n                    <h3>   Electronic Tool </h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Luxury Beauty\" rel=\"noopener\"> \n                    <h3>   Luxury Beauty</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Office Products\" rel=\"noopener\"> \n                    <h3>   Office Products</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Toys & Gam\" rel=\"noopener\"> \n                    <h3>   Toys &amp; Gam</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Home & Kitchen\" rel=\"noopener\"> \n                    <h3>   Home &amp; Kitchen</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Pet Supplies\" rel=\"noopener\"> \n                    <h3>   Pet Supplies</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Jewelleries\" rel=\"noopener\"> \n                    <h3>   Jewelleries</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Outdoor & Stuff\" rel=\"noopener\"> \n                    <h3>   Outdoor &amp; Stuff</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"   Grocery Store\" rel=\"noopener\"> \n                    <h3>   Grocery Store</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Clothing</h2>		\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":3,\"tablet_portrait\":3,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Best Seller’s Products</h2>		\n        <ul>\n            <li>\n        	        		<ul>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Appliances\" rel=\"noopener\"> \n                    <h3>Appliances</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Tools & Equipment\" rel=\"noopener\"> \n                    <h3>Tools &amp; Equipment</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Sustainable Living\" rel=\"noopener\"> \n                    <h3>Sustainable Living</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Home, Furniture & Office\" rel=\"noopener\"> \n                    <h3>Home, Furniture &amp; Office</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Xstore Outlets\" rel=\"noopener\"> \n                    <h3>Xstore Outlets</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02#\" target=\"_self\" title=\"Fruit & Vegetables\" rel=\"noopener\"> \n                    <h3>Fruit &amp; Vegetables</h3>\n                    </a>\n            </li>\n            <li>\n                    <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" target=\"_self\" title=\"Show All\" rel=\"noopener\"> \n                    <h3>Show All</h3>\n                    </a>\n            </li>\n        </ul>\n            </li>\n        </ul>\n    		<img width=\"354\" height=\"330\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/banner-1-1-min.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/banner-1-1-min.jpg 354w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/banner-1-1-min-300x280.jpg 300w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/banner-1-1-min-10x10.jpg 10w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/banner-1-1-min-270x252.jpg 270w\" sizes=\"(max-width: 354px) 100vw, 354px\" />	    	\n				<h2>Get Free Shipping &amp; 30% Off</h2>		    	\n								Show All							\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"menu_order\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-4056 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over $400   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n						Take  30% off  when you spend $240  <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h2>Handpicked Products For You</h2>		\n			<h1>Nice looking XStore Niche Market02 Demo </h1>		\n		<p>Save up to $100 on select washing machine only.</p>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/\" role=\"button\">\n						Discover More\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"4\",\"taxonomies\":\"\",\"type\":\"list\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"rand\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"mask3\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"thumbnail\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Explore from Premium Brands</h2>		\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/brands-carousel.min.css\" type=\"text/css\" media=\"all\" /> 		\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/cartal/\" title=\"Cartal\">\n								<img width=\"130\" height=\"71\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-1.jpg 130w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-1-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-1-10x5.jpg 10w\" sizes=\"(max-width: 130px) 100vw, 130px\" />\n                            </a>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/cooperate/\" title=\"Cooperate\">\n								<img width=\"130\" height=\"71\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3.jpg 130w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-10x5.jpg 10w\" sizes=\"(max-width: 130px) 100vw, 130px\" />\n                            </a>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/ds/\" title=\"DS\">\n								<img width=\"130\" height=\"71\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2.jpg 130w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-10x5.jpg 10w\" sizes=\"(max-width: 130px) 100vw, 130px\" />\n                            </a>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/minim/\" title=\"Minim\">\n								<img width=\"130\" height=\"71\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5.jpg 130w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5-10x5.jpg 10w\" sizes=\"(max-width: 130px) 100vw, 130px\" />\n                            </a>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/minimal/\" title=\"Minimal\">\n								<img width=\"130\" height=\"71\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4.jpg 130w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-10x5.jpg 10w\" sizes=\"(max-width: 130px) 100vw, 130px\" />\n                            </a>\n                            <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/sunshi/\" title=\"Sunshi\">\n								<img width=\"130\" height=\"71\" src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6.jpg 130w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1x1.jpg 1w, https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-10x5.jpg 10w\" sizes=\"(max-width: 130px) 100vw, 130px\" />\n                            </a>\n			<h2>Most Popular Blog Post</h2>		\n			<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/blog/\" role=\"button\">\n						View All Posts\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/blog/blog-global.min.css\" type=\"text/css\" media=\"all\" /> 		\n<article id=\"post-436\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/1-2-min-pbvzhm6evqg2jjw67m8e55dq5dym19angqyec8i1yi.jpg\" title=\"1-2-min\" alt=\"1-2-min\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">The Standard Lorem Ipsum Passage</a></h2>\n										<time datetime=\"December 6, 2020\">\n					December 6, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/#respond\" >0</a>					\n                But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and...                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/\">Continue reading</a>            \n</article>\n<article id=\"post-888\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/3-1-1-pbvzno8yxaqld33eu8hu7mcnys3rn1cdmqb1ofipuy.jpg\" title=\"3-1 (1)\" alt=\"3-1 (1)\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/\">1914 Translation By H. Rackham</a></h2>\n										<time datetime=\"November 7, 2020\">\n					November 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/#respond\" >0</a>					\n                At vero eos et accusamus et iusto odio dignissimos cimus qui blanditiis praesentium voluptatum deleniti texts                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/\">Continue reading</a>            \n</article>\n<article id=\"post-889\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/4-1-1-pbvznxnctn3gl6prbck3wjz9wmtfs0dp00twh74s4q.jpg\" title=\"4-1 (1)\" alt=\"4-1 (1)\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/\">Finibus Bonorum Malorum By Cicero</a></h2>\n										<time datetime=\"October 7, 2020\">\n					October 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/#respond\" >0</a>					\n                On the other hands, we denounce with righteous indignati and dislike men who are so beguiled demoralized                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/\">Continue reading</a>            \n</article>\n<article id=\"post-895\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/10-ozilpiavvj3yn4htva24a4ga58oo6ycxy9sc0ykt4a.jpg\" title=\"10\" alt=\"10\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/\">The Extremes Of Good And Evil</a></h2>\n										<time datetime=\"September 7, 2020\">\n					September 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/#respond\" >0</a>					\n                The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/\">Continue reading</a>            \n</article>\n<article id=\"post-891\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/6-1-ozilpdloxcxj12onmq0zfnmz6bbu4gua9miwmkrrze.jpg\" title=\"6\" alt=\"6\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/\">The Other Hand, Denounce Righteous</a></h2>\n										<time datetime=\"August 7, 2020\">\n					August 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/#respond\" >0</a>					\n                The wise man therefore alwaysi holds in these matters to this principle of selection: he rejects pleasures                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/\">Continue reading</a>            \n</article>\n<article id=\"post-890\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/5-1-ozilpcnuqiw8pgq0s7mcv5vikxggwrqjxhvf5at65m.jpg\" title=\"5\" alt=\"5\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">At Vero Eos Et Accusamus Iust Odio</a></h2>\n										<time datetime=\"July 7, 2020\">\n					July 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/#respond\" >0</a>					\n                These cases are perfectly simple and easy to distinguish. Into free hour, when our power of choice is untramelled                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/\">Continue reading</a>            \n</article>\n<article id=\"post-893\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/8-ozilpgf7hv1dzwkk698v54xcygxxrk5ha0hd2enlgq.jpg\" title=\"8\" alt=\"8\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/\">There Are Many Variations Of Passages</a></h2>\n										<time datetime=\"May 7, 2020\">\n					May 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/#respond\" >0</a>					\n                Sed ut perspiciatis unde omnis iste natus error sit voluptate accusantium doloremque laudantium, totam                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/\">Continue reading</a>            \n</article>\n<article id=\"post-892\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/7-ozilpfhdb103oalxbqu8kn5wd32kjv1qxvtvl4ozmy.jpg\" title=\"7\" alt=\"7\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">Namlibe Tempore, Cumsoluta Nobis</a></h2>\n										<time datetime=\"April 7, 2020\">\n					April 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/#respond\" >0</a>					\n                But I must explain to you how all this mistaken idea of denou pleasure and praising pain was born and...                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/\">Continue reading</a>            \n</article>\n<article id=\"post-894\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/9-ozilphd1op2obij70rnhpmotjutaz997m54ujom7ai.jpg\" title=\"9\" alt=\"9\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/\">Latin Words Combined With Models</a></h2>\n										<time datetime=\"March 7, 2020\">\n					March 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/#respond\" >0</a>					\n                Lorem ipsum dolor sit amet, consectetur adipiscing elitsed do eiusmod tempor incididunt ut labore et dolore                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/\">Continue reading</a>            \n</article>\n<article id=\"post-887\">\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/\">\n						<img src=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/elementor/thumbs/2-1-ozilpas6cuto28sr36t3q6cle5pqhdj398kg6qvyi2.jpg\" title=\"2\" alt=\"2\" />					</a>\n									<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/\">\n										<svg height=\"40\" width=\"150\" xmlns=\"http://www.w3.org/2000/svg\">\n											<rect height=\"40\" width=\"150\" />\n										</svg>\n										Read more\n									</a>\n                <h2><a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/\">The Standard Lorem Ipsum Passage</a></h2>\n										<time datetime=\"January 7, 2020\">\n					January 7, 2020</time>\n				<a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/#respond\" >0</a>					\n                Sed ut perspiciatis unde omnis iste natus to error voluptatem accusantium doloremque laudantiumng                <a href=\"https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/\">Continue reading</a>            \n</article>\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->', 'Home niche-market02', '', 'publish', 'closed', 'closed', '', 'home-page-niche-market02', '', '', '2020-12-04 13:32:39', '2020-12-04 13:32:39', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?page_id=11', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4971, 1, '2020-12-08 15:40:07', '2020-12-08 15:40:07', '<h2>Save upto 50% flate on\nelectronic items</h2>		\n		Save up to $100 on select washing machine only.		\n			<a href=\"#\" role=\"button\">\n						Start Shopping\n					</a>\n			        <link rel=\"stylesheet\" id=\"etheme-quick-view-css\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" />                 <link rel=\"stylesheet\" id=\"etheme-off-canvas-css\" href=\"https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css?ver=0.0.1\" type=\"text/css\" media=\"all\" />         \n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				{\"ids\":\"\",\"columns\":\"6\",\"shop_link\":1,\"limit\":\"6\",\"taxonomies\":\"32\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"elementor\":true}', 'Groceries tab – niche-market02', '', 'publish', 'closed', 'closed', '', 'groceries-tab-niche-market02', '', '', '2020-12-08 15:40:07', '2020-12-08 15:40:07', '', 0, 'https://xstore.8theme.com/elementor/demos/niche-market02/?post_type=staticblocks&amp;p=1252', 0, 'staticblocks', '', 0),
(4973, 1, '2022-05-12 08:23:21', '2022-05-12 08:23:21', ' ', '', '', 'publish', 'closed', 'closed', '', '4973', '', '', '2022-05-12 08:23:21', '2022-05-12 08:23:21', '', 0, 'https://skgah.com/shop/?p=4973', 5, 'nav_menu_item', '', 0),
(4974, 1, '2022-05-12 08:23:21', '2022-05-12 08:23:21', '', 'USD', '', 'publish', 'closed', 'closed', '', 'usd-2', '', '', '2022-05-12 08:23:21', '2022-05-12 08:23:21', '', 0, 'https://skgah.com/shop/?p=4974', 1, 'nav_menu_item', '', 0),
(4975, 1, '2022-05-12 08:23:21', '2022-05-12 08:23:21', '', 'EUR', '', 'publish', 'closed', 'closed', '', 'eur-2', '', '', '2022-05-12 08:23:21', '2022-05-12 08:23:21', '', 0, 'https://skgah.com/shop/?p=4975', 2, 'nav_menu_item', '', 0),
(4976, 1, '2022-05-12 08:23:21', '2022-05-12 08:23:21', '', 'This is just for demo', '', 'publish', 'closed', 'closed', '', 'this-is-just-for-demo-3', '', '', '2022-05-12 08:23:21', '2022-05-12 08:23:21', '', 0, 'https://skgah.com/shop/?p=4976', 3, 'nav_menu_item', '', 0),
(4977, 1, '2022-05-12 08:23:21', '2022-05-12 08:23:21', '', 'English', '', 'publish', 'closed', 'closed', '', 'english-2', '', '', '2022-05-12 08:23:21', '2022-05-12 08:23:21', '', 0, 'https://skgah.com/shop/?p=4977', 1, 'nav_menu_item', '', 0),
(4978, 1, '2022-05-12 08:23:21', '2022-05-12 08:23:21', '', 'Arabic', '', 'publish', 'closed', 'closed', '', 'arabic-2', '', '', '2022-05-12 08:23:21', '2022-05-12 08:23:21', '', 0, 'https://skgah.com/shop/?p=4978', 2, 'nav_menu_item', '', 0),
(4979, 1, '2022-05-12 08:23:21', '2022-05-12 08:23:21', '', 'This is just for demo', '', 'publish', 'closed', 'closed', '', 'this-is-just-for-demo-4', '', '', '2022-05-12 08:23:21', '2022-05-12 08:23:21', '', 0, 'https://skgah.com/shop/?p=4979', 3, 'nav_menu_item', '', 0),
(4980, 1, '2022-05-12 08:23:21', '2022-05-12 08:23:21', ' ', '', '', 'publish', 'closed', 'closed', '', '4980', '', '', '2022-05-12 08:23:21', '2022-05-12 08:23:21', '', 0, 'https://skgah.com/shop/?p=4980', 3, 'nav_menu_item', '', 0),
(4981, 1, '2022-05-12 08:23:21', '2022-05-12 08:23:21', ' ', '', '', 'publish', 'closed', 'closed', '', '4981', '', '', '2022-05-12 08:23:21', '2022-05-12 08:23:21', '', 0, 'https://skgah.com/shop/?p=4981', 4, 'nav_menu_item', '', 0),
(4982, 1, '2022-05-12 08:23:21', '2022-05-12 08:23:21', ' ', '', '', 'publish', 'closed', 'closed', '', '4982', '', '', '2022-05-12 08:23:21', '2022-05-12 08:23:21', '', 0, 'https://skgah.com/shop/?p=4982', 6, 'nav_menu_item', '', 0),
(4983, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '4983', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=4983', 7, 'nav_menu_item', '', 0),
(4984, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '4984', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=4984', 1, 'nav_menu_item', '', 0),
(4985, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '4985', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=4985', 2, 'nav_menu_item', '', 0),
(4986, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '4986', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=4986', 3, 'nav_menu_item', '', 0),
(4987, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '4987', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=4987', 4, 'nav_menu_item', '', 0),
(4988, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '4988', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=4988', 5, 'nav_menu_item', '', 0),
(4989, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '4989', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=4989', 6, 'nav_menu_item', '', 0),
(4990, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '4990', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=4990', 7, 'nav_menu_item', '', 0),
(4991, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '4991', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=4991', 8, 'nav_menu_item', '', 0),
(4992, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '4992', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=4992', 2, 'nav_menu_item', '', 0),
(4993, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '4993', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=4993', 1, 'nav_menu_item', '', 0),
(4994, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '4994', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=4994', 2, 'nav_menu_item', '', 0),
(4995, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '4995', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=4995', 3, 'nav_menu_item', '', 0),
(4996, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '4996', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=4996', 4, 'nav_menu_item', '', 0),
(4997, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '4997', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=4997', 5, 'nav_menu_item', '', 0),
(4998, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '4998', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=4998', 6, 'nav_menu_item', '', 0),
(4999, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '4999', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=4999', 7, 'nav_menu_item', '', 0),
(5000, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '5000', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=5000', 8, 'nav_menu_item', '', 0),
(5001, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '5001', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=5001', 10, 'nav_menu_item', '', 0),
(5002, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '5002', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=5002', 11, 'nav_menu_item', '', 0),
(5003, 1, '2022-05-12 08:23:22', '2022-05-12 08:23:22', ' ', '', '', 'publish', 'closed', 'closed', '', '5003', '', '', '2022-05-12 08:23:22', '2022-05-12 08:23:22', '', 0, 'https://skgah.com/shop/?p=5003', 9, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5005, 1, '2022-05-12 08:34:15', '2022-05-12 08:34:15', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f3386f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f35eb8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f384d8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 08:34:15', '2022-05-12 08:34:15', '', 18, 'https://skgah.com/shop/?p=5005', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5007, 1, '2022-05-12 08:34:34', '2022-05-12 08:34:34', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 08:34:34', '2022-05-12 08:34:34', '', 18, 'https://skgah.com/shop/?p=5007', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5008, 1, '2022-05-12 08:35:06', '2022-05-12 08:35:06', '<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" width=\"853\" height=\"1536\">\n<h2>Build your dream bathroom</h2>\n<h2>hagar\'s complete modern bath solutions</h2>\nStart Shopping\n<h2>Today’s Popular Picks</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Bathroom Fittings</h2>\nCreate a stylish new look with our inspirational bathroom fittings collection\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" width=\"1024\" height=\"1024\">\n<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\nExplore Now\n</a>\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹790.00</bdi></del> <ins><bdi>₹403.00</bdi></ins>\n<a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add “Telephonic Hand Showers” to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3942&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3942\" data-product-type=\"simple\" data-original-product-id=\"3942\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹810.00</bdi></del> <ins><bdi>₹358.00</bdi></ins>\n<a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add “IRIS Tumbler Holder” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3939&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3939\" data-product-type=\"simple\" data-original-product-id=\"3939\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" width=\"1800\" height=\"1800\">\n</a>\n<h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹675.00</bdi></del> <ins><bdi>₹286.00</bdi></ins>\n<a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add “Health Faucet ( With 1 mtr SS Tube)” to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>\n<!-- .light-left-side -->\nQuick View\n<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3938&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3938\" data-product-type=\"simple\" data-original-product-id=\"3938\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n<!-- .light-right-side -->\n<!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n<!-- slider-entry -->\n<h2>A Complete Bathroom and Kitchen Solutions</h2>\nHagar is the most trusted brand with the latest in bathroom design and inspiration.\n\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" width=\"800\" height=\"800\">\n<h2>Everlasting durability</h2>\nClick Here!\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" width=\"2269\" height=\"2560\">\n<h2>eco friendly</h2>\n<h2>Elegant Design</h2>\nShop Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas –&nbsp;Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" width=\"500\" height=\"624\">\n<h2>without sacrificing on style</h2>\n<h2>Advanced features</h2>\nExplore More\n<h2>Top Categories</h2>\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Kitchen</h2>\nExplore Now\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>Shop All Bathroom</h2>\nDiscover More\n<h2>Newest Arrivals Of This Month</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<h2>Most Wishes For In Bathroom</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\">\n				<!--googleoff: index-->\n<!--noindex-->\n<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n<!--/noindex-->\n<!--googleon: index-->\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" width=\"1000\" height=\"1000\">\n<h2>with exquisite deisgn</h2>\n<h2>Experience superior quality</h2>\n 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\"> 		         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\">\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3941&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3941\" data-product-type=\"simple\" data-original-product-id=\"3941\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a></h2>\n<del aria-hidden=\"true\"><bdi>₹1,200.00</bdi></del> <ins><bdi>₹533.00</bdi></ins>\n\n<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f3386f\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add “IRIS Towel Rod” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3940&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3940\" data-product-type=\"simple\" data-original-product-id=\"3940\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a></h2>\n<del aria-hidden=\"true\"><bdi>₹590.00</bdi></del> <ins><bdi>₹260.00</bdi></ins>\n\n<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f35eb8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add “IRIS Soap Dish” to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n<!-- .content-product -->\n                 	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\">\n			<!-- ADD TO WISHLIST -->\n<a href=\"?add_to_wishlist=3932&amp;_wpnonce=ac2c6bad2f\" class=\"add_to_wishlist single_add_to_wishlist\" data-product-id=\"3932\" data-product-type=\"simple\" data-original-product-id=\"3932\" data-title=\"Add to wishlist\" rel=\"nofollow\">\nAdd to wishlist\n</a>\n<!-- COUNT TEXT -->\n\n100 in stock\n\n<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\nSale\n<img src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" width=\"300\" height=\"300\">                        </a>\n\n<footer>\n																Quick View\n</footer>\n<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a></h2>\n<del aria-hidden=\"true\"><bdi>₹850.00</bdi></del> <ins><bdi>₹398.00</bdi></ins>\n\n<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2\" Complete Set quantity</label>\n<input type=\"number\" id=\"quantity_6257f80f384d8\" class=\"input-text qty text\" step=\"1\" min=\"0\" max=\"\" name=\"quantity\" value=\"1\" title=\"Qty\" size=\"4\" placeholder=\"\" inputmode=\"numeric\" autocomplete=\"off\">\n<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add “Concealed Stop Cock 1/2&quot; Complete Set” to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n<!-- .content-product -->\n<!-- .row -->\n			         	<link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\">\n<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n\n<!-- Additional required wrapper -->\n<!-- Slides -->\nOnly in this week. Free Shipping for all orders over Rs 4000 &nbsp; <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>\n<h1>Buy in Bulk?</h1>\nGet unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n\n<label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\">\n\n<label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea>\n\n<input type=\"submit\" value=\"Send Message\">\n\n</form>', 'Hagar Bath Ex', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 08:35:06', '2022-05-12 08:35:06', '', 18, 'https://skgah.com/shop/?p=5008', 0, 'revision', '', 0),
(5010, 1, '2022-05-12 08:40:37', '2022-05-12 08:40:37', '<!-- Created With Elementor -->', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 08:40:37', '2022-05-12 08:40:37', '', 18, 'https://skgah.com/shop/?p=5010', 0, 'revision', '', 0),
(5012, 1, '2022-05-12 08:42:12', '2022-05-12 08:42:12', '<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"580\" height=\"580\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 580px) 100vw, 580px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			<h2>Top Categories</h2>		\n			<h2>Newest Arrivals Of This Month</h2>		\n			<h2>Most Wishes For In Bathroom</h2>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 08:42:12', '2022-05-12 08:42:12', '', 18, 'https://skgah.com/shop/?p=5012', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5014, 1, '2022-05-12 08:42:51', '2022-05-12 08:42:51', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f3386f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f35eb8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f384d8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 08:42:51', '2022-05-12 08:42:51', '', 18, 'https://skgah.com/shop/?p=5014', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5016, 1, '2022-05-12 08:49:12', '2022-05-12 08:49:12', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f3386f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f35eb8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f384d8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 08:49:12', '2022-05-12 08:49:12', '', 18, 'https://skgah.com/shop/?p=5016', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5017, 1, '2022-05-12 08:49:12', '2022-05-12 08:49:12', '<img width=\"853\" height=\"1536\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" title=\"73+ Black And White Bathroom ( FRESH &amp; COOL ) - Bathroom Design\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n															<img width=\"1024\" height=\"1024\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/telephonic-hand-showers/\">Telephonic Hand...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;790.00</bdi></del> <ins><bdi>&#8377;403.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3942\" data-quantity=\"1\" data-product_id=\"3942\" data-product_sku=\"THS002\" aria-label=\"Add &ldquo;Telephonic Hand Showers&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Telephonic Hand Showers\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3942&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3942\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3942\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/iris-tumbler-holder/\">IRIS Tumbler Ho...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;810.00</bdi></del> <ins><bdi>&#8377;358.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3939\" data-quantity=\"1\" data-product_id=\"3939\" data-product_sku=\"IR01\" aria-label=\"Add &ldquo;IRIS Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3939&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3939\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3939\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg\">\n	Sale\n	<img width=\"1800\" height=\"1800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg 1800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032-100x100.jpg 100w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />                            \n                        </a>\n                                            <h2>\n                            <a href=\"https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/\">Health Faucet (...</a>\n                        </h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;675.00</bdi></del> <ins><bdi>&#8377;286.00</bdi></ins>\n                                            </a><a href=\"?add-to-cart=3938\" data-quantity=\"1\" data-product_id=\"3938\" data-product_sku=\"HF003\" aria-label=\"Add &ldquo;Health Faucet ( With 1 mtr SS Tube)&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Health Faucet ( With 1 mtr SS Tube)\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3938&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3938\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3938\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" title=\"GS™ Single Hole Bathroom Faucet with Drain Assembly\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" title=\"pexels-max-vakhtbovych-6782580\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" title=\"15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" title=\"Brass Pull-Out Kitchen Faucet LED Mixer Tap\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" title=\"Grifo Grop para lavabo de baño con 3 agujeros, color negro mate\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Most Wishes For In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":[\"product_page_productname\",\"product_page_cats\",\"product_page_price\",\"product_page_addtocart\",\"product_page_productrating\"],\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" title=\"Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3941&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3941\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3941\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-towel-rod/\">IRIS Towel Rod</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;1,200.00</bdi></del> <ins><bdi>&#8377;533.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f3386f\">IRIS Towel Rod quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f3386f\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3941\" data-quantity=\"1\" data-product_id=\"3941\" data-product_sku=\"IR03\" aria-label=\"Add &ldquo;IRIS Towel Rod&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Towel Rod\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3940&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3940\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3940\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/iris-soap-dish/\">IRIS Soap Dish</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;590.00</bdi></del> <ins><bdi>&#8377;260.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f35eb8\">IRIS Soap Dish quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f35eb8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3940\" data-quantity=\"1\" data-product_id=\"3940\" data-product_sku=\"IR02\" aria-label=\"Add &ldquo;IRIS Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"IRIS Soap Dish\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=3932&#038;_wpnonce=ac2c6bad2f\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"3932\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"3932\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\" data-images=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5-300x300.jpg;https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set-300x300.jpg\">\n	Sale\n	<img width=\"300\" height=\"300\" src=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg 300w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1024x1024.jpg 1024w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-150x150.jpg 150w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-768x768.jpg 768w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1536x1536.jpg 1536w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-1x1.jpg 1w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-10x10.jpg 10w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-600x600.jpg 600w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-100x100.jpg 100w, https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg 1800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n												<h2>\n								<a href=\"https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/\">Concealed Stop ...</a>\n							</h2>\n	<del aria-hidden=\"true\"><bdi>&#8377;850.00</bdi></del> <ins><bdi>&#8377;398.00</bdi></ins>\n						</a>	\n				<label for=\"quantity_6257f80f384d8\">Concealed Stop Cock 1/2&quot; Complete Set quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_6257f80f384d8\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=3932\" data-quantity=\"1\" data-product_id=\"3932\" data-product_sku=\"AC009\" aria-label=\"Add &ldquo;Concealed Stop Cock 1/2&quot; Complete Set&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Concealed Stop Cock 1/2&quot; Complete Set\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://hagarbath.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-8759 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o3\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o3\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 08:49:12', '2022-05-12 08:49:12', '', 18, 'https://skgah.com/shop/?p=5017', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5018, 1, '2022-05-12 08:49:13', '2022-05-12 08:49:13', '<img width=\"853\" height=\"1536\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":\"\",\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-soap-dish\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-soap-dish\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;1,180.00</bdi>\n                                            </a><a href=\"?add-to-cart=4858\" data-quantity=\"1\" data-product_id=\"4858\" data-product_sku=\"ST024\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4858&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4858\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4858\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-cotton-jar\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-cotton-jar\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;1,430.00</bdi>\n                                            </a><a href=\"?add-to-cart=4857\" data-quantity=\"1\" data-product_id=\"4857\" data-product_sku=\"ST023\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Cotton Jar&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Cotton Jar\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4857&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4857\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4857\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tissue-cover\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tissue-cover\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;2,290.00</bdi>\n                                            </a><a href=\"?add-to-cart=4856\" data-quantity=\"1\" data-product_id=\"4856\" data-product_sku=\"ST022\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Tissue Cover&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Tissue Cover\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4856&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4856\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4856\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;870.00</bdi>\n                                            </a><a href=\"?add-to-cart=4855\" data-quantity=\"1\" data-product_id=\"4855\" data-product_sku=\"ST021\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Tumbler&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Tumbler\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4855&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4855\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4855\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler-holder\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler-holder\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;950.00</bdi>\n                                            </a><a href=\"?add-to-cart=4854\" data-quantity=\"1\" data-product_id=\"4854\" data-product_sku=\"ST020\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4854&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4854\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4854\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":\"\",\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Top Sellers In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":\"\",\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4783&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4783\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4783\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=toilet-paper-holder-edge\" data-images=\"\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=toilet-paper-holder-edge\">TOILET PAPER HO...</a>\n							</h2>\n	<bdi>&#8377;1,105.00</bdi>\n						</a>	\n				<label for=\"quantity_627cca08ec76e\">TOILET PAPER HOLDER EDGE quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627cca08ec76e\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=4783\" data-quantity=\"1\" data-product_id=\"4783\" data-product_sku=\"ED008\" aria-label=\"Add &ldquo;TOILET PAPER HOLDER EDGE&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"TOILET PAPER HOLDER EDGE\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4832&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4832\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4832\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=shower-rod-with-flange-12\" data-images=\"\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=shower-rod-with-flange-12\">SHOWER ROD With...</a>\n							</h2>\n	<bdi>&#8377;540.00</bdi>\n						</a>	\n				<label for=\"quantity_627cca08ee985\">SHOWER ROD With FLANGE 12&quot; quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627cca08ee985\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=4832\" data-quantity=\"1\" data-product_id=\"4832\" data-product_sku=\"SAS005\" aria-label=\"Add &ldquo;SHOWER ROD With FLANGE 12&quot;&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"SHOWER ROD With FLANGE 12&quot;\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4779&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4779\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4779\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=towel-ring-edge\" data-images=\"\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=towel-ring-edge\">TOWEL RING EDGE</a>\n							</h2>\n	<bdi>&#8377;830.00</bdi>\n						</a>	\n				<label for=\"quantity_627cca08f0a92\">TOWEL RING EDGE quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627cca08f0a92\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=4779\" data-quantity=\"1\" data-product_id=\"4779\" data-product_sku=\"ED004\" aria-label=\"Add &ldquo;TOWEL RING EDGE&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"TOWEL RING EDGE\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4789&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4789\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4789\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=soap-dish-edge-rose-gold\" data-images=\"\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=soap-dish-edge-rose-gold\">SOAP DISH EDGE ...</a>\n							</h2>\n	<bdi>&#8377;1,515.00</bdi>\n						</a>	\n				<label for=\"quantity_627cca08f2a85\">SOAP DISH EDGE ROSE GOLD quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627cca08f2a85\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=4789\" data-quantity=\"1\" data-product_id=\"4789\" data-product_sku=\"EDRG005\" aria-label=\"Add &ldquo;SOAP DISH EDGE ROSE GOLD&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"SOAP DISH EDGE ROSE GOLD\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5148 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 08:49:13', '2022-05-12 08:49:13', '', 18, 'https://skgah.com/shop/?p=5018', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5019, 1, '2022-05-12 08:54:17', '2022-05-12 08:54:17', '<img width=\"853\" height=\"1536\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":\"\",\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-soap-dish\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-soap-dish\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;1,180.00</bdi>\n                                            </a><a href=\"?add-to-cart=4858\" data-quantity=\"1\" data-product_id=\"4858\" data-product_sku=\"ST024\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4858&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4858\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4858\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-cotton-jar\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-cotton-jar\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;1,430.00</bdi>\n                                            </a><a href=\"?add-to-cart=4857\" data-quantity=\"1\" data-product_id=\"4857\" data-product_sku=\"ST023\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Cotton Jar&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Cotton Jar\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4857&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4857\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4857\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tissue-cover\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tissue-cover\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;2,290.00</bdi>\n                                            </a><a href=\"?add-to-cart=4856\" data-quantity=\"1\" data-product_id=\"4856\" data-product_sku=\"ST022\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Tissue Cover&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Tissue Cover\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4856&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4856\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4856\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;870.00</bdi>\n                                            </a><a href=\"?add-to-cart=4855\" data-quantity=\"1\" data-product_id=\"4855\" data-product_sku=\"ST021\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Tumbler&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Tumbler\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4855&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4855\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4855\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler-holder\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler-holder\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;950.00</bdi>\n                                            </a><a href=\"?add-to-cart=4854\" data-quantity=\"1\" data-product_id=\"4854\" data-product_sku=\"ST020\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4854&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4854\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4854\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":\"\",\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Top Sellers In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":\"\",\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4783&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4783\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4783\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=toilet-paper-holder-edge\" data-images=\"\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=toilet-paper-holder-edge\">TOILET PAPER HO...</a>\n							</h2>\n	<bdi>&#8377;1,105.00</bdi>\n						</a>	\n				<label for=\"quantity_627cca08ec76e\">TOILET PAPER HOLDER EDGE quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627cca08ec76e\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=4783\" data-quantity=\"1\" data-product_id=\"4783\" data-product_sku=\"ED008\" aria-label=\"Add &ldquo;TOILET PAPER HOLDER EDGE&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"TOILET PAPER HOLDER EDGE\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4832&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4832\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4832\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=shower-rod-with-flange-12\" data-images=\"\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=shower-rod-with-flange-12\">SHOWER ROD With...</a>\n							</h2>\n	<bdi>&#8377;540.00</bdi>\n						</a>	\n				<label for=\"quantity_627cca08ee985\">SHOWER ROD With FLANGE 12&quot; quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627cca08ee985\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=4832\" data-quantity=\"1\" data-product_id=\"4832\" data-product_sku=\"SAS005\" aria-label=\"Add &ldquo;SHOWER ROD With FLANGE 12&quot;&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"SHOWER ROD With FLANGE 12&quot;\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4779&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4779\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4779\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=towel-ring-edge\" data-images=\"\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=towel-ring-edge\">TOWEL RING EDGE</a>\n							</h2>\n	<bdi>&#8377;830.00</bdi>\n						</a>	\n				<label for=\"quantity_627cca08f0a92\">TOWEL RING EDGE quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627cca08f0a92\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=4779\" data-quantity=\"1\" data-product_id=\"4779\" data-product_sku=\"ED004\" aria-label=\"Add &ldquo;TOWEL RING EDGE&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"TOWEL RING EDGE\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4789&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4789\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4789\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=soap-dish-edge-rose-gold\" data-images=\"\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=soap-dish-edge-rose-gold\">SOAP DISH EDGE ...</a>\n							</h2>\n	<bdi>&#8377;1,515.00</bdi>\n						</a>	\n				<label for=\"quantity_627cca08f2a85\">SOAP DISH EDGE ROSE GOLD quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627cca08f2a85\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=4789\" data-quantity=\"1\" data-product_id=\"4789\" data-product_sku=\"EDRG005\" aria-label=\"Add &ldquo;SOAP DISH EDGE ROSE GOLD&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"SOAP DISH EDGE ROSE GOLD\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5148 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 08:54:17', '2022-05-12 08:54:17', '', 18, 'https://skgah.com/shop/?p=5019', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5020, 1, '2022-05-12 08:54:17', '2022-05-12 08:54:17', '<img width=\"853\" height=\"1536\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":\"\",\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-soap-dish\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-soap-dish\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;1,180.00</bdi>\n                                            </a><a href=\"?add-to-cart=4858\" data-quantity=\"1\" data-product_id=\"4858\" data-product_sku=\"ST024\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4858&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4858\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4858\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-cotton-jar\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-cotton-jar\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;1,430.00</bdi>\n                                            </a><a href=\"?add-to-cart=4857\" data-quantity=\"1\" data-product_id=\"4857\" data-product_sku=\"ST023\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Cotton Jar&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Cotton Jar\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4857&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4857\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4857\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tissue-cover\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tissue-cover\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;2,290.00</bdi>\n                                            </a><a href=\"?add-to-cart=4856\" data-quantity=\"1\" data-product_id=\"4856\" data-product_sku=\"ST022\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Tissue Cover&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Tissue Cover\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4856&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4856\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4856\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;870.00</bdi>\n                                            </a><a href=\"?add-to-cart=4855\" data-quantity=\"1\" data-product_id=\"4855\" data-product_sku=\"ST021\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Tumbler&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Tumbler\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4855&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4855\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4855\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler-holder\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler-holder\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;950.00</bdi>\n                                            </a><a href=\"?add-to-cart=4854\" data-quantity=\"1\" data-product_id=\"4854\" data-product_sku=\"ST020\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4854&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4854\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4854\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n			<h2>A Complete Bathroom and Kitchen Solutions</h2>		\n		<p>Hagar is the most trusted brand with the latest in bathroom design and inspiration.</p>		\n    		<img width=\"800\" height=\"800\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":\"\",\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Top Sellers In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":\"\",\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4783&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4783\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4783\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=toilet-paper-holder-edge\" data-images=\"\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=toilet-paper-holder-edge\">TOILET PAPER HO...</a>\n							</h2>\n	<bdi>&#8377;1,105.00</bdi>\n						</a>	\n				<label for=\"quantity_627cca08ec76e\">TOILET PAPER HOLDER EDGE quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627cca08ec76e\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=4783\" data-quantity=\"1\" data-product_id=\"4783\" data-product_sku=\"ED008\" aria-label=\"Add &ldquo;TOILET PAPER HOLDER EDGE&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"TOILET PAPER HOLDER EDGE\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4832&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4832\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4832\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=shower-rod-with-flange-12\" data-images=\"\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=shower-rod-with-flange-12\">SHOWER ROD With...</a>\n							</h2>\n	<bdi>&#8377;540.00</bdi>\n						</a>	\n				<label for=\"quantity_627cca08ee985\">SHOWER ROD With FLANGE 12&quot; quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627cca08ee985\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=4832\" data-quantity=\"1\" data-product_id=\"4832\" data-product_sku=\"SAS005\" aria-label=\"Add &ldquo;SHOWER ROD With FLANGE 12&quot;&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"SHOWER ROD With FLANGE 12&quot;\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4779&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4779\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4779\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=towel-ring-edge\" data-images=\"\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=towel-ring-edge\">TOWEL RING EDGE</a>\n							</h2>\n	<bdi>&#8377;830.00</bdi>\n						</a>	\n				<label for=\"quantity_627cca08f0a92\">TOWEL RING EDGE quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627cca08f0a92\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=4779\" data-quantity=\"1\" data-product_id=\"4779\" data-product_sku=\"ED004\" aria-label=\"Add &ldquo;TOWEL RING EDGE&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"TOWEL RING EDGE\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4789&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4789\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4789\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=soap-dish-edge-rose-gold\" data-images=\"\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=soap-dish-edge-rose-gold\">SOAP DISH EDGE ...</a>\n							</h2>\n	<bdi>&#8377;1,515.00</bdi>\n						</a>	\n				<label for=\"quantity_627cca08f2a85\">SOAP DISH EDGE ROSE GOLD quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627cca08f2a85\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=4789\" data-quantity=\"1\" data-product_id=\"4789\" data-product_sku=\"EDRG005\" aria-label=\"Add &ldquo;SOAP DISH EDGE ROSE GOLD&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"SOAP DISH EDGE ROSE GOLD\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-5148 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 08:54:17', '2022-05-12 08:54:17', '', 18, 'https://skgah.com/shop/?p=5020', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5021, 1, '2022-05-12 08:54:17', '2022-05-12 08:54:17', '<img width=\"853\" height=\"1536\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg 853w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-167x300.jpg 167w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-569x1024.jpg 569w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-768x1383.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-6x10.jpg 6w, https://skgah.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design-600x1080.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />	    	\n				<h2>Build your dream bathroom</h2><h2>hagar&#039;s complete modern bath solutions </h2>		    	\n								Start Shopping							\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Today’s Popular Picks</h2>		\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"84,88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"shop_single\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":\"\",\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Bathroom Fittings</h2>		\n		Create a stylish new look with our inspirational bathroom fittings collection		\n			<style>/*! elementor - v3.6.5 - 27-04-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1024\" height=\"1024\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg 1024w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-300x300.jpg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-150x150.jpg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-768x768.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1536x1536.jpg 1536w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-600x600.jpg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-100x100.jpg 100w, https://skgah.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg 1800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<a href=\"https://hagarbath.com/shop/products/\" role=\"button\">\n						Explore Now\n					</a>\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 		\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-soap-dish\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-soap-dish\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;1,180.00</bdi>\n                                            </a><a href=\"?add-to-cart=4858\" data-quantity=\"1\" data-product_id=\"4858\" data-product_sku=\"ST024\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Soap Dish&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Soap Dish\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4858&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4858\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4858\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-cotton-jar\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-cotton-jar\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;1,430.00</bdi>\n                                            </a><a href=\"?add-to-cart=4857\" data-quantity=\"1\" data-product_id=\"4857\" data-product_sku=\"ST023\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Cotton Jar&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Cotton Jar\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4857&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4857\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4857\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tissue-cover\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tissue-cover\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;2,290.00</bdi>\n                                            </a><a href=\"?add-to-cart=4856\" data-quantity=\"1\" data-product_id=\"4856\" data-product_sku=\"ST022\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Tissue Cover&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Tissue Cover\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4856&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4856\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4856\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;870.00</bdi>\n                                            </a><a href=\"?add-to-cart=4855\" data-quantity=\"1\" data-product_id=\"4855\" data-product_sku=\"ST021\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Tumbler&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Tumbler\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4855&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4855\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4855\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n	                    <p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler-holder\" data-images=\"\">\n	                        <img width=\"1200\" height=\"1200\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />                            \n                        </a>\n                                            <a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>                                \n                                            <h2>\n                            <a href=\"https://skgah.com/shop/?product=matt-gold-marble-base-tumbler-holder\">Matt Gold  Marb...</a>\n                        </h2>\n	<bdi>&#8377;950.00</bdi>\n                                            </a><a href=\"?add-to-cart=4854\" data-quantity=\"1\" data-product_id=\"4854\" data-product_sku=\"ST020\" aria-label=\"Add &ldquo;Matt Gold  Marble Base Tumbler Holder&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Matt Gold  Marble Base Tumbler Holder\">Add to cart</a>                                        \n                    <!-- .light-left-side -->\n                                                            Quick View\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4854&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4854\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4854\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n                        <!-- .light-right-side -->\n		                                            <!-- .content-product -->\n<!-- slider wrapper--><!-- slider container-->\n                		<!-- slider-entry -->		\n    		<img width=\"800\" height=\"800\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png 800w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-150x150.png 150w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-768x768.png 768w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-1x1.png 1w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-10x10.png 10w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-600x600.png 600w, https://skgah.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly-100x100.png 100w\" sizes=\"(max-width: 800px) 100vw, 800px\" />	    	\n				<h2>Everlasting durability</h2>		    	\n								Click Here!							\n    		<img width=\"2269\" height=\"2560\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg 2269w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-266x300.jpg 266w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-907x1024.jpg 907w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-768x867.jpg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1361x1536.jpg 1361w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1815x2048.jpg 1815w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-10x10.jpg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-600x677.jpg 600w\" sizes=\"(max-width: 2269px) 100vw, 2269px\" />	    	\n				<h2>eco friendly</h2><h2>Elegant Design </h2>		    	\n								Shop Now							\n    		<img width=\"500\" height=\"624\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg 500w, https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-240x300.jpg 240w, https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-1x1.jpg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee-8x10.jpg 8w\" sizes=\"(max-width: 500px) 100vw, 500px\" />	    	\n				<h2>without sacrificing on style</h2><h2>Advanced features</h2>		    	\n								Explore More							\n			<h2>Top Categories</h2>		\n    		<img width=\"1000\" height=\"1000\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg 1000w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-300x300.jpeg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-150x150.jpeg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-768x768.jpeg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-1x1.jpeg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-10x10.jpeg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-600x600.jpeg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Kitchen</h2>		    	\n								Explore Now							\n    		<img width=\"1000\" height=\"1000\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg 1000w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-300x300.jpeg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-150x150.jpeg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-768x768.jpeg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-1x1.jpeg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-10x10.jpeg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-600x600.jpeg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>Shop All Bathroom</h2>		    	\n								Discover More							\n			<h2>Newest Arrivals Of This Month</h2>		\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":\"4\",\"shop_link\":1,\"limit\":\"8\",\"taxonomies\":\"85,88,89,90\",\"brands\":\"\",\"type\":\"grid\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":3,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":300,\"slider_loop\":false,\"slider_stop_on_hover\":false,\"pagination_type\":\"hide\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"arrow\",\"navigation_position_style\":\"arrows-hover\",\"navigation_style\":\"\",\"navigation_position\":\"middle\",\"hide_buttons_for\":\"\",\"orderby\":\"date\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"ASC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":\"\",\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n			<h2>Top Sellers In Bathroom</h2>		\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-light.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/quick-view.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/layout/off-canvas.min.css\" type=\"text/css\" media=\"all\" /> 		\n				<!--googleoff: index-->\n				<!--noindex-->\n				<svg viewBox=\"25 25 50 50\" width=\"30\" height=\"30\"><circle cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\" stroke-width=\"2\" stroke-miterlimit=\"10\"></circle></svg>\n				<!--[if IE 6] --[et-ajax]--{\"ids\":\"\",\"columns\":4,\"shop_link\":1,\"limit\":\"5\",\"taxonomies\":\"88\",\"brands\":\"\",\"type\":\"slider\",\"navigation\":\"off\",\"per_iteration\":\"\",\"style\":\"default\",\"show_counter\":\"\",\"show_stock\":\"\",\"show_category\":true,\"products\":\"\",\"title\":\"\",\"hide_out_stock\":\"\",\"large\":4,\"notebook\":4,\"tablet_land\":2,\"tablet_portrait\":2,\"mobile\":1,\"slider_autoplay\":false,\"slider_interval\":3000,\"slider_speed\":\"300\",\"slider_loop\":\"true\",\"slider_stop_on_hover\":false,\"pagination_type\":\"bullets\",\"nav_color\":\"\",\"arrows_bg_color\":\"\",\"default_color\":\"#e1e1e1\",\"active_color\":\"#222\",\"hide_fo\":\"\",\"hide_buttons\":false,\"navigation_type\":\"archery\",\"navigation_position_style\":\"arrows-always\",\"navigation_style\":\"style-4\",\"navigation_position\":\"middle-inside\",\"hide_buttons_for\":\"\",\"orderby\":\"ID\",\"no_spacing\":\"\",\"show_image\":true,\"image_position\":\"left\",\"order\":\"DESC\",\"product_view\":\"light\",\"product_view_color\":\"\",\"product_img_hover\":\"\",\"product_img_size\":\"medium\",\"show_excerpt\":false,\"excerpt_length\":\"120\",\"custom_template\":\"\",\"custom_template_list\":\"\",\"per_move\":1,\"autoheight\":false,\"ajax\":\"true\",\"ajax_loaded\":false,\"no_spacing_grid\":false,\"bordered_layout\":false,\"hover_shadow\":false,\"class\":\"\",\"css\":\"\",\"is_preview\":false,\"product_content_custom_elements\":false,\"product_content_elements\":\"\",\"product_add_to_cart_quantity\":false,\"elementor\":true}--[!et-ajax]-- ![endif]-->\n				<!--/noindex-->\n				<!--googleon: index-->\n    		<img width=\"1000\" height=\"1000\" src=\"https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg 1000w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-300x300.jpeg 300w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-150x150.jpeg 150w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-768x768.jpeg 768w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-1x1.jpeg 1w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-10x10.jpeg 10w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-600x600.jpeg 600w, https://skgah.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary-100x100.jpeg 100w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />	    	\n				<h2>with exquisite deisgn</h2><h2>Experience superior quality</h2>		    	\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/global.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/archive.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/swatches.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 		        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/content-product-custom.min.css\" type=\"text/css\" media=\"all\" /> 						\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=1046&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"1046\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"1046\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>187 in stock</p>                        <a href=\"https://skgah.com/shop/?product=air-fryer-with-dualzone\" data-images=\"https://skgah.com/shop/wp-content/uploads/2020/12/4-2.jpg;https://skgah.com/shop/wp-content/uploads/2020/12/2-2.jpg\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/2020/12/4-2.jpg\" alt=\"\" loading=\"lazy\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=fashion\">Fashion</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=air-fryer-with-dualzone\">Air Fryer with ...</a>\n							</h2>\n	<bdi>&#8377;300.00</bdi>\n						</a>	\n				<label for=\"quantity_627ccb39e586d\">Air Fryer with DualZone quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627ccb39e586d\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=1046\" data-quantity=\"1\" data-product_id=\"1046\" data-product_sku=\"12345-1\" aria-label=\"Add &ldquo;Air Fryer with DualZone&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"Air Fryer with DualZone\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4792&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4792\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4792\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=toilet-paper-holder-edge-rose-gold\" data-images=\"\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=toilet-paper-holder-edge-rose-gold\">TOILET PAPER HO...</a>\n							</h2>\n	<bdi>&#8377;2,665.00</bdi>\n						</a>	\n				<label for=\"quantity_627ccb39e7977\">TOILET PAPER HOLDER EDGE ROSE GOLD quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627ccb39e7977\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=4792\" data-quantity=\"1\" data-product_id=\"4792\" data-product_sku=\"EDRG008\" aria-label=\"Add &ldquo;TOILET PAPER HOLDER EDGE ROSE GOLD&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"TOILET PAPER HOLDER EDGE ROSE GOLD\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4776&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4776\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4776\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=bath-set-pack-of-5-edge\" data-images=\"\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=bath-set-pack-of-5-edge\">BATH SET ( Pack...</a>\n							</h2>\n	<bdi>&#8377;4,550.00</bdi>\n						</a>	\n				<label for=\"quantity_627ccb39e996b\">BATH SET ( Pack of 5) EDGE quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627ccb39e996b\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=4776\" data-quantity=\"1\" data-product_id=\"4776\" data-product_sku=\"ED001\" aria-label=\"Add &ldquo;BATH SET ( Pack of 5) EDGE&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"BATH SET ( Pack of 5) EDGE\"></a>\n											<!-- .content-product -->\n                <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-default.min.css\" type=\"text/css\" media=\"all\" /> 				\n			<!-- ADD TO WISHLIST -->\n	<a\n		href=\"?add_to_wishlist=4812&#038;_wpnonce=e15ae056c8\"\n		class=\"add_to_wishlist single_add_to_wishlist\"\n		data-product-id=\"4812\"\n		data-product-type=\"simple\"\n		data-original-product-id=\"4812\"\n		data-title=\"Add to wishlist\"\n		rel=\"nofollow\"\n	>\n				Add to wishlist\n	</a>\n			<!-- COUNT TEXT -->\n<p>100 in stock</p>                        <a href=\"https://skgah.com/shop/?product=bath-set-pack-of-5-eva-rose-gold\" data-images=\"\">\n                            <img width=\"300\" height=\"300\" src=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png\" alt=\"Placeholder\" loading=\"lazy\" srcset=\"https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder.png 1200w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-100x100.png 100w, https://skgah.com/shop/wp-content/uploads/woocommerce-placeholder-600x600.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />                        </a>\n											<footer>\n																Quick View\n														</footer>\n					<a href=\"https://skgah.com/shop/?product_cat=accessories\" rel=\"tag\">Accessories</a>							<h2>\n								<a href=\"https://skgah.com/shop/?product=bath-set-pack-of-5-eva-rose-gold\">BATH SET ( Pack...</a>\n							</h2>\n	<bdi>&#8377;7,410.00</bdi>\n						</a>	\n				<label for=\"quantity_627ccb39ebac1\">BATH SET ( Pack of 5) EVA ROSE GOLD quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_627ccb39ebac1\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"0\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<a href=\"?add-to-cart=4812\" data-quantity=\"1\" data-product_id=\"4812\" data-product_sku=\"EVRG009\" aria-label=\"Add &ldquo;BATH SET ( Pack of 5) EVA ROSE GOLD&rdquo; to your cart\" rel=\"nofollow\" data-product_name=\"BATH SET ( Pack of 5) EVA ROSE GOLD\"></a>\n											<!-- .content-product -->\n				 <!-- .row -->							\n			        <link rel=\"stylesheet\" href=\"https://skgah.com/shop/wp-content/themes/xstore/css/modules/builders/et-slider.min.css\" type=\"text/css\" media=\"all\" /> 					<style>.slider-2244 .et-loader:before{background-color:#FAFAFA}</style>\n				<!-- Additional required wrapper -->\n					<!-- Slides -->\n						Only in this week. Free Shipping for all orders over Rs 4000   <a href=\"#\" style=\"color:white; font-size: 14px; letter-spacing: -0.01em; font-weight: 500;\ntext-decoration: underline;\" target=\"_self\" rel=\"noopener\">SHOP NOW</a>		\n			<h1>Buy in Bulk?</h1>		\n		<p>Get unmatched discount and special offers when buying in bulk. Send a message to connect with sales executive!</p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/shop/wp-admin/admin-ajax.php#wpcf7-f383-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"383\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f383-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p> <label>First Name </label><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Last Name </label> <input type=\"text\" name=\"your-last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Subject </label> <input type=\"text\" name=\"text-389\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </p>\n<p> <label>Your Message </label> <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-required=\"true\" aria-invalid=\"false\"></textarea> </p>\n<p><input type=\"submit\" value=\"Send Message\" /></p>\n</form>', 'Hagar Bath', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2022-05-12 08:54:17', '2022-05-12 08:54:17', '', 18, 'https://skgah.com/shop/?p=5021', 0, 'revision', '', 0);

-- --------------------------------------------------------

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

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(65, 15, 'product_count_product_cat', '34'),
(66, 83, 'order', '0'),
(67, 83, 'display_type', ''),
(68, 83, 'thumbnail_id', '0'),
(69, 84, 'order', '0'),
(70, 84, 'display_type', ''),
(71, 84, 'thumbnail_id', '0'),
(72, 85, 'order', '0'),
(73, 85, 'display_type', ''),
(74, 85, 'thumbnail_id', '0'),
(75, 86, 'order', '0'),
(76, 86, 'display_type', ''),
(77, 86, 'thumbnail_id', '0'),
(78, 87, 'order', '0'),
(79, 87, 'display_type', ''),
(80, 87, 'thumbnail_id', '0'),
(81, 88, 'order', '0'),
(82, 88, 'display_type', ''),
(83, 88, 'thumbnail_id', '0'),
(84, 89, 'order', '0'),
(85, 89, 'display_type', ''),
(86, 89, 'thumbnail_id', '0'),
(87, 90, 'order', '0'),
(88, 90, 'display_type', ''),
(89, 90, 'thumbnail_id', '0'),
(90, 91, 'order', '0'),
(91, 91, 'display_type', ''),
(92, 91, 'thumbnail_id', '0'),
(93, 92, 'order', '0'),
(94, 92, 'display_type', ''),
(95, 92, 'thumbnail_id', '0'),
(96, 93, 'order', '0'),
(97, 93, 'display_type', ''),
(98, 93, 'thumbnail_id', '0'),
(99, 88, 'product_count_product_cat', '17'),
(100, 83, 'product_count_product_cat', '14'),
(101, 86, 'product_count_product_cat', '100'),
(102, 92, 'product_count_product_cat', '7'),
(103, 96, 'order', '0'),
(104, 96, 'product_count_product_cat', '7'),
(105, 87, 'product_count_product_cat', '3'),
(106, 97, 'order', '0'),
(107, 97, 'product_count_product_cat', '14'),
(108, 84, 'product_count_product_cat', '7'),
(109, 85, 'product_count_product_cat', '3'),
(110, 90, 'product_count_product_cat', '2'),
(111, 99, 'order', '0'),
(112, 99, 'product_count_product_cat', '1'),
(113, 100, 'order_pa_model', '0'),
(114, 100, 'st-color-swatch', ''),
(115, 101, 'order_pa_model', '0'),
(116, 101, 'st-color-swatch', ''),
(117, 103, 'order', '0'),
(118, 105, 'order', '0'),
(119, 110, 'order', '0'),
(120, 111, 'order', '0'),
(121, 112, 'order', '0'),
(122, 113, 'order', '0'),
(123, 114, 'order', '0'),
(124, 116, 'order', '0'),
(125, 117, 'order', '0'),
(126, 118, 'order', '0'),
(127, 119, 'order', '0'),
(128, 123, 'order', '0'),
(129, 125, 'order', '0'),
(130, 126, 'order', '0'),
(131, 127, 'order', '0'),
(132, 128, 'order', '0'),
(133, 129, 'order', '0'),
(134, 130, 'order', '0'),
(135, 131, 'order', '0'),
(136, 133, 'order', '0'),
(137, 134, 'order', '0'),
(138, 135, 'order', '0'),
(139, 136, 'order', '0'),
(140, 138, 'order', '0'),
(141, 103, 'product_count_product_cat', '6'),
(142, 105, 'product_count_product_cat', '6'),
(143, 110, 'product_count_product_cat', '1'),
(144, 111, 'product_count_product_cat', '6'),
(145, 112, 'product_count_product_cat', '1'),
(146, 113, 'product_count_product_cat', '1'),
(147, 114, 'product_count_product_cat', '9'),
(148, 116, 'product_count_product_cat', '6'),
(149, 117, 'product_count_product_cat', '2'),
(150, 118, 'product_count_product_cat', '2'),
(151, 119, 'product_count_product_cat', '1'),
(152, 123, 'product_count_product_cat', '12'),
(153, 125, 'product_count_product_cat', '2'),
(154, 126, 'product_count_product_cat', '6'),
(155, 127, 'product_count_product_cat', '1'),
(156, 128, 'product_count_product_cat', '1'),
(157, 129, 'product_count_product_cat', '1'),
(158, 130, 'product_count_product_cat', '1'),
(159, 131, 'product_count_product_cat', '1'),
(160, 133, 'product_count_product_cat', '1'),
(161, 134, 'product_count_product_cat', '1'),
(162, 135, 'product_count_product_cat', '2'),
(163, 136, 'product_count_product_cat', '2'),
(164, 138, 'product_count_product_cat', '10'),
(165, 106, 'product_count_product_tag', '1'),
(166, 107, 'product_count_product_tag', '2'),
(167, 108, 'product_count_product_tag', '1'),
(168, 109, 'product_count_product_tag', '2'),
(169, 122, 'product_count_product_tag', '1'),
(170, 124, 'product_count_product_tag', '4'),
(171, 139, 'product_count_product_tag', '1'),
(172, 140, 'product_count_product_tag', '1'),
(173, 141, 'product_count_product_tag', '1'),
(174, 142, 'product_count_product_tag', '1'),
(175, 143, 'product_count_product_tag', '8'),
(176, 144, 'product_count_product_tag', '6'),
(177, 145, 'product_count_product_tag', '2'),
(178, 146, 'product_count_product_tag', '4');

-- --------------------------------------------------------

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

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'simple', 'simple', 0),
(3, 'grouped', 'grouped', 0),
(4, 'variable', 'variable', 0),
(5, 'external', 'external', 0),
(6, 'exclude-from-search', 'exclude-from-search', 0),
(7, 'exclude-from-catalog', 'exclude-from-catalog', 0),
(8, 'featured', 'featured', 0),
(9, 'outofstock', 'outofstock', 0),
(10, 'rated-1', 'rated-1', 0),
(11, 'rated-2', 'rated-2', 0),
(12, 'rated-3', 'rated-3', 0),
(13, 'rated-4', 'rated-4', 0),
(14, 'rated-5', 'rated-5', 0),
(15, 'Uncategorized', 'uncategorized', 0),
(16, 'Apparels', 'apparels', 0),
(17, 'Auto Electronic', 'auto-electronic', 0),
(18, 'Cell Phones', 'cell-phones', 0),
(19, 'Computer', 'computer', 0),
(20, 'Computer', 'computer', 0),
(21, 'Ecommercsing', 'ecommercsing', 0),
(22, 'Electronics', 'electronics', 0),
(23, 'Furniture', 'furniture', 0),
(24, 'Home', 'home', 0),
(25, 'Home Appliance', 'home-appliance', 0),
(26, 'iPad &amp; Tablets', 'ipad-tablets', 0),
(27, 'Jewelleries', 'jewelleries', 0),
(28, 'Medical', 'medical', 0),
(29, 'TVs &amp; Video', 'tvs-video', 0),
(30, 'Wearable Tech', 'wearable-tech', 0),
(31, 'bestmarket-39', 'bestmarket-39', 0),
(77, 'toysmarket-42', 'toysmarket-42', 0),
(78, 'All Departments', 'all-departments', 0),
(79, 'currencies', 'currencies', 0),
(80, 'languages', 'languages', 0),
(81, 'Main menu', 'main-menu', 0),
(82, 'Secondary menu', 'secondary-menu', 0),
(83, 'Bathroom Taps', 'bathroomtaps', 0),
(84, 'Kitchen Taps', 'kitchentaps', 0),
(85, 'Shower', 'shower', 0),
(86, 'Accessories', 'accessories', 0),
(87, 'Best Sellers', 'bestsellers', 0),
(88, 'Bathroom Faucets', 'bathroomfaucets', 0),
(89, 'Vanity', 'vanity', 0),
(90, 'Mixers', 'mixers', 0),
(91, 'Water Saving Taps', 'watersavingtaps', 0),
(92, 'Health Faucets', 'healthfaucets', 0),
(93, 'Combos', 'combos', 0),
(94, 'xstore-child', 'xstore-child', 0),
(95, 'Categories', 'categories', 0),
(96, 'Valves', 'valves', 0),
(97, 'Bathroom Fixtures', 'bathroom-fixtures', 0),
(98, 'popup', 'popup', 0),
(99, 'Decorative', 'decorative', 0),
(100, 'Costa', 'costa', 0),
(101, 'Flair', 'flair', 0),
(102, 'xstore', 'xstore', 0),
(103, 'Groceries', 'groceries', 0),
(104, 'Minimal', 'minimal', 0),
(105, 'Sale', 'sale', 0),
(106, 'Samsung', 'samsung', 0),
(107, 'Store', 'store', 0),
(108, 'T-Shirt', 't-shirt', 0),
(109, 'Television', 'television', 0),
(110, 'All Appliances', 'all-appliances', 0),
(111, 'Apparels', 'apparels', 0),
(112, 'Automation', 'automation', 0),
(113, 'Beauty', 'beauty', 0),
(114, 'Cameras', 'cameras', 0),
(115, 'Cartal', 'cartal', 0),
(116, 'Children', 'children', 0),
(117, 'Clothings', 'clothings', 0),
(118, 'Computer', 'computer', 0),
(119, 'Console', 'console', 0),
(120, 'Cooperate', 'cooperate', 0),
(121, 'DS', 'ds', 0),
(122, 'Ecommercsing', 'ecommercsing', 0),
(123, 'Electronics', 'electronics', 0),
(124, 'Electronics', 'electronics', 0),
(125, 'Fashion', 'fashion', 0),
(126, 'Furniture', 'furniture', 0),
(127, 'Furniture Set', 'furniture-set', 0),
(128, 'Gaming Console', 'gaming-console', 0),
(129, 'Gedgets', 'gedgets', 0),
(130, 'Kitchen', 'kitchen', 0),
(131, 'Medical Items', 'medical-items', 0),
(132, 'Minim', 'minim', 0),
(133, 'Mobile &amp; Tablet', 'mobile-tablet', 0),
(134, 'PC &amp; Laptop', 'pc-laptop', 0),
(135, 'Speakers', 'speakers', 0),
(136, 'Sport', 'sport', 0),
(137, 'Sunshi', 'sunshi', 0),
(138, 'TV &amp; Monitor', 'tv-monitor', 0),
(139, 'Medical', 'medical', 0),
(140, 'Monocrome', 'monocrome', 0),
(141, 'New Product', 'new-product', 0),
(142, 'Nokia', 'nokia', 0),
(143, 'Apparels', 'apparels', 0),
(144, 'Beef', 'beef', 0),
(145, 'Chair', 'chair', 0),
(146, 'Tupperwear', 'tupperwear', 0);

-- --------------------------------------------------------

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

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(436, 16, 0),
(436, 17, 0),
(436, 18, 0),
(436, 19, 0),
(436, 20, 0),
(436, 21, 0),
(436, 22, 0),
(436, 23, 0),
(436, 24, 0),
(436, 25, 0),
(436, 26, 0),
(436, 27, 0),
(436, 28, 0),
(436, 29, 0),
(887, 16, 0),
(887, 17, 0),
(887, 18, 0),
(887, 19, 0),
(887, 20, 0),
(887, 21, 0),
(887, 22, 0),
(887, 23, 0),
(887, 24, 0),
(887, 27, 0),
(887, 28, 0),
(888, 16, 0),
(888, 17, 0),
(888, 18, 0),
(888, 19, 0),
(888, 20, 0),
(888, 21, 0),
(888, 22, 0),
(888, 23, 0),
(888, 24, 0),
(888, 25, 0),
(888, 26, 0),
(888, 27, 0),
(888, 28, 0),
(889, 16, 0),
(889, 17, 0),
(889, 18, 0),
(889, 19, 0),
(889, 20, 0),
(889, 21, 0),
(889, 22, 0),
(889, 23, 0),
(889, 24, 0),
(889, 25, 0),
(889, 26, 0),
(889, 27, 0),
(889, 28, 0),
(889, 29, 0),
(890, 16, 0),
(890, 17, 0),
(890, 18, 0),
(890, 19, 0),
(890, 20, 0),
(890, 21, 0),
(890, 22, 0),
(890, 23, 0),
(890, 24, 0),
(890, 26, 0),
(890, 27, 0),
(890, 28, 0),
(890, 29, 0),
(891, 16, 0),
(891, 17, 0),
(891, 18, 0),
(891, 19, 0),
(891, 20, 0),
(891, 21, 0),
(891, 22, 0),
(891, 23, 0),
(891, 24, 0),
(891, 25, 0),
(891, 26, 0),
(891, 27, 0),
(891, 28, 0),
(891, 29, 0),
(891, 30, 0),
(892, 16, 0),
(892, 17, 0),
(892, 18, 0),
(892, 20, 0),
(892, 21, 0),
(892, 22, 0),
(892, 23, 0),
(892, 24, 0),
(892, 25, 0),
(892, 27, 0),
(892, 28, 0),
(893, 16, 0),
(893, 17, 0),
(893, 18, 0),
(893, 19, 0),
(893, 20, 0),
(893, 21, 0),
(893, 22, 0),
(893, 23, 0),
(893, 24, 0),
(893, 27, 0),
(893, 28, 0),
(894, 16, 0),
(894, 17, 0),
(894, 18, 0),
(894, 19, 0),
(894, 20, 0),
(894, 21, 0),
(894, 22, 0),
(894, 23, 0),
(894, 24, 0),
(894, 27, 0),
(894, 28, 0),
(895, 16, 0),
(895, 17, 0),
(895, 18, 0),
(895, 19, 0),
(895, 20, 0),
(895, 21, 0),
(895, 22, 0),
(895, 23, 0),
(895, 24, 0),
(895, 25, 0),
(895, 27, 0),
(895, 28, 0),
(960, 2, 0),
(960, 14, 0),
(960, 31, 0),
(960, 103, 0),
(960, 104, 0),
(960, 105, 0),
(960, 106, 0),
(960, 107, 0),
(960, 108, 0),
(960, 109, 0),
(1046, 2, 0),
(1046, 14, 0),
(1046, 31, 0),
(1046, 86, 0),
(1046, 103, 0),
(1046, 104, 0),
(1046, 110, 0),
(1046, 111, 0),
(1046, 112, 0),
(1046, 113, 0),
(1046, 114, 0),
(1046, 115, 0),
(1046, 116, 0),
(1046, 117, 0),
(1046, 118, 0),
(1046, 119, 0),
(1046, 120, 0),
(1046, 121, 0),
(1046, 122, 0),
(1046, 123, 0),
(1046, 124, 0),
(1046, 125, 0),
(1046, 126, 0),
(1046, 127, 0),
(1046, 128, 0),
(1046, 129, 0),
(1046, 130, 0),
(1046, 131, 0),
(1046, 132, 0),
(1046, 133, 0),
(1046, 134, 0),
(1046, 135, 0),
(1046, 136, 0),
(1046, 137, 0),
(1046, 138, 0),
(1047, 2, 0),
(1047, 14, 0),
(1047, 31, 0),
(1047, 86, 0),
(1047, 103, 0),
(1047, 116, 0),
(1047, 120, 0),
(1047, 123, 0),
(1048, 2, 0),
(1048, 14, 0),
(1048, 31, 0),
(1048, 86, 0),
(1048, 103, 0),
(1048, 105, 0),
(1048, 114, 0),
(1048, 121, 0),
(1048, 123, 0),
(1048, 138, 0),
(1048, 139, 0),
(1048, 140, 0),
(1048, 141, 0),
(1048, 142, 0),
(1061, 2, 0),
(1061, 14, 0),
(1061, 31, 0),
(1061, 86, 0),
(1061, 105, 0),
(1061, 114, 0),
(1061, 123, 0),
(1061, 132, 0),
(1061, 138, 0),
(1061, 143, 0),
(1061, 144, 0),
(1061, 145, 0),
(1085, 2, 0),
(1085, 14, 0),
(1085, 31, 0),
(1085, 86, 0),
(1085, 111, 0),
(1085, 114, 0),
(1085, 123, 0),
(1085, 126, 0),
(1085, 137, 0),
(1085, 138, 0),
(1085, 143, 0),
(1085, 144, 0),
(1085, 146, 0),
(1092, 2, 0),
(1092, 14, 0),
(1092, 31, 0),
(1092, 86, 0),
(1092, 105, 0),
(1092, 111, 0),
(1092, 114, 0),
(1092, 121, 0),
(1092, 123, 0),
(1092, 138, 0),
(1092, 143, 0),
(1092, 144, 0),
(1092, 146, 0),
(1093, 2, 0),
(1093, 14, 0),
(1093, 31, 0),
(1093, 86, 0),
(1093, 104, 0),
(1093, 111, 0),
(1093, 114, 0),
(1093, 123, 0),
(1093, 124, 0),
(1093, 126, 0),
(1093, 138, 0),
(1093, 143, 0),
(1094, 2, 0),
(1094, 14, 0),
(1094, 31, 0),
(1094, 86, 0),
(1094, 105, 0),
(1094, 111, 0),
(1094, 114, 0),
(1094, 115, 0),
(1094, 123, 0),
(1094, 135, 0),
(1094, 136, 0),
(1094, 138, 0),
(1094, 143, 0),
(1094, 144, 0),
(1094, 146, 0),
(1095, 2, 0),
(1095, 14, 0),
(1095, 31, 0),
(1095, 86, 0),
(1095, 111, 0),
(1095, 114, 0),
(1095, 115, 0),
(1095, 123, 0),
(1095, 138, 0),
(1095, 143, 0),
(1095, 144, 0),
(1095, 146, 0),
(1096, 2, 0),
(1096, 14, 0),
(1096, 31, 0),
(1096, 109, 0),
(1096, 116, 0),
(1096, 124, 0),
(1096, 126, 0),
(1096, 138, 0),
(1096, 143, 0),
(1119, 2, 0),
(1119, 14, 0),
(1119, 31, 0),
(1119, 86, 0),
(1119, 103, 0),
(1119, 116, 0),
(1119, 117, 0),
(1119, 118, 0),
(1119, 126, 0),
(1120, 2, 0),
(1120, 14, 0),
(1120, 31, 0),
(1120, 86, 0),
(1120, 103, 0),
(1120, 116, 0),
(1120, 123, 0),
(1121, 2, 0),
(1121, 14, 0),
(1121, 31, 0),
(1121, 86, 0),
(1121, 107, 0),
(1121, 116, 0),
(1121, 123, 0),
(1121, 124, 0),
(1121, 125, 0),
(1121, 126, 0),
(1121, 132, 0),
(1900, 2, 0),
(1900, 31, 0),
(1900, 86, 0),
(1900, 105, 0),
(1900, 114, 0),
(1900, 123, 0),
(1900, 138, 0),
(1900, 143, 0),
(1900, 144, 0),
(1900, 145, 0),
(3867, 79, 0),
(3868, 79, 0),
(3869, 79, 0),
(3870, 80, 0),
(3871, 80, 0),
(3872, 80, 0),
(3873, 81, 0),
(3874, 81, 0),
(3875, 81, 0),
(3876, 81, 0),
(3901, 2, 0),
(3901, 83, 0),
(3901, 88, 0),
(3907, 2, 0),
(3907, 31, 0),
(3907, 83, 0),
(3907, 87, 0),
(3907, 88, 0),
(3907, 97, 0),
(3908, 2, 0),
(3908, 31, 0),
(3908, 83, 0),
(3908, 87, 0),
(3908, 88, 0),
(3908, 97, 0),
(3909, 2, 0),
(3909, 31, 0),
(3909, 97, 0),
(3910, 2, 0),
(3910, 31, 0),
(3910, 83, 0),
(3910, 88, 0),
(3910, 97, 0),
(3911, 2, 0),
(3911, 31, 0),
(3911, 88, 0),
(3911, 96, 0),
(3911, 97, 0),
(3912, 2, 0),
(3912, 31, 0),
(3912, 83, 0),
(3912, 84, 0),
(3912, 88, 0),
(3912, 97, 0),
(3913, 2, 0),
(3913, 31, 0),
(3913, 83, 0),
(3913, 88, 0),
(3913, 97, 0),
(3914, 2, 0),
(3914, 31, 0),
(3914, 84, 0),
(3914, 90, 0),
(3916, 2, 0),
(3916, 31, 0),
(3916, 83, 0),
(3916, 88, 0),
(3917, 2, 0),
(3917, 31, 0),
(3917, 83, 0),
(3917, 88, 0),
(3918, 2, 0),
(3918, 31, 0),
(3918, 96, 0),
(3918, 97, 0),
(3919, 2, 0),
(3919, 31, 0),
(3919, 84, 0),
(3919, 88, 0),
(3919, 92, 0),
(3920, 2, 0),
(3920, 31, 0),
(3920, 96, 0),
(3920, 97, 0),
(3921, 2, 0),
(3921, 31, 0),
(3921, 84, 0),
(3921, 90, 0),
(3922, 2, 0),
(3922, 31, 0),
(3922, 83, 0),
(3922, 87, 0),
(3922, 88, 0),
(3923, 2, 0),
(3923, 31, 0),
(3923, 83, 0),
(3923, 84, 0),
(3923, 88, 0),
(3924, 2, 0),
(3924, 31, 0),
(3924, 92, 0),
(3924, 96, 0),
(3925, 2, 0),
(3925, 15, 0),
(3925, 31, 0),
(3926, 2, 0),
(3926, 31, 0),
(3926, 83, 0),
(3926, 84, 0),
(3926, 88, 0),
(3927, 2, 0),
(3927, 31, 0),
(3927, 83, 0),
(3927, 84, 0),
(3927, 88, 0),
(3928, 2, 0),
(3928, 31, 0),
(3928, 88, 0),
(3929, 2, 0),
(3929, 31, 0),
(3929, 83, 0),
(3929, 88, 0),
(3930, 2, 0),
(3930, 31, 0),
(3930, 83, 0),
(3930, 88, 0),
(3931, 2, 0),
(3931, 31, 0),
(3931, 96, 0),
(3932, 2, 0),
(3932, 31, 0),
(3932, 86, 0),
(3932, 92, 0),
(3933, 2, 0),
(3933, 31, 0),
(3933, 96, 0),
(3933, 97, 0),
(3934, 2, 0),
(3934, 31, 0),
(3934, 85, 0),
(3935, 2, 0),
(3935, 31, 0),
(3935, 85, 0),
(3935, 97, 0),
(3936, 2, 0),
(3936, 31, 0),
(3936, 92, 0),
(3936, 96, 0),
(3937, 2, 0),
(3937, 31, 0),
(3937, 92, 0),
(3938, 2, 0),
(3938, 31, 0),
(3938, 92, 0),
(3939, 2, 0),
(3939, 31, 0),
(3939, 86, 0),
(3940, 2, 0),
(3940, 31, 0),
(3940, 86, 0),
(3940, 97, 0),
(3941, 2, 0),
(3941, 31, 0),
(3941, 86, 0),
(3941, 97, 0),
(3942, 2, 0),
(3942, 31, 0),
(3942, 85, 0),
(3942, 92, 0),
(3942, 97, 0),
(3945, 94, 0),
(3976, 95, 0),
(3977, 95, 0),
(3978, 95, 0),
(3979, 95, 0),
(3980, 95, 0),
(3981, 95, 0),
(3982, 95, 0),
(3983, 95, 0),
(3984, 95, 0),
(3985, 95, 0),
(3986, 95, 0),
(3987, 95, 0),
(4494, 98, 0),
(4691, 2, 0),
(4691, 31, 0),
(4691, 99, 0),
(4702, 1, 0),
(4707, 2, 0),
(4707, 15, 0),
(4707, 31, 0),
(4708, 2, 0),
(4708, 15, 0),
(4708, 31, 0),
(4709, 2, 0),
(4709, 15, 0),
(4709, 31, 0),
(4710, 2, 0),
(4710, 15, 0),
(4710, 31, 0),
(4711, 2, 0),
(4711, 15, 0),
(4711, 31, 0),
(4712, 2, 0),
(4712, 15, 0),
(4712, 31, 0),
(4713, 2, 0),
(4713, 15, 0),
(4713, 31, 0),
(4714, 2, 0),
(4714, 15, 0),
(4714, 31, 0),
(4715, 2, 0),
(4715, 15, 0),
(4715, 31, 0),
(4716, 2, 0),
(4716, 15, 0),
(4716, 31, 0),
(4717, 2, 0),
(4717, 15, 0),
(4717, 31, 0),
(4718, 2, 0),
(4718, 15, 0),
(4718, 31, 0),
(4719, 2, 0),
(4719, 15, 0),
(4719, 31, 0),
(4720, 2, 0),
(4720, 15, 0),
(4720, 31, 0),
(4721, 2, 0),
(4721, 15, 0),
(4721, 31, 0),
(4722, 2, 0),
(4722, 15, 0),
(4722, 31, 0),
(4723, 2, 0),
(4723, 15, 0),
(4723, 31, 0),
(4724, 2, 0),
(4724, 15, 0),
(4724, 31, 0),
(4725, 2, 0),
(4725, 15, 0),
(4725, 31, 0),
(4726, 2, 0),
(4726, 15, 0),
(4726, 31, 0),
(4727, 2, 0),
(4727, 15, 0),
(4727, 31, 0),
(4728, 2, 0),
(4728, 15, 0),
(4728, 31, 0),
(4729, 2, 0),
(4729, 15, 0),
(4729, 31, 0),
(4730, 2, 0),
(4730, 15, 0),
(4730, 31, 0),
(4731, 2, 0),
(4731, 15, 0),
(4731, 31, 0),
(4732, 2, 0),
(4732, 15, 0),
(4732, 31, 0),
(4733, 2, 0),
(4733, 15, 0),
(4733, 31, 0),
(4734, 2, 0),
(4734, 15, 0),
(4734, 31, 0),
(4735, 2, 0),
(4735, 15, 0),
(4735, 31, 0),
(4765, 2, 0),
(4765, 15, 0),
(4765, 31, 0),
(4766, 2, 0),
(4766, 15, 0),
(4766, 31, 0),
(4767, 2, 0),
(4767, 15, 0),
(4767, 31, 0),
(4768, 2, 0),
(4768, 15, 0),
(4768, 31, 0),
(4776, 2, 0),
(4776, 31, 0),
(4776, 86, 0),
(4777, 2, 0),
(4777, 31, 0),
(4777, 86, 0),
(4778, 2, 0),
(4778, 31, 0),
(4778, 86, 0),
(4779, 2, 0),
(4779, 31, 0),
(4779, 86, 0),
(4780, 2, 0),
(4780, 31, 0),
(4780, 86, 0),
(4781, 2, 0),
(4781, 31, 0),
(4781, 86, 0),
(4782, 2, 0),
(4782, 31, 0),
(4782, 86, 0),
(4783, 2, 0),
(4783, 31, 0),
(4783, 86, 0),
(4784, 2, 0),
(4784, 31, 0),
(4784, 86, 0),
(4785, 2, 0),
(4785, 31, 0),
(4785, 86, 0),
(4786, 2, 0),
(4786, 31, 0),
(4786, 86, 0),
(4787, 2, 0),
(4787, 31, 0),
(4787, 86, 0),
(4788, 2, 0),
(4788, 31, 0),
(4788, 86, 0),
(4789, 2, 0),
(4789, 31, 0),
(4789, 86, 0),
(4790, 2, 0),
(4790, 31, 0),
(4790, 86, 0),
(4791, 2, 0),
(4791, 31, 0),
(4791, 86, 0),
(4792, 2, 0),
(4792, 31, 0),
(4792, 86, 0),
(4793, 2, 0),
(4793, 31, 0),
(4793, 86, 0),
(4794, 2, 0),
(4794, 31, 0),
(4794, 86, 0),
(4795, 2, 0),
(4795, 31, 0),
(4795, 86, 0),
(4796, 2, 0),
(4796, 31, 0),
(4796, 86, 0),
(4797, 2, 0),
(4797, 31, 0),
(4797, 86, 0),
(4798, 2, 0),
(4798, 31, 0),
(4798, 86, 0),
(4799, 2, 0),
(4799, 31, 0),
(4799, 86, 0),
(4800, 2, 0),
(4800, 31, 0),
(4800, 86, 0),
(4801, 2, 0),
(4801, 31, 0),
(4801, 86, 0),
(4802, 2, 0),
(4802, 31, 0),
(4802, 86, 0),
(4803, 2, 0),
(4803, 31, 0),
(4803, 86, 0),
(4804, 2, 0),
(4804, 31, 0),
(4804, 86, 0),
(4805, 2, 0),
(4805, 31, 0),
(4805, 86, 0),
(4806, 2, 0),
(4806, 31, 0),
(4806, 86, 0),
(4807, 2, 0),
(4807, 31, 0),
(4807, 86, 0),
(4808, 2, 0),
(4808, 31, 0),
(4808, 86, 0),
(4809, 2, 0),
(4809, 31, 0),
(4809, 86, 0),
(4810, 2, 0),
(4810, 31, 0),
(4810, 86, 0),
(4811, 2, 0),
(4811, 31, 0),
(4811, 86, 0),
(4812, 2, 0),
(4812, 31, 0),
(4812, 86, 0),
(4813, 2, 0),
(4813, 31, 0),
(4813, 86, 0),
(4814, 2, 0),
(4814, 31, 0),
(4814, 86, 0),
(4815, 2, 0),
(4815, 31, 0),
(4815, 86, 0),
(4816, 2, 0),
(4816, 31, 0),
(4816, 86, 0),
(4817, 2, 0),
(4817, 31, 0),
(4817, 86, 0),
(4818, 2, 0),
(4818, 31, 0),
(4818, 86, 0),
(4819, 2, 0),
(4819, 31, 0),
(4819, 86, 0),
(4820, 2, 0),
(4820, 31, 0),
(4820, 86, 0),
(4821, 2, 0),
(4821, 31, 0),
(4821, 86, 0),
(4822, 2, 0),
(4822, 31, 0),
(4822, 86, 0),
(4823, 2, 0),
(4823, 31, 0),
(4823, 86, 0),
(4824, 2, 0),
(4824, 31, 0),
(4824, 86, 0),
(4825, 2, 0),
(4825, 31, 0),
(4825, 86, 0),
(4826, 2, 0),
(4826, 31, 0),
(4826, 86, 0),
(4827, 2, 0),
(4827, 31, 0),
(4827, 86, 0),
(4828, 2, 0),
(4828, 31, 0),
(4828, 86, 0),
(4829, 2, 0),
(4829, 31, 0),
(4829, 86, 0),
(4830, 2, 0),
(4830, 31, 0),
(4830, 86, 0),
(4831, 2, 0),
(4831, 31, 0),
(4831, 86, 0),
(4832, 2, 0),
(4832, 31, 0),
(4832, 86, 0),
(4833, 2, 0),
(4833, 31, 0),
(4833, 86, 0),
(4834, 2, 0),
(4834, 31, 0),
(4834, 86, 0),
(4835, 2, 0),
(4835, 31, 0),
(4835, 86, 0),
(4836, 2, 0),
(4836, 31, 0),
(4836, 86, 0),
(4837, 2, 0),
(4837, 31, 0),
(4837, 86, 0),
(4838, 2, 0),
(4838, 31, 0),
(4838, 86, 0),
(4839, 2, 0),
(4839, 31, 0),
(4839, 86, 0),
(4840, 2, 0),
(4840, 31, 0),
(4840, 86, 0),
(4841, 2, 0),
(4841, 31, 0),
(4841, 86, 0),
(4842, 2, 0),
(4842, 31, 0),
(4842, 86, 0),
(4843, 2, 0),
(4843, 31, 0),
(4843, 86, 0),
(4844, 2, 0),
(4844, 31, 0),
(4844, 86, 0),
(4845, 2, 0),
(4845, 31, 0),
(4845, 86, 0),
(4846, 2, 0),
(4846, 31, 0),
(4846, 86, 0),
(4847, 2, 0),
(4847, 31, 0),
(4847, 86, 0),
(4848, 2, 0),
(4848, 31, 0),
(4848, 86, 0),
(4849, 2, 0),
(4849, 31, 0),
(4849, 86, 0),
(4850, 2, 0),
(4850, 31, 0),
(4850, 86, 0),
(4851, 2, 0),
(4851, 31, 0),
(4851, 86, 0),
(4852, 2, 0),
(4852, 31, 0),
(4852, 86, 0),
(4853, 2, 0),
(4853, 31, 0),
(4853, 86, 0),
(4854, 2, 0),
(4854, 31, 0),
(4854, 86, 0),
(4855, 2, 0),
(4855, 31, 0),
(4855, 86, 0),
(4856, 2, 0),
(4856, 31, 0),
(4856, 86, 0),
(4857, 2, 0),
(4857, 31, 0),
(4857, 86, 0),
(4858, 2, 0),
(4858, 31, 0),
(4858, 86, 0),
(4904, 102, 0),
(4973, 81, 0),
(4974, 79, 0),
(4975, 79, 0),
(4976, 79, 0),
(4977, 80, 0),
(4978, 80, 0),
(4979, 80, 0),
(4980, 81, 0),
(4981, 81, 0),
(4982, 81, 0),
(4983, 81, 0),
(4984, 78, 0),
(4985, 78, 0),
(4986, 78, 0),
(4987, 78, 0),
(4988, 78, 0),
(4989, 78, 0),
(4990, 78, 0),
(4991, 78, 0),
(4992, 81, 0),
(4993, 82, 0),
(4994, 82, 0),
(4995, 82, 0),
(4996, 82, 0),
(4997, 82, 0),
(4998, 82, 0),
(4999, 82, 0),
(5000, 82, 0),
(5001, 78, 0),
(5002, 78, 0),
(5003, 78, 0);

-- --------------------------------------------------------

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

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'product_type', '', 0, 168),
(3, 3, 'product_type', '', 0, 0),
(4, 4, 'product_type', '', 0, 0),
(5, 5, 'product_type', '', 0, 0),
(6, 6, 'product_visibility', '', 0, 0),
(7, 7, 'product_visibility', '', 0, 0),
(8, 8, 'product_visibility', '', 0, 0),
(9, 9, 'product_visibility', '', 0, 0),
(10, 10, 'product_visibility', '', 0, 0),
(11, 11, 'product_visibility', '', 0, 0),
(12, 12, 'product_visibility', '', 0, 0),
(13, 13, 'product_visibility', '', 0, 0),
(14, 14, 'product_visibility', '', 0, 14),
(15, 15, 'product_cat', '', 0, 34),
(16, 16, 'post_tag', '', 0, 10),
(17, 17, 'category', '', 0, 10),
(18, 18, 'category', '', 0, 10),
(19, 19, 'category', '', 0, 9),
(20, 20, 'post_tag', '', 0, 10),
(21, 21, 'post_tag', '', 0, 10),
(22, 22, 'post_tag', '', 0, 10),
(23, 23, 'post_tag', '', 0, 10),
(24, 24, 'post_tag', '', 0, 10),
(25, 25, 'category', '', 0, 6),
(26, 26, 'category', '', 0, 5),
(27, 27, 'post_tag', '', 0, 10),
(28, 28, 'post_tag', '', 0, 10),
(29, 29, 'category', '', 0, 4),
(30, 30, 'category', '', 0, 1),
(31, 31, 'product_shipping_class', '', 0, 167),
(77, 77, 'product_shipping_class', '', 0, 0),
(78, 78, 'nav_menu', '', 0, 11),
(79, 79, 'nav_menu', '', 0, 6),
(80, 80, 'nav_menu', '', 0, 6),
(81, 81, 'nav_menu', '', 0, 10),
(82, 82, 'nav_menu', '', 0, 8),
(83, 83, 'product_cat', '', 0, 14),
(84, 84, 'product_cat', '', 0, 7),
(85, 85, 'product_cat', '', 0, 3),
(86, 86, 'product_cat', '', 0, 100),
(87, 87, 'product_cat', '', 0, 3),
(88, 88, 'product_cat', '', 0, 17),
(89, 89, 'product_cat', '', 0, 0),
(90, 90, 'product_cat', '', 0, 2),
(91, 91, 'product_cat', '', 0, 0),
(92, 92, 'product_cat', '', 0, 7),
(93, 93, 'product_cat', '', 0, 0),
(94, 94, 'wp_theme', '', 0, 1),
(95, 95, 'nav_menu', '', 0, 12),
(96, 96, 'product_cat', '', 0, 7),
(97, 97, 'product_cat', '', 0, 14),
(98, 98, 'elementor_library_type', '', 0, 0),
(99, 99, 'product_cat', '', 0, 1),
(100, 100, 'pa_model', '', 0, 0),
(101, 101, 'pa_model', '', 0, 0),
(102, 102, 'wp_theme', '', 0, 1),
(103, 103, 'product_cat', '', 0, 6),
(104, 104, 'brand', '', 0, 3),
(105, 105, 'product_cat', '', 0, 6),
(106, 106, 'product_tag', '', 0, 1),
(107, 107, 'product_tag', '', 0, 2),
(108, 108, 'product_tag', '', 0, 1),
(109, 109, 'product_tag', '', 0, 2),
(110, 110, 'product_cat', '', 0, 1),
(111, 111, 'product_cat', '', 0, 6),
(112, 112, 'product_cat', '', 0, 1),
(113, 113, 'product_cat', '', 0, 1),
(114, 114, 'product_cat', '', 0, 9),
(115, 115, 'brand', '', 0, 3),
(116, 116, 'product_cat', '', 0, 6),
(117, 117, 'product_cat', '', 0, 2),
(118, 118, 'product_cat', '', 0, 2),
(119, 119, 'product_cat', '', 0, 1),
(120, 120, 'brand', '', 0, 2),
(121, 121, 'brand', '', 0, 3),
(122, 122, 'product_tag', '', 0, 1),
(123, 123, 'product_cat', '', 0, 12),
(124, 124, 'product_tag', '', 0, 4),
(125, 125, 'product_cat', '', 0, 2),
(126, 126, 'product_cat', '', 0, 6),
(127, 127, 'product_cat', '', 0, 1),
(128, 128, 'product_cat', '', 0, 1),
(129, 129, 'product_cat', '', 0, 1),
(130, 130, 'product_cat', '', 0, 1),
(131, 131, 'product_cat', '', 0, 1),
(132, 132, 'brand', '', 0, 3),
(133, 133, 'product_cat', '', 0, 1),
(134, 134, 'product_cat', '', 0, 1),
(135, 135, 'product_cat', '', 0, 2),
(136, 136, 'product_cat', '', 0, 2),
(137, 137, 'brand', '', 0, 2),
(138, 138, 'product_cat', '', 0, 10),
(139, 139, 'product_tag', '', 0, 1),
(140, 140, 'product_tag', '', 0, 1),
(141, 141, 'product_tag', '', 0, 1),
(142, 142, 'product_tag', '', 0, 1),
(143, 143, 'product_tag', '', 0, 8),
(144, 144, 'product_tag', '', 0, 6),
(145, 145, 'product_tag', '', 0, 2),
(146, 146, 'product_tag', '', 0, 4);

-- --------------------------------------------------------

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

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'hagaradmin'),
(2, 1, 'first_name', 'Gaurav'),
(3, 1, 'last_name', 'Monga'),
(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, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'theme_editor_notice'),
(15, 1, 'show_welcome_panel', '0'),
(16, 1, 'session_tokens', 'a:4:{s:64:\"38b2d99e3b2f35f85dacca5fe842cc4f0397fd103e87e771a7f7ebb16f9b4d42\";a:4:{s:10:\"expiration\";i:1652506224;s:2:\"ip\";s:14:\"223.190.89.173\";s:2:\"ua\";s:84:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:100.0) Gecko/20100101 Firefox/100.0\";s:5:\"login\";i:1652333424;}s:64:\"5b51e27b7566c11ee31b139347a0c41353afaf214f9c7647b2e8e2929da3bca5\";a:4:{s:10:\"expiration\";i:1652506466;s:2:\"ip\";s:14:\"223.233.72.169\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15\";s:5:\"login\";i:1652333666;}s:64:\"3791a2efd82d194544c6d9c7a4eaa53487e83067e10ca0cc94f3375e91ead2e0\";a:4:{s:10:\"expiration\";i:1652607237;s:2:\"ip\";s:14:\"223.233.74.180\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36\";s:5:\"login\";i:1652434437;}s:64:\"47027b18fef517d4ddd027c2bce26dc9f6d9d80370ac9f7778c3daa524f7d404\";a:4:{s:10:\"expiration\";i:1652614191;s:2:\"ip\";s:13:\"122.161.80.44\";s:2:\"ua\";s:139:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36 Edg/101.0.1210.39\";s:5:\"login\";i:1652441391;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '4935'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"122.161.80.0\";}'),
(19, 1, '_woocommerce_tracks_anon_id', 'woo:eanIlOvCVGiWvQLRmg1RheeY'),
(21, 1, 'wc_last_active', '1652400000'),
(23, 1, '_yoast_wpseo_profile_updated', '1648639124'),
(28, 1, 'wp_woocommerce_product_import_mapping', 'a:43:{i:0;s:2:\"id\";i:1;s:4:\"type\";i:2;s:3:\"sku\";i:3;s:4:\"name\";i:4;s:9:\"published\";i:5;s:8:\"featured\";i:6;s:18:\"catalog_visibility\";i:7;s:17:\"short_description\";i:8;s:11:\"description\";i:9;s:17:\"date_on_sale_from\";i:10;s:15:\"date_on_sale_to\";i:11;s:10:\"tax_status\";i:12;s:9:\"tax_class\";i:13;s:12:\"stock_status\";i:14;s:14:\"stock_quantity\";i:15;s:16:\"low_stock_amount\";i:16;s:10:\"backorders\";i:17;s:17:\"sold_individually\";i:18;s:6:\"weight\";i:19;s:6:\"length\";i:20;s:5:\"width\";i:21;s:6:\"height\";i:22;s:15:\"reviews_allowed\";i:23;s:13:\"purchase_note\";i:24;s:10:\"sale_price\";i:25;s:13:\"regular_price\";i:26;s:12:\"category_ids\";i:27;s:7:\"tag_ids\";i:28;s:17:\"shipping_class_id\";i:29;s:6:\"images\";i:30;s:14:\"download_limit\";i:31;s:15:\"download_expiry\";i:32;s:9:\"parent_id\";i:33;s:16:\"grouped_products\";i:34;s:10:\"upsell_ids\";i:35;s:14:\"cross_sell_ids\";i:36;s:11:\"product_url\";i:37;s:11:\"button_text\";i:38;s:10:\"menu_order\";i:39;s:16:\"attributes:name1\";i:40;s:17:\"attributes:value1\";i:41;s:19:\"attributes:visible1\";i:42;s:20:\"attributes:taxonomy1\";}'),
(29, 1, 'wp_product_import_error_log', 'a:34:{i:0;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4707;s:3:\"row\";s:43:\"Cockroach Trap  SS 304, ID 4707, SKU SST001\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:1;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4708;s:3:\"row\";s:47:\"Cut Cockroach Trap  SS 304, ID 4708, SKU SST002\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:2;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4709;s:3:\"row\";s:50:\"Cockroach Trap Design  SS 304, ID 4709, SKU SST003\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:3;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4710;s:3:\"row\";s:47:\"Cut Cockroach Trap  SS 304, ID 4710, SKU SST004\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:4;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4711;s:3:\"row\";s:49:\"Cockroach Clear Trap  SS 304, ID 4711, SKU SST005\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:5;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4712;s:3:\"row\";s:48:\"Tiles Cockroach Trap SS 304, ID 4712, SKU SST006\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:6;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4713;s:3:\"row\";s:48:\"Tiles Cockroach Trap SS 304, ID 4713, SKU SST007\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:7;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4714;s:3:\"row\";s:40:\"Shower Drain SS 304, ID 4714, SKU SST008\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:8;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4715;s:3:\"row\";s:48:\"600 mm  Shower Drain SS 304, ID 4715, SKU SST009\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:9;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4716;s:3:\"row\";s:48:\"900 mm  Shower Drain SS 304, ID 4716, SKU SST010\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:10;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4717;s:3:\"row\";s:47:\"450 mm Shower Drain SS 304, ID 4717, SKU SST011\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:11;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4718;s:3:\"row\";s:47:\"600 mm Shower Drain SS 304, ID 4718, SKU SST012\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:12;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4719;s:3:\"row\";s:47:\"900 mm Shower Drain SS 304, ID 4719, SKU SST013\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:13;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4720;s:3:\"row\";s:47:\"450 mm Shower Drain SS 304, ID 4720, SKU SST014\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:14;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4721;s:3:\"row\";s:48:\"600 mm  Shower Drain SS 304, ID 4721, SKU SST015\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:15;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4722;s:3:\"row\";s:48:\"900 mm  Shower Drain SS 304, ID 4722, SKU SST016\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:16;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4723;s:3:\"row\";s:47:\"450 mm Shower Drain SS 304, ID 4723, SKU SST017\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:17;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4724;s:3:\"row\";s:48:\"600 mm  Shower Drain SS 304, ID 4724, SKU SST018\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:18;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4725;s:3:\"row\";s:48:\"900 mm  Shower Drain SS 304, ID 4725, SKU SST019\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:19;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4726;s:3:\"row\";s:39:\"Waste Trap  SS 304, ID 4726, SKU SST020\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:20;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4727;s:3:\"row\";s:43:\"Cut Waste Trap  SS 304, ID 4727, SKU SST021\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:21;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4728;s:3:\"row\";s:43:\"Cut Waste Trap  SS 304, ID 4728, SKU SST022\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:22;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4729;s:3:\"row\";s:39:\"Waste Trap  SS 304, ID 4729, SKU SST023\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:23;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4730;s:3:\"row\";s:43:\"Cut Waste Trap  SS 304, ID 4730, SKU SST024\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:24;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4731;s:3:\"row\";s:43:\"Cut Waste Trap  SS 304, ID 4731, SKU SST025\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:25;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4732;s:3:\"row\";s:39:\"Waste Trap  SS 304, ID 4732, SKU SST026\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:26;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4733;s:3:\"row\";s:44:\"Cut Waste  Trap  SS 304, ID 4733, SKU SST027\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:27;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4734;s:3:\"row\";s:46:\"Square Waste Trap  SS 304, ID 4734, SKU SST028\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:28;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4735;s:3:\"row\";s:53:\"Square Waste Trap Design  SS 304, ID 4735, SKU SST029\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:29;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4765;s:3:\"row\";s:53:\"Square Waste Trap Design  SS 304, ID 4765, SKU SST030\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:30;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4766;s:3:\"row\";s:51:\"Square Waste Trap Tile  SS 304, ID 4766, SKU SST031\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:31;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4767;s:3:\"row\";s:43:\"Cut Waste Trap  SS 304, ID 4767, SKU SST032\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:32;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:38:\"A product with this ID already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:2:\"id\";i:4768;s:3:\"row\";s:45:\"Plain Waste Trap  SS 304, ID 4768, SKU SST033\";}}s:18:\"\0*\0additional_data\";a:0:{}}i:33;O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:34:\"woocommerce_product_importer_error\";a:1:{i:0;s:39:\"A product with this SKU already exists.\";}}s:10:\"error_data\";a:1:{s:34:\"woocommerce_product_importer_error\";a:2:{s:3:\"sku\";s:5:\"BE001\";s:3:\"row\";s:42:\"BEN Mango Wood Lotion Dispenser, SKU BE001\";}}s:18:\"\0*\0additional_data\";a:0:{}}}'),
(36, 1, 'wp_user-settings', 'libraryContent=browse&editor=tinymce&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=346px&edit_element_vcUIPanelTop=78px&advImgDetails=hide&panel_vcUIPanelWidth=650&panel_vcUIPanelLeft=483px&panel_vcUIPanelTop=79px&imgsize=full'),
(37, 1, 'wp_user-settings-time', '1652250253'),
(38, 1, 'nav_menu_recently_edited', '81'),
(39, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(40, 1, 'metaboxhidden_nav-menus', 'a:8:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:26:\"add-post-type-staticblocks\";i:2;s:26:\"add-post-type-testimonials\";i:3;s:21:\"add-post-type-product\";i:4;s:12:\"add-post_tag\";i:5;s:15:\"add-post_format\";i:6;s:9:\"add-brand\";i:7;s:15:\"add-product_tag\";}'),
(44, 1, 'closedpostboxes_nav-menus', 'a:0:{}'),
(47, 1, 'elementor_introduction', 'a:1:{s:18:\"yoast-introduction\";b:1;}'),
(65, 1, 'closedpostboxes_shop_order', 'a:1:{i:0;s:23:\"woocommerce-order-notes\";}'),
(66, 1, 'metaboxhidden_shop_order', 'a:0:{}'),
(69, 1, 'closedpostboxes_product', 'a:0:{}'),
(70, 1, 'metaboxhidden_product', 'a:2:{i:0;s:10:\"postcustom\";i:1;s:7:\"slugdiv\";}'),
(74, 1, 'closedpostboxes_staticblocks', 'a:0:{}'),
(75, 1, 'metaboxhidden_staticblocks', 'a:1:{i:0;s:7:\"slugdiv\";}'),
(124, 2, 'nickname', 'gauravmonga54'),
(125, 2, 'first_name', 'gaurav'),
(126, 2, 'last_name', 'monga'),
(127, 2, 'description', ''),
(128, 2, 'rich_editing', 'true'),
(129, 2, 'syntax_highlighting', 'true'),
(130, 2, 'comment_shortcuts', 'false'),
(131, 2, 'admin_color', 'fresh'),
(132, 2, 'use_ssl', '0'),
(133, 2, 'show_admin_bar_front', 'true'),
(134, 2, 'locale', ''),
(135, 2, 'wp_capabilities', 'a:1:{s:8:\"customer\";b:1;}'),
(136, 2, 'wp_user_level', '0'),
(137, 2, '_yoast_wpseo_profile_updated', '1649760870'),
(138, 2, 'last_update', '1649776749'),
(139, 2, 'session_tokens', 'a:1:{s:64:\"08f1f96beda23026b4663348a43b5dffb164e98aec89b2f36660f4c489b4a0fc\";a:4:{s:10:\"expiration\";i:1650970470;s:2:\"ip\";s:14:\"223.233.68.213\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15\";s:5:\"login\";i:1649760870;}}'),
(140, 2, 'wc_last_active', '1649894400'),
(145, 2, '_woocommerce_persistent_cart_1', 'a:1:{s:4:\"cart\";a:5:{s:32:\"3341f6f048384ec73a7ba2e77d2db48b\";a:11:{s:3:\"key\";s:32:\"3341f6f048384ec73a7ba2e77d2db48b\";s:10:\"product_id\";i:3907;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:43.02;}s:5:\"total\";a:1:{i:1;d:43.02;}}s:13:\"line_subtotal\";d:239;s:17:\"line_subtotal_tax\";d:43.02;s:10:\"line_total\";d:239;s:8:\"line_tax\";d:43.02;}s:32:\"ec36e2ba64f11c9e910e0353e0836d81\";a:11:{s:3:\"key\";s:32:\"ec36e2ba64f11c9e910e0353e0836d81\";s:10:\"product_id\";i:3942;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:72.54;}s:5:\"total\";a:1:{i:1;d:72.54;}}s:13:\"line_subtotal\";d:403;s:17:\"line_subtotal_tax\";d:72.54;s:10:\"line_total\";d:403;s:8:\"line_tax\";d:72.54;}s:32:\"4fc848051e4459b8a6afeb210c3664ec\";a:11:{s:3:\"key\";s:32:\"4fc848051e4459b8a6afeb210c3664ec\";s:10:\"product_id\";i:3901;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:43.56;}s:5:\"total\";a:1:{i:1;d:43.56;}}s:13:\"line_subtotal\";d:242;s:17:\"line_subtotal_tax\";d:43.56;s:10:\"line_total\";d:242;s:8:\"line_tax\";d:43.56;}s:32:\"1be883eec3231f9fe43c35bd1b4b3bb5\";a:11:{s:3:\"key\";s:32:\"1be883eec3231f9fe43c35bd1b4b3bb5\";s:10:\"product_id\";i:3910;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:97.2;}s:5:\"total\";a:1:{i:1;d:97.2;}}s:13:\"line_subtotal\";d:540;s:17:\"line_subtotal_tax\";d:97.2;s:10:\"line_total\";d:540;s:8:\"line_tax\";d:97.2;}s:32:\"576d026223582a390cd323bef4bad026\";a:6:{s:3:\"key\";s:32:\"576d026223582a390cd323bef4bad026\";s:10:\"product_id\";i:3908;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),
(147, 2, 'billing_first_name', 'gaurav'),
(148, 2, 'billing_last_name', 'monga'),
(149, 2, 'billing_address_1', 'B-502 hindon apartment vasundhara enclave'),
(150, 2, 'billing_city', 'Delhi'),
(151, 2, 'billing_state', 'DL'),
(152, 2, 'billing_postcode', '110096'),
(153, 2, 'billing_country', 'IN'),
(154, 2, 'billing_email', 'gauravmonga54@gmail.com'),
(155, 2, 'billing_phone', '9999839839'),
(156, 2, 'shipping_method', ''),
(194, 1, 'wp_elementor_connect_common_data', 'a:3:{s:9:\"client_id\";s:32:\"mJJTvNEyt4HNRuuIejkc5O7Wbidcfdus\";s:11:\"auth_secret\";s:32:\"Tq8OQz05OXqEjjYGU1UyYBptvXjB7L5R\";s:5:\"state\";s:12:\"LwIhTDNv9o8s\";}'),
(196, 1, 'last_update', '1652265531'),
(197, 1, 'billing_first_name', 'Gaurav'),
(198, 1, 'billing_last_name', 'Monga'),
(199, 1, 'billing_address_1', '3459-60/3, BAJRANG BALI MARKET,GALI BAJRANG BALI CHAWRI BAZAR'),
(200, 1, 'billing_city', 'DELHI'),
(201, 1, 'billing_state', 'DL'),
(202, 1, 'billing_postcode', '110006'),
(203, 1, 'billing_country', 'IN'),
(204, 1, 'billing_email', 'gauravmonga54@gmail.com'),
(205, 1, 'billing_phone', '9999839839'),
(206, 1, 'shipping_method', ''),
(207, 1, 'paying_customer', '1'),
(209, 1, '_woocommerce_persistent_cart_1', 'a:1:{s:4:\"cart\";a:1:{s:32:\"4fc848051e4459b8a6afeb210c3664ec\";a:11:{s:3:\"key\";s:32:\"4fc848051e4459b8a6afeb210c3664ec\";s:10:\"product_id\";i:3901;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:43.56000000000000227373675443232059478759765625;}s:5:\"total\";a:1:{i:1;d:43.56000000000000227373675443232059478759765625;}}s:13:\"line_subtotal\";d:242;s:17:\"line_subtotal_tax\";d:43.56000000000000227373675443232059478759765625;s:10:\"line_total\";d:242;s:8:\"line_tax\";d:43.56000000000000227373675443232059478759765625;}}}');

-- --------------------------------------------------------

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

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'hagaradmin', '$P$BpFF2NQy1WpWzm/SVYrioXPT8SPGoe0', 'hagaradmin', 'online@hagarbath.com', 'https://hagarbath.com/shop', '2022-03-29 16:08:15', '', 0, 'hagaradmin'),
(2, 'gauravmonga54', '$P$BdZfMjBELEukXy2sJchU745ri4jr8X/', 'gauravmonga54', 'gauravmonga54@gmail.com', '', '2022-04-12 10:54:30', '1649760870:$P$BrLnckzMFBvv/t/asF4HnNJoYLJOQY0', 0, 'gauravmonga54');

-- --------------------------------------------------------

--
-- Table structure for table `wp_vxc_zoho_accounts`
--

CREATE TABLE `wp_vxc_zoho_accounts` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `data` longtext COLLATE utf8mb4_unicode_520_ci,
  `meta` longtext COLLATE utf8mb4_unicode_520_ci,
  `status` int(1) NOT NULL DEFAULT '0',
  `time` datetime DEFAULT NULL,
  `updated` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_vxc_zoho_accounts`
--

INSERT INTO `wp_vxc_zoho_accounts` (`id`, `name`, `data`, `meta`, `status`, `time`, `updated`) VALUES
(1, 'Account #1', '{\"time\":\"2022-05-10 13:44:19\",\"id\":\"1\",\"type\":\"books\",\"instance_url\":\"https:\\/\\/www.zohoapis.in\",\"access_token\":\"1000.8fe657fca715f50ae5e6d4d553f8a431.5a91c989e153c5433335c2fced00b46a\",\"token_exp\":3600,\"client_id\":\"1000.JIR7NH735QWJ15857WRBLPYZQ96LZJ\",\"_id\":\"\",\"refresh_token\":\"1000.47bc6ff66f4db9414d07218867844797.defbc48aec138238f879614446df64d2\",\"token_time\":1652346453,\"_time\":1652264018,\"error\":\"\",\"api\":\"api\",\"class\":\"updated\",\"valid_token\":\"true\",\"api_check\":1652267618,\"name\":\"Account #1\",\"dc\":\"in\",\"app_id\":\"\",\"app_secret\":\"\",\"app_url\":\"\",\"error_email\":\"\",\"disable_log\":\"\",\"custom_app\":\"\",\"msg\":\"Successfully Connected to Zoho - May 10, 2022 01:45:14 PM\"}', '{\"objects\":{\"contacts\":\"Contacts\",\"invoices\":\"Invoices\",\"estimates\":\"Estimates\",\"customerpayments\":\"Customer Payments\",\"creditnotes\":\"Credit Notes\",\"recurringinvoices\":\"Recurring Invoices\",\"purchaseorders\":\"Purchase Orders\",\"salesorders\":\"Sales Orders\",\"items\":\"Items\"},\"fields\":{\"contact_name\":{\"label\":\"Contact Name\",\"type\":\"Text\",\"name\":\"contact_name\",\"req\":\"1\"},\"company_name\":{\"label\":\"Company Name\",\"type\":\"Text\",\"name\":\"company_name\"},\"contact_type\":{\"label\":\"Contact Type\",\"type\":\"list\",\"name\":\"contact_type\",\"options\":[{\"value\":\"customer\"},{\"value\":\"business\"},{\"value\":\"vendor\"}]},\"customer_sub_type\":{\"label\":\"Customer Sub Type\",\"type\":\"list\",\"name\":\"customer_sub_type\",\"options\":[{\"value\":\"business\"},{\"value\":\"individual\"}]},\"salutation\":{\"label\":\"Salutation\",\"type\":\"Text\",\"name\":\"salutation\"},\"first_name\":{\"label\":\"First Name\",\"type\":\"Text\",\"name\":\"first_name\"},\"last_name\":{\"label\":\"Last Name\",\"type\":\"Text\",\"name\":\"last_name\"},\"email\":{\"label\":\"Email\",\"type\":\"Text\",\"name\":\"email\"},\"skype\":{\"label\":\"Skype\",\"type\":\"Text\",\"name\":\"skype\"},\"designation\":{\"label\":\"Designation\",\"type\":\"Text\",\"name\":\"designation\"},\"department\":{\"label\":\"Department\",\"type\":\"Text\",\"name\":\"department\"},\"website\":{\"label\":\"Website\",\"type\":\"Text\",\"name\":\"website\"},\"billing_attention\":{\"label\":\"Billing Attention\",\"type\":\"Text\",\"name\":\"billing_attention\"},\"billing_address\":{\"label\":\"Billing Address\",\"type\":\"Text\",\"name\":\"billing_address\"},\"billing_street2\":{\"label\":\"Billing Street2\",\"type\":\"Text\",\"name\":\"billing_street2\"},\"billing_state_code\":{\"label\":\"Billing State Code\",\"type\":\"Text\",\"name\":\"billing_state_code\"},\"billing_city\":{\"label\":\"Billing City\",\"type\":\"Text\",\"name\":\"billing_city\"},\"billing_state\":{\"label\":\"Billing State\",\"type\":\"Text\",\"name\":\"billing_state\"},\"billing_zip\":{\"label\":\"Billing Zip\",\"type\":\"Text\",\"name\":\"billing_zip\"},\"billing_country\":{\"label\":\"Billing Country\",\"type\":\"Text\",\"name\":\"billing_country\"},\"billing_fax\":{\"label\":\"Billing Fax\",\"type\":\"Text\",\"name\":\"billing_fax\"},\"shipping_attention\":{\"label\":\"Shipping Attention\",\"type\":\"Text\",\"name\":\"shipping_attention\"},\"shipping_address\":{\"label\":\"Shipping Address\",\"type\":\"Text\",\"name\":\"shipping_address\"},\"shipping_street2\":{\"label\":\"Shipping Street2\",\"type\":\"Text\",\"name\":\"shipping_street2\"},\"shipping_state_code\":{\"label\":\"Shipping State Code\",\"type\":\"Text\",\"name\":\"shipping_state_code\"},\"shipping_city\":{\"label\":\"Shipping City\",\"type\":\"Text\",\"name\":\"shipping_city\"},\"shipping_state\":{\"label\":\"Shipping State\",\"type\":\"Text\",\"name\":\"shipping_state\"},\"shipping_zip\":{\"label\":\"Shipping Zip\",\"type\":\"Text\",\"name\":\"shipping_zip\"},\"shipping_country\":{\"label\":\"Shipping Country\",\"type\":\"Text\",\"name\":\"shipping_country\"},\"shipping_fax\":{\"label\":\"Shipping Fax\",\"type\":\"Text\",\"name\":\"shipping_fax\"},\"contact_persons\":{\"label\":\"Contact Persons\",\"type\":\"Text\",\"name\":\"contact_persons\"},\"language_code\":{\"label\":\"Language Code\",\"type\":\"Text\",\"name\":\"language_code\"},\"notes\":{\"label\":\"Notes\",\"type\":\"Text\",\"name\":\"notes\"},\"place_of_contact\":{\"label\":\"Place Of Contact\",\"type\":\"Text\",\"name\":\"place_of_contact\"},\"gst_no\":{\"label\":\"Gst No\",\"type\":\"Text\",\"name\":\"gst_no\"},\"gst_treatment\":{\"label\":\"Gst Treatment\",\"type\":\"Text\",\"name\":\"gst_treatment\"},\"tax_treatment\":{\"label\":\"Tax Treatment\",\"type\":\"Text\",\"name\":\"tax_treatment\"},\"vat_treatment\":{\"label\":\"Vat Treatment\",\"type\":\"Text\",\"name\":\"vat_treatment\"},\"tax_exemption_id\":{\"label\":\"Tax Exemption Id\",\"type\":\"Text\",\"name\":\"tax_exemption_id\"},\"tax_authority_id\":{\"label\":\"Tax Authority Id\",\"type\":\"Text\",\"name\":\"tax_authority_id\"},\"tax_id\":{\"label\":\"Tax Id\",\"type\":\"list\",\"name\":\"tax_id\",\"options\":[{\"label\":\"GST0\",\"value\":\"737907000000015075\"},{\"label\":\"GST12\",\"value\":\"737907000000015115\"},{\"label\":\"GST18\",\"value\":\"737907000000015131\"},{\"label\":\"GST28\",\"value\":\"737907000000015147\"},{\"label\":\"GST5\",\"value\":\"737907000000015099\"},{\"label\":\"IGST0\",\"value\":\"737907000000015039\"},{\"label\":\"IGST12\",\"value\":\"737907000000015103\"},{\"label\":\"IGST18\",\"value\":\"737907000000015119\"},{\"label\":\"IGST28\",\"value\":\"737907000000015135\"},{\"label\":\"IGST5\",\"value\":\"737907000000015087\"}]},\"payment_terms\":{\"label\":\"Payment Terms\",\"type\":\"Text\",\"name\":\"payment_terms\"},\"payment_terms_label\":{\"label\":\"Payment Terms Label\",\"type\":\"Text\",\"name\":\"payment_terms_label\"},\"is_portal_enabled\":{\"label\":\"Is Portal Enabled\",\"type\":\"Text\",\"name\":\"is_portal_enabled\"},\"facebook\":{\"label\":\"Facebook\",\"type\":\"Text\",\"name\":\"facebook\"},\"twitter\":{\"label\":\"Twitter\",\"type\":\"Text\",\"name\":\"twitter\"},\"currency_code\":{\"label\":\"Currency Code\",\"type\":\"Text\",\"name\":\"currency_code\"},\"currency_id\":{\"label\":\"Currency Id\",\"type\":\"list\",\"name\":\"currency_id\",\"options\":[{\"label\":\"AED - UAE Dirham\",\"value\":\"737907000000013183\"},{\"label\":\"AUD - Australian Dollar\",\"value\":\"737907000000000073\"},{\"label\":\"CAD - Canadian Dollar\",\"value\":\"737907000000000067\"},{\"label\":\"CNY - Yuan Renminbi\",\"value\":\"737907000000000085\"},{\"label\":\"EUR - Euro\",\"value\":\"737907000000000079\"},{\"label\":\"GBP - Pound Sterling\",\"value\":\"737907000000000070\"},{\"label\":\"INR - Indian Rupee\",\"value\":\"737907000000000064\"},{\"label\":\"JPY - Japanese Yen\",\"value\":\"737907000000000082\"},{\"label\":\"SAR - Saudi Riyal\",\"value\":\"737907000000013181\"},{\"label\":\"USD - United States Dollar\",\"value\":\"737907000000000061\"},{\"label\":\"ZAR - South African Rand\",\"value\":\"737907000000000076\"}]},\"pricebook_id\":{\"label\":\"Pricebook Id\",\"type\":\"Text\",\"name\":\"pricebook_id\"},\"tax_id_new\":{\"label\":\"Tax ID (Apply if already not set)\",\"type\":\"list\",\"name\":\"tax_id_new\",\"options\":[{\"label\":\"GST0\",\"value\":\"737907000000015075\"},{\"label\":\"GST12\",\"value\":\"737907000000015115\"},{\"label\":\"GST18\",\"value\":\"737907000000015131\"},{\"label\":\"GST28\",\"value\":\"737907000000015147\"},{\"label\":\"GST5\",\"value\":\"737907000000015099\"},{\"label\":\"IGST0\",\"value\":\"737907000000015039\"},{\"label\":\"IGST12\",\"value\":\"737907000000015103\"},{\"label\":\"IGST18\",\"value\":\"737907000000015119\"},{\"label\":\"IGST28\",\"value\":\"737907000000015135\"},{\"label\":\"IGST5\",\"value\":\"737907000000015087\"}]}},\"object\":\"contacts\",\"post_id\":\"4910\"}', 1, '2022-05-10 13:44:19', '2022-05-12 09:09:42'),
(2, '', NULL, NULL, 9, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wp_vxc_zoho_log`
--

CREATE TABLE `wp_vxc_zoho_log` (
  `id` int(11) UNSIGNED NOT NULL,
  `order_id` int(11) NOT NULL,
  `feed_id` int(11) NOT NULL,
  `parent_id` int(11) NOT NULL,
  `crm_id` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `object` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `event` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `data` text COLLATE utf8mb4_unicode_520_ci,
  `response` text COLLATE utf8mb4_unicode_520_ci,
  `extra` text COLLATE utf8mb4_unicode_520_ci,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `time` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_wc_admin_notes` (
  `note_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES
(1, 'new_in_app_marketplace_2021', 'info', 'en_US', 'Customize your store with extensions', 'Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.', '{}', 'unactioned', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(2, 'wayflyer_bnpl_q4_2021', 'marketing', 'en_US', 'Grow your business with funding through Wayflyer', 'Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.', '{}', 'pending', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(3, 'wc_shipping_mobile_app_usps_q4_2021', 'marketing', 'en_US', 'Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App', 'Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!', '{}', 'pending', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(4, 'wc_shipping_mobile_app_q4_2021', 'marketing', 'en_US', 'Print and manage your shipping labels with the WooCommerce Mobile App', 'Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!', '{}', 'pending', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(5, 'ecomm-need-help-setting-up-your-store', 'info', 'en_US', 'Need help setting up your Store?', 'Schedule a free 30-min <a href=\"https://wordpress.com/support/concierge-support/\">quick start session</a> and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.', '{}', 'pending', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(6, 'woocommerce-services', 'info', 'en_US', 'WooCommerce Shipping & Tax', 'WooCommerce Shipping &amp; Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.', '{}', 'pending', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(7, 'ecomm-unique-shopping-experience', 'info', 'en_US', 'For a shopping experience as unique as your customers', 'Product Add-Ons allow your customers to personalize products while they\'re shopping on your online store. No more follow-up email requests—customers get what they want, before they\'re done checking out. Learn more about this extension that comes included in your plan.', '{}', 'pending', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(8, 'wc-admin-getting-started-in-ecommerce', 'info', 'en_US', 'Getting Started in eCommerce - webinar', 'We want to make eCommerce and this process of getting started as easy as possible for you. Watch this webinar to get tips on how to have our store up and running in a breeze.', '{}', 'pending', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(9, 'your-first-product', 'info', 'en_US', 'Your first product', 'That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br /><br />Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.', '{}', 'pending', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(10, 'wc-admin-optimizing-the-checkout-flow', 'info', 'en_US', 'Optimizing the checkout flow', 'It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.', '{}', 'unactioned', 'woocommerce.com', '2022-04-04 10:04:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(11, 'wc-admin-first-five-things-to-customize', 'info', 'en_US', 'The first 5 things to customize in your store', 'Deciding what to start with first is tricky. To help you properly prioritize, we’ve put together this short list of the first few things you should customize in WooCommerce.', '{}', 'unactioned', 'woocommerce.com', '2022-04-04 10:04:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(12, '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', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(13, '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', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(14, 'google_listings_and_ads_install', 'marketing', 'en_US', 'Drive traffic and sales with Google', 'Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.', '{}', 'pending', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(15, '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', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(16, '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', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(17, 'wcpay-promo-2020-11', 'marketing', 'en_US', 'wcpay-promo-2020-11', 'wcpay-promo-2020-11', '{}', 'pending', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(18, 'wcpay-promo-2020-12', 'marketing', 'en_US', 'wcpay-promo-2020-12', 'wcpay-promo-2020-12', '{}', 'pending', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(19, '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', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(20, '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', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(21, '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', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(22, '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', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(23, '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', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(24, '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', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(25, 'habit-moment-survey', 'marketing', 'en_US', 'We’re all ears! Share your experience so far with WooCommerce', 'We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.', '{}', 'pending', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(26, 'ecomm-wc-navigation-survey', 'info', 'en_US', 'We’d like your feedback on the WooCommerce navigation', 'We’re making improvements to the WooCommerce navigation and would love your feedback. Share your experience in this 2 minute survey.', '{}', 'pending', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(27, 'wcpay_applepay_q1_2022', 'marketing', 'en_US', 'Increase conversions with Apple Pay – just like Diane does', 'See how Diane from <a href=\"https://woocommerce.com/posts/lady-dye-yarns-from-crafts-to-activism-with-woocommerce/?utm_source=product&amp;utm_medium=inboxnotification&amp;utm_campaign=apple-pay\" target=\"_blank\">Lady Dye Yarns</a> uses Apple Pay to provide customers with the fast, secure checkout experience they love. You can, too – Apple Pay is included in WooCommerce Payments. Here\'s how you can increase conversions by encouraging shoppers to pay with a single tap.', '{}', 'pending', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(28, 'stripe_applepay_q1_2022', 'marketing', 'en_US', 'Increase conversions with Apple Pay – just like Thomas does', 'Read the inspirational story of <a href=\"https://woocommerce.com/posts/incredible-story-of-thomas-trendy-socks-down-syndrome-entrepreneur/?utm_source=product&amp;utm_medium=inboxnotification&amp;utm_campaign=apple-pay\" target=\"_blank\">Thomas\'s Trendy Socks</a> and see how he’s using Apple Pay to provide customers with the fast, secure checkout experience they love. You can, too – ready to turn more visitors into buyers? Accept Apple Pay by selecting Enable express checkouts in Settings &gt; Payments &gt; Stripe.', '{}', 'pending', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(29, 'square_applepay_q1_2022', 'marketing', 'en_US', 'Increase conversions with a faster checkout experience', 'By enabling Apple Pay in Square, your customers can complete purchases quickly and securely with a single touch or a glance – no lengthy checkout forms necessary. Accept Apple Pay by enabling Digital Wallets within Settings &gt; Payments &gt; Square.', '{}', 'pending', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(30, 'lead_gen_existing_customers_1', 'marketing', 'en_US', 'Talk to a consultant', 'As your business grows, you want to optimize costs, streamline operations, and sell more. We can help. Talk to us about how you can get the most out of WooCommerce.', '{}', 'unactioned', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(31, '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', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(32, 'woocommerce-core-paypal-march-2022-updated-nopp', 'update', 'en_US', 'Security auto-update of WooCommerce', '<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).', '{}', 'pending', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(33, 'pinterest_03_2022_update', 'marketing', 'en_US', 'Your Pinterest for WooCommerce plugin is out of date!', 'Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.', '{}', 'pending', 'woocommerce.com', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(35, 'wc-admin-wc-helper-connection', 'info', 'en_US', 'Connect to WooCommerce.com', 'Connect to get important product notifications and updates.', '{}', 'unactioned', 'woocommerce-admin', '2022-03-30 08:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(37, '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', '2022-03-30 08:12:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(38, 'wc-admin-orders-milestone', 'info', 'en_US', 'First order received', 'Congratulations on getting your first order! Now is a great time to learn how to manage your orders.', '{}', 'unactioned', 'woocommerce-admin', '2022-04-05 06:01:18', NULL, 0, 'plain', '', 0, 0, 'info'),
(39, 'pinterest_gtm_q2_2021', 'marketing', 'en_US', 'Get your products in front of a large, engaged audience', 'Did you know that shoppers on Pinterest spend twice as much as people on other social platforms? With the new, official Pinterest for WooCommerce, you can turn your product catalog into shoppable Pins and showcase them to 400+ million monthly users looking to buy.', '{}', 'unactioned', 'woocommerce.com', '2022-05-04 11:02:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(40, 'setup_task_initiative_survey_q2_2022', 'survey', 'en_US', 'We want to know what matters most to you', 'Take 2 minutes to give us your input on what is important for you while setting up your store and help shape the future of WooCommerce together.', '{}', 'unactioned', 'woocommerce.com', '2022-05-04 11:02:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(41, 'woocommerce_payments_subscriptions_nopayments_q2_2022', 'marketing', 'en_US', 'Sell subscriptions online – without a paid extension', 'Say hello to WooCommerce Payments – now with built-in subscriptions functionality. Get free access to the features you need to start earning recurring revenue online. Pay as you go, with no setup costs or monthly fees.', '{}', 'pending', 'woocommerce.com', '2022-05-04 11:02:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(42, 'woocommerce_payments_subscriptions_yespayments_q2_2022', 'marketing', 'en_US', 'Sell subscriptions online – no extra extension required', 'It\'s here! WooCommerce Payments now features built-in subscriptions functionality. No need to install an extra, paid extension – we\'ve made it simpler than ever to start earning recurring revenue. Ready to grow your business?', '{}', 'pending', 'woocommerce.com', '2022-05-04 11:02:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(43, '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', '2022-05-11 07:42:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(44, 'wc-admin-navigation-nudge', 'info', 'en_US', 'You now have access to the WooCommerce navigation', 'We’re introducing a new navigation for a more intuitive and improved user experience. You can enable the beta version of the new experience in the Advanced Settings. Enable it now for your store.', '{}', 'unactioned', 'woocommerce-admin', '2022-05-11 07:42:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(45, 'setup_task_second_survey_q2_2022', 'survey', 'en_US', 'We want to know what matters most to you', 'Take 2 minutes to give us your input on what is important for you while setting up your store and help shape the future of WooCommerce together.', '{}', 'pending', 'woocommerce.com', '2022-05-11 07:42:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(46, 'store_setup_survey_survey_q2_2022', 'survey', 'en_US', 'How is your store setup going?', 'Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.', '{}', 'pending', 'woocommerce.com', '2022-05-11 07:42:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(47, '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', '2022-05-11 08:01:48', NULL, 0, 'plain', '', 0, 0, 'info'),
(48, 'wc-admin-EU-consumer-protection', 'marketing', 'en_US', 'Important changes to EU consumer protection laws', 'New regulations to help modernize and strengthen consumer protection laws in the European Union (EU) take effect on May 28, 2022. These rules impact all merchants selling to the EU, regardless of where their business is located. Further detailed information is available on the European Commission\'s official website.', '{}', 'unactioned', 'woocommerce.com', '2022-05-14 13:43:05', NULL, 0, 'plain', '', 0, 0, 'info'),
(49, 'affirm_q2_2022', 'marketing', 'en_US', 'Boost your business with flexible payments', 'Expand your customer base with smarter payment options for more shoppers. With Affirm,  you can offer the most relevant payment options at every price point – from four interest-free payments every two weeks to longer installments up to 36 months. Fast-track your revenue goals today!', '{}', 'pending', 'woocommerce.com', '2022-05-15 12:09:16', NULL, 0, 'plain', '', 0, 0, 'info'),
(50, 'googlelistings_multicountrygtm_q22022', 'marketing', 'en_US', 'Expand your audience with Multi-Country Advertising', 'It\'s time to expand your audience with Multi-Country Advertising, an exciting new feature in Google Listings &amp; Ads. Reach more potential customers in as many regions as you like within a single campaign, all from the convenience of your WooCommerce dashboard.', '{}', 'unactioned', 'woocommerce.com', '2022-05-16 16:54:50', NULL, 0, 'plain', '', 0, 0, 'info'),
(51, 'wc_ipp_order_creation_GTM_launch_q2_2022', 'marketing', 'en_US', 'Grow your business on the go with WooCommerce In-Person Payments', 'Quickly create new orders, manage transactions, and take secure payments no matter where your business takes you. With automatic inventory sync, WooCommerce In-Person Payments is the only fully integrated solution for taking your WooCommerce store offline.', '{}', 'pending', 'woocommerce.com', '2022-05-27 02:13:47', NULL, 0, 'plain', '', 0, 0, 'info'),
(52, 'wc-admin-wisepad3', 'marketing', 'en_US', 'Take your business on the go in Canada with WooCommerce In-Person Payments', 'Quickly create new orders, accept payment in person for orders placed online, and automatically sync your inventory – no matter where your business takes you. With WooCommerce In-Person Payments and the WisePad 3 card reader, you can bring the power of your store anywhere.', '{}', 'pending', 'woocommerce.com', '2022-06-18 16:32:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(53, 'TikTok q2_2022', 'marketing', 'en_US', 'Give your store a stage on the world’s fastest-growing advertising channel', 'With TikTok for WooCommerce, you can sync your catalog, create videos, and track performance in front of TikTok’s one billion global users. Try the Smart Video Generator to make ads using your existing product images – no camera needed. Get $200 in ad credit from TikTok after a $20 spend (terms &amp; conditions apply).', '{}', 'unactioned', 'woocommerce.com', '2022-06-26 08:31:00', NULL, 0, 'plain', '', 0, 0, 'info'),
(54, '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', '2022-07-08 11:23:34', NULL, 0, 'plain', '', 0, 0, 'info'),
(55, 'mercado_pago_q3_2022', 'marketing', 'en_US', 'Get paid with Mercado Pago Checkout', 'Give your customers a checkout they can trust with Latin America\'s leading payment processor. Securely accept debit and credit cards, cash, bank transfers, and installment payments – backed by exclusive fraud prevention tools.', '{}', 'pending', 'woocommerce.com', '2022-08-08 13:19:28', NULL, 0, 'plain', '', 0, 0, 'info'),
(56, 'klarna_q3_2022', 'marketing', 'en_US', 'Meet Klarna – your ultimate growth partner', 'Increase conversions by offering secure, flexible payment solutions – including buy now, pay later – all through a one-click checkout experience. Plus, you’ll tap into a whole new market of the world’s most engaged shoppers.', '{}', 'pending', 'woocommerce.com', '2022-08-08 13:19:28', NULL, 0, 'plain', '', 0, 0, 'info'),
(57, 'woocommerce-payments-august-2022-need-to-update', 'update', 'en_US', 'Action required: Please update WooCommerce Payments', 'An updated secure version of WooCommerce Payments is available – please ensure that you’re using the latest patch version. For more information on what action you need to take, please review the article below.', '{}', 'pending', 'woocommerce.com', '2022-09-09 02:16:54', NULL, 0, 'plain', '', 0, 0, 'info'),
(58, 'woocommerce-payments-august-2022-store-patched', 'update', 'en_US', 'WooCommerce Payments has been automatically updated', 'You’re now running the latest secure version of WooCommerce Payments. We’ve worked with the WordPress Plugins team to deploy a security update to stores running WooCommerce Payments (version 3.9 to 4.5). For further information, please review the article below.', '{}', 'pending', 'woocommerce.com', '2022-09-09 02:16:54', NULL, 0, 'plain', '', 0, 0, 'info'),
(59, 'product_creation_usability_test_6_months', 'survey', 'en_US', 'Try the new product edit form prototype', 'Take an early look at the future of editing products in WooCommerce. Share your thoughts (~5 minutes) and help shape the experience for yourself and other merchants.', '{}', 'unactioned', 'woocommerce.com', '2022-09-09 02:16:54', NULL, 0, 'plain', '', 0, 0, 'info'),
(60, 'product_creation_usability_test_12_months', 'survey', 'en_US', 'Try the new product edit form prototype', 'Take an early look at the future of editing products in WooCommerce. Share your thoughts (~5 minutes) and help shape the experience for yourself and other merchants.', '{}', 'pending', 'woocommerce.com', '2022-09-09 02:16:54', NULL, 0, 'plain', '', 0, 0, 'info'),
(61, 'product_creation_usability_test_3_months', 'survey', 'en_US', 'Have a say in the future of WooCommerce', 'Take an early look at the future of editing products in WooCommerce. Share your thoughts (~5 minutes) and help shape the experience for yourself and other merchants.', '{}', 'pending', 'woocommerce.com', '2022-09-09 02:16:54', NULL, 0, 'plain', '', 0, 0, 'info'),
(62, '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', '2022-10-17 06:22:35', NULL, 0, 'plain', '', 0, 0, 'info'),
(63, 'shipping_category_q4_2022', 'marketing', 'en_US', 'Save time on shipping', 'Is your store all set to ship? Save valuable time (and money!) by automating your fulfillment process for the busiest shopping season. Explore our range of trusted shipping partners to get started.', '{}', 'unactioned', 'woocommerce.com', '2022-10-17 06:22:35', NULL, 0, 'plain', '', 0, 0, 'info'),
(64, 'woocommerce_admin_deprecation_q4_2022', 'info', 'en_US', 'WooCommerce Admin is part of WooCommerce!', 'To make sure your store continues to run smoothly, check that WooCommerce is up-to-date – at least version 6.5 – and then disable the WooCommerce Admin plugin.', '{}', 'pending', 'woocommerce.com', '2022-11-13 12:41:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(65, 'tiktok-targeted-q4-2022', 'marketing', 'en_US', 'Get $200 in ad credit from TikTok after you spend $20 on your first campaign', 'Reach one billion shoppers with TikTok for WooCommerce this holiday season! Sync your product catalog, capture insights, and create ad campaigns right from your dashboard. Connect your store today to unlock this limited time offer! <a href=\"https://ads.tiktok.com/help/article?aid=10011326\">Terms &amp; conditions apply</a>.', '{}', 'pending', 'woocommerce.com', '2022-11-13 12:41:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(66, 'paypal_paylater_g3_q4_22', 'marketing', 'en_US', 'Turn browsers into buyers with Pay Later', 'Add PayPal at checkout, plus give customers a buy now, pay later option from the name they trust. With Pay in 4 &amp; Pay Monthly, available in PayPal Payments, you get paid up front while letting customers spread their payments over time. Boost your average order value and convert more sales – at no extra cost to you.', '{}', 'pending', 'woocommerce.com', '2022-11-13 12:41:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(67, 'paypal_paylater_g2_q4_22', 'marketing', 'en_US', 'Upgrade to PayPal Payments to offer Pay Later at checkout', 'PayPal Pay Later is included in PayPal Payments at no additional cost to you. Customers can spread their payments over time while you get paid up front. \r\nThere’s never been a better time to upgrade your PayPal plugin. Simply download it and connect with a PayPal Business account.', '{}', 'pending', 'woocommerce.com', '2022-11-13 12:41:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(68, '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', '2022-12-28 23:50:55', NULL, 0, 'plain', '', 0, 0, 'info'),
(69, 'google_listings_ads_custom_attribute_mapping_q4_2022', 'marketing', 'en_US', 'Our latest improvement to the Google Listings & Ads extension: Attribute Mapping', 'You spoke, we listened. This new feature enables you to easily upload your products, customize your product attributes in one place, and target shoppers with more relevant ads. Extend how far your ad dollars go with each campaign.', '{}', 'pending', 'woocommerce.com', '2022-12-28 23:50:55', NULL, 0, 'plain', '', 0, 0, 'info'),
(70, 'apple_pay_square_q422', 'marketing', 'en_US', 'Grow your business with Apple Pay', 'Start boosting your online conversions today with Apple Pay – shoppers can safely complete a purchase with a touch or a glance and are more likely to come back. Enable Apple Pay with Square by selecting  Settings &gt; Payments &gt; Square.', '{}', 'pending', 'woocommerce.com', '2022-12-28 23:50:55', NULL, 0, 'plain', '', 0, 0, 'info'),
(71, 'apple_pay_wcpay_q422', 'marketing', 'en_US', 'Grow your business with Apple Pay', 'Start boosting your online conversions today with Apple Pay – shoppers can safely complete a purchase with a touch or a glance and are more likely to come back. Confirm Apple Pay is enabled by selecting Payments &gt; Settings and making sure Enable express checkouts is checked.', '{}', 'pending', 'woocommerce.com', '2022-12-28 23:50:55', NULL, 0, 'plain', '', 0, 0, 'info'),
(72, 'needs-update-eway-payment-gateway-rin-2022-12-20', 'update', 'en_US', 'Security vulnerability patched in WooCommerce Eway Gateway', 'In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1', '{}', 'pending', 'woocommerce.com', '2023-01-27 23:42:23', NULL, 0, 'plain', '', 0, 0, 'info'),
(73, 'updated-eway-payment-gateway-rin-2022-12-20', 'update', 'en_US', 'WooCommerce Eway Gateway has been automatically updated', 'Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.', '{}', 'pending', 'woocommerce.com', '2023-01-27 23:42:23', NULL, 0, 'plain', '', 0, 0, 'info'),
(74, 'ecomm-wc-navigation-survey-2023', 'info', 'en_US', 'Navigating WooCommerce on WordPress.com', 'We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.', '{}', 'pending', 'woocommerce.com', '2023-01-27 23:42:23', NULL, 0, 'plain', '', 0, 0, 'info'),
(75, 'google_listings_ads_pmax_i1_q1_2023_no_gla', 'marketing', 'en_US', 'Create more engaging ads – without the hard work', 'Get in front of millions of shoppers searching for products like yours with Google Listings &amp; Ads. With new customization features, Google automatically tests multiple combinations of text and images to create the most engaging ad to boost your business. Plus, get up to $500 in ad credit – terms and conditions apply.', '{}', 'unactioned', 'woocommerce.com', '2023-03-27 03:22:35', NULL, 0, 'plain', '', 0, 0, 'info'),
(76, 'google_listings_ads_pmax_i1_q1_2023_with_gla', 'marketing', 'en_US', 'New customization features to boost your business', 'You can now add custom images, messaging, and URLs to campaigns in Google Listings &amp; Ads. Google then automatically tests multiple combinations to create the most engaging version to help boost your business. Get more sales with dynamic content – edit an existing campaign or create a new ad now.', '{}', 'pending', 'woocommerce.com', '2023-03-27 03:22:35', NULL, 0, 'plain', '', 0, 0, 'info'),
(77, 'woocommerce-wcpay-march-2023-update-needed', 'update', 'en_US', 'Action required: Security update for WooCommerce Payments', '<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.', '{}', 'pending', 'woocommerce.com', '2023-03-27 03:22:35', NULL, 0, 'plain', '', 0, 0, 'info'),
(78, 'wc-admin-edit-products-on-the-move', 'info', 'en_US', 'Edit products on the move', 'Edit and create new products from your mobile devices with the Woo app', '{}', 'unactioned', 'woocommerce-admin', '2023-04-03 18:20:37', NULL, 0, 'plain', '', 0, 0, 'info'),
(79, 'tap_to_pay_iphone_q2_2023_no_wcpay', 'marketing', 'en_US', 'Accept in-person contactless payments on your iPhone', 'Tap to Pay on iPhone and WooCommerce Payments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.', '{}', 'unactioned', 'woocommerce.com', '2023-04-10 21:30:55', NULL, 0, 'plain', '', 0, 0, 'info'),
(80, 'tap_to_pay_iphone_q2_2023_with_wcpay', 'marketing', 'en_US', 'New: accept in-person contactless payments on your iPhone', 'Tap to Pay on iPhone is quick, secure, and simple to set up in WooCommerce Payments — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person in a few short steps!', '{}', 'pending', 'woocommerce.com', '2023-04-10 21:30:55', NULL, 0, 'plain', '', 0, 0, 'info'),
(81, 'woopay-beta-merchantrecruitment-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'WooPay, a new express checkout feature built into WooCommerce Payments, is now available —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br><br>\r\nGet started in seconds.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(82, 'wc_admin_BNPL_WCPay_coming-soon_Q1_2023', 'marketing', 'en_US', 'Buy now, pay later is heading to WooCommerce Payments', 'Great news: full integration with Afterpay and Affirm is on its way to WooCommerce Payments! You’ll soon be able to increase your order values, sell more, and offer customers a payment option they’ll love — with no extra downloads or extensions required.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(83, 'woocommerce-WCPreOrders-april-2023-update-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce Pre-Orders extension', '<strong>Your store requires a security update for the WooCommerce Pre-Orders extension</strong>. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(84, 'wc-admin-wcpay-denmark-Q2-2023', 'marketing', 'en_US', 'WooCommerce Payments is now available in Denmark!', 'We’ve recently released WooCommerce Payments in Denmark. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(85, 'wc-admin-wcpay-greece-Q2-2023', 'marketing', 'en_US', 'WooCommerce Payments is now available in Greece!', 'We’ve recently released WooCommerce Payments in Greece. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(86, 'wc-admin-wcpay-norway-Q2-2023', 'marketing', 'en_US', 'WooCommerce Payments is now available in Norway!', 'We’ve recently released WooCommerce Payments in Norway. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(87, 'wc-admin-wcpay-slovakia-Q2-2023', 'marketing', 'en_US', 'WooCommerce Payments is now available in Slovakia!', 'We’ve recently released WooCommerce Payments in Slovakia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(88, 'wc-admin-wcpay-finland-Q2-2023', 'marketing', 'en_US', 'WooCommerce Payments is now available in Finland!', 'We’ve recently released WooCommerce Payments in Finland. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(89, 'wc-admin-wcpay-estonia-Q2-2023', 'marketing', 'en_US', 'WooCommerce Payments is now available in Estonia!', 'We’ve recently released WooCommerce Payments in Estonia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(90, 'wc-admin-wcpay-lithuania-Q2-2023', 'marketing', 'en_US', 'WooCommerce Payments is now available in Lithuania!', 'We’ve recently released WooCommerce Payments in Lithuania. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(91, 'wc-admin-wcpay-slovenia-Q2-2023', 'marketing', 'en_US', 'WooCommerce Payments is now available in Slovenia!', 'We’ve recently released WooCommerce Payments in Slovenia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(92, 'wc-admin-wcpay-latvia-Q2-2023', 'marketing', 'en_US', 'WooCommerce Payments is now available in Latvia!', 'We’ve recently released WooCommerce Payments in Latvia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(93, 'wc-admin-wcpay-cyprus-Q2-2023', 'marketing', 'en_US', 'WooCommerce Payments is now available in Cyprus!', 'We’ve recently released WooCommerce Payments in Cyprus. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(94, 'wc-admin-wcpay-malta-Q2-2023', 'marketing', 'en_US', 'WooCommerce Payments is now available in Malta!', 'We’ve recently released WooCommerce Payments in Malta. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(95, 'wc-admin-wcpay-luxembourg-Q2-2023', 'marketing', 'en_US', 'WooCommerce Payments is now available in Luxembourg!', 'We’ve recently released WooCommerce Payments in Luxembourg. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(96, 'woopay-beta-merchantrecruitment-update-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'WooPay, a new express checkout feature built into WooCommerce Payments, is now available — and you’re invited to try it. \r\n<br /><br />\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br /><br />\r\nUpdate WooCommerce Payments to get started.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(97, 'woopay-beta-existingmerchants-noaction-27APR23', 'info', 'en_US', 'WooPay is back!', 'Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed. No action is required on your part.\r\n<br /><br />\r\nYou can now continue boosting conversions by offering your customers a simple, secure way to pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(98, 'woopay-beta-existingmerchants-update-27APR23', 'info', 'en_US', 'WooPay is back!', 'Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to continue boosting conversions by offering your customers a simple, secure way to pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(99, 'woopay-beta-merchantrecruitment-short-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(100, 'woopay-beta-merchantrecruitment-short-update-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(101, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTA', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(102, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTB', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(103, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTC', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(104, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTD', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(105, 'woopay-beta-merchantrecruitment-short-09MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(106, 'woopay-beta-merchantrecruitment-short-update-09MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.', '{}', 'pending', 'woocommerce.com', '2023-05-10 21:42:02', NULL, 0, 'plain', '', 0, 0, 'info'),
(107, 'ipp_refresh_q2_2023_us_inbox_notification', 'marketing', 'en_US', 'Grow on the go with in-person payments', 'Sell your products or services on the go with the M2 card reader – a quick, synchronized, and secure way to take payments, no matter where you are. Create an order using the WooCommerce mobile app and connect your card reader to accept payments.', '{}', 'pending', 'woocommerce.com', '2023-05-24 20:30:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(108, 'ipp_refresh_q2_2023_ca_inbox_notification', 'marketing', 'en_US', 'Grow on the go with in-person payments', 'Sell your products or services on the go with the WisePad 3 card reader – a quick, synchronized, and secure way to take payments, no matter where you are. Create an order using the WooCommerce mobile app and connect your card reader to accept payments.', '{}', 'pending', 'woocommerce.com', '2023-05-24 20:30:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(109, 'product_management_card_sorting', 'survey', 'en_US', 'How do you create and edit products?', 'Have a say in the future of WooCommerce. Take part in a brief exercise and help us understand what information is important to you while editing products.', '{}', 'unactioned', 'woocommerce.com', '2023-05-24 20:30:59', NULL, 0, 'plain', '', 0, 0, 'info'),
(110, 'woocommerce-WCstripe-May-2023-updated-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce Stripe plugin', '<strong>Your store requires a security update for the WooCommerce Stripe plugin</strong>. Please update the WooCommerce Stripe plugin immediately to address a potential vulnerability.', '{}', 'pending', 'woocommerce.com', '2023-06-26 21:50:10', NULL, 0, 'plain', '', 0, 0, 'info'),
(111, 'woocommerce-WCPayments-June-2023-updated-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce Payments', '<strong>Your store requires a security update for the WooCommerce Payments plugin</strong>. Please update the WooCommerce Payments plugin immediately to address a potential vulnerability.', '{}', 'pending', 'woocommerce.com', '2023-06-26 21:50:10', NULL, 0, 'plain', '', 0, 0, 'info'),
(112, 'woocommerce-WCSubscriptions-June-2023-updated-needed', 'marketing', 'en_US', 'Action required: Security update of WooCommerce Subscriptions', '<strong>Your store requires a security update for the WooCommerce Subscriptions plugin</strong>. Please update the WooCommerce Subscriptions plugin immediately to address a potential vulnerability.', '{}', 'pending', 'woocommerce.com', '2023-06-26 21:50:10', NULL, 0, 'plain', '', 0, 0, 'info');
INSERT INTO `wp_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES
(113, 'woocommerce-WCReturnsWarranty-June-2023-updated-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce Returns and Warranty Requests extension', '<strong>Your store requires a security update for the Returns and Warranty Requests extension</strong>.  Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.', '{}', 'pending', 'woocommerce.com', '2023-06-26 21:50:10', NULL, 0, 'plain', '', 0, 0, 'info'),
(114, 'woocommerce_hpos_1st_notification_q2_2023', 'marketing', 'en_US', 'High-Performance Order Storage (HPOS) is on its way', 'Our team is targeting August 2023 to roll out a major database upgrade that can unlock faster checkout and order creation for your customers — and lightning-quick order lookup for you. Enablement is optional and you won’t be forced to update, but read on to see why this was our most requested new feature.', '{}', 'unactioned', 'woocommerce.com', '2023-06-26 21:50:10', NULL, 0, 'plain', '', 0, 0, 'info'),
(115, 'woocommerce-WCOPC-June-2023-updated-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce One Page Checkout', '<strong>Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension</strong>. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.', '{}', 'pending', 'woocommerce.com', '2023-06-26 21:50:10', NULL, 0, 'plain', '', 0, 0, 'info'),
(116, 'woocommerce-WCGC-July-2023-update-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce GoCardless Extension', '<strong>Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension</strong>. The fix for this vulnerability was released on July 4th. Please update immediately.', '{}', 'pending', 'woocommerce.com', '2023-08-12 02:09:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(117, 'wc-admin-wcpay-bulgaria-Q2-2023', 'marketing', 'en_US', 'WooCommerce Payments is now available in Bulgaria!', 'We’ve recently released WooCommerce Payments in Bulgaria. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.', '{}', 'pending', 'woocommerce.com', '2023-08-12 02:09:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(118, 'wc-admin-wcpay-czechia-Q2-2023', 'marketing', 'en_US', 'WooCommerce Payments is now available in Czechia!', 'We’ve recently released WooCommerce Payments in Czechia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.', '{}', 'pending', 'woocommerce.com', '2023-08-12 02:09:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(119, 'wc-admin-wcpay-croatia-Q2-2023', 'marketing', 'en_US', 'WooCommerce Payments is now available in Croatia!', 'We’ve recently released WooCommerce Payments in Croatia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.', '{}', 'pending', 'woocommerce.com', '2023-08-12 02:09:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(120, 'wc-admin-wcpay-hungary-Q2-2023', 'marketing', 'en_US', 'WooCommerce Payments is now available in Hungary!', 'We’ve recently released WooCommerce Payments in Hungary. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.', '{}', 'pending', 'woocommerce.com', '2023-08-12 02:09:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(121, 'wc-admin-wcpay-romania-Q2-2023', 'marketing', 'en_US', 'WooCommerce Payments is now available in Romania!', 'We’ve recently released WooCommerce Payments in Romania. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.', '{}', 'pending', 'woocommerce.com', '2023-08-12 02:09:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(122, 'wc-admin-wcpay-sweden-Q2-2023', 'marketing', 'en_US', 'WooCommerce Payments is now available in Sweden!', 'We’ve recently released WooCommerce Payments in Sweden. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.', '{}', 'pending', 'woocommerce.com', '2023-08-12 02:09:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(123, 'woocommerce-shipping-fedex-api-outage-2023-07-16', 'warning', 'en_US', 'Scheduled FedEx API outage — July 2023', 'On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.', '{}', 'pending', 'woocommerce.com', '2023-08-12 02:09:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(124, 'wcship-2023-07-hazmat-update-needed', 'update', 'en_US', 'Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension', '<strong>Your store requires an update for the WooCommerce Shipping extension</strong>. Please update to the latest version of the WooCommerce Shipping &amp; Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.', '{}', 'pending', 'woocommerce.com', '2023-08-12 02:09:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(125, 'woocommerce-WCStripe-Aug-2023-update-needed', 'update', 'en_US', 'Action required: Security update for WooCommerce Stripe plugin', '<strong>Your shop requires an important security update for the  WooCommerce Stripe plugin</strong>. The fix for this vulnerability was released on July 31. Please update immediately.', '{}', 'pending', 'woocommerce.com', '2023-08-12 02:09:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(126, 'woocommerce-WCStripe-Aug-2023-security-updated', 'update', 'en_US', 'Security update of WooCommerce Stripe plugin', '<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. This update was released on July 31.', '{}', 'pending', 'woocommerce.com', '2023-08-12 02:09:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(127, 'woocommerce-WooPayments-Aug-2023-update-needed', 'update', 'en_US', 'Action required: Security update for WooPayments (WooCommerce Payments) plugin', '<strong>Your shop requires an important security update for the WooPayments (WooCommerce Payments) extension</strong>. The fix for this vulnerability was released on July 31. Please update immediately.', '{}', 'pending', 'woocommerce.com', '2023-08-12 02:09:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(128, 'woocommerce-WooPayments-Aug-2023-security-updated', 'update', 'en_US', 'Security update of WooPayments (WooCommerce Payments) plugin', '<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. This update was released on July 31.', '{}', 'pending', 'woocommerce.com', '2023-08-12 02:09:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(129, 'avalara_q3-2023_noAvaTax', 'marketing', 'en_US', 'Automatically calculate VAT in real time', 'Take the effort out of determining tax rates and sell confidently across borders with automated tax management from Avalara AvaTax— including built-in VAT calculation when you sell into or across the EU and UK. Save time and stay compliant when you let Avalara do the heavy lifting.', '{}', 'pending', 'woocommerce.com', '2023-08-12 02:09:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(130, 'woo-activation-survey-blockers-22AUG23', 'info', 'en_US', 'How can we help you get that first sale?', 'Your feedback is vital. Please take a minute to share your experience of setting up your new store and whether anything is preventing you from making those first few sales. Together, we can make Woo even better!', '{}', 'pending', 'woocommerce.com', '2023-08-29 17:11:34', NULL, 0, 'plain', '', 0, 0, 'info'),
(131, 'wc_admin_BNPL_WCPay_Q3_2023', 'marketing', 'en_US', 'Afterpay and Affirm have arrived in WooCommerce Payments!', 'Give your customers more power with buy now, pay later from Afterpay and Affirm — now included as part of WooCommerce Payments! With this new integration, you can quickly offer a checkout option that converts sales and boosts average order value, all from within the same payments dashboard you already know.', '{}', 'pending', 'woocommerce.com', '2023-09-28 18:42:55', NULL, 0, 'plain', '', 0, 0, 'info'),
(132, 'wc_admin_afterpay_WCPay_Q3_2023', 'marketing', 'en_US', 'Afterpay has arrived in WooCommerce Payments!', 'Give your customers more power with buy now, pay later from Afterpay — now included as part of WooCommerce Payments! With this new integration, you can quickly offer a checkout option that converts sales and boosts average order value, all from within the same payments dashboard you already know.', '{}', 'pending', 'woocommerce.com', '2023-09-28 18:42:55', NULL, 0, 'plain', '', 0, 0, 'info'),
(133, 'woocommerce-usermeta-Sept2023-productvendors', 'update', 'en_US', 'Your store requires a security update', '<strong>Your shop needs an update to address a vulnerability in WooCommerce.</strong> The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. <a href=\"https://developer.woocommerce.com/2023/09/16/woocommerce-vulnerability-reintroduced-from-7-0-1/\" />Read our developer update</a> for more information.', '{}', 'pending', 'woocommerce.com', '2023-09-28 18:42:55', NULL, 0, 'plain', '', 0, 0, 'info'),
(134, 'wc_com_in_person_payments_card_sale_US_inbox_note_q4_23', 'marketing', 'en_US', 'Save 35% on a WooPayments card reader', 'Have you been thinking about selling your products or services in person? Now’s the perfect time to do so, as we’re discounting our M2 card readers by 35%! Securely process payments wherever your business takes you, with full store and inventory sync. Don’t miss out — this offer ends October 29, 2023.', '{}', 'pending', 'woocommerce.com', '2023-10-13 22:27:42', NULL, 0, 'plain', '', 0, 0, 'info'),
(135, 'wc_com_in_person_payments_card_sale_UK_inbox_note_q4_23', 'marketing', 'en_US', 'Save 35% on a WooPayments card reader', 'Have you been thinking about selling your products or services in person? Now’s the perfect time to do so, as we’re discounting our WisePad 3 card readers by 35%! Securely process payments wherever your business takes you, with full store and inventory sync. Don’t miss out — this offer ends 29th October 2023.', '{}', 'pending', 'woocommerce.com', '2023-10-13 22:27:42', NULL, 0, 'plain', '', 0, 0, 'info'),
(136, 'wc_com_in_person_payments_card_sale_CA_inbox_note_q4_23', 'marketing', 'en_US', 'Save 35% on a WooPayments card reader', 'Have you been thinking about selling your products or services in person? Now’s the perfect time to do so, as we’re discounting our WisePad 3 card readers by 35%! Securely process payments wherever your business takes you, with full store and inventory sync. Don’t miss out — this offer ends October 29, 2023.', '{}', 'pending', 'woocommerce.com', '2023-10-13 22:27:42', NULL, 0, 'plain', '', 0, 0, 'info'),
(137, 'woocommerce-STRIPE-Oct-2023-update-needed', 'update', 'en_US', 'Action required: Security update for WooCommerce Stripe Gateway', '<strong>Your shop requires a security update to address a vulnerability in the WooCommerce Stripe Gateway</strong>. The fix for this vulnerability was released on October 17. Please update immediately.', '{}', 'pending', 'woocommerce.com', '2023-10-28 18:55:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(138, 'wc_admin_WooPay_Q4_2023', 'marketing', 'en_US', 'Convert more sales with our fastest checkout yet', 'Enable WooPay and offer the only single-click checkout experience built by Woo, for Woo. Give shoppers the power to pay instantly and securely speed through checkout, even if it\'s their first visit. Add it for free with one tap in your WooPayments dashboard.', '{}', 'pending', 'woocommerce.com', '2023-10-28 18:55:06', NULL, 0, 'plain', '', 0, 0, 'info'),
(139, 'tap_to_pay_iphone_q4_2023_no_woopayments', 'marketing', 'en_US', 'Accept in-person contactless payments on your iPhone', 'Tap to Pay on iPhone and WooPayments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.', '{}', 'pending', 'woocommerce.com', '2023-12-06 17:59:45', NULL, 0, 'plain', '', 0, 0, 'info'),
(140, 'tap_to_pay_iphone_q4_2023_with_woopayments', 'marketing', 'en_US', 'New: accept in-person contactless payments on your iPhone', 'Tap to Pay on iPhone is quick, secure, and simple to set up in WooPayments — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person in a few short steps!', '{}', 'pending', 'woocommerce.com', '2023-12-06 17:59:45', NULL, 0, 'plain', '', 0, 0, 'info'),
(141, 'amazon-mcf-reviews-2023-12-07', 'marketing', 'en_US', 'Enjoying Amazon MCF for WooCommerce?', 'We\'re Never Settle, the developers behind Amazon MCF for WooCommerce, and would be deeply honored to have your review. Reviews help immensely as other users can learn how MCF can solve their needs too! Not happy or need help? Please reach out for support and we’d love to make things right!', '{}', 'pending', 'woocommerce.com', '2023-12-06 17:59:45', NULL, 0, 'plain', '', 0, 0, 'info'),
(142, 'remove_estimated_deposits_2024', 'marketing', 'en_US', 'Estimated deposits are going away', 'To provide more accurate deposit information and support the expansion of instant deposits, estimated deposit details will no longer be available in WooPayments. We recommend upgrading to the latest version of WooPayments for more detailed balance status information.', '{}', 'pending', 'woocommerce.com', '2024-01-19 20:41:30', NULL, 0, 'plain', '', 0, 0, 'info'),
(143, 'amazon_pay_reactivate_q1-24', 'marketing', 'en_US', 'Special offer: Activate 0% promo rate for Amazon Pay', 'For a limited time, Woo merchants who register with Amazon Pay can enjoy a promotional rate of 0% on all transaction fees for 30 days. Valid for businesses based in the United Kingdom. Terms and conditions apply.', '{}', 'pending', 'woocommerce.com', '2024-01-26 22:25:16', NULL, 0, 'plain', '', 0, 0, 'info'),
(144, 'airwallex_q1_2024', 'marketing', 'en_US', 'Save big on foreign exchange (FX) fees', 'Boost your international sales by offering Apple Pay, Google Pay, and 60+ local payment methods with Airwallex. Save time and money by settling payments directly in USD, EUR, HKD, SGD, AUD, and more — without the extra FX fees. Simple, cost-effective, fast.', '{}', 'pending', 'woocommerce.com', '2024-04-16 19:33:01', NULL, 0, 'plain', '', 0, 0, 'info'),
(145, 'sirt-woo-2024-11-xss-admin', 'update', 'en_US', 'An important update is required for WooCommerce', 'This update addresses a security vulnerability that could allow unauthorized access to administrative privileges on your site. <a href=\"https://developer.woocommerce.com/2024/12/03/woocommerce-9-4-3-and-woocommerce-9-3-4-available-now/\">Learn more</a>.\r\n<br><br>\r\n<strong>Please ensure your site is updated to the latest version to stay secure.</strong>', '{}', 'pending', 'woocommerce.com', '2025-02-10 06:21:20', NULL, 0, 'plain', '', 0, 0, 'info'),
(146, 'woocommerce-analytics-order-attribution-promotions-december-2024', 'marketing', 'en_US', 'Discover what drives your sales', 'Use our powerful <strong>Order Attribution</strong> extension to understand what truly drives your revenue. Track your sales journey, identify your most effective marketing channels, and optimize your sales strategy.', '{}', 'unactioned', 'woocommerce.com', '2025-02-27 04:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(147, 'stripe_stripetax_q1_2025', 'marketing', 'en_US', 'Say goodbye to your tax woes', 'Stripe Tax automatically applies the correct sales tax, VAT, or GST, saving time while keeping you compliant. And with simple automatic filing, you can stop stressing at tax time and focus on growing instead.', '{}', 'pending', 'woocommerce.com', '2025-02-19 10:59:32', NULL, 0, 'plain', '', 0, 0, 'info'),
(148, 'printful_promo_q1_2025', 'marketing', 'en_US', 'New: sell print-on-demand products, risk-free', 'Expand your product line with Printful, now available in the WooCommerce Marketplace. Sell custom products with no upfront costs or inventory. This trusted supplier prints, packages, and ships for you, so you can focus on growing your store — and your next big idea.', '{}', 'pending', 'woocommerce.com', '2025-02-27 04:00:58', NULL, 0, 'plain', '', 0, 0, 'info'),
(149, 'paypal-braintree-sdk-depreciation-2025-02-20', 'update', 'en_US', 'Update required for your PayPal Braintree extension', 'To continue securely accepting payments, you must update your PayPal Braintree extension to version 3.2.4 or newer before June 30, 2025. Your current extension version will not support payment processing after this date due to an SSL certificate update.', '{}', 'pending', 'woocommerce.com', '2025-03-05 14:25:33', NULL, 0, 'plain', '', 0, 0, 'info'),
(150, 'woo-marketplace-two-year-subscriptions-rin-2025-03-17', 'marketing', 'en_US', 'Save 20% on new two-year subscriptions', 'We’ve introduced 20% off two-year subscriptions for all products* in the WooCommerce Marketplace. Lock in long-term savings and make sure your store never misses a beat. \r\n\r\n*Some exclusions apply. New purchases only.', '{}', 'pending', 'woocommerce.com', '2025-03-17 02:56:57', NULL, 0, 'plain', '', 0, 0, 'info'),
(151, 'viva_wallet_migration_q1_2025', 'update', 'en_US', 'Switch to the new Viva.com Smart Checkout', 'The Viva Wallet extension is no longer being updated and improved. To get the best Viva.com experience, move to the new Smart Checkout. It’s fast, secure, and fully compatible with the latest WooCommerce features.', '{}', 'pending', 'woocommerce.com', '2025-04-04 01:36:20', NULL, 0, 'plain', '', 0, 0, 'info'),
(152, 'stripe_orderstatus_bug_q2_2025', 'update', 'en_US', 'Action Required: Update Order Status Manager', 'Update to the latest Order Status Manager (v1.15.5+) to ensure payments are captured. Your version of WooCommerce Order Status Manager can interfere with order processing for payment gateways (including WooCommerce Stripe Gateway v9.2.0+), which may cause orders to process without capturing payment.', '{}', 'pending', 'woocommerce.com', '2025-04-04 01:36:20', NULL, 0, 'plain', '', 0, 0, 'info'),
(153, 'WooCommerce-Stripe-Gateway-Update-April-2025', 'update', 'en_US', 'Action required: Update WooCommerce Stripe Gateway to v9.4.1', '<strong>An important update for WooCommerce Stripe Payment Gateway has been released</strong>. Version 9.4.1 addresses performance issues and payment method visibility problems that occurred in version 9.4.0. Please update as soon as possible for optimal store performance. Please read <a href=\"https://developer.woocommerce.com/2025/04/18/https://developer.woocommerce.com/2025/04/18/developer-advisory-stripe-payment-gateway-9-4-1-release/\" /> this advisory</a> for more information.', '{}', 'pending', 'woocommerce.com', '2025-04-19 14:48:49', NULL, 0, 'plain', '', 0, 0, 'info'),
(154, 'WooCommerce-Stripe-Gateway-Update-Info-April-2025', 'update', 'en_US', 'WooCommerce Stripe Gateway has been updated to v9.4.1', '<strong>WooCommerce Stripe Payment Gateway was recently updated</strong>. Version 9.4.1 addresses performance issues and payment method visibility problems that occurred in version 9.4.0. No further action is required. Please read <a href=\"https://developer.woocommerce.com/2025/04/18/https://developer.woocommerce.com/2025/04/18/developer-advisory-stripe-payment-gateway-9-4-1-release/\" /> this advisory post </a>for more information.', '{}', 'pending', 'woocommerce.com', '2025-04-19 14:48:49', NULL, 0, 'plain', '', 0, 0, 'info'),
(155, 'klaviyo_q2_2025', 'marketing', 'en_US', 'Tailor your marketing with data-driven automation', 'Deliver personalized experiences at scale, simplify your stack, and make your data work for you using Klaviyo’s best-in-class marketing extension for Woo. With advanced segmentation based on actual customer behavior, you can send email and SMS messages that drive revenue and increase loyalty — without adding complexity', '{}', 'pending', 'woocommerce.com', '2025-05-04 00:41:47', NULL, 0, 'plain', '', 0, 0, 'info'),
(156, 'uk-vat-notice-2025-04-30', 'warning', 'en_US', 'UK VAT numbers are no longer supported', 'Due to recent HM Revenue &amp; Customs (HMRC) VAT API changes, your EU VAT Number for WooCommerce extension can no longer validate UK VAT numbers. HMRC now requires merchants to register an API key, which this extension does not currently support. We recommend EU/UK VAT Validation Manager for WooCommerce as a replacement', '{}', 'pending', 'woocommerce.com', '2025-05-08 14:33:39', NULL, 0, 'plain', '', 0, 0, 'info'),
(157, 'payson-retirement-2025', 'update', 'en_US', 'Payson Form Retirement', 'Svea Bank is discontinuing the Payson service; the last date for transactions is August 31, 2025. As a result, the Payson Form extension has been removed from WooCommerce.com. Documentation remains available.', '{}', 'pending', 'woocommerce.com', '2025-05-13 16:45:03', NULL, 0, 'plain', '', 0, 0, 'info'),
(158, 'paypal-braintree-sdk-depreciation-2025-05-30', 'update', 'en_US', 'Action required: Update the PayPal Braintree extension', 'Your PayPal Braintree extension is using an outdated SDK and will stop processing payments after June 30, 2025, due to a root SSL certificate expiration. To avoid service disruption, update to version 3.2.4 or newer immediately.', '{}', 'pending', 'woocommerce.com', '2025-06-04 01:38:46', NULL, 0, 'plain', '', 0, 0, 'info'),
(159, 'tento_q2_2025', 'marketing', 'en_US', 'Get your free business credit score', 'Strong business credit is the key to better deals, stronger partnerships, and sustainable growth. Tento Business Credit Monitoring helps you catch risks early, secure better financing, and fuel smarter growth — with no impact to your credit.', '{}', 'pending', 'woocommerce.com', '2025-06-06 16:27:17', NULL, 0, 'plain', '', 0, 0, 'info'),
(160, 'BFCM-25-Survey', 'marketing', 'en_US', 'You’re invited: Take our quick BFCM survey and get 25% off', 'We’re gathering insights on how businesses prepare for peak sales moments like Black Friday and Cyber Monday — so we can better support you. Take our quick 8-minute survey to share your thoughts and get 25% off your next WooCommerce extension as a thank you.', '{}', 'pending', 'woocommerce.com', '2025-07-15 02:20:20', NULL, 0, 'plain', '', 0, 0, 'info'),
(161, 'woohoo10-coupon', 'marketing', 'en_US', 'Celebrate and save with WooCommerce 10.0', 'To mark this milestone release, get 10% off extensions and themes in the official Woo Marketplace. Use code WOOHOO10 at checkout to save on essential tools that help grow your business. Offer ends August 15, 2025. Terms and conditions apply.', '{}', 'unactioned', 'woocommerce.com', '2025-08-05 05:57:19', NULL, 0, 'plain', '', 0, 0, 'info'),
(162, 'paypaladvantage_q3_2025', 'marketing', 'en_US', 'Add PayPal Checkout and earn up to $1,000*', 'PayPal Checkout can boost conversion by up to 46% and average order value by up to 62% with no disruption to your checkout. New US merchants who activate by August 31 save 25% on transaction fees for 6 months. Excludes Venmo. Terms apply.*', '{}', 'pending', 'woocommerce.com', '2025-08-24 12:53:12', NULL, 0, 'plain', '', 0, 0, 'info'),
(163, 'stripe_optimizedcheckout_upgrade_q3_2025', 'marketing', 'en_US', 'Upgrade for a faster, more flexible Stripe checkout', 'You\'re not on the latest WooCommerce Stripe Payment Gateway version. Upgrade to version 9.8 to access Stripe\'s Optimized Checkout Suite and leverage AI models to dynamically surface the most relevant payment methods for each customer, including BNPL, local options, and one-click Link checkout.', '{}', 'pending', 'woocommerce.com', '2025-08-24 12:53:12', NULL, 0, 'plain', '', 0, 0, 'info'),
(164, 'stripe_optimizedcheckout_enable_q3_2025', 'marketing', 'en_US', 'Unlock dynamic payments and sell more', 'You’re on the latest WooCommerce Stripe Payment Gateway — now unlock its full potential by enabling the Optimized Checkout Suite. It uses AI models to dynamically surface the most relevant payment methods for each customer, helping you boost conversions.', '{}', 'pending', 'woocommerce.com', '2025-08-24 12:53:12', NULL, 0, 'plain', '', 0, 0, 'info'),
(165, 'stripe_optimizedcheckout_promotion_q3_2025', 'marketing', 'en_US', 'Upgrade to Stripe for a faster, more flexible checkout', 'Unlock dynamic payments with Stripe’s Optimized Checkout Suite — now available with the WooCommerce Stripe Payment Gateway. Leverage AI models to dynamically surface the most relevant payment methods for each customer, including BNPL, local options, and one-click Link checkout.', '{}', 'pending', 'woocommerce.com', '2025-08-24 12:53:12', NULL, 0, 'plain', '', 0, 0, 'info'),
(166, 'stripe_optimizedcheckout_competitors_q3_2025', 'marketing', 'en_US', 'Upgrade to the official WooCommerce Stripe Payment Gateway', 'Unlock dynamic payments with Stripe’s Optimized Checkout Suite — now available with the WooCommerce Stripe Payment Gateway. Use AI models to dynamically surface the most relevant payment methods for each customer, including BNPL, local options, and one-click checkout with Link.', '{}', 'pending', 'woocommerce.com', '2025-08-31 12:22:57', NULL, 0, 'plain', '', 0, 0, 'info'),
(167, 'UPS-promo-RIN-WCS-Aug-25', 'marketing', 'en_US', 'Get up to $100 off your first UPS shipments', 'For a limited time, merchants new to UPS can get up to $10 off their first 10 UPS labels on WooCommerce Shipping. Simplify your shipping, lower costs, and keep customers happy with fast, affordable options built right into your store dashboard.', '{}', 'pending', 'woocommerce.com', '2025-09-10 16:37:03', NULL, 0, 'plain', '', 0, 0, 'info'),
(168, 'UPS-promo-RIN-WCST-Aug-25', 'marketing', 'en_US', 'Get up to $100 off your first UPS shipments', 'For a limited time, merchants new to UPS can get up to $10 off their first 10 UPS labels on WooCommerce Shipping. Simplify your shipping, lower costs, and keep customers happy with fast, affordable options built right into your store dashboard.', '{}', 'unactioned', 'woocommerce.com', '2025-09-10 16:37:03', NULL, 0, 'plain', '', 0, 0, 'info'),
(169, 'square_ordersync_upgrade_q3_2025', 'marketing', 'en_US', 'You asked, we delivered — order sync is here for Square', 'Update your Square extension to v5.0 to access <a href=\"https://woocommerce.com/document/woocommerce-square/sync-settings/sync-orders-between-woocommerce-and-square/\">automatic order syncing</a>. Manage your online sales in Square, keep reports accurate, and save time with order updates visible across both platforms.', '{}', 'pending', 'woocommerce.com', '2025-09-11 15:23:21', NULL, 0, 'plain', '', 0, 0, 'info'),
(170, 'woopayments-new-lpms-2025-06-30', 'marketing', 'en_US', 'Get the POS built specifically for Woo stores', 'Introducing WooCommerce POS, our new point-of-sale solution built to get you up and running quickly with in-person sales. Search products, scan barcodes, apply coupons, and send email receipts — right in the WooCommerce mobile app, with all of your online and physical sales synced in real time — no extra setup required', '{}', 'pending', 'woocommerce.com', '2025-09-16 02:59:16', NULL, 0, 'plain', '', 0, 0, 'info'),
(171, 'klaviyo_q3_2025', 'marketing', 'en_US', 'Smarter marketing starts with Woo x Klaviyo', 'Personalize every customer interaction with Klaviyo, Woo\'s preferred marketing automation solution. Advanced segmentation based on real customer behavior lets you create email and SMS campaigns focused on driving loyalty and revenue. So you can grow sales while simplifying your stack.', '{}', 'pending', 'woocommerce.com', '2025-09-20 07:05:15', NULL, 0, 'plain', '', 0, 0, 'info'),
(172, 'pinterest_q3_20252', 'marketing', 'en_US', 'More visibility, smarter campaigns', 'Connect your store to Pinterest via the Conversions API, a new feature in the latest version of our official extension. Target the right shoppers, track performance, and optimize campaigns for more sales. Get started today — connect and sync your catalog using the Conversions API.', '{}', 'pending', 'woocommerce.com', '2025-09-29 09:27:04', NULL, 0, 'plain', '', 0, 0, 'info'),
(173, 'pinterest_q4_2025', 'marketing', 'en_US', 'Maximize conversions with Pinterest', 'Connect your store to Pinterest via the Conversions API, now part of our official extension. Target the right shoppers, track performance, and optimize campaigns for more sales. Sync your catalog and create your first ad today.', '{}', 'pending', 'woocommerce.com', '2025-10-23 23:43:42', NULL, 0, 'plain', '', 0, 0, 'info'),
(174, 'paypaladvantage_q4_2025', 'marketing', 'en_US', 'PayPal Checkout offer: Get 40% back on fees for 3 months', 'Download and activate PayPal Payments in your WooCommerce admin, then complete your first transaction by 15 December 2025 to get 40% back on PayPal transaction fees — up to £2,000 for 3 months. PayPal Checkout works with your existing checkout. See terms: paypal.com/uk/campaign/paypalmerchantpromotion/terms.', '{}', 'pending', 'woocommerce.com', '2025-11-09 14:00:49', NULL, 0, 'plain', '', 0, 0, 'info'),
(175, 'bfcm_general_sale_q4_2025', 'marketing', 'en_US', 'Save up to 40% on extensions and themes', 'For a limited time, take up to 40% off nearly everything in our Marketplace. It’s the perfect moment to give your store a holiday boost and level up for 2026. Sale ends December 2, 2025, at 14:00 UTC.', '{}', 'pending', 'woocommerce.com', '2025-11-23 22:14:04', NULL, 0, 'plain', '', 0, 0, 'info'),
(176, 'paypal-carding-recaptcha-dec-25', 'update', 'en_US', 'Activate PayPal fraud management', 'PayPal detected increased suspicious card activity in market. Please enable fraud protection in your PayPal Payment settings by enabling CAPTCHA for PayPal Payments.', '{}', 'pending', 'woocommerce.com', '2025-12-04 16:33:28', NULL, 0, 'plain', '', 0, 0, 'info'),
(177, 'Googleupdate_q4_2025', 'marketing', 'en_US', 'Make every ad dollar count this holiday season', 'Google for WooCommerce now includes Budget Recommendations. Install the latest version and get personalized suggestions on where to optimize campaign budgets to reach more holiday shoppers this season.', '{}', 'pending', 'woocommerce.com', '2025-12-05 13:04:32', NULL, 0, 'plain', '', 0, 0, 'info'),
(178, 'holiday_shipping_deadlines_WCST_2025', 'marketing', 'en_US', 'Holiday shipping deadlines', 'Ensure your packages arrive before December 25. Verify your exact ship-by date for your destination, carrier, and mail class.', '{}', 'pending', 'woocommerce.com', '2025-12-12 18:42:36', NULL, 0, 'plain', '', 0, 0, 'info'),
(179, 'holiday_shipping_deadlines_WCS_2025', 'marketing', 'en_US', 'Holiday shipping deadlines', 'Ensure your packages arrive before December 25. Verify your exact ship-by date for your destination, carrier, and mail class.', '{}', 'pending', 'woocommerce.com', '2025-12-12 18:42:36', NULL, 0, 'plain', '', 0, 0, 'info'),
(180, 'paypal-carding-recaptcha-jan-26', 'update', 'en_US', 'Fraud protection is now required — enable today', 'Card networks like Visa and Mastercard now require fraud prevention controls, and non-compliance may result in fines and processing restrictions. Please enable reCAPTCHA in your PayPal Payments settings to help protect your store and maintain compliance.', '{}', 'pending', 'woocommerce.com', '2026-01-16 23:06:57', NULL, 0, 'plain', '', 0, 0, 'info'),
(181, 'reddit_q1_2026', 'marketing', 'en_US', 'Start advertising on Reddit with a $1,000 bonus', 'Make the most of our new Reddit integration with $1,000 in Reddit Ads! For a limited time, new advertisers who spend $1,000 in Reddit Ads Manager over 30 days will get $1,000 in ad credit. Your bonus credit unlocks automatically when you hit $1,000 in spend. Use your credit within 30 days.', '{}', 'pending', 'woocommerce.com', '2026-02-09 09:42:53', NULL, 0, 'plain', '', 0, 0, 'info'),
(182, 'Googleupdate_q1_2026', 'marketing', 'en_US', 'Make every ad dollar count', 'Google for WooCommerce now includes Budget Recommendations. Promote your products across Google — from Search to YouTube and beyond — and get personalized suggestions on where to optimize campaign budgets to reach more shoppers.', '{}', 'pending', 'woocommerce.com', '2026-02-12 07:01:07', NULL, 0, 'plain', '', 0, 0, 'info'),
(183, 'existing_square_discountcodes_gtm_q2_2026', 'marketing', 'en_US', 'Automatic coupon sync now available in Square', 'The discount codes you create in your Square dashboard will now work directly on your WooCommerce checkout — no need to manually sync coupons. Manage all of your discounts from one place with automatic redemption count updates.', '{}', 'pending', 'woocommerce.com', '2026-05-14 19:17:41', NULL, 0, 'plain', '', 0, 0, 'info');

-- --------------------------------------------------------

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

CREATE TABLE `wp_wc_admin_note_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `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,
  `is_primary` tinyint(1) NOT NULL DEFAULT '0',
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `is_primary`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES
(39, 35, 'connect', 'Connect', '?page=wc-addons&section=helper', 'unactioned', 0, '', NULL, NULL),
(78, 37, 'notify-refund-returns-page', 'Edit page', 'https://hagarbath.com/shop/wp-admin/post.php?post=10&action=edit', 'actioned', 0, '', NULL, NULL),
(338, 38, 'learn-more', 'Learn more', 'https://woocommerce.com/document/managing-orders/?utm_source=inbox&utm_medium=product', 'actioned', 0, '', NULL, NULL),
(367, 27, 'wcpay_applepay_q1_2022', 'Let your customers know about Apple Pay', 'https://developer.apple.com/apple-pay/marketing/', 'actioned', 0, '', NULL, NULL),
(368, 28, 'stripe_applepay_q1_2022', 'Add Apple Pay', 'https://hagarbath.com/shop/wp-admin/admin.php?page=wc-admin&page=wc-settings&tab=checkout&section=stripe', 'actioned', 0, '', NULL, NULL),
(369, 29, 'square_applepay_q1_2022', 'Add Apple Pay', 'https://hagarbath.com/shop/wp-admin/admin.php?page=wc-admin&page=wc-settings&tab=square', 'actioned', 0, '', NULL, NULL),
(608, 30, 'lead_gen_existing_customers_1', 'Yes, please', 'https://woocommerce.com/take-your-business-to-the-next-level/?utm_source=inbox_note&utm_medium=product&utm_campaign=lead_gen_existing_customers_1', 'actioned', 0, '', NULL, NULL),
(647, 39, 'pinterest_gtm_q2_2021', 'Get started for free', 'https://woocommerce.com/products/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_gtm_q2_2021', 'unactioned', 1, '', NULL, NULL),
(649, 41, 'woocommerce_payments_subscriptions_nopayments_q2_2022', 'Start selling subscriptions', 'https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=woocommerce_payments_subscriptions_nopayments_q2_2022', 'actioned', 0, '', NULL, NULL),
(650, 42, 'woocommerce_payments_subscriptions_yespayments_q2_2022', 'Get started', 'https://woocommerce.com/document/payments/subscriptions/?utm_source=inbox_note&utm_medium=product&utm_campaign=woocommerce_payments_subscriptions_yespayments_q2_2022#section-2', 'actioned', 0, '', NULL, NULL),
(651, 43, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/pre-launch-checklist-the-essentials/?utm_source=inbox&utm_medium=product', 'actioned', 0, '', NULL, NULL),
(3001, 44, 'enable-navigation', 'Enable in Settings', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-settings&tab=advanced&section=features', 'actioned', 0, '', NULL, NULL),
(3303, 47, 'update-db_run', 'Update WooCommerce Database', 'https://skgah.com/shop/wp-admin/revision.php?revision=5021&gutenberg=true&do_update_woocommerce=true', 'unactioned', 0, 'wc_db_update', 'wc_db_update', 'wc_db_update_nonce'),
(3304, 47, 'update-db_learn-more', 'Learn more about updates', 'https://docs.woocommerce.com/document/how-to-update-woocommerce/', 'unactioned', 0, '', NULL, NULL),
(3457, 50, 'googlelistings_multicountrygtm_q22022', 'Get Google Listings & Ads – free', 'https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=googlelistings_multicountrygtm_q22022', 'actioned', 0, '', NULL, NULL),
(3533, 49, 'affirm_q2_2022', 'Get started for free', 'https://woocommerce.com/products/woocommerce-gateway-affirm/?utm_source=inbox_note&utm_medium=product&utm_campaign=affirm_q2_2022', 'unactioned', 0, '', NULL, NULL),
(3534, 45, 'setup_task_second_survey_q2_2022_share_your_input', 'Share your input', 'https://t.maze.co/87390007', 'actioned', 0, '', NULL, NULL),
(3537, 51, 'wc_ipp_order_creation_GTM_launch_q2_2022', 'Grow my business on the go', 'https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_ipp_order_creation_GTM_launch_q2_2022', 'actioned', 0, '', NULL, NULL),
(3611, 48, 'wc-admin-EU-consumer-protection', 'Learn more about these changes', 'https://ec.europa.eu/info/law/law-topic/consumer-protection-law/review-eu-consumer-law_en#guidance', 'actioned', 0, '', NULL, NULL),
(3613, 53, 'TikTok q2_2022', 'Promote my products on TikTok', 'https://woocommerce.com/products/tiktok-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=TikTok%20q2_2022', 'unactioned', 0, '', NULL, NULL),
(3614, 54, 'learn-more', 'Learn more', 'https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product', 'actioned', 0, '', NULL, NULL),
(3686, 40, 'setup_task_initiative_survey_q2_2022_share_your_input', 'Share your input', 'https://t.maze.co/87390007', 'actioned', 0, '', NULL, NULL),
(3724, 55, 'mercado_pago_q3_2022', 'Free download', 'https://woocommerce.com/products/mercado-pago-checkout/?utm_source=inbox_note&utm_medium=product&utm_campaign=mercado_pago_q3_2022', 'unactioned', 0, '', NULL, NULL),
(3725, 56, 'klarna_q3_2022', 'Grow with Klarna', 'https://woocommerce.com/products/klarna-payments?utm_source=inbox_note&utm_medium=product&utm_campaign=klarna_q3_2022', 'unactioned', 0, '', NULL, NULL),
(3765, 59, 'product_creation_usability_test_6_months_take_a_look', 'Try it now', 'https://t.maze.co/103446424', 'unactioned', 0, '', NULL, NULL),
(3766, 60, 'product_creation_usability_test_12_months_take_a_look', 'Try it now', 'https://t.maze.co/103446424', 'unactioned', 0, '', NULL, NULL),
(3767, 61, 'product_creation_usability_test_3_months_take_a_look', 'Try it now', 'https://t.maze.co/103446424', 'unactioned', 0, '', NULL, NULL),
(3768, 62, 'learn-more', 'Learn more', 'https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product', 'actioned', 0, '', NULL, NULL),
(3772, 4, 'wc_shipping_mobile_app_q4_2021', 'Get the WooCommerce Mobile App', 'https://woocommerce.com/mobile/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_q4_2021', 'actioned', 0, '', NULL, NULL),
(3773, 5, 'set-up-concierge', 'Schedule free session', 'https://wordpress.com/me/concierge', 'actioned', 0, '', NULL, NULL),
(3775, 7, 'learn-more-ecomm-unique-shopping-experience', 'Learn more', 'https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox', 'actioned', 0, '', NULL, NULL),
(3776, 8, 'watch-the-webinar', 'Watch the webinar', 'https://youtu.be/V_2XtCOyZ7o', 'actioned', 0, '', NULL, NULL),
(3779, 11, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', 0, '', NULL, NULL),
(3883, 63, 'shipping_category_q4_2022_click', 'Automate my shipping', 'https://woocommerce.com/product-category/woocommerce-extensions/shipping-delivery-and-fulfillment/?categoryIds=28685&collections=product&page=1&utm_source=inbox_note&utm_medium=product&utm_campaign=shipping_category_q4_2022_click', 'unactioned', 0, '', NULL, NULL),
(3888, 68, 'learn-more', 'Learn more', 'https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product', 'actioned', 0, '', NULL, NULL),
(3912, 26, 'share-navigation-survey-feedback', 'Share feedback', 'https://automattic.survey.fm/feedback-on-woocommerce-navigation', 'actioned', 0, '', NULL, NULL),
(3925, 65, 'tiktok-targeted-q4-2022-click', 'Launch a campaign', 'https://woocommerce.com/products/tiktok-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=tiktok-targeted-q4-2022-click', 'unactioned', 0, '', NULL, NULL),
(3929, 70, 'apple_pay_square_q422', 'Enable Apple Pay', 'http://skgah.com/shop/wp-admin/admin.php?page=wc-admin/wp-admin/admin.php?page=wc-settings&tab=checkout&section=square_credit_card', 'unactioned', 0, '', NULL, NULL),
(3930, 71, 'apple_pay_wcpay_q422', 'Enable Apple Pay', 'http://skgah.com/shop/wp-admin/admin.php?page=wc-admin/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments', 'unactioned', 0, '', NULL, NULL),
(3964, 64, 'woocommerce_admin_deprecation_q4_2022', 'Deactivate WooCommerce Admin', 'http://skgah.com/shop/wp-admin/admin.php?page=wc-adminplugins.php', 'actioned', 0, '', NULL, NULL),
(3965, 66, 'paypal_paylater_g3_q4_22', 'Install PayPal Payments', 'https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g3_q4_22', 'unactioned', 0, '', NULL, NULL),
(3966, 67, 'paypal_paylater_g2_q4_22', 'Install PayPal Payments', 'https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g2_q4_22', 'unactioned', 0, '', NULL, NULL),
(4172, 78, 'learn-more', 'Learn more', 'https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product', 'actioned', 0, '', NULL, NULL),
(4345, 75, 'google_listings_ads_pmax_i1_q1_2023_no_gla', 'Boost my business with Google', 'https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_pmax_i1_q1_2023_no_gla', 'actioned', 0, '', NULL, NULL),
(4346, 76, 'google_listings_ads_pmax_i1_q1_2023_with_gla', 'Create a new ad', 'https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_pmax_i1_q1_2023_with_gla', 'actioned', 0, '', NULL, NULL),
(4351, 82, 'wc-admin-BNPL-WCPay-coming-soon', 'Sign up now', 'https://woocommerce.com/buy-now-pay-later-for-woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-BNPL-WCPay-coming-soon', 'actioned', 0, '', NULL, NULL),
(4436, 84, 'wc-admin-wcpay-denmark-Q2-2023', 'Simplify my payments', 'https://woocommerce.com/payments/denmark/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-denmark-Q2-2023', 'actioned', 0, '', NULL, NULL),
(4437, 85, 'wc-admin-wcpay-greece-Q2-2023', 'Simplify my payments', 'https://woocommerce.com/payments/greece/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-greece-Q2-2023', 'actioned', 0, '', NULL, NULL),
(4438, 86, 'wc-admin-wcpay-norway-Q2-2023', 'Simplify my payments', 'https://woocommerce.com/payments/norway/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-norway-Q2-2023', 'actioned', 0, '', NULL, NULL),
(4439, 87, 'wc-admin-wcpay-slovakia-Q2-2023', 'Simplify my payments', 'https://woocommerce.com/payments/slovakia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-slovakia-Q2-2023', 'actioned', 0, '', NULL, NULL),
(4440, 88, 'wc-admin-wcpay-finland-Q2-2023', 'Simplify my payments', 'https://woocommerce.com/payments/finland/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-finland-Q2-2023', 'actioned', 0, '', NULL, NULL),
(4441, 89, 'wc-admin-wcpay-estonia-Q2-2023', 'Simplify my payments', 'https://woocommerce.com/payments/estonia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-estonia-Q2-2023', 'actioned', 0, '', NULL, NULL),
(4442, 90, 'wc-admin-wcpay-lithuania-Q2-2023', 'Simplify my payments', 'https://woocommerce.com/payments/lithuania/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-lithuania-Q2-2023', 'actioned', 0, '', NULL, NULL),
(4443, 91, 'wc-admin-wcpay-slovenia-Q2-2023', 'Simplify my payments', 'https://woocommerce.com/payments/slovenia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-slovenia-Q2-2023', 'actioned', 0, '', NULL, NULL),
(4444, 92, 'wc-admin-wcpay-latvia-Q2-2023', 'Simplify my payments', 'https://woocommerce.com/payments/latvia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-latvia-Q2-2023', 'actioned', 0, '', NULL, NULL),
(4445, 93, 'wc-admin-wcpay-cyprus-Q2-2023', 'Simplify my payments', 'https://woocommerce.com/payments/cyprus/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-cyprus-Q2-2023', 'actioned', 0, '', NULL, NULL),
(4446, 94, 'wc-admin-wcpay-malta-Q2-2023', 'Simplify my payments', 'https://woocommerce.com/payments/malta/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-malta-Q2-2023', 'actioned', 0, '', NULL, NULL),
(4447, 95, 'wc-admin-wcpay-luxembourg-Q2-2023', 'Simplify my payments', 'https://woocommerce.com/payments/luxembourg/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-luxembourg-Q2-2023', 'actioned', 0, '', NULL, NULL),
(4470, 109, 'product_management_card_sorting', 'Get started', 'https://t.maze.co/163892579', 'unactioned', 0, '', NULL, NULL),
(4471, 1, 'browse_extensions', 'Browse extensions', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-adminadmin.php?page=wc-addons', 'unactioned', 0, '', NULL, NULL),
(4499, 52, 'wc-admin-wisepad3', 'Grow my business offline', 'https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wisepad3', 'actioned', 0, '', NULL, NULL),
(4504, 69, 'google_listings_ads_custom_attribute_mapping_q4_2022', 'Learn more', 'https://woocommerce.com/document/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_custom_attribute_mapping_q4_2022#attribute-mapping', 'actioned', 0, '', NULL, NULL),
(4548, 114, 'woocommerce_hpos_1st_notification_q2_2023', 'Learn more about HPOS', 'https://woocommerce.com/posts/platform-update-high-performance-order-storage-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=woocommerce_hpos_1st_notification_q2_2023', 'actioned', 0, '', NULL, NULL),
(4593, 80, 'tap_to_pay_iphone_q2_2023_with_wcpay', 'Set up Tap to Pay on iPhone', 'https://woocommerce.com/document/woocommerce-payments/in-person-payments/woocommerce-in-person-payments-tap-to-pay-on-iphone-quick-start-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_with_wcpay', 'actioned', 0, '', NULL, NULL),
(4630, 117, 'wc-admin-wcpay-bulgaria-Q2-2023', 'Simplify my payments', 'https://woocommerce.com/payments/bulgaria/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-bulgaria-Q2-2023', 'actioned', 0, '', NULL, NULL),
(4631, 118, 'wc-admin-wcpay-czechia-Q2-2023', 'Simplify my payments', 'https://woocommerce.com/payments/czechia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-czechia-Q2-2023', 'actioned', 0, '', NULL, NULL),
(4632, 119, 'wc-admin-wcpay-croatia-Q2-2023', 'Simplify my payments', 'https://woocommerce.com/payments/croatia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-croatia-Q2-2023', 'actioned', 0, '', NULL, NULL),
(4633, 120, 'wc-admin-wcpay-hungary-Q2-2023', 'Simplify my payments', 'https://woocommerce.com/payments/hungary/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-hungary-Q2-2023', 'actioned', 0, '', NULL, NULL),
(4634, 121, 'wc-admin-wcpay-romania-Q2-2023', 'Simplify my payments', 'https://woocommerce.com/payments/romania/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-romania-Q2-2023', 'actioned', 0, '', NULL, NULL),
(4635, 122, 'wc-admin-wcpay-sweden-Q2-2023', 'Simplify my payments', 'https://woocommerce.com/payments/sweden/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-sweden-Q2-2023', 'actioned', 0, '', NULL, NULL),
(4710, 107, 'ipp_refresh_q2_2023_us_inbox_notification', 'Grow my business on the go', 'https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=ipp_refresh_q2_2023_us_inbox_notification', 'actioned', 0, '', NULL, NULL),
(4711, 108, 'ipp_refresh_q2_2023_ca_inbox_notification', 'Grow my business on the go', 'https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=ipp_refresh_q2_2023_ca_inbox_notification', 'actioned', 0, '', NULL, NULL),
(4811, 131, 'wc_admin_BNPL_WCPay_Q3_2023', 'Enable buy now, pay later', 'https://woocommerce.com/?post_type=documentation&p=18734002212927&preview=true&utm_source=inbox_note&utm_medium=product&utm_campaign=wc_admin_BNPL_WCPay_Q3_2023', 'actioned', 0, '', NULL, NULL),
(4812, 132, 'wc_admin_afterpay_WCPay_Q3_2023', 'Enable buy now, pay later', 'https://woocommerce.com/?post_type=documentation&p=18734002212927&preview=true&utm_source=inbox_note&utm_medium=product&utm_campaign=wc_admin_afterpay_WCPay_Q3_2023', 'actioned', 0, '', NULL, NULL),
(5095, 134, 'wc_com_in_person_payments_card_sale_US_inbox_note_q4_23', 'Save 35%', 'https://woocommerce.com/products/m2-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_com_in_person_payments_card_sale_US_inbox_note_q4_23', 'actioned', 0, '', NULL, NULL),
(5096, 135, 'wc_com_in_person_payments_card_sale_UK_inbox_note_q4_23', 'Save 35%', 'https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_com_in_person_payments_card_sale_UK_inbox_note_q4_23', 'actioned', 0, '', NULL, NULL),
(5097, 136, 'wc_com_in_person_payments_card_sale_CA_inbox_note_q4_23', 'Save 35%', 'https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_com_in_person_payments_card_sale_CA_inbox_note_q4_23', 'actioned', 0, '', NULL, NULL),
(5100, 138, 'wc_admin_WooPay_Q4_2023', 'Get started today', 'http://skgah.com/shop/wp-admin/admin.php?page=wc-adminhttps://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_admin_WooPay_Q4_2023', 'actioned', 0, '', NULL, NULL),
(5649, 139, 'tap_to_pay_iphone_q4_2023_no_woopayments', 'Simplify my payments', 'https://woo.com/products/woopayments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q4_2023_no_woopayments', 'actioned', 0, '', NULL, NULL),
(5650, 140, 'tap_to_pay_iphone_q4_2023_with_woopayments', 'Set up Tap to Pay on iPhone', 'https://woo.com/document/woopayments/in-person-payments/tap-to-pay-iphone/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q4_2023_with_woopayments', 'actioned', 0, '', NULL, NULL),
(6149, 57, 'learn-more', 'Find out more', 'https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/', 'unactioned', 0, '', NULL, NULL),
(6150, 57, 'dismiss', 'Dismiss', '', 'actioned', 0, '', NULL, NULL),
(6151, 58, 'learn-more', 'Find out more', 'https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/', 'unactioned', 0, '', NULL, NULL),
(6152, 58, 'dismiss', 'Dismiss', '', 'actioned', 0, '', NULL, NULL),
(6214, 143, 'amazon_pay_ext-link_q1-24', 'Register your account now', 'https://eu.amazonpayments.com/2024-uk-woopricepromoregistration?utm_campaign=woo_price_promo&utm_medium=EM&utm_source=direct&utm_content=cta&utm_creative=&ld=EMUKAPA-woo_price_promo-direct-24Q1', 'actioned', 0, '', NULL, NULL),
(6276, 110, 'woocommerce-WCStripe-May-2023-updated-needed-Plugin-Settings', 'See available updates', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-adminplugins.php?plugin_status=all', 'unactioned', 0, '', NULL, NULL),
(6277, 110, 'woocommerce-WCStripe-May-2023-updated-needed-Plugin-Settings-dismiss', 'Dismiss', '#', 'actioned', 0, '', NULL, NULL),
(6278, 111, 'woocommerce-WCPayments-June-2023-updated-needed-Plugin-Settings', 'See available updates', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-adminplugins.php?plugin_status=all', 'unactioned', 0, '', NULL, NULL),
(6279, 111, 'woocommerce-WCPayments-June-2023-updated-needed-Dismiss', 'Dismiss', '#', 'actioned', 0, '', NULL, NULL),
(6294, 127, 'woocommerce-WooPayments-Aug-2023-update-needed', 'See available updates', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-adminupdate-core.php?', 'unactioned', 0, '', NULL, NULL),
(6295, 127, 'dismiss', 'Dismiss', '#', 'actioned', 0, '', NULL, NULL),
(6390, 144, 'airwallex_q1_2024', 'Get started with Airwallex', 'https://woocommerce.com/products/airwallexpayments/?utm_source=inbox_note&utm_medium=product&utm_campaign=airwallex_q1_2024', 'actioned', 0, '', NULL, NULL),
(6892, 6, 'learn-more', 'Learn more', 'https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox', 'unactioned', 0, '', NULL, NULL),
(6965, 130, 'woo-activation-survey-blockers-survey-button-22AUG23', 'Take our short survey', 'https://woocommerce.survey.fm/getting-started-with-woo', 'unactioned', 0, '', NULL, NULL),
(8372, 147, 'stripe_stripetax_q1_2025_click', 'Automate my taxes with Stripe', 'https://woocommerce.com/products/stripe-tax/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_stripetax_q1_2025_click', 'unactioned', 0, '', NULL, NULL),
(8542, 148, 'printful_promo_q1_2025', 'Get started for free', 'https://woocommerce.com/products/printful/?utm_source=inbox_note&utm_medium=product&utm_campaign=printful_promo_q1_2025', 'unactioned', 0, '', NULL, NULL),
(9224, 150, 'woo-marketplace-two-year-subscriptions-rin-2025-03-17', 'Browse the Marketplace', 'https://woocommerce.com/products/?utm_source=inbox_note&utm_medium=product&utm_campaign=woo-marketplace-two-year-subscriptions-rin-2025-03-17', 'actioned', 0, '', NULL, NULL),
(9567, 151, 'viva_wallet_migration_q1_2025_click', 'Get Viva.com Smart Checkout', 'https://woocommerce.com/it/products/viva-com-smart-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=viva_wallet_migration_q1_2025_click', 'actioned', 0, '', NULL, NULL),
(9912, 152, 'stripe_nocapture_q2_2025_click', 'Update now', 'https://woocommerce.com/products/woocommerce-order-status-manager/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_nocapture_q2_2025_click', 'unactioned', 0, '', NULL, NULL),
(9913, 153, 'WooCommerce-Stripe-Gateway-Update-April-2025', 'See available updates', 'https://skgah.com/shop/wp-admin/update-core.php?', 'actioned', 0, '', NULL, NULL),
(9914, 154, 'WooCommerce-Stripe-Gateway-Update-Info-April-2025', 'Dismiss', '#', 'actioned', 0, '', NULL, NULL),
(10426, 155, 'klaviyo_q2_2025', 'Try Klaviyo today', 'https://woocommerce.com/products/klaviyo-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=klaviyo_q2_2025', 'actioned', 0, '', NULL, NULL),
(10959, 159, 'tento_q2_2025', 'Get your free score', 'https://woocommerce.com/products/tento-business-credit-monitoring/?utm_source=inbox_note&utm_medium=product&utm_campaign=tento_q2_2025', 'actioned', 0, '', NULL, NULL),
(11313, 160, 'BFCM-25-Survey-Button', 'Take the survey', 'https://2yp7yqymm1z.typeform.com/to/n4wCUUt7', 'unactioned', 0, '', NULL, NULL),
(11574, 146, 'woocommerce-analytics-order-attribution-promotions-december-2024-find-out-more', 'Find out more', 'https://wordpress.org/plugins/woocommerce-analytics', 'actioned', 0, '', NULL, NULL),
(11579, 161, 'woohoo10-coupon', 'Get 10% off now', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-admin&amp;tab=extensions&amp;path=extensions', 'unactioned', 0, '', NULL, NULL),
(11667, 162, 'paypaladvantage_q3_2025', 'Activate & Save Now', 'https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypaladvantage_q3_2025', 'actioned', 0, '', NULL, NULL),
(11669, 164, 'stripe_optimizedcheckout_upgrade_q3_2025_click', 'Enable optimized checkout', 'https://woocommerce.com/document/stripe/admin-experience/updated-requirements-for-stripe-plugin-mid-2025/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_optimizedcheckout_upgrade_q3_2025_click#enable-the-optimized-checkout-suite', 'unactioned', 0, '', NULL, NULL),
(11670, 165, 'stripe_optimizedcheckout_promotion_q3_2025_click', 'Get paid with Stripe', 'https://woocommerce.com/products/stripe/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_optimizedcheckout_promotion_q3_2025_click', 'unactioned', 0, '', NULL, NULL),
(11671, 2, 'wayflyer_bnpl_q4_2021', 'Level up with funding', 'https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021', 'actioned', 0, '', NULL, NULL),
(11672, 3, 'wc_shipping_mobile_app_usps_q4_2021', 'Get WooCommerce Shipping', 'https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021', 'actioned', 0, '', NULL, NULL),
(11717, 101, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA', 'Activate WooPay Test A', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', 0, '', NULL, NULL),
(11718, 101, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'unactioned', 0, '', NULL, NULL),
(11719, 102, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB', 'Activate WooPay Test B', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', 0, '', NULL, NULL),
(11720, 102, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'unactioned', 0, '', NULL, NULL),
(11721, 103, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC', 'Activate WooPay Test C', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', 0, '', NULL, NULL),
(11722, 103, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC', 'unactioned', 0, '', NULL, NULL),
(11723, 104, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD', 'Activate WooPay Test D', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', 0, '', NULL, NULL),
(11724, 104, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD', 'unactioned', 0, '', NULL, NULL),
(11838, 166, 'stripe_optimizedcheckout_competitors_q3_2025_click', 'Get more from Stripe', 'https://woocommerce.com/products/stripe/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_optimizedcheckout_competitors_q3_2025_click', 'unactioned', 0, '', NULL, NULL),
(12231, 167, 'UPS-promo-RIN-WCS-Aug-25-button', 'Save on UPS Shipments', 'https://woocommerce.com/document/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=UPS-promo-RIN-WCS-Aug-25-button#ups-promotion-details', 'unactioned', 0, '', NULL, NULL),
(12232, 168, 'UPS-promo-RIN-WCST-Aug-25-button', 'Get WooCommerce Shipping', 'https://woocommerce.com/products/shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=UPS-promo-RIN-WCST-Aug-25-button', 'unactioned', 0, '', NULL, NULL),
(12390, 163, 'stripe_optimizedcheckout_upgrade_q3_2025_click', 'Upgrade now', 'https://skgah.com/shop/wp-admin/update.php', 'unactioned', 0, '', NULL, NULL),
(12391, 170, 'woopayments-new-lpms-2025-06-30', 'Get started today', 'https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopayments-new-lpms-2025-06-30', 'unactioned', 0, '', NULL, NULL),
(12392, 169, 'square_ordersync_upgrade_q3_2025_click', 'Upgrade now', 'https://skgah.com/shop/wp-admin/update-core.php', 'unactioned', 0, '', NULL, NULL),
(12698, 171, 'klaviyo_q3_2025', 'Try Klaviyo today', 'https://woocommerce.com/products/klaviyo-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=klaviyo_q3_2025', 'actioned', 0, '', NULL, NULL),
(12782, 172, 'pinterest_q3_20252', 'Connect to the Conversions API', 'https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_q3_20252#h-conversions-api', 'actioned', 0, '', NULL, NULL),
(13553, 173, 'pinterest_q4_2025', 'Get started with Pinterest', 'https://woocommerce.com/products/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_q4_2025', 'actioned', 0, '', NULL, NULL),
(13785, 174, 'paypaladvantage_q4_2025', 'Activate PayPal Today', 'https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypaladvantage_q4_2025', 'unactioned', 0, '', NULL, NULL),
(13941, 175, 'bfcm_general_sale_q4_2025', 'Boost your store for less', 'https://woocommerce.com/products/?utm_source=inbox_note&utm_medium=product&utm_campaign=bfcm_general_sale_q4_2025', 'actioned', 0, '', NULL, NULL),
(14180, 177, 'Google_q4_2025', 'Update Now', 'https://skgah.com/shop/wp-admin/update-core.php', 'unactioned', 0, '', NULL, NULL),
(14260, 178, 'holiday_shipping_deadlines_WCST_2025_button', 'Learn More', 'https://woocommerce.com/document/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=holiday_shipping_deadlines_WCST_2025_button#2025-holiday-shipping-deadlines', 'unactioned', 0, '', NULL, NULL),
(14261, 179, 'holiday_shipping_deadlines_WCS_2025_button', 'Learn More', 'https://woocommerce.com/document/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=holiday_shipping_deadlines_WCS_2025_button#2025-holiday-shipping-deadlines', 'unactioned', 0, '', NULL, NULL),
(14337, 157, 'payson-retirement-2025', 'Explore alternative payment methods', 'https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?categoryIds=28680&collections=product&page=1&country=Sweden&utm_source=inbox_note&utm_medium=product&utm_campaign=payson-retirement-2025', 'actioned', 0, '', NULL, NULL),
(14575, 176, 'setup-instructions', 'Setup Instructions', 'https://woocommerce.com/document/woocommerce-paypal-payments/fraud-and-disputes/?utm_source=inbox_note&utm_medium=product&utm_campaign=setup-instructions#section-4', 'unactioned', 0, '', NULL, NULL),
(14576, 176, 'activate-now', 'Activate Now', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-settings&tab=integration&section=ppcp-recaptcha', 'unactioned', 0, '', NULL, NULL),
(14657, 181, 'reddit_q1_2026', 'Get started with Reddit for WooCommerce', 'https://woocommerce.com/products/reddit/?utm_source=inbox_note&utm_medium=product&utm_campaign=reddit_q1_2026', 'actioned', 0, '', NULL, NULL),
(14894, 182, 'Googleupdate_q1_2026', 'Get started with Google', 'https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=Googleupdate_q1_2026', 'unactioned', 0, '', NULL, NULL),
(15049, 180, 'setup-instructions', 'Setup Instructions', 'https://woocommerce.com/document/woocommerce-paypal-payments/fraud-and-disputes/?utm_source=inbox_note&utm_medium=product&utm_campaign=setup-instructions#section-4', 'unactioned', 0, '', NULL, NULL),
(15050, 180, 'activate-now', 'Activate Now', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-settings&tab=integration&section=ppcp-recaptcha', 'unactioned', 0, '', NULL, NULL),
(15355, 9, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'actioned', 0, '', NULL, NULL),
(15356, 10, 'optimizing-the-checkout-flow', 'Learn more', 'https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow', 'actioned', 0, '', NULL, NULL),
(15357, 12, 'qualitative-feedback-from-new-users', 'Share feedback', 'https://automattic.survey.fm/woopayments-new-user-feedback', 'actioned', 0, '', NULL, NULL),
(15358, 13, 'share-feedback', 'Share feedback', 'http://automattic.survey.fm/paypal-feedback', 'unactioned', 0, '', NULL, NULL),
(15359, 14, 'get-started', 'Get started', 'https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started', 'actioned', 0, '', NULL, NULL),
(15360, 15, 'update-wc-subscriptions-3-0-15', 'View latest version', 'https://skgah.com/shop/wp-admin/&page=wc-addons&section=helper', 'actioned', 0, '', NULL, NULL),
(15361, 16, 'update-wc-core-5-4-0', 'How to update WooCommerce', 'https://docs.woocommerce.com/document/how-to-update-woocommerce/', 'actioned', 0, '', NULL, NULL),
(15362, 19, 'ppxo-pps-install-paypal-payments-1', 'View upgrade guide', 'https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/', 'actioned', 0, '', NULL, NULL),
(15363, 20, 'ppxo-pps-install-paypal-payments-2', 'View upgrade guide', 'https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/', 'actioned', 0, '', NULL, NULL),
(15364, 21, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', 0, '', NULL, NULL),
(15365, 21, 'dismiss', 'Dismiss', '', 'actioned', 0, '', NULL, NULL),
(15366, 22, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', 0, '', NULL, NULL),
(15367, 22, 'dismiss', 'Dismiss', '', 'actioned', 0, '', NULL, NULL),
(15368, 23, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', 0, '', NULL, NULL),
(15369, 23, 'dismiss', 'Dismiss', '', 'actioned', 0, '', NULL, NULL),
(15370, 24, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', 0, '', NULL, NULL),
(15371, 24, 'dismiss', 'Dismiss', '', 'actioned', 0, '', NULL, NULL),
(15372, 25, 'share-feedback', 'Share feedback', 'https://automattic.survey.fm/store-management', 'unactioned', 0, '', NULL, NULL),
(15373, 31, 'learn-more', 'Learn more', 'https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/', 'unactioned', 0, '', NULL, NULL),
(15374, 31, 'woocommerce-core-paypal-march-2022-dismiss', 'Dismiss', '', 'actioned', 0, '', NULL, NULL),
(15375, 32, 'learn-more', 'Learn more', 'https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/', 'unactioned', 0, '', NULL, NULL),
(15376, 32, 'dismiss', 'Dismiss', '', 'actioned', 0, '', NULL, NULL),
(15377, 33, 'pinterest_03_2022_update', 'Update Instructions', 'https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3', 'actioned', 0, '', NULL, NULL),
(15378, 46, 'store_setup_survey_survey_q2_2022_share_your_thoughts', 'Tell us how it’s going', 'https://automattic.survey.fm/store-setup-survey-2022', 'actioned', 0, '', NULL, NULL),
(15379, 72, 'needs-update-eway-payment-gateway-rin-action-button-2022-12-20', 'See available updates', 'https://skgah.com/shop/wp-admin/update-core.php', 'unactioned', 0, '', NULL, NULL),
(15380, 72, 'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20', 'Dismiss', '#', 'actioned', 0, '', NULL, NULL),
(15381, 73, 'updated-eway-payment-gateway-rin-action-button-2022-12-20', 'See all updates', 'https://skgah.com/shop/wp-admin/update-core.php', 'unactioned', 0, '', NULL, NULL),
(15382, 73, 'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20', 'Dismiss', '#', 'actioned', 0, '', NULL, NULL),
(15383, 74, 'share-navigation-survey-feedback', 'Share feedback', 'https://automattic.survey.fm/new-ecommerce-plan-navigation', 'actioned', 0, '', NULL, NULL),
(15384, 81, 'woopay-beta-merchantrecruitment-activate-04MAY23', 'Activate WooPay', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', 0, '', NULL, NULL),
(15385, 81, 'woopay-beta-merchantrecruitment-activate-learnmore-04MAY23', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23', 'unactioned', 0, '', NULL, NULL),
(15386, 77, 'woocommerce-wcpay-march-2023-update-needed-button', 'See Blog Post', 'https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know', 'unactioned', 0, '', NULL, NULL),
(15387, 77, 'woocommerce-wcpay-march-2023-update-needed-dismiss-button', 'Dismiss', '#', 'actioned', 0, '', NULL, NULL),
(15388, 79, 'tap_to_pay_iphone_q2_2023_no_wcpay', 'Simplify my payments', 'https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay', 'actioned', 0, '', NULL, NULL),
(15389, 83, 'extension-settings', 'See available updates', 'https://skgah.com/shop/wp-admin/update-core.php', 'unactioned', 0, '', NULL, NULL),
(15390, 83, 'dismiss', 'Dismiss', '#', 'actioned', 0, '', NULL, NULL),
(15391, 96, 'woopay-beta-merchantrecruitment-update-WCPay-04MAY23', 'Update WooCommerce Payments', 'https://skgah.com/shop/wp-admin/plugins.php?plugin_status=all', 'unactioned', 0, '', NULL, NULL),
(15392, 96, 'woopay-beta-merchantrecruitment-update-activate-04MAY23', 'Activate WooPay', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', 0, '', NULL, NULL),
(15393, 97, 'woopay-beta-existingmerchants-noaction-documentation-27APR23', 'Documentation', 'https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23', 'actioned', 0, '', NULL, NULL),
(15394, 98, 'woopay-beta-existingmerchants-update-WCPay-27APR23', 'Update WooCommerce Payments', 'https://skgah.com/shop/wp-admin/plugins.php?plugin_status=all', 'actioned', 0, '', NULL, NULL),
(15395, 99, 'woopay-beta-merchantrecruitment-short-activate-04MAY23', 'Activate WooPay', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', 0, '', NULL, NULL),
(15396, 99, 'woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23', 'actioned', 0, '', NULL, NULL),
(15397, 100, 'woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23', 'Update WooCommerce Payments', 'https://skgah.com/shop/wp-admin/plugins.php?plugin_status=all', 'unactioned', 0, '', NULL, NULL),
(15398, 100, 'woopay-beta-merchantrecruitment-short-update-activate-04MAY23', 'Activate WooPay', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', 0, '', NULL, NULL),
(15399, 105, 'woopay-beta-merchantrecruitment-short-activate-button-09MAY23', 'Activate WooPay', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', 0, '', NULL, NULL),
(15400, 105, 'woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23', 'unactioned', 0, '', NULL, NULL),
(15401, 106, 'woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23', 'Update WooCommerce Payments', 'https://skgah.com/shop/wp-admin/plugins.php?plugin_status=all', 'unactioned', 0, '', NULL, NULL),
(15402, 106, 'woopay-beta-merchantrecruitment-short-update-activate-09MAY23', 'Activate WooPay', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', 0, '', NULL, NULL),
(15403, 112, 'woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings', 'See available updates', 'https://skgah.com/shop/wp-admin/plugins.php?plugin_status=all', 'unactioned', 0, '', NULL, NULL),
(15404, 112, 'woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss', 'Dismiss', '#', 'actioned', 0, '', NULL, NULL),
(15405, 113, 'woocommerce-WCReturnsWarranty-June-2023-updated-needed', 'See available updates', 'https://skgah.com/shop/wp-admin/plugins.php?plugin_status=all', 'unactioned', 0, '', NULL, NULL),
(15406, 113, 'woocommerce-WCReturnsWarranty-June-2023-updated-needed', 'Dismiss', '#', 'actioned', 0, '', NULL, NULL),
(15407, 115, 'woocommerce-WCOPC-June-2023-updated-needed', 'See available updates', 'https://skgah.com/shop/wp-admin/plugins.php?plugin_status=all', 'actioned', 0, '', NULL, NULL),
(15408, 115, 'woocommerce-WCOPC-June-2023-updated-needed', 'Dismiss', 'https://skgah.com/shop/wp-admin/#', 'actioned', 0, '', NULL, NULL),
(15409, 116, 'woocommerce-WCGC-July-2023-update-needed', 'See available updates', 'https://skgah.com/shop/wp-admin/plugins.php?plugin_status=all', 'unactioned', 0, '', NULL, NULL),
(15410, 116, 'woocommerce-WCGC-July-2023-update-needed', 'Dismiss', '#', 'actioned', 0, '', NULL, NULL),
(15411, 123, 'learn-more', 'Learn more', 'https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage', 'unactioned', 0, '', NULL, NULL),
(15412, 124, 'plugin-list', 'See available updates', 'https://skgah.com/shop/wp-admin/plugins.php?plugin_status=all', 'unactioned', 0, '', NULL, NULL),
(15413, 124, 'dismiss', 'Dismiss', 'https://skgah.com/shop/wp-admin/admin.php?page=wc-admin', 'actioned', 0, '', NULL, NULL),
(15414, 125, 'woocommerce-WCStripe-Aug-2023-update-needed', 'See available updates', 'https://skgah.com/shop/wp-admin/update-core.php?', 'unactioned', 0, '', NULL, NULL),
(15415, 125, 'dismiss', 'Dismiss', '#', 'actioned', 0, '', NULL, NULL),
(15416, 126, 'dismiss', 'Dismiss', '#', 'actioned', 0, '', NULL, NULL),
(15417, 128, 'dismiss', 'Dismiss', '#', 'actioned', 0, '', NULL, NULL),
(15418, 129, 'avalara_q3-2023_noAvaTax', 'Automate my sales tax', 'https://woocommerce.com/products/woocommerce-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_noAvaTax', 'unactioned', 0, '', NULL, NULL),
(15419, 133, 'woocommerce-usermeta-Sept2023-productvendors', 'See available updates', 'https://skgah.com/shop/wp-admin/plugins.php', 'unactioned', 0, '', NULL, NULL),
(15420, 133, 'dismiss', 'Dismiss', 'https://skgah.com/shop/wp-admin/#', 'actioned', 0, '', NULL, NULL),
(15421, 137, 'woocommerce-STRIPE-Oct-2023-update-needed', 'See available updates', 'https://skgah.com/shop/wp-admin/update-core.php', 'unactioned', 0, '', NULL, NULL),
(15422, 137, 'dismiss', 'Dismiss', '#', 'actioned', 0, '', NULL, NULL),
(15423, 141, 'amazon-mcf-review-button-2023-12-07', 'Leave a review', 'https://woocommerce.com/products/woocommerce-amazon-fulfillment/?review&utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-review-button-2023-12-07', 'actioned', 0, '', NULL, NULL),
(15424, 141, 'amazon-mcf-support-button-2023-12-07', 'Request support', 'https://woocommerce.com/my-account/contact-support/?utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-support-button-2023-12-07', 'actioned', 0, '', NULL, NULL),
(15425, 142, 'view_docs', 'Learn about Deposit schedules', 'https://woocommerce.com/document/woopayments/deposits/deposit-schedule/?utm_source=inbox_note&utm_medium=product&utm_campaign=view_docs#available-funds', 'unactioned', 0, '', NULL, NULL),
(15426, 145, 'sirt-woo-2024-11-xss-admin', 'See available updates', 'https://skgah.com/shop/wp-admin/update-core.php?', 'unactioned', 0, '', NULL, NULL),
(15427, 145, 'sirt-woo-2024-11-xss-admin', 'Dismiss', '#', 'actioned', 0, '', NULL, NULL),
(15428, 149, 'paypal-braintree-sdk-depreciation-2025-02-20-button', 'Upgrade now', 'https://skgah.com/shop/wp-admin/wp-admin/plugins.php', 'actioned', 0, '', NULL, NULL),
(15429, 156, 'uk-vat-notice-button-2025-04-30', 'Learn more about this extension', 'https://wordpress.org/plugins/eu-vat-for-woocommerce/', 'actioned', 0, '', NULL, NULL),
(15430, 158, 'paypal-braintree-sdk-depreciation-2025-05-30-button', 'Update now', 'https://skgah.com/shop/wp-admin/wp-admin/plugins.php', 'unactioned', 0, '', NULL, NULL),
(15431, 183, 'existing_square_discountcodes_gtm_q2_2026_click', 'See how it works', 'https://woocommerce.com/product-update/square-for-woocommerce-apply-your-square-discount-codes-at-checkout/?utm_source=inbox_note&utm_medium=product&utm_campaign=existing_square_discountcodes_gtm_q2_2026_click', 'actioned', 0, '', NULL, NULL);

-- --------------------------------------------------------

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

CREATE TABLE `wp_wc_category_lookup` (
  `category_tree_id` bigint(20) UNSIGNED NOT NULL,
  `category_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES
(15, 15),
(83, 83),
(84, 84),
(85, 85),
(86, 86),
(87, 87),
(88, 88),
(89, 89),
(90, 90),
(91, 91),
(92, 92),
(93, 93),
(96, 96),
(97, 97),
(99, 99),
(103, 103),
(105, 105),
(110, 110),
(111, 111),
(112, 112),
(113, 113),
(114, 114),
(116, 116),
(117, 117),
(118, 118),
(119, 119),
(123, 123),
(125, 125),
(126, 126),
(127, 127),
(128, 128),
(129, 129),
(130, 130),
(131, 131),
(133, 133),
(134, 134),
(135, 135),
(136, 136),
(138, 138);

-- --------------------------------------------------------

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

CREATE TABLE `wp_wc_customer_lookup` (
  `customer_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_wc_customer_lookup` (`customer_id`, `user_id`, `username`, `first_name`, `last_name`, `email`, `date_last_active`, `date_registered`, `country`, `postcode`, `city`, `state`) VALUES
(1, 2, 'gauravmonga54', 'gaurav', 'monga', 'gauravmonga54@gmail.com', '2022-04-13 18:30:00', '2022-04-12 05:24:30', 'IN', '110096', 'Delhi', 'DL'),
(2, NULL, '', 'Sachin', 'Sharma', 'sachinversatile27@gmail.com', '2022-05-07 07:28:13', NULL, 'IN', '110019', 'New Delhi', 'DL'),
(3, 1, 'hagaradmin', 'Gaurav', 'Monga', 'gauravmonga54@gmail.com', '2022-05-11 05:08:23', '2022-03-29 10:38:15', 'IN', '110006', 'DELHI', 'DL');

-- --------------------------------------------------------

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

CREATE TABLE `wp_wc_download_log` (
  `download_log_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_wc_order_coupon_lookup` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `coupon_id` bigint(20) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_wc_order_product_lookup` (
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `variation_id` bigint(20) UNSIGNED NOT NULL,
  `customer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int(11) NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT '0',
  `product_gross_revenue` double NOT NULL DEFAULT '0',
  `coupon_amount` double NOT NULL DEFAULT '0',
  `tax_amount` double NOT NULL DEFAULT '0',
  `shipping_amount` double NOT NULL DEFAULT '0',
  `shipping_tax_amount` double NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_wc_order_product_lookup` (`order_item_id`, `order_id`, `product_id`, `variation_id`, `customer_id`, `date_created`, `product_qty`, `product_net_revenue`, `product_gross_revenue`, `coupon_amount`, `tax_amount`, `shipping_amount`, `shipping_tax_amount`) VALUES
(6, 4592, 3907, 0, 1, '2022-04-12 12:06:56', 1, 239, 282.02, 0, 43.02, 0, 0),
(7, 4592, 3942, 0, 1, '2022-04-12 12:06:56', 1, 403, 475.54, 0, 72.54, 0, 0),
(8, 4592, 3901, 0, 1, '2022-04-12 12:06:56', 1, 242, 285.56, 0, 43.56, 0, 0),
(9, 4592, 3910, 0, 1, '2022-04-12 12:06:56', 1, 540, 637.2, 0, 97.2, 0, 0),
(11, 4597, 3907, 0, 1, '2022-04-12 15:19:09', 1, 239, 282.02, 0, 43.02, 0, 0),
(12, 4597, 3942, 0, 1, '2022-04-12 15:19:09', 1, 403, 475.54, 0, 72.54, 0, 0),
(13, 4597, 3901, 0, 1, '2022-04-12 15:19:09', 1, 242, 285.56, 0, 43.56, 0, 0),
(14, 4597, 3910, 0, 1, '2022-04-12 15:19:09', 1, 540, 637.2, 0, 97.2, 0, 0),
(15, 4597, 3908, 0, 1, '2022-04-12 15:19:09', 1, 284, 335.12, 0, 51.12, 0, 0),
(17, 4701, 3940, 0, 2, '2022-05-07 12:58:13', 1, 260, 306.8, 0, 46.8, 0, 0),
(19, 4908, 3933, 0, 3, '2022-05-11 10:38:23', 1, 10, 11.8, 0, 1.8, 0, 0);

-- --------------------------------------------------------

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

CREATE TABLE `wp_wc_order_stats` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `parent_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int(11) NOT NULL DEFAULT '0',
  `total_sales` double NOT NULL DEFAULT '0',
  `tax_total` double NOT NULL DEFAULT '0',
  `shipping_total` double NOT NULL DEFAULT '0',
  `net_total` double NOT NULL DEFAULT '0',
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `customer_id` bigint(20) UNSIGNED NOT NULL,
  `date_paid` datetime DEFAULT '0000-00-00 00:00:00',
  `date_completed` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_wc_order_stats` (`order_id`, `parent_id`, `date_created`, `date_created_gmt`, `num_items_sold`, `total_sales`, `tax_total`, `shipping_total`, `net_total`, `returning_customer`, `status`, `customer_id`, `date_paid`, `date_completed`) VALUES
(4592, 0, '2022-04-12 12:06:56', '2022-04-12 12:06:56', 4, 1680.32, 256.32, 0, 1424, 0, 'wc-cancelled', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(4597, 0, '2022-04-12 15:19:09', '2022-04-12 15:19:09', 5, 2015.44, 307.44, 0, 1708, 0, 'wc-cancelled', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(4701, 0, '2022-05-07 12:58:13', '2022-05-07 12:58:13', 1, 306.8, 46.8, 0, 260, 0, 'wc-processing', 2, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(4908, 0, '2022-05-11 10:38:23', '2022-05-11 10:38:23', 1, 11.8, 1.8, 0, 10, 0, 'wc-completed', 3, '0000-00-00 00:00:00', '0000-00-00 00:00:00');

-- --------------------------------------------------------

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

CREATE TABLE `wp_wc_order_tax_lookup` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT '0',
  `order_tax` double NOT NULL DEFAULT '0',
  `total_tax` double NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_wc_order_tax_lookup` (`order_id`, `tax_rate_id`, `date_created`, `shipping_tax`, `order_tax`, `total_tax`) VALUES
(4592, 1, '2022-04-12 12:06:56', 0, 256.32, 256.32),
(4597, 1, '2022-04-12 15:19:09', 0, 307.44, 307.44),
(4701, 1, '2022-05-07 12:58:13', 0, 46.8, 46.8),
(4908, 1, '2022-05-11 10:38:23', 0, 1.8, 1.8);

-- --------------------------------------------------------

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

CREATE TABLE `wp_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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_wc_product_download_directories` (
  `url_id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` 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 '',
  `global_unique_id` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_wc_product_meta_lookup` (`product_id`, `sku`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`, `global_unique_id`) VALUES
(3901, 'OL001', 0, 0, 242.0000, 242.0000, 1, NULL, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3907, 'LI001', 0, 0, 239.0000, 239.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3908, 'LI002', 0, 0, 284.0000, 284.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3909, 'LI004', 0, 0, 231.0000, 231.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3910, 'LI005', 0, 0, 540.0000, 540.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3911, 'LI006', 0, 0, 540.0000, 540.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3912, 'LI009', 0, 0, 504.0000, 504.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3913, 'LI010', 0, 0, 557.0000, 557.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3914, 'LI011', 0, 0, 1114.0000, 1114.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3916, 'OL002', 0, 0, 323.0000, 323.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3917, 'OL003', 0, 0, 363.0000, 363.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3918, 'OL005', 0, 0, 242.0000, 242.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3919, 'OL006', 0, 0, 591.0000, 591.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3920, 'OL007', 0, 0, 591.0000, 591.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3921, 'OL019', 0, 0, 1238.0000, 1238.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3922, 'FA001', 0, 0, 546.0000, 546.0000, 1, 95, 'instock', 0, 0.00, 5, 'taxable', '', ''),
(3923, 'FA002', 0, 0, 631.0000, 631.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3924, 'FA004', 0, 0, 410.0000, 410.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3925, 'FA005', 0, 0, 826.0000, 826.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3926, 'FA009', 0, 0, 1040.0000, 1040.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3927, 'FA022', 0, 0, 735.0000, 735.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3928, 'AC001', 0, 0, 304.0000, 304.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3929, 'AC003', 0, 0, 322.0000, 322.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3930, 'AC005', 0, 0, 412.0000, 412.0000, 1, 95, 'instock', 0, 0.00, 5, 'taxable', '', ''),
(3931, 'AC006', 0, 0, 290.0000, 290.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3932, 'AC009', 0, 0, 398.0000, 398.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3933, 'PT002', 0, 0, 10.0000, 10.0000, 1, 99, 'instock', 0, 0.00, 1, 'taxable', '', ''),
(3934, 'OHS007', 0, 0, 338.0000, 338.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3935, 'OHS002', 0, 0, 395.0000, 395.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3936, 'AV001', 0, 0, 182.0000, 182.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3937, 'HF001', 0, 0, 293.0000, 293.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3938, 'HF003', 0, 0, 286.0000, 286.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3939, 'IR01', 0, 0, 358.0000, 358.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3940, 'IR02', 0, 0, 260.0000, 260.0000, 1, 99, 'instock', 0, 0.00, 1, 'taxable', '', ''),
(3941, 'IR03', 0, 0, 533.0000, 533.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(3942, 'THS002', 0, 0, 403.0000, 403.0000, 1, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4691, 'BE001', 0, 0, 1610.0000, 1610.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4707, 'SST001', 0, 0, 765.0000, 765.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4708, 'SST002', 0, 0, 765.0000, 765.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4709, 'SST003', 0, 0, 765.0000, 765.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4710, 'SST004', 0, 0, 765.0000, 765.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4711, 'SST005', 0, 0, 765.0000, 765.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4712, 'SST006', 0, 0, 2150.0000, 2150.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4713, 'SST007', 0, 0, 830.0000, 830.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4714, 'SST008', 0, 0, 4195.0000, 4195.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4715, 'SST009', 0, 0, 5615.0000, 5615.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4716, 'SST010', 0, 0, 8470.0000, 8470.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4717, 'SST011', 0, 0, 4195.0000, 4195.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4718, 'SST012', 0, 0, 5615.0000, 5615.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4719, 'SST013', 0, 0, 8470.0000, 8470.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4720, 'SST014', 0, 0, 4195.0000, 4195.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4721, 'SST015', 0, 0, 5615.0000, 5615.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4722, 'SST016', 0, 0, 8470.0000, 8470.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4723, 'SST017', 0, 0, 4195.0000, 4195.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4724, 'SST018', 0, 0, 5615.0000, 5615.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4725, 'SST019', 0, 0, 8470.0000, 8470.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4726, 'SST020', 0, 0, 260.0000, 260.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4727, 'SST021', 0, 0, 260.0000, 260.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4728, 'SST022', 0, 0, 260.0000, 260.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4729, 'SST023', 0, 0, 390.0000, 390.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4730, 'SST024', 0, 0, 390.0000, 390.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4731, 'SST025', 0, 0, 260.0000, 260.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4732, 'SST026', 0, 0, 390.0000, 390.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4733, 'SST027', 0, 0, 390.0000, 390.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4734, 'SST028', 0, 0, 620.0000, 620.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4735, 'SST029', 0, 0, 620.0000, 620.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4765, 'SST030', 0, 0, 620.0000, 620.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4766, 'SST031', 0, 0, 620.0000, 620.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4767, 'SST032', 0, 0, 260.0000, 260.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4768, 'SST033', 0, 0, 260.0000, 260.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4776, 'ED001', 0, 0, 4550.0000, 4550.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4777, 'ED002', 0, 0, 3605.0000, 3605.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4778, 'ED003', 0, 0, 1410.0000, 1410.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4779, 'ED004', 0, 0, 830.0000, 830.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4780, 'ED005', 0, 0, 810.0000, 810.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4781, 'ED006', 0, 0, 910.0000, 910.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4782, 'ED007', 0, 0, 625.0000, 625.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4783, 'ED008', 0, 0, 1105.0000, 1105.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4784, 'ED009', 0, 0, 1410.0000, 1410.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4785, 'EDRG001', 0, 0, 8160.0000, 8160.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4786, 'EDRG002', 0, 0, 9150.0000, 9150.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4787, 'EDRG003', 0, 0, 2810.0000, 2810.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4788, 'EDRG004', 0, 0, 1530.0000, 1530.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4789, 'EDRG005', 0, 0, 1515.0000, 1515.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4790, 'EDRG006', 0, 0, 1350.0000, 1350.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4791, 'EDRG007', 0, 0, 980.0000, 980.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4792, 'EDRG008', 0, 0, 2665.0000, 2665.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4793, 'EDRG009', 0, 0, 2125.0000, 2125.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4794, 'EDB001', 0, 0, 6135.0000, 6135.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4795, 'EDB002', 0, 0, 5440.0000, 5440.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4796, 'EDB003', 0, 0, 1890.0000, 1890.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4797, 'EDB004', 0, 0, 1120.0000, 1120.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4798, 'EDB005', 0, 0, 1105.0000, 1105.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4799, 'EDB006', 0, 0, 1180.0000, 1180.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4800, 'EDB007', 0, 0, 865.0000, 865.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4801, 'EDB008', 0, 0, 1545.0000, 1545.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4802, 'EDB009', 0, 0, 1680.0000, 1680.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4803, 'EV001', 0, 0, 3810.0000, 3810.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4804, 'EV002', 0, 0, 3210.0000, 3210.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4805, 'EV003', 0, 0, 1210.0000, 1210.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4806, 'EV004', 0, 0, 655.0000, 655.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4807, 'EV005', 0, 0, 680.0000, 680.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4808, 'EV006', 0, 0, 770.0000, 770.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4809, 'EV007', 0, 0, 520.0000, 520.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4810, 'EV008', 0, 0, 1105.0000, 1105.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4811, 'EV009', 0, 0, 1410.0000, 1410.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4812, 'EVRG009', 0, 0, 7410.0000, 7410.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4813, 'EVRG010', 0, 0, 8740.0000, 8740.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4814, 'EVRG011', 0, 0, 2600.0000, 2600.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4815, 'EVRG012', 0, 0, 1350.0000, 1350.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4816, 'EVRG013', 0, 0, 1385.0000, 1385.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4817, 'EVRG014', 0, 0, 1210.0000, 1210.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4818, 'EVRG015', 0, 0, 880.0000, 880.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4819, 'EVRG016', 0, 0, 2670.0000, 2670.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4820, 'EVRG017', 0, 0, 2130.0000, 2130.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4821, 'EVB001', 0, 0, 5395.0000, 5395.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4822, 'EVB002', 0, 0, 5045.0000, 5045.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4823, 'EVB003', 0, 0, 1685.0000, 1685.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4824, 'EVB004', 0, 0, 940.0000, 940.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4825, 'EVB005', 0, 0, 980.0000, 980.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4826, 'EVB006', 0, 0, 1050.0000, 1050.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4827, 'EVB007', 0, 0, 760.0000, 760.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4828, 'EVB008', 0, 0, 1545.0000, 1545.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4829, 'EVB009', 0, 0, 1680.0000, 1680.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4830, 'SAS003', 0, 0, 475.0000, 475.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4831, 'SAS004', 0, 0, 710.0000, 710.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4832, 'SAS005', 0, 0, 540.0000, 540.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4833, 'SAS006', 0, 0, 810.0000, 810.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4834, 'SAS007', 0, 0, 950.0000, 950.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4835, 'SAS008', 0, 0, 1100.0000, 1100.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4836, 'BE002', 0, 0, 1180.0000, 1180.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4837, 'BE003', 0, 0, 2045.0000, 2045.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4838, 'BE004', 0, 0, 1700.0000, 1700.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4839, 'BE005', 0, 0, 1070.0000, 1070.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4840, 'BO006', 0, 0, 1255.0000, 1255.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4841, 'BO007', 0, 0, 900.0000, 900.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4842, 'BO008', 0, 0, 1785.0000, 1785.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4843, 'BO009', 0, 0, 1070.0000, 1070.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4844, 'BO010', 0, 0, 2855.0000, 2855.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4845, 'BO011', 0, 0, 1430.0000, 1430.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4846, 'OT012', 0, 0, 2075.0000, 2075.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4847, 'OT013', 0, 0, 1255.0000, 1255.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4848, 'OT014', 0, 0, 4460.0000, 4460.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4849, 'OT015', 0, 0, 3470.0000, 3470.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4850, 'OT016', 0, 0, 1825.0000, 1825.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4851, 'OT017', 0, 0, 2140.0000, 2140.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4852, 'OT018', 0, 0, 1330.0000, 1330.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4853, 'ST019', 0, 0, 1840.0000, 1840.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4854, 'ST020', 0, 0, 950.0000, 950.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4855, 'ST021', 0, 0, 870.0000, 870.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4856, 'ST022', 0, 0, 2290.0000, 2290.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4857, 'ST023', 0, 0, 1430.0000, 1430.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', ''),
(4858, 'ST024', 0, 0, 1180.0000, 1180.0000, 0, 100, 'instock', 0, 0.00, 0, 'taxable', '', '');

-- --------------------------------------------------------

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

CREATE TABLE `wp_wc_rate_limits` (
  `rate_limit_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_wc_reserved_stock` (
  `order_id` bigint(20) NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `stock_quantity` double NOT NULL DEFAULT '0',
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_wc_tax_rate_classes` (`tax_rate_class_id`, `name`, `slug`) VALUES
(1, 'Reduced rate', 'reduced-rate'),
(2, 'Zero rate', 'zero-rate');

-- --------------------------------------------------------

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

CREATE TABLE `wp_wc_webhooks` (
  `webhook_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_woocommerce_api_keys` (
  `key_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_woocommerce_api_keys` (`key_id`, `user_id`, `description`, `permissions`, `consumer_key`, `consumer_secret`, `nonces`, `truncated_key`, `last_access`) VALUES
(1, 1, 'DroppofyKey', 'read_write', '6a105606849836a93922a542c81eee4b4b6e7186f284b7533c73d28a98a49184', 'cs_d13ab5c1464957549c1df788123e9eca18a5e0f5', NULL, '271fe31', '2022-05-11 12:00:07');

-- --------------------------------------------------------

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

CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_woocommerce_attribute_taxonomies` (`attribute_id`, `attribute_name`, `attribute_label`, `attribute_type`, `attribute_orderby`, `attribute_public`) VALUES
(1, 'model', 'Model', 'st-color-swatch', 'menu_order', 0);

-- --------------------------------------------------------

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

CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_woocommerce_log` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES
(43, 6, '_product_id', '3907'),
(44, 6, '_variation_id', '0'),
(45, 6, '_qty', '1'),
(46, 6, '_tax_class', ''),
(47, 6, '_line_subtotal', '239'),
(48, 6, '_line_subtotal_tax', '43.02'),
(49, 6, '_line_total', '239'),
(50, 6, '_line_tax', '43.02'),
(51, 6, '_line_tax_data', 'a:2:{s:5:\"total\";a:1:{i:1;s:5:\"43.02\";}s:8:\"subtotal\";a:1:{i:1;s:5:\"43.02\";}}'),
(52, 7, '_product_id', '3942'),
(53, 7, '_variation_id', '0'),
(54, 7, '_qty', '1'),
(55, 7, '_tax_class', ''),
(56, 7, '_line_subtotal', '403'),
(57, 7, '_line_subtotal_tax', '72.54'),
(58, 7, '_line_total', '403'),
(59, 7, '_line_tax', '72.54'),
(60, 7, '_line_tax_data', 'a:2:{s:5:\"total\";a:1:{i:1;s:5:\"72.54\";}s:8:\"subtotal\";a:1:{i:1;s:5:\"72.54\";}}'),
(61, 8, '_product_id', '3901'),
(62, 8, '_variation_id', '0'),
(63, 8, '_qty', '1'),
(64, 8, '_tax_class', ''),
(65, 8, '_line_subtotal', '242'),
(66, 8, '_line_subtotal_tax', '43.56'),
(67, 8, '_line_total', '242'),
(68, 8, '_line_tax', '43.56'),
(69, 8, '_line_tax_data', 'a:2:{s:5:\"total\";a:1:{i:1;s:5:\"43.56\";}s:8:\"subtotal\";a:1:{i:1;s:5:\"43.56\";}}'),
(70, 9, '_product_id', '3910'),
(71, 9, '_variation_id', '0'),
(72, 9, '_qty', '1'),
(73, 9, '_tax_class', ''),
(74, 9, '_line_subtotal', '540'),
(75, 9, '_line_subtotal_tax', '97.2'),
(76, 9, '_line_total', '540'),
(77, 9, '_line_tax', '97.2'),
(78, 9, '_line_tax_data', 'a:2:{s:5:\"total\";a:1:{i:1;s:4:\"97.2\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"97.2\";}}'),
(79, 10, 'rate_id', '1'),
(80, 10, 'label', 'GST-18'),
(81, 10, 'compound', ''),
(82, 10, 'tax_amount', '256.32'),
(83, 10, 'shipping_tax_amount', '0'),
(84, 10, 'rate_percent', '18'),
(85, 11, '_product_id', '3907'),
(86, 11, '_variation_id', '0'),
(87, 11, '_qty', '1'),
(88, 11, '_tax_class', ''),
(89, 11, '_line_subtotal', '239'),
(90, 11, '_line_subtotal_tax', '43.02'),
(91, 11, '_line_total', '239'),
(92, 11, '_line_tax', '43.02'),
(93, 11, '_line_tax_data', 'a:2:{s:5:\"total\";a:1:{i:1;s:5:\"43.02\";}s:8:\"subtotal\";a:1:{i:1;s:5:\"43.02\";}}'),
(94, 12, '_product_id', '3942'),
(95, 12, '_variation_id', '0'),
(96, 12, '_qty', '1'),
(97, 12, '_tax_class', ''),
(98, 12, '_line_subtotal', '403'),
(99, 12, '_line_subtotal_tax', '72.54'),
(100, 12, '_line_total', '403'),
(101, 12, '_line_tax', '72.54'),
(102, 12, '_line_tax_data', 'a:2:{s:5:\"total\";a:1:{i:1;s:5:\"72.54\";}s:8:\"subtotal\";a:1:{i:1;s:5:\"72.54\";}}'),
(103, 13, '_product_id', '3901'),
(104, 13, '_variation_id', '0'),
(105, 13, '_qty', '1'),
(106, 13, '_tax_class', ''),
(107, 13, '_line_subtotal', '242'),
(108, 13, '_line_subtotal_tax', '43.56'),
(109, 13, '_line_total', '242'),
(110, 13, '_line_tax', '43.56'),
(111, 13, '_line_tax_data', 'a:2:{s:5:\"total\";a:1:{i:1;s:5:\"43.56\";}s:8:\"subtotal\";a:1:{i:1;s:5:\"43.56\";}}'),
(112, 14, '_product_id', '3910'),
(113, 14, '_variation_id', '0'),
(114, 14, '_qty', '1'),
(115, 14, '_tax_class', ''),
(116, 14, '_line_subtotal', '540'),
(117, 14, '_line_subtotal_tax', '97.2'),
(118, 14, '_line_total', '540'),
(119, 14, '_line_tax', '97.2'),
(120, 14, '_line_tax_data', 'a:2:{s:5:\"total\";a:1:{i:1;s:4:\"97.2\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"97.2\";}}'),
(121, 15, '_product_id', '3908'),
(122, 15, '_variation_id', '0'),
(123, 15, '_qty', '1'),
(124, 15, '_tax_class', ''),
(125, 15, '_line_subtotal', '284'),
(126, 15, '_line_subtotal_tax', '51.12'),
(127, 15, '_line_total', '284'),
(128, 15, '_line_tax', '51.12'),
(129, 15, '_line_tax_data', 'a:2:{s:5:\"total\";a:1:{i:1;s:5:\"51.12\";}s:8:\"subtotal\";a:1:{i:1;s:5:\"51.12\";}}'),
(130, 16, 'rate_id', '1'),
(131, 16, 'label', 'GST-18'),
(132, 16, 'compound', ''),
(133, 16, 'tax_amount', '307.44'),
(134, 16, 'shipping_tax_amount', '0'),
(135, 16, 'rate_percent', '18'),
(136, 17, '_product_id', '3940'),
(137, 17, '_variation_id', '0'),
(138, 17, '_qty', '1'),
(139, 17, '_tax_class', ''),
(140, 17, '_line_subtotal', '260'),
(141, 17, '_line_subtotal_tax', '46.8'),
(142, 17, '_line_total', '260'),
(143, 17, '_line_tax', '46.8'),
(144, 17, '_line_tax_data', 'a:2:{s:5:\"total\";a:1:{i:1;s:4:\"46.8\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"46.8\";}}'),
(145, 18, 'rate_id', '1'),
(146, 18, 'label', 'GST-18'),
(147, 18, 'compound', ''),
(148, 18, 'tax_amount', '46.8'),
(149, 18, 'shipping_tax_amount', '0'),
(150, 18, 'rate_percent', '18'),
(151, 17, '_reduced_stock', '1'),
(152, 19, '_product_id', '3933'),
(153, 19, '_variation_id', '0'),
(154, 19, '_qty', '1'),
(155, 19, '_tax_class', ''),
(156, 19, '_line_subtotal', '10'),
(157, 19, '_line_subtotal_tax', '1.8'),
(158, 19, '_line_total', '10'),
(159, 19, '_line_tax', '1.8'),
(160, 19, '_line_tax_data', 'a:2:{s:5:\"total\";a:1:{i:1;s:3:\"1.8\";}s:8:\"subtotal\";a:1:{i:1;s:3:\"1.8\";}}'),
(161, 20, 'rate_id', '1'),
(162, 20, 'label', 'GST-18'),
(163, 20, 'compound', ''),
(164, 20, 'tax_amount', '1.8'),
(165, 20, 'shipping_tax_amount', '0'),
(166, 20, 'rate_percent', '18'),
(167, 19, '_reduced_stock', '1');

-- --------------------------------------------------------

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

CREATE TABLE `wp_woocommerce_order_items` (
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_woocommerce_order_items` (`order_item_id`, `order_item_name`, `order_item_type`, `order_id`) VALUES
(6, 'Bib Cock foam flow with Flange', 'line_item', 4592),
(7, 'Telephonic Hand Showers', 'line_item', 4592),
(8, 'Bib Cock foam flow with Flange', 'line_item', 4592),
(9, '2 in 1 Bib Cock foam flow', 'line_item', 4592),
(10, 'IN-GST-18-1', 'tax', 4592),
(11, 'Bib Cock foam flow with Flange', 'line_item', 4597),
(12, 'Telephonic Hand Showers', 'line_item', 4597),
(13, 'Bib Cock foam flow with Flange', 'line_item', 4597),
(14, '2 in 1 Bib Cock foam flow', 'line_item', 4597),
(15, 'Long Nose foam flow with Flange', 'line_item', 4597),
(16, 'IN-GST-18-1', 'tax', 4597),
(17, 'IRIS Soap Dish', 'line_item', 4701),
(18, 'IN-GST-18-1', 'tax', 4701),
(19, 'Self Closing Angle Valve', 'line_item', 4908),
(20, 'IN-GST-18-1', 'tax', 4908);

-- --------------------------------------------------------

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

CREATE TABLE `wp_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_woocommerce_payment_tokens` (
  `token_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_woocommerce_sessions` (
  `session_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_woocommerce_shipping_zones` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `zone_order` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `instance_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

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

CREATE TABLE `wp_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT INTO `wp_woocommerce_tax_rates` (`tax_rate_id`, `tax_rate_country`, `tax_rate_state`, `tax_rate`, `tax_rate_name`, `tax_rate_priority`, `tax_rate_compound`, `tax_rate_shipping`, `tax_rate_order`, `tax_rate_class`) VALUES
(1, 'IN', '', '18.0000', 'GST-18', 1, 0, 1, 0, '');

-- --------------------------------------------------------

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

CREATE TABLE `wp_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_yith_wcwl`
--

CREATE TABLE `wp_yith_wcwl` (
  `ID` bigint(20) NOT NULL,
  `prod_id` bigint(20) NOT NULL,
  `quantity` int(11) NOT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `wishlist_id` bigint(20) DEFAULT NULL,
  `position` int(11) DEFAULT '0',
  `original_price` decimal(9,3) DEFAULT NULL,
  `original_currency` char(3) DEFAULT NULL,
  `dateadded` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `on_sale` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_yith_wcwl_lists`
--

CREATE TABLE `wp_yith_wcwl_lists` (
  `ID` bigint(20) NOT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `session_id` varchar(255) DEFAULT NULL,
  `wishlist_slug` varchar(200) NOT NULL,
  `wishlist_name` text,
  `wishlist_token` varchar(64) NOT NULL,
  `wishlist_privacy` tinyint(1) NOT NULL DEFAULT '0',
  `is_default` tinyint(1) NOT NULL DEFAULT '0',
  `dateadded` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `expiration` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_yoast_indexable`
--

CREATE TABLE `wp_yoast_indexable` (
  `id` int(11) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_yoast_indexable`
--

INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`) VALUES
(1, 'https://hagarbath.com/shop/author/hagaradmin/', '45:54ca3ba3c23280524a5c97ce09493170', 1, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/2464bfa8f863cee16ed24ad6268fd2b7?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/2464bfa8f863cee16ed24ad6268fd2b7?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2022-03-30 08:23:07', '2022-05-11 04:08:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 09:38:54', '2020-01-07 13:05:16'),
(2, NULL, NULL, 5, 'post', 'attachment', 1, 0, NULL, NULL, 'woocommerce-placeholder', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png', NULL, '5', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png', '5', 'attachment-image', '{\"width\":1200,\"height\":1200,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/woocommerce-placeholder.png\",\"size\":\"full\",\"id\":5,\"alt\":\"\",\"pixels\":1440000,\"type\":\"image/png\"}', NULL, 0, NULL, '2022-03-30 08:23:07', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 08:00:27', '2022-03-30 08:00:27'),
(3, 'https://hagarbath.com/shop/privacy-policy/', '42:2f82ed7a7823b27258960e7e0e5e8600', 3, 'post', 'page', 1, 0, NULL, NULL, 'Privacy Policy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2022-03-30 08:23:07', '2022-05-11 04:03:03', 1, NULL, NULL, NULL, NULL, 0, 5, 2, '2022-04-08 09:50:21', '2022-03-29 16:08:15'),
(4, 'https://hagarbath.com/shop/refund_returns/', '42:d80373003fa4434b40af05b063cc9cc6', 10, 'post', 'page', 1, 0, NULL, NULL, 'Refund and Returns Policy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, '2022-03-30 08:23:07', '2022-05-11 04:03:03', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2022-04-13 10:02:55', '2022-03-30 08:12:05'),
(5, 'https://hagarbath.com/shop/sample-page/', '39:a8d994ea3d868c93aaaacb3c0ba864b9', 2, 'post', 'page', 1, 0, NULL, NULL, 'Sample Page', '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, 1, NULL, NULL, '2022-03-30 08:23:07', '2022-05-11 04:03:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-03-29 16:08:15', '2022-03-29 16:08:15'),
(6, 'https://hagarbath.com/shop/shop/', '32:9d12e83481a4c4296432e7bee49ec112', 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, '2022-03-30 08:23:07', '2022-05-11 04:03:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-03-30 08:12:05', '2022-03-30 08:12:05'),
(7, 'https://hagarbath.com/shop/cart/', '32:3d6b90b636f81a605fb3b6d765a75b23', 7, 'post', 'page', 1, 0, NULL, NULL, 'Cart', '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, '2022-03-30 08:23:07', '2022-05-11 04:03:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-03-30 08:12:05', '2022-03-30 08:12:05'),
(8, 'https://hagarbath.com/shop/checkout/', '36:f5a00fe143162a4e67c6efab6afc447c', 8, 'post', 'page', 1, 0, NULL, NULL, 'Checkout', '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, '2022-03-30 08:23:07', '2022-05-11 04:03:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-03-30 08:12:05', '2022-03-30 08:12:05'),
(9, 'https://hagarbath.com/shop/my-account/', '38:ec8a169faa8c71867a226acedc83d6a4', 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, 6, NULL, '2022-03-30 08:23:07', '2022-05-11 04:03:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-03-30 08:12:05', '2022-03-30 08:12:05'),
(10, NULL, NULL, 1, 'post', 'post', 1, 0, NULL, NULL, 'Hello world!', '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, 0, NULL, '2022-03-30 08:23:07', '2022-05-11 08:49:09', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-29 16:08:15', '2022-03-29 16:08:15'),
(11, 'https://hagarbath.com/shop/category/uncategorized/', '50:d9e0d626566994d7a3a614717c80bb3b', 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, '2022-03-30 08:23:07', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-03-29 16:08:15', '2022-03-29 16:08:15'),
(12, 'https://hagarbath.com/shop/product-category/uncategorized/', '58:c7ffbd3df7fbc43d72a070929448e53c', 15, '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, 0, NULL, '2022-03-30 08:23:07', '2022-05-10 08:09:49', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:49', '2022-03-31 08:31:22'),
(13, 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, '2022-03-30 08:23:07', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(14, 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, '2022-03-30 08:23:07', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(15, 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, '2022-03-30 08:23:07', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(16, 'https://hagarbath.com/shop/', '27:258ef90366ea326c6aa62c3cae208640', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', '', '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, '2022-03-30 08:23:07', '2022-05-11 04:08:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 09:38:54', '2020-01-07 13:05:16'),
(17, 'https://hagarbath.com/shop/shop-2/', '34:a973dca6cc08e1721ce0be9f034ca932', 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, '2022-03-30 08:23:07', '2022-05-11 00:57:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:07', '2020-12-07 14:30:23'),
(18, NULL, NULL, 11, 'post', 'attachment', 1, 0, NULL, NULL, 'xstore-placeholder', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/xstore/xstore-placeholder.png', NULL, '11', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/xstore/xstore-placeholder.png', '11', 'attachment-image', '{\"width\":1200,\"height\":1200,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/xstore/xstore-placeholder.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/xstore/xstore-placeholder.png\",\"size\":\"full\",\"id\":11,\"alt\":\"\",\"pixels\":1440000,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:18:43', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:18:43', '2022-03-30 11:18:43'),
(19, NULL, NULL, 12, 'post', 'elementor_library', 1, 0, NULL, NULL, 'Default Kit', '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, '2022-03-30 11:26:49', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:26:49', '2022-03-30 11:26:49'),
(20, NULL, NULL, 13, 'post', 'wpcf7_contact_form', 1, 0, NULL, NULL, 'Contact form 1', '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, '2022-03-30 11:27:02', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:02', '2022-03-30 11:27:02'),
(21, 'https://hagarbath.com/shop/products/', '36:90e1cc4f778c5b7654717ad22eca78cb', 14, 'post', 'page', 1, 0, NULL, NULL, 'Products', '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, 7, NULL, '2022-03-30 11:27:27', '2022-05-11 04:03:03', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2022-04-01 09:57:52', '2020-12-04 10:50:46'),
(22, 'https://hagarbath.com/shop/cart-2/', '34:0b1fd198a8439a638bddd9d14414bd70', 15, 'post', 'page', 1, 0, NULL, NULL, 'Cart', '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, 1, NULL, NULL, '2022-03-30 11:27:27', '2022-05-11 04:03:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-04 10:50:46', '2020-12-04 10:50:46'),
(23, 'https://hagarbath.com/shop/checkout-2/', '38:3faf9d36faf29102af0e2fce0c571163', 16, 'post', 'page', 1, 0, NULL, NULL, 'Checkout', '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, '2022-03-30 11:27:28', '2022-05-11 04:03:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-04 10:50:46', '2020-12-04 10:50:46'),
(24, 'https://hagarbath.com/shop/my-account-2/', '40:0d3f83525c4348494c2b035aa02c805f', 17, '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, 9, 4, NULL, '2022-03-30 11:27:28', '2022-05-11 04:03:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-04 10:50:46', '2020-12-04 10:50:46'),
(25, 'https://hagarbath.com/shop/', '27:258ef90366ea326c6aa62c3cae208640', 18, 'post', 'page', 1, 0, NULL, NULL, 'Hagar Bath', 'publish', 1, 0, NULL, NULL, 'https://xstore.8theme.com/elementor/demos/niche-market02/', NULL, NULL, 90, 0, 0, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg', NULL, 'first-content-image', NULL, 18, 38, NULL, '2022-03-30 11:27:28', '2022-05-11 04:08:54', 1, NULL, NULL, NULL, NULL, 0, 5, 2, '2022-05-11 09:38:54', '2020-12-04 13:32:39'),
(26, 'https://hagarbath.com/shop/blog/', '32:61dac886ec018af27acb226ca55f7fd4', 19, 'post', 'page', 1, 0, NULL, NULL, 'Blog', '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, '2022-03-30 11:27:28', '2022-05-11 03:29:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-04 13:32:38', '2020-12-04 13:32:38'),
(27, NULL, NULL, 20, 'post', 'page', 1, 0, NULL, NULL, 'Wishlist', '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, '2022-03-30 11:27:28', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-04 13:33:09', '2020-12-04 13:33:09'),
(28, 'https://hagarbath.com/shop/about-us/', '36:9ef89f8c0e88bbdd873362a896ea69dd', 211, 'post', 'page', 1, 0, NULL, NULL, 'About us', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-768x764.webp', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-768x764.webp', NULL, 'first-content-image', NULL, 0, 1, NULL, '2022-03-30 11:27:28', '2022-05-11 04:03:03', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-08 11:32:59', '2020-12-05 14:09:39'),
(29, 'https://hagarbath.com/shop/contact-us/', '38:f3f4c3639f113595bb969da5ef0171b1', 367, '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, 2, NULL, '2022-03-30 11:27:28', '2022-05-11 04:03:03', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-12 10:23:53', '2020-12-06 09:39:42'),
(30, 'https://hagarbath.com/shop/faqs/', '32:19fbf01bc2c77d7af05fb386c2d39727', 457, 'post', 'page', 1, 0, NULL, NULL, 'FAQs', '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, 1, NULL, NULL, '2022-03-30 11:27:28', '2022-05-11 04:03:03', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-09 12:45:49', '2020-12-06 10:38:48'),
(31, 'https://hagarbath.com/shop/track-order/', '39:0d176d9c2255a20de5301fd3b0f8a57f', 517, 'post', 'page', 1, 0, NULL, NULL, 'Track Order', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-6.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-6.jpg', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2022-03-30 11:27:28', '2022-05-11 04:03:03', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-14 08:42:29', '2020-12-06 13:01:13'),
(32, NULL, NULL, 713, 'post', 'page', 1, 0, NULL, NULL, 'Vendor Dashboard', '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, '2022-03-30 11:27:28', '2022-05-11 08:58:17', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 09:02:57', '2020-12-07 09:02:57'),
(33, NULL, NULL, 714, 'post', 'page', 1, 0, NULL, NULL, 'Vendor Registration', '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, '2022-03-30 11:27:28', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 09:02:57', '2020-12-07 09:02:57'),
(34, NULL, NULL, 774, 'post', 'page', 1, 0, NULL, NULL, 'Vendors list', '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, '2022-03-30 11:27:28', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 10:15:43', '2020-12-07 10:15:43'),
(35, NULL, NULL, 436, 'post', 'post', 1, 0, NULL, NULL, 'The Standard Lorem Ipsum Passage', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1-2.jpg', NULL, '868', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1-2.jpg', '868', 'featured-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/1-2.jpg\",\"size\":\"full\",\"id\":868,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', 0, 0, NULL, '2022-03-30 11:27:38', '2022-05-11 08:49:09', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-06 10:27:53', '2020-12-06 10:27:53'),
(36, 'https://hagarbath.com/shop/tag/apparels/', '40:62596fe7b7158c46da30add27b991d6c', 16, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Apparels', 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, '2022-03-30 11:27:38', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-06 10:27:53', '2020-01-07 13:05:16'),
(37, 'https://hagarbath.com/shop/category/auto-electronic/', '52:9152961887444ebc2216669b1a403c95', 17, 'term', 'category', NULL, NULL, NULL, NULL, 'Auto Electronic', 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, '2022-03-30 11:27:38', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-06 10:27:53', '2020-01-07 13:05:16'),
(38, 'https://hagarbath.com/shop/category/cell-phones/', '48:246c6427feec9aa9e865939a64733912', 18, 'term', 'category', NULL, NULL, NULL, NULL, 'Cell Phones', 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, '2022-03-30 11:27:38', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-06 10:27:53', '2020-01-07 13:05:16'),
(39, 'https://hagarbath.com/shop/category/computer/', '45:487e2b3b935caa69243cd96a5518a466', 19, 'term', 'category', NULL, NULL, NULL, NULL, 'Computer', 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, '2022-03-30 11:27:38', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-06 10:27:53', '2020-01-07 13:05:16'),
(40, 'https://hagarbath.com/shop/tag/computer/', '40:9bb2c06e8cd566d42dc85de2cde333ae', 20, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Computer', 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, '2022-03-30 11:27:38', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-06 10:27:53', '2020-01-07 13:05:16'),
(41, 'https://hagarbath.com/shop/tag/ecommercsing/', '44:a8506e44344e9936bec6ec0ef763ebc4', 21, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Ecommercsing', 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, '2022-03-30 11:27:38', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-06 10:27:53', '2020-01-07 13:05:16'),
(42, 'https://hagarbath.com/shop/tag/electronics/', '43:b1117996e5ec4ac7a90bff5ef14cf497', 22, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Electronics', 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, '2022-03-30 11:27:38', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-06 10:27:53', '2020-01-07 13:05:16'),
(43, 'https://hagarbath.com/shop/tag/furniture/', '41:b489cc6bfcc6b7908cbb2d2b674825ee', 23, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Furniture', 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, '2022-03-30 11:27:38', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-06 10:27:53', '2020-01-07 13:05:16'),
(44, 'https://hagarbath.com/shop/tag/home/', '36:0afcf59fc5fe6d93eb279cd7496af71f', 24, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Home', 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, '2022-03-30 11:27:38', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-06 10:27:53', '2020-01-07 13:05:16'),
(45, 'https://hagarbath.com/shop/category/home-appliance/', '51:4a9882c19bde35ebb1d5d324aaded780', 25, 'term', 'category', NULL, NULL, NULL, NULL, 'Home Appliance', 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, '2022-03-30 11:27:38', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-06 10:27:53', '2020-04-07 13:10:03'),
(46, 'https://hagarbath.com/shop/category/ipad-tablets/', '49:f78b3422173b683b81ea58aa0ce85c42', 26, 'term', 'category', NULL, NULL, NULL, NULL, 'iPad &amp; Tablets', 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, '2022-03-30 11:27:38', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-06 10:27:53', '2020-07-07 13:07:50'),
(47, 'https://hagarbath.com/shop/tag/jewelleries/', '43:722c04c2a8067a7388d3c42a11812f30', 27, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Jewelleries', 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, '2022-03-30 11:27:38', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-06 10:27:53', '2020-01-07 13:05:16'),
(48, 'https://hagarbath.com/shop/tag/medical/', '39:3e5094478067f7a8ac97ce74bc3f83dd', 28, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Medical', 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, '2022-03-30 11:27:38', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-06 10:27:53', '2020-01-07 13:05:16'),
(49, 'https://hagarbath.com/shop/category/tvs-video/', '46:2847f531373496ca012be5db13a49c81', 29, 'term', 'category', NULL, NULL, NULL, NULL, 'TVs &amp; Video', 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, '2022-03-30 11:27:38', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-06 10:27:53', '2020-07-07 13:07:50'),
(50, NULL, NULL, 887, 'post', 'post', 1, 0, NULL, NULL, 'The Standard Lorem Ipsum Passage', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/2-1.jpg', NULL, '869', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/2-1.jpg', '869', 'featured-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/2-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/2-1.jpg\",\"size\":\"full\",\"id\":869,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-03-30 11:27:38', '2022-05-11 08:49:09', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-01-07 13:05:16', '2020-01-07 13:05:16'),
(51, NULL, NULL, 888, 'post', 'post', 1, 0, NULL, NULL, '1914 Translation By H. Rackham', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/3-1.jpg', NULL, '870', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/3-1.jpg', '870', 'featured-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/3-1.jpg\",\"size\":\"full\",\"id\":870,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', 0, 0, NULL, '2022-03-30 11:27:39', '2022-05-11 08:49:09', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-11-07 13:06:11', '2020-11-07 13:06:11'),
(52, NULL, NULL, 889, 'post', 'post', 1, 0, NULL, NULL, 'Finibus Bonorum Malorum By Cicero', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/4-1.jpg', NULL, '871', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/4-1.jpg', '871', 'featured-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/4-1.jpg\",\"size\":\"full\",\"id\":871,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', 0, 0, NULL, '2022-03-30 11:27:39', '2022-05-11 08:49:09', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-10-07 13:07:00', '2020-10-07 13:07:00'),
(53, NULL, NULL, 890, 'post', 'post', 1, 0, NULL, NULL, 'At Vero Eos Et Accusamus Iust Odio', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/5-1.jpg', NULL, '872', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/5-1.jpg', '872', 'featured-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/5-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/5-1.jpg\",\"size\":\"full\",\"id\":872,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', 0, 0, NULL, '2022-03-30 11:27:39', '2022-05-11 08:49:09', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-07-07 13:07:50', '2020-07-07 13:07:50'),
(54, NULL, NULL, 891, 'post', 'post', 1, 0, NULL, NULL, 'The Other Hand, Denounce Righteous', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/6-1.jpg', NULL, '873', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/6-1.jpg', '873', 'featured-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/6-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/6-1.jpg\",\"size\":\"full\",\"id\":873,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', 0, 0, NULL, '2022-03-30 11:27:39', '2022-05-11 08:49:09', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-08-07 13:09:07', '2020-08-07 13:09:07'),
(55, 'https://hagarbath.com/shop/category/wearable-tech/', '50:3cd9793c1b2cdbd7026177288d0fe85a', 30, 'term', 'category', NULL, NULL, NULL, NULL, 'Wearable Tech', 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, '2022-03-30 11:27:39', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-08-07 13:09:07', '2020-08-07 13:09:07'),
(56, NULL, NULL, 892, 'post', 'post', 1, 0, NULL, NULL, 'Namlibe Tempore, Cumsoluta Nobis', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/7.jpg', NULL, '874', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/7.jpg', '874', 'featured-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/7.jpg\",\"size\":\"full\",\"id\":874,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', 0, 0, NULL, '2022-03-30 11:27:39', '2022-05-11 08:49:09', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-04-07 13:10:03', '2020-04-07 13:10:03'),
(57, NULL, NULL, 893, 'post', 'post', 1, 0, NULL, NULL, 'There Are Many Variations Of Passages', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/8.jpg', NULL, '875', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/8.jpg', '875', 'featured-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/8.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/8.jpg\",\"size\":\"full\",\"id\":875,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', 0, 0, NULL, '2022-03-30 11:27:39', '2022-05-11 08:49:09', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-05-07 13:11:26', '2020-05-07 13:11:26'),
(58, NULL, NULL, 894, 'post', 'post', 1, 0, NULL, NULL, 'Latin Words Combined With Models', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/9.jpg', NULL, '876', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/9.jpg', '876', 'featured-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/9.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/9.jpg\",\"size\":\"full\",\"id\":876,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', 0, 0, NULL, '2022-03-30 11:27:40', '2022-05-11 08:49:09', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-03-07 13:12:18', '2020-03-07 13:12:18'),
(59, NULL, NULL, 895, 'post', 'post', 1, 0, NULL, NULL, 'The Extremes Of Good And Evil', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/10.jpg', NULL, '877', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/10.jpg', '877', 'featured-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/10.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/10.jpg\",\"size\":\"full\",\"id\":877,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', 0, 0, NULL, '2022-03-30 11:27:40', '2022-05-11 08:49:09', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-09-07 13:13:13', '2020-09-07 13:13:13'),
(61, 'https://hagarbath.com/shop/?product_shipping_class=bestmarket-39', '64:2406ba961ddf0567f2f70ad87d6cf4af', 31, 'term', 'product_shipping_class', NULL, NULL, NULL, NULL, 'bestmarket-39', 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, '2022-03-30 11:27:44', '2022-04-14 05:19:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-14 10:49:10', '2020-12-07 14:30:23'),
(62, NULL, NULL, 32, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Groceries', 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, '2022-03-30 11:27:44', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:44', NULL),
(63, NULL, NULL, 33, 'term', 'brand', NULL, NULL, NULL, NULL, 'Minimal', 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, '2022-03-30 11:27:44', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:44', NULL),
(64, NULL, NULL, 34, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Sale', 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, '2022-03-30 11:27:44', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:44', NULL),
(65, NULL, NULL, 35, 'term', 'product_tag', NULL, NULL, NULL, NULL, 'Samsung', 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, 0, NULL, '2022-03-30 11:27:44', '2022-04-02 09:41:26', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:44', NULL),
(66, NULL, NULL, 36, 'term', 'product_tag', NULL, NULL, NULL, NULL, 'Store', 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, 0, NULL, '2022-03-30 11:27:44', '2022-04-02 09:41:26', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:44', NULL),
(67, NULL, NULL, 37, 'term', 'product_tag', NULL, NULL, NULL, NULL, 'T-Shirt', 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, 0, NULL, '2022-03-30 11:27:44', '2022-04-02 09:41:26', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:44', NULL),
(68, NULL, NULL, 38, 'term', 'product_tag', NULL, NULL, NULL, NULL, 'Television', 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, 0, NULL, '2022-03-30 11:27:44', '2022-04-02 09:41:26', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:44', NULL),
(70, NULL, NULL, 39, 'term', 'product_cat', NULL, NULL, NULL, NULL, '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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(71, NULL, NULL, 40, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'All Appliances', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(72, NULL, NULL, 41, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Apparels', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(73, NULL, NULL, 42, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Automation', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(74, NULL, NULL, 43, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Beauty', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(75, NULL, NULL, 44, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Cameras', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(77, NULL, NULL, 46, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Children', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(78, NULL, NULL, 47, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Clothings', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(79, NULL, NULL, 48, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Computer', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(80, NULL, NULL, 49, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Console', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(81, NULL, NULL, 50, 'term', 'brand', NULL, NULL, NULL, NULL, 'Cooperate', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(82, NULL, NULL, 51, 'term', 'brand', NULL, NULL, NULL, NULL, 'DS', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(83, NULL, NULL, 52, 'term', 'product_tag', NULL, NULL, NULL, NULL, 'Ecommercsing', 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, 0, NULL, '2022-03-30 11:27:45', '2022-04-02 09:41:26', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(84, NULL, NULL, 53, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Electronics', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(85, NULL, NULL, 54, 'term', 'product_tag', NULL, NULL, NULL, NULL, 'Electronics', 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, 0, NULL, '2022-03-30 11:27:45', '2022-04-02 09:41:26', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(86, NULL, NULL, 55, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Fashion', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(87, NULL, NULL, 56, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Furniture', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(88, NULL, NULL, 57, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Furniture Set', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(89, NULL, NULL, 58, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Gaming Console', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(90, NULL, NULL, 59, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Gedgets', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(91, NULL, NULL, 60, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Kitchen', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(92, NULL, NULL, 61, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Medical Items', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(93, NULL, NULL, 62, 'term', 'brand', NULL, NULL, NULL, NULL, 'Minim', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(94, NULL, NULL, 63, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Mobile &amp; Tablet', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(95, NULL, NULL, 64, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'PC &amp; Laptop', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(96, NULL, NULL, 65, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Speakers', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(97, NULL, NULL, 66, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Sport', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(98, NULL, NULL, 67, 'term', 'brand', NULL, NULL, NULL, NULL, 'Sunshi', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(99, NULL, NULL, 68, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'TV &amp; Monitor', 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, '2022-03-30 11:27:45', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:45', NULL),
(102, NULL, NULL, 69, 'term', 'product_tag', NULL, NULL, NULL, NULL, 'Medical', 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, 0, NULL, '2022-03-30 11:27:46', '2022-04-02 09:41:26', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:46', NULL),
(103, NULL, NULL, 70, 'term', 'product_tag', NULL, NULL, NULL, NULL, 'Monocrome', 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, 0, NULL, '2022-03-30 11:27:46', '2022-04-02 09:41:26', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:46', NULL),
(104, NULL, NULL, 71, 'term', 'product_tag', NULL, NULL, NULL, NULL, 'New Product', 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, 0, NULL, '2022-03-30 11:27:46', '2022-04-02 09:41:26', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:46', NULL),
(105, NULL, NULL, 72, 'term', 'product_tag', NULL, NULL, NULL, NULL, 'Nokia', 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, 0, NULL, '2022-03-30 11:27:46', '2022-04-02 09:41:26', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:46', NULL),
(109, NULL, NULL, 75, 'term', 'product_tag', NULL, NULL, NULL, NULL, 'Chair', 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, 0, NULL, '2022-03-30 11:27:46', '2022-04-02 09:41:26', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:27:46', NULL),
(134, 'https://hagarbath.com/shop/?product_shipping_class=toysmarket-42', '64:8368b1552d9d5ad421add9475f5b2eb6', 77, 'term', 'product_shipping_class', NULL, NULL, NULL, NULL, 'toysmarket-42', 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, '2022-03-30 11:27:53', '2022-04-01 06:20:42', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL),
(141, NULL, NULL, 25, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Header promo banner &#8211; niche-market02', '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, '2022-03-30 11:28:00', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-04 13:43:33', '2020-12-04 13:43:33'),
(142, NULL, NULL, 48, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Footer &#8211; niche-market02', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg', NULL, 'first-content-image', NULL, 21, NULL, NULL, '2022-03-30 11:28:00', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, 3, 0, '2022-05-06 09:18:33', '2020-12-04 13:52:04'),
(143, NULL, NULL, 627, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Custom Single Product sidebar &#8211; niche-market02', '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, '2022-03-30 11:28:00', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, 0, 0, '2022-04-12 11:15:03', '2020-12-06 14:59:43'),
(144, NULL, NULL, 734, 'post', 'staticblocks', 1, 0, NULL, NULL, 'PreFooter &#8211; niche-market02', '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, '2022-03-30 11:28:00', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-04-12 11:18:14', '2020-12-07 09:29:49'),
(145, NULL, NULL, 1001, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Single Product Banner &#8211; niche-market02', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-12.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-12.jpg', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2022-03-30 11:28:00', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-04-12 11:02:35', '2020-12-07 15:44:41'),
(146, NULL, NULL, 1200, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Electronic tab &#8211; niche-market02', '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, 1, NULL, NULL, '2022-03-30 11:28:00', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, 1, 0, '2022-04-01 10:28:08', '2020-12-08 14:08:28');
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`) VALUES
(147, NULL, NULL, 1250, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Fashion tab – niche-market02', '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, 1, NULL, NULL, '2022-03-30 11:28:00', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, 2, 0, '2020-12-08 15:39:52', '2020-12-08 15:39:52'),
(148, NULL, NULL, 1251, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Furniture tab – niche-market02', '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, 1, NULL, NULL, '2022-03-30 11:28:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, 2, 0, '2022-04-08 09:57:24', '2020-12-08 15:40:00'),
(149, NULL, NULL, 1252, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Shower tab Home page', '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, '2022-03-30 11:28:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, 1, 0, '2022-04-07 09:34:25', '2020-12-08 15:40:07'),
(150, NULL, NULL, 2263, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Mega menu 01 &#8211; niche-market02', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/8-2-min.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/8-2-min.jpg', NULL, 'first-content-image', NULL, 29, NULL, NULL, '2022-03-30 11:28:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, 4, 0, '2020-12-24 13:50:37', '2020-12-24 13:50:37'),
(151, NULL, NULL, 2275, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Mega menu 02 – niche-market02', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2022-03-30 11:28:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, 2, 0, '2020-12-24 13:56:59', '2020-12-24 13:56:59'),
(152, NULL, NULL, 2277, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Mega menu 03 – niche-market02', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min.jpg', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2022-03-30 11:28:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-24 13:57:10', '2020-12-24 13:57:10'),
(153, NULL, NULL, 2280, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Mega menu 04 – niche-market02', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg', NULL, 'first-content-image', NULL, 16, NULL, NULL, '2022-03-30 11:28:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-24 13:57:49', '2020-12-24 13:57:49'),
(154, NULL, NULL, 2458, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Mega menu 05 – niche-market02', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg', NULL, 'first-content-image', NULL, 6, NULL, NULL, '2022-03-30 11:28:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-29 10:14:59', '2020-12-29 10:14:59'),
(155, NULL, NULL, 2459, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Mega menu 06 – niche-market02', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/10-2-min.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/10-2-min.jpg', NULL, 'first-content-image', NULL, 13, NULL, NULL, '2022-03-30 11:28:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, 2, 0, '2020-12-29 10:15:06', '2020-12-29 10:15:06'),
(156, NULL, NULL, 2461, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Mega menu 07 – niche-market02', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-300x300.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2-300x300.jpg', NULL, 'first-content-image', NULL, 1, NULL, NULL, '2022-03-30 11:28:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-29 10:15:14', '2020-12-29 10:15:14'),
(157, NULL, NULL, 2558, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Mega menu 08 – niche-market02', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2022-03-30 11:28:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-29 12:02:25', '2020-12-29 12:02:25'),
(158, NULL, NULL, 2593, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Mega menu 09 – niche-market02', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2022-03-30 11:28:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-29 12:12:38', '2020-12-29 12:12:38'),
(159, NULL, NULL, 2607, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Mega menu 10 – niche-market02', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg', NULL, 'first-content-image', NULL, 7, NULL, NULL, '2022-03-30 11:28:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-29 12:16:10', '2020-12-29 12:16:10'),
(160, NULL, NULL, 2649, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Mega menu 11 – niche-market02', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min.jpg', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2022-03-30 11:28:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-29 12:42:23', '2020-12-29 12:42:23'),
(161, NULL, NULL, 2648, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Mega menu 12– niche-market02', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2022-03-30 11:28:02', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-29 12:42:27', '2020-12-29 12:42:27'),
(162, NULL, NULL, 2801, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Shop page main banner &#8211; niche-market02', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Gorgeous-Bathroom-270x170.jpeg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Gorgeous-Bathroom-270x170.jpeg', NULL, 'first-content-image', NULL, 10, NULL, NULL, '2022-03-30 11:28:02', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, 2, 0, '2022-04-14 08:33:16', '2020-12-29 15:01:50'),
(163, NULL, NULL, 2965, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Cart page block &#8211; niche-market02', '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, '2022-03-30 11:28:02', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, 1, 0, '2022-04-12 11:19:41', '2020-12-30 12:54:53'),
(164, NULL, NULL, 3759, 'post', 'staticblocks', 1, 0, NULL, NULL, 'Newsletter', '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, '2022-03-30 11:28:02', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 08:44:07', '2021-08-20 08:44:07'),
(165, NULL, NULL, 383, 'post', 'wpcf7_contact_form', 1, 0, NULL, NULL, 'Contact form', '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, '2022-03-30 11:28:05', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-06 09:50:16', '2020-12-06 09:50:16'),
(166, NULL, NULL, 163, 'post', 'mc4wp-form', 1, 0, NULL, NULL, 'Form', '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, '2022-03-30 11:28:06', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-05 13:20:30', '2020-12-05 13:20:30'),
(167, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/woocommerce-placeholder.png', '81:bacc87db4669a7e4197063e8cb7a1890', 3760, 'post', 'attachment', 1, 0, NULL, NULL, 'woocommerce-placeholder', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/woocommerce-placeholder.png', NULL, '3760', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/woocommerce-placeholder.png', '3760', 'attachment-image', '{\"width\":1200,\"height\":1200,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/woocommerce-placeholder.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/woocommerce-placeholder.png\",\"size\":\"full\",\"id\":3760,\"alt\":\"\",\"pixels\":1440000,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:08', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-04 10:50:46', '2020-12-04 10:50:46'),
(168, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image.jpg', '63:cb1ad65ad9dcfaee6c6d607edbbb0d89', 30, 'post', 'attachment', 1, 0, NULL, NULL, 'Image', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image.jpg', NULL, '30', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image.jpg', '30', 'attachment-image', '{\"width\":1920,\"height\":70,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image.jpg\",\"size\":\"full\",\"id\":30,\"alt\":\"\",\"pixels\":134400,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:09', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-04 13:45:31', '2020-12-04 13:45:31'),
(169, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/secured-by.png', '68:be938c820fbe1f8f7ca4c57b85cad8db', 51, 'post', 'attachment', 1, 0, NULL, NULL, 'secured-by.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/secured-by.png', NULL, '51', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/secured-by.png', '51', 'attachment-image', '{\"width\":242,\"height\":28,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/secured-by.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/secured-by.png\",\"size\":\"full\",\"id\":51,\"alt\":\"\",\"pixels\":6776,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:09', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-04 13:52:58', '2020-12-04 13:52:58'),
(170, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/payment-methods-1.png', '75:0a31b214912d2cc2f761227654953e66', 52, 'post', 'attachment', 1, 0, NULL, NULL, 'payment-methods-1.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/payment-methods-1.png', NULL, '52', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/payment-methods-1.png', '52', 'attachment-image', '{\"width\":225,\"height\":21,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/payment-methods-1.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/payment-methods-1.png\",\"size\":\"full\",\"id\":52,\"alt\":\"\",\"pixels\":4725,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:10', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-04 13:52:58', '2020-12-04 13:52:58'),
(171, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo.png', '62:47afc7af5feda5a8ad3d5725e7ccb6d2', 85, 'post', 'attachment', 1, 0, NULL, NULL, 'Logo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo.png', NULL, '85', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo.png', '85', 'attachment-image', '{\"width\":143,\"height\":53,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Logo.png\",\"size\":\"full\",\"id\":85,\"alt\":\"\",\"pixels\":7579,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:10', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:22', '2020-12-05 10:27:22'),
(172, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg', '64:0a27fdca7cfc07c0fa2ece8e8764f13b', 86, 'post', 'attachment', 1, 0, NULL, NULL, 'Icon (1)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg', NULL, '86', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg', '86', 'attachment-image', '{\"width\":60,\"height\":49,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.jpg\",\"size\":\"full\",\"id\":86,\"alt\":\"\",\"pixels\":2940,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:11', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:23', '2020-12-05 10:27:23'),
(173, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg', '64:f04e58bfa310ca1fbfda56fb59e450fe', 87, 'post', 'attachment', 1, 0, NULL, NULL, 'Icon (2)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg', NULL, '87', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg', '87', 'attachment-image', '{\"width\":59,\"height\":36,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.jpg\",\"size\":\"full\",\"id\":87,\"alt\":\"\",\"pixels\":2124,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:11', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:23', '2020-12-05 10:27:23'),
(174, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg', '64:cd3e9f8a91498cc25935b76fd090bbfd', 88, 'post', 'attachment', 1, 0, NULL, NULL, 'Icon (3)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg', NULL, '88', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg', '88', 'attachment-image', '{\"width\":45,\"height\":48,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.jpg\",\"size\":\"full\",\"id\":88,\"alt\":\"\",\"pixels\":2160,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:11', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:23', '2020-12-05 10:27:23'),
(175, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg', '62:e0a6612b1b893605024c7f65337bb3c0', 89, 'post', 'attachment', 1, 0, NULL, NULL, 'Icon', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg', NULL, '89', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg', '89', 'attachment-image', '{\"width\":60,\"height\":60,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Icon.jpg\",\"size\":\"full\",\"id\":89,\"alt\":\"\",\"pixels\":3600,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:12', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:23', '2020-12-05 10:27:23'),
(176, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1.jpg', '65:f03a3b3df5c6fb711a205ccb4b509248', 90, 'post', 'attachment', 1, 0, NULL, NULL, 'Image (1)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1.jpg', NULL, '90', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1.jpg', '90', 'attachment-image', '{\"width\":640,\"height\":642,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-1.jpg\",\"size\":\"full\",\"id\":90,\"alt\":\"\",\"pixels\":410880,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:15', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:24', '2020-12-05 10:27:24'),
(177, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2.jpg', '65:e6dd9795feff67877996a41f186729e6', 91, 'post', 'attachment', 1, 0, NULL, NULL, 'Image (2)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2.jpg', NULL, '91', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2.jpg', '91', 'attachment-image', '{\"width\":440,\"height\":194,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-2.jpg\",\"size\":\"full\",\"id\":91,\"alt\":\"\",\"pixels\":85360,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:15', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:24', '2020-12-05 10:27:24'),
(178, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg', '64:81db51de33df1405096fb7594192b906', 92, 'post', 'attachment', 1, 0, NULL, NULL, 'Vector', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg', NULL, '92', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg', '92', 'attachment-image', '{\"width\":38,\"height\":60,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Vector.jpg\",\"size\":\"full\",\"id\":92,\"alt\":\"\",\"pixels\":2280,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:16', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:25', '2020-12-05 10:27:25'),
(179, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/BG.jpg', '60:74b30fb1666a2fa0f671916cc9aeea93', 93, 'post', 'attachment', 1, 0, NULL, NULL, 'BG', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/BG.jpg', NULL, '93', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/BG.jpg', '93', 'attachment-image', '{\"width\":1456,\"height\":446,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/BG.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/BG.jpg\",\"size\":\"full\",\"id\":93,\"alt\":\"\",\"pixels\":649376,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:16', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:25', '2020-12-05 10:27:25'),
(180, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-3.jpg', '65:8b00e1ae4743e6936e69aa1ae5cbc00d', 94, 'post', 'attachment', 1, 0, NULL, NULL, 'Image (3)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-3.jpg', NULL, '94', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-3.jpg', '94', 'attachment-image', '{\"width\":1407,\"height\":248,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-3.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-3.jpg\",\"size\":\"full\",\"id\":94,\"alt\":\"\",\"pixels\":348936,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:17', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:25', '2020-12-05 10:27:25'),
(181, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4.jpg', '65:1f4ed41c708844e1d13406ed7efabf74', 95, 'post', 'attachment', 1, 0, NULL, NULL, 'Image (4)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4.jpg', NULL, '95', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4.jpg', '95', 'attachment-image', '{\"width\":624,\"height\":350,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-4.jpg\",\"size\":\"full\",\"id\":95,\"alt\":\"\",\"pixels\":218400,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:17', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:26', '2020-12-05 10:27:26'),
(182, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5.jpg', '65:d85cc52e3c541897e2b07a1561c4a395', 96, 'post', 'attachment', 1, 0, NULL, NULL, 'Image (5)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5.jpg', NULL, '96', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5.jpg', '96', 'attachment-image', '{\"width\":738,\"height\":350,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-5.jpg\",\"size\":\"full\",\"id\":96,\"alt\":\"\",\"pixels\":258300,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:18', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:27', '2020-12-05 10:27:27'),
(183, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg', '65:7415b6205322aaff7682141c3e5cbf7d', 97, 'post', 'attachment', 1, 0, NULL, NULL, 'Image (6)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg', NULL, '97', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg', '97', 'attachment-image', '{\"width\":546,\"height\":334,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-6.jpg\",\"size\":\"full\",\"id\":97,\"alt\":\"\",\"pixels\":182364,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:18', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:28', '2020-12-05 10:27:28'),
(184, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1.jpg', '59:dd55e4b38fbd3aa1a4cbda93d0ae034f', 98, 'post', 'attachment', 1, 0, NULL, NULL, '1', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1.jpg', NULL, '98', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1.jpg', '98', 'attachment-image', '{\"width\":138,\"height\":79,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/1.jpg\",\"size\":\"full\",\"id\":98,\"alt\":\"\",\"pixels\":10902,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:19', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:28', '2020-12-05 10:27:28'),
(185, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/2.jpg', '59:e6d064b7cf7059f4577bd0fafc697dc5', 99, 'post', 'attachment', 1, 0, NULL, NULL, '2', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/2.jpg', NULL, '99', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/2.jpg', '99', 'attachment-image', '{\"width\":130,\"height\":71,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/2.jpg\",\"size\":\"full\",\"id\":99,\"alt\":\"\",\"pixels\":9230,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:19', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:28', '2020-12-05 10:27:28'),
(186, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/3.jpg', '59:3517b90296528c088d7b8eb8dc7c8228', 100, 'post', 'attachment', 1, 0, NULL, NULL, '3', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/3.jpg', NULL, '100', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/3.jpg', '100', 'attachment-image', '{\"width\":130,\"height\":71,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/3.jpg\",\"size\":\"full\",\"id\":100,\"alt\":\"\",\"pixels\":9230,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:20', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:29', '2020-12-05 10:27:29'),
(187, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/4.jpg', '59:384740c2fe6a3b9d6c24f54601d3baef', 101, 'post', 'attachment', 1, 0, NULL, NULL, '4', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/4.jpg', NULL, '101', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/4.jpg', '101', 'attachment-image', '{\"width\":130,\"height\":71,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/4.jpg\",\"size\":\"full\",\"id\":101,\"alt\":\"\",\"pixels\":9230,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:20', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:29', '2020-12-05 10:27:29'),
(188, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/5.jpg', '59:0bc03583ba3412d3a6f21ada93c1f307', 102, 'post', 'attachment', 1, 0, NULL, NULL, '5', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/5.jpg', NULL, '102', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/5.jpg', '102', 'attachment-image', '{\"width\":130,\"height\":71,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/5.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/5.jpg\",\"size\":\"full\",\"id\":102,\"alt\":\"\",\"pixels\":9230,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:20', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:29', '2020-12-05 10:27:29'),
(189, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/6.jpg', '59:39536fe8b2871c2ee52041201067b23b', 103, 'post', 'attachment', 1, 0, NULL, NULL, '6', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/6.jpg', NULL, '103', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/6.jpg', '103', 'attachment-image', '{\"width\":130,\"height\":71,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/6.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/6.jpg\",\"size\":\"full\",\"id\":103,\"alt\":\"\",\"pixels\":9230,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:21', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:30', '2020-12-05 10:27:30'),
(190, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1.jpg', '68:942ba2ad2253759c356929a5f34bda6b', 104, 'post', 'attachment', 1, 0, NULL, NULL, 'banner-1 1', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1.jpg', NULL, '104', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1.jpg', '104', 'attachment-image', '{\"width\":354,\"height\":330,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1.jpg\",\"size\":\"full\",\"id\":104,\"alt\":\"\",\"pixels\":116820,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:21', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:30', '2020-12-05 10:27:30'),
(191, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg', '64:034d4bc9e2bc31fceed873d9e007b9b7', 105, 'post', 'attachment', 1, 0, NULL, NULL, 'Icon (4)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg', NULL, '105', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg', '105', 'attachment-image', '{\"width\":44,\"height\":45,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg\",\"size\":\"full\",\"id\":105,\"alt\":\"\",\"pixels\":1980,\"type\":\"image/jpeg\"}', NULL, 1, NULL, '2022-03-30 11:28:22', '2022-05-11 03:41:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:31', '2020-12-05 10:27:31'),
(192, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-7.jpg', '65:33042e8492ee53758b6f24691be1abaa', 106, 'post', 'attachment', 1, 0, NULL, NULL, 'Image (7)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-7.jpg', NULL, '106', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-7.jpg', '106', 'attachment-image', '{\"width\":354,\"height\":330,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-7.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-7.jpg\",\"size\":\"full\",\"id\":106,\"alt\":\"\",\"pixels\":116820,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:22', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:31', '2020-12-05 10:27:31'),
(193, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-8.jpg', '65:b562336f278e18f65348654f241c4677', 107, 'post', 'attachment', 1, 0, NULL, NULL, 'Image (8)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-8.jpg', NULL, '107', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-8.jpg', '107', 'attachment-image', '{\"width\":1410,\"height\":250,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-8.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-8.jpg\",\"size\":\"full\",\"id\":107,\"alt\":\"\",\"pixels\":352500,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:23', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:32', '2020-12-05 10:27:32'),
(194, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo.jpg', '62:95e448e3286ae61c9e4502848acb4a5f', 108, 'post', 'attachment', 1, 0, NULL, NULL, 'Logo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo.jpg', NULL, '108', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo.jpg', '108', 'attachment-image', '{\"width\":144,\"height\":53,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Logo.jpg\",\"size\":\"full\",\"id\":108,\"alt\":\"\",\"pixels\":7632,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:23', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:32', '2020-12-05 10:27:32'),
(195, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Payment.jpg', '65:615bf93803c22aa3fd21d2534a1e47d3', 109, 'post', 'attachment', 1, 0, NULL, NULL, 'Payment', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Payment.jpg', NULL, '109', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Payment.jpg', '109', 'attachment-image', '{\"width\":290,\"height\":34,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Payment.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Payment.jpg\",\"size\":\"full\",\"id\":109,\"alt\":\"\",\"pixels\":9860,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:23', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:27:33', '2020-12-05 10:27:33'),
(196, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector-1.png', '66:909f65314b52d527ea00c806359515b8', 110, 'post', 'attachment', 1, 0, NULL, NULL, 'Vector (1)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector-1.png', NULL, '110', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector-1.png', '110', 'attachment-image', '{\"width\":26,\"height\":26,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Vector-1.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Vector-1.png\",\"size\":\"full\",\"id\":110,\"alt\":\"\",\"pixels\":676,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:24', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 10:30:37', '2020-12-05 10:30:37'),
(197, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar-1.jpg', '66:1a7d3dbd7b1ee9897e15b988be497f48', 216, 'post', 'attachment', 1, 0, NULL, NULL, 'Avatar (1)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar-1.jpg', NULL, '216', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar-1.jpg', '216', 'attachment-image', '{\"width\":85,\"height\":85,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Avatar-1.jpg\",\"size\":\"full\",\"id\":216,\"alt\":\"\",\"pixels\":7225,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:24', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 14:49:10', '2020-12-05 14:49:10'),
(198, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar.jpg', '64:893887882c93c585aa68e7f5a039b153', 217, 'post', 'attachment', 1, 0, NULL, NULL, 'Avatar', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar.jpg', NULL, '217', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar.jpg', '217', 'attachment-image', '{\"width\":85,\"height\":85,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Avatar.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Avatar.jpg\",\"size\":\"full\",\"id\":217,\"alt\":\"\",\"pixels\":7225,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:25', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 14:49:10', '2020-12-05 14:49:10'),
(199, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Box.jpg', '61:0066036be270eae8752901e68b9938ff', 219, 'post', 'attachment', 1, 0, NULL, NULL, 'Box', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Box.jpg', NULL, '219', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Box.jpg', '219', 'attachment-image', '{\"width\":258,\"height\":258,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Box.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Box.jpg\",\"size\":\"full\",\"id\":219,\"alt\":\"\",\"pixels\":66564,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:25', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 14:49:10', '2020-12-05 14:49:10'),
(200, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1-1.jpg', '66:5bffa489de527d4de85adc5c0ddbe6bd', 222, 'post', 'attachment', 1, 0, NULL, NULL, 'Icon (1)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1-1.jpg', NULL, '222', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1-1.jpg', '222', 'attachment-image', '{\"width\":42,\"height\":42,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1-1.jpg\",\"size\":\"full\",\"id\":222,\"alt\":\"\",\"pixels\":1764,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:26', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 14:49:12', '2020-12-05 14:49:12'),
(201, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2-1.jpg', '66:85354a50ba7a734fe91ea60364d78e71', 223, 'post', 'attachment', 1, 0, NULL, NULL, 'Icon (2)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2-1.jpg', NULL, '223', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2-1.jpg', '223', 'attachment-image', '{\"width\":42,\"height\":42,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2-1.jpg\",\"size\":\"full\",\"id\":223,\"alt\":\"\",\"pixels\":1764,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:26', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 14:49:12', '2020-12-05 14:49:12'),
(202, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-1.jpg', '66:b4d131330498f67f5e7b712d8512bb95', 224, 'post', 'attachment', 1, 0, NULL, NULL, 'Icon (3)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-1.jpg', NULL, '224', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-1.jpg', '224', 'attachment-image', '{\"width\":42,\"height\":42,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3-1.jpg\",\"size\":\"full\",\"id\":224,\"alt\":\"\",\"pixels\":1764,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:26', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 14:49:12', '2020-12-05 14:49:12'),
(203, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-5.jpg', '64:15bd5157c5f9acb73bccdd424476086d', 225, 'post', 'attachment', 1, 0, NULL, NULL, 'Icon', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-5.jpg', NULL, '225', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-5.jpg', '225', 'attachment-image', '{\"width\":50,\"height\":50,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-5.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Icon-5.jpg\",\"size\":\"full\",\"id\":225,\"alt\":\"\",\"pixels\":2500,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:27', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 14:49:12', '2020-12-05 14:49:12'),
(204, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-1.jpg', '67:7a96506f4fc02f42c42e0646df3b1c18', 226, 'post', 'attachment', 1, 0, NULL, NULL, 'Image (1)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-1.jpg', NULL, '226', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-1.jpg', '226', 'attachment-image', '{\"width\":450,\"height\":250,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-1.jpg\",\"size\":\"full\",\"id\":226,\"alt\":\"\",\"pixels\":112500,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:27', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 14:49:12', '2020-12-05 14:49:12'),
(205, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-1.jpg', '67:4bfb61e58945b37986b58aa65b014eed', 227, 'post', 'attachment', 1, 0, NULL, NULL, 'Image (2)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-1.jpg', NULL, '227', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-1.jpg', '227', 'attachment-image', '{\"width\":450,\"height\":250,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-1.jpg\",\"size\":\"full\",\"id\":227,\"alt\":\"\",\"pixels\":112500,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:28', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 14:49:12', '2020-12-05 14:49:12'),
(206, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-3-1.jpg', '67:6dae9363b7f274ad673717a368cfcf4d', 228, 'post', 'attachment', 1, 0, NULL, NULL, 'Image (3)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-3-1.jpg', NULL, '228', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-3-1.jpg', '228', 'attachment-image', '{\"width\":335,\"height\":449,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-3-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-3-1.jpg\",\"size\":\"full\",\"id\":228,\"alt\":\"\",\"pixels\":150415,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:29', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 14:49:13', '2020-12-05 14:49:13'),
(207, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4-1.jpg', '67:48ce725d58923ba098cfe8a303435c03', 229, 'post', 'attachment', 1, 0, NULL, NULL, 'Image (4)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4-1.jpg', NULL, '229', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4-1.jpg', '229', 'attachment-image', '{\"width\":258,\"height\":258,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-4-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-4-1.jpg\",\"size\":\"full\",\"id\":229,\"alt\":\"\",\"pixels\":66564,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:29', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 14:49:13', '2020-12-05 14:49:13'),
(208, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5-1.jpg', '67:74b944160255a9e82ef92d08c71e7679', 230, 'post', 'attachment', 1, 0, NULL, NULL, 'Image (5)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5-1.jpg', NULL, '230', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5-1.jpg', '230', 'attachment-image', '{\"width\":258,\"height\":258,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-5-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-5-1.jpg\",\"size\":\"full\",\"id\":230,\"alt\":\"\",\"pixels\":66564,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:29', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 14:49:13', '2020-12-05 14:49:13'),
(209, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1.jpg', '67:c3b905bf1d426a6838ddbe17c364b3fc', 231, 'post', 'attachment', 1, 0, NULL, NULL, 'Image (6)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1.jpg', NULL, '231', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1.jpg', '231', 'attachment-image', '{\"width\":258,\"height\":258,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-6-1.jpg\",\"size\":\"full\",\"id\":231,\"alt\":\"\",\"pixels\":66564,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:30', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 14:49:13', '2020-12-05 14:49:13');
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`) VALUES
(210, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-9.jpg', '65:da60d80cde0e8946cab2568ed28b4eb4', 232, 'post', 'attachment', 1, 0, NULL, NULL, 'Image', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-9.jpg', NULL, '232', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-9.jpg', '232', 'attachment-image', '{\"width\":450,\"height\":250,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-9.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-9.jpg\",\"size\":\"full\",\"id\":232,\"alt\":\"\",\"pixels\":112500,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:31', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 14:49:14', '2020-12-05 14:49:14'),
(211, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-10.jpg', '66:4734da7ccb882fed698fe3a709c9ee88', 234, 'post', 'attachment', 1, 0, NULL, NULL, 'Image', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-10.jpg', NULL, '234', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-10.jpg', '234', 'attachment-image', '{\"width\":1920,\"height\":450,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-10.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-10.jpg\",\"size\":\"full\",\"id\":234,\"alt\":\"\",\"pixels\":864000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:32', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 14:50:01', '2020-12-05 14:50:01'),
(212, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Map.png', '61:fd57947e1eeda1fb2ede9ef292a94e04', 241, 'post', 'attachment', 1, 0, NULL, NULL, 'Map', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Map.png', NULL, '241', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Map.png', '241', 'attachment-image', '{\"width\":1304,\"height\":246,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Map.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Map.png\",\"size\":\"full\",\"id\":241,\"alt\":\"\",\"pixels\":320784,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:32', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 15:00:20', '2020-12-05 15:00:20'),
(213, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1-1.jpg', '61:1f3cc97160b4584a62defc1852765c0d', 330, 'post', 'attachment', 1, 0, NULL, NULL, '1', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1-1.jpg', NULL, '330', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1-1.jpg', '330', 'attachment-image', '{\"width\":130,\"height\":71,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/1-1.jpg\",\"size\":\"full\",\"id\":330,\"alt\":\"\",\"pixels\":9230,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:33', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-06 09:21:22', '2020-12-06 09:21:22'),
(214, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg', '67:8a532d3140a5f03ac616628e8e1f7a48', 438, 'post', 'attachment', 1, 0, NULL, NULL, 'Image (1)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg', NULL, '438', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg', '438', 'attachment-image', '{\"width\":546,\"height\":296,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-2.jpg\",\"size\":\"full\",\"id\":438,\"alt\":\"\",\"pixels\":161616,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:33', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-06 10:28:53', '2020-12-06 10:28:53'),
(215, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg', '67:ceadf91f00d981aafe2fb23d8aed1ec4', 439, 'post', 'attachment', 1, 0, NULL, NULL, 'Image (2)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg', NULL, '439', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg', '439', 'attachment-image', '{\"width\":546,\"height\":296,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-2-2.jpg\",\"size\":\"full\",\"id\":439,\"alt\":\"\",\"pixels\":161616,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:35', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-06 10:28:53', '2020-12-06 10:28:53'),
(216, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-11.jpg', '66:24861b230b3d9b54484eb19d26473392', 440, 'post', 'attachment', 1, 0, NULL, NULL, 'Image', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-11.jpg', NULL, '440', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-11.jpg', '440', 'attachment-image', '{\"width\":1122,\"height\":552,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-11.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-11.jpg\",\"size\":\"full\",\"id\":440,\"alt\":\"\",\"pixels\":619344,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:36', '2022-05-11 04:16:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-06 10:28:54', '2020-12-06 10:28:54'),
(217, NULL, NULL, 441, 'post', 'attachment', 1, 0, NULL, NULL, 'Photo (1)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Photo-1.jpg', NULL, '441', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Photo-1.jpg', '441', 'attachment-image', '{\"width\":80,\"height\":80,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Photo-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Photo-1.jpg\",\"size\":\"full\",\"id\":441,\"alt\":\"\",\"pixels\":6400,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:36', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-06 10:28:54', '2020-12-06 10:28:54'),
(218, NULL, NULL, 442, 'post', 'attachment', 1, 0, NULL, NULL, 'Photo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Photo.jpg', NULL, '442', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Photo.jpg', '442', 'attachment-image', '{\"width\":80,\"height\":80,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Photo.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Photo.jpg\",\"size\":\"full\",\"id\":442,\"alt\":\"\",\"pixels\":6400,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:37', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-06 10:28:54', '2020-12-06 10:28:54'),
(219, NULL, NULL, 522, 'post', 'attachment', 1, 0, NULL, NULL, 'Icon', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-6.jpg', NULL, '522', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-6.jpg', '522', 'attachment-image', '{\"width\":60,\"height\":61,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-6.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Icon-6.jpg\",\"size\":\"full\",\"id\":522,\"alt\":\"\",\"pixels\":3660,\"type\":\"image/jpeg\"}', NULL, 1, NULL, '2022-03-30 11:28:37', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-06 13:04:36', '2020-12-06 13:04:36'),
(220, NULL, NULL, 523, 'post', 'attachment', 1, 0, NULL, NULL, 'Rectangle 14', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14.jpg', NULL, '523', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14.jpg', '523', 'attachment-image', '{\"width\":736,\"height\":444,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14.jpg\",\"size\":\"full\",\"id\":523,\"alt\":\"\",\"pixels\":326784,\"type\":\"image/jpeg\"}', NULL, 1, NULL, '2022-03-30 11:28:38', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-06 13:04:36', '2020-12-06 13:04:36'),
(221, NULL, NULL, 573, 'post', 'attachment', 1, 0, NULL, NULL, 'Icon', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.png', NULL, '573', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.png', '573', 'attachment-image', '{\"width\":13,\"height\":13,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Icon.png\",\"size\":\"full\",\"id\":573,\"alt\":\"\",\"pixels\":169,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:38', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-06 14:21:29', '2020-12-06 14:21:29'),
(222, NULL, NULL, 647, 'post', 'attachment', 1, 0, NULL, NULL, 'Icon (1)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.png', NULL, '647', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.png', '647', 'attachment-image', '{\"width\":25,\"height\":25,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Icon-1.png\",\"size\":\"full\",\"id\":647,\"alt\":\"\",\"pixels\":625,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:38', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 08:11:14', '2020-12-07 08:11:14'),
(223, NULL, NULL, 648, 'post', 'attachment', 1, 0, NULL, NULL, 'Icon (2)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.png', NULL, '648', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.png', '648', 'attachment-image', '{\"width\":25,\"height\":25,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2.png\",\"size\":\"full\",\"id\":648,\"alt\":\"\",\"pixels\":625,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:39', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 08:11:14', '2020-12-07 08:11:14'),
(224, NULL, NULL, 649, 'post', 'attachment', 1, 0, NULL, NULL, 'Icon (3)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.png', NULL, '649', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.png', '649', 'attachment-image', '{\"width\":23,\"height\":23,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Icon-3.png\",\"size\":\"full\",\"id\":649,\"alt\":\"\",\"pixels\":529,\"type\":\"image/png\"}', NULL, 0, NULL, '2022-03-30 11:28:39', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 08:11:14', '2020-12-07 08:11:14'),
(225, NULL, NULL, 651, 'post', 'attachment', 1, 0, NULL, NULL, 'Image (1)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-3.jpg', NULL, '651', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-3.jpg', '651', 'attachment-image', '{\"width\":1032,\"height\":378,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-3.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-1-3.jpg\",\"size\":\"full\",\"id\":651,\"alt\":\"\",\"pixels\":390096,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:40', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 08:11:14', '2020-12-07 08:11:14'),
(226, NULL, NULL, 652, 'post', 'attachment', 1, 0, NULL, NULL, 'Image', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-12.jpg', NULL, '652', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-12.jpg', '652', 'attachment-image', '{\"width\":258,\"height\":338,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-12.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-12.jpg\",\"size\":\"full\",\"id\":652,\"alt\":\"\",\"pixels\":87204,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:40', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 08:11:15', '2020-12-07 08:11:15'),
(227, NULL, NULL, 655, 'post', 'attachment', 1, 0, NULL, NULL, 'Icon-2', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2-1.png', NULL, '655', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2-1.png', '655', 'attachment-image', '{\"width\":25,\"height\":25,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2-1.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Icon-2-1.png\",\"size\":\"full\",\"id\":655,\"alt\":\"\",\"pixels\":625,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:41', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 08:12:31', '2020-12-07 08:12:31'),
(228, NULL, NULL, 665, 'post', 'attachment', 1, 0, NULL, NULL, 'Icon3', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon3.png', NULL, '665', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon3.png', '665', 'attachment-image', '{\"width\":26,\"height\":21,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon3.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Icon3.png\",\"size\":\"full\",\"id\":665,\"alt\":\"\",\"pixels\":546,\"type\":\"image/png\"}', NULL, 0, NULL, '2022-03-30 11:28:41', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 08:18:01', '2020-12-07 08:18:01'),
(229, NULL, NULL, 765, 'post', 'attachment', 1, 0, NULL, NULL, 'menu-Icon', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon.jpg', NULL, '765', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon.jpg', '765', 'attachment-image', '{\"width\":16,\"height\":13,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon.jpg\",\"size\":\"full\",\"id\":765,\"alt\":\"\",\"pixels\":208,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:42', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 09:48:20', '2020-12-07 09:48:20'),
(230, NULL, NULL, 766, 'post', 'attachment', 1, 0, NULL, NULL, 'menu-Icon2', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon2.jpg', NULL, '766', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon2.jpg', '766', 'attachment-image', '{\"width\":14,\"height\":17,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon2.jpg\",\"size\":\"full\",\"id\":766,\"alt\":\"\",\"pixels\":238,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:42', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 09:48:20', '2020-12-07 09:48:20'),
(231, NULL, NULL, 767, 'post', 'attachment', 1, 0, NULL, NULL, 'menu-Icon3', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon3.jpg', NULL, '767', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon3.jpg', '767', 'attachment-image', '{\"width\":17,\"height\":17,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon3.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon3.jpg\",\"size\":\"full\",\"id\":767,\"alt\":\"\",\"pixels\":289,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:42', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 09:48:20', '2020-12-07 09:48:20'),
(232, NULL, NULL, 768, 'post', 'attachment', 1, 0, NULL, NULL, 'menu-Icon4', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon4.jpg', NULL, '768', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon4.jpg', '768', 'attachment-image', '{\"width\":16,\"height\":17,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon4.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon4.jpg\",\"size\":\"full\",\"id\":768,\"alt\":\"\",\"pixels\":272,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:43', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 09:48:21', '2020-12-07 09:48:21'),
(233, NULL, NULL, 769, 'post', 'attachment', 1, 0, NULL, NULL, 'menu-Icon5', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon5.jpg', NULL, '769', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon5.jpg', '769', 'attachment-image', '{\"width\":13,\"height\":14,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon5.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon5.jpg\",\"size\":\"full\",\"id\":769,\"alt\":\"\",\"pixels\":182,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:47', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 09:48:21', '2020-12-07 09:48:21'),
(234, NULL, NULL, 770, 'post', 'attachment', 1, 0, NULL, NULL, 'menu-Icon6', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon6.jpg', NULL, '770', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon6.jpg', '770', 'attachment-image', '{\"width\":16,\"height\":14,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon6.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon6.jpg\",\"size\":\"full\",\"id\":770,\"alt\":\"\",\"pixels\":224,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:48', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 09:48:21', '2020-12-07 09:48:21'),
(235, NULL, NULL, 771, 'post', 'attachment', 1, 0, NULL, NULL, 'menu-Icon7', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon7.jpg', NULL, '771', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon7.jpg', '771', 'attachment-image', '{\"width\":14,\"height\":14,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon7.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon7.jpg\",\"size\":\"full\",\"id\":771,\"alt\":\"\",\"pixels\":196,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:48', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 09:48:21', '2020-12-07 09:48:21'),
(236, NULL, NULL, 772, 'post', 'attachment', 1, 0, NULL, NULL, 'menu-Icon8', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon8.jpg', NULL, '772', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon8.jpg', '772', 'attachment-image', '{\"width\":16,\"height\":14,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon8.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/menu-Icon8.jpg\",\"size\":\"full\",\"id\":772,\"alt\":\"\",\"pixels\":224,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:49', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 09:48:22', '2020-12-07 09:48:22'),
(237, NULL, NULL, 779, 'post', 'attachment', 1, 0, NULL, NULL, 'Address', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Address.png', NULL, '779', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Address.png', '779', 'attachment-image', '{\"width\":21,\"height\":21,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Address.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Address.png\",\"size\":\"full\",\"id\":779,\"alt\":\"\",\"pixels\":441,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:49', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 10:23:27', '2020-12-07 10:23:27'),
(238, NULL, NULL, 780, 'post', 'attachment', 1, 0, NULL, NULL, 'Background_image (1)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-1.jpg', NULL, '780', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-1.jpg', '780', 'attachment-image', '{\"width\":450,\"height\":225,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-1.jpg\",\"size\":\"full\",\"id\":780,\"alt\":\"\",\"pixels\":101250,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:50', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 10:23:27', '2020-12-07 10:23:27'),
(239, NULL, NULL, 781, 'post', 'attachment', 1, 0, NULL, NULL, 'Background_image (2)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-2.jpg', NULL, '781', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-2.jpg', '781', 'attachment-image', '{\"width\":450,\"height\":225,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-2.jpg\",\"size\":\"full\",\"id\":781,\"alt\":\"\",\"pixels\":101250,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:50', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 10:23:27', '2020-12-07 10:23:27'),
(240, NULL, NULL, 782, 'post', 'attachment', 1, 0, NULL, NULL, 'Background_image (3)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-3.jpg', NULL, '782', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-3.jpg', '782', 'attachment-image', '{\"width\":450,\"height\":225,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-3.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-3.jpg\",\"size\":\"full\",\"id\":782,\"alt\":\"\",\"pixels\":101250,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:50', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 10:23:28', '2020-12-07 10:23:28'),
(241, NULL, NULL, 783, 'post', 'attachment', 1, 0, NULL, NULL, 'Background_image', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image.jpg', NULL, '783', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image.jpg', '783', 'attachment-image', '{\"width\":450,\"height\":225,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Background_image.jpg\",\"size\":\"full\",\"id\":783,\"alt\":\"\",\"pixels\":101250,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:51', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 10:23:28', '2020-12-07 10:23:28'),
(242, NULL, NULL, 784, 'post', 'attachment', 1, 0, NULL, NULL, 'Logo (1)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-1.png', NULL, '784', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-1.png', '784', 'attachment-image', '{\"width\":131,\"height\":131,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-1.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Logo-1.png\",\"size\":\"full\",\"id\":784,\"alt\":\"\",\"pixels\":17161,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:51', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 10:23:28', '2020-12-07 10:23:28'),
(243, NULL, NULL, 785, 'post', 'attachment', 1, 0, NULL, NULL, 'Logo (2)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-2.png', NULL, '785', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-2.png', '785', 'attachment-image', '{\"width\":131,\"height\":131,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-2.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Logo-2.png\",\"size\":\"full\",\"id\":785,\"alt\":\"\",\"pixels\":17161,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:52', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 10:23:29', '2020-12-07 10:23:29'),
(244, NULL, NULL, 786, 'post', 'attachment', 1, 0, NULL, NULL, 'Logo (3)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-3.png', NULL, '786', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-3.png', '786', 'attachment-image', '{\"width\":131,\"height\":131,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-3.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Logo-3.png\",\"size\":\"full\",\"id\":786,\"alt\":\"\",\"pixels\":17161,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:52', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 10:23:29', '2020-12-07 10:23:29'),
(245, NULL, NULL, 787, 'post', 'attachment', 1, 0, NULL, NULL, 'Logo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-4.png', NULL, '787', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-4.png', '787', 'attachment-image', '{\"width\":131,\"height\":131,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-4.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Logo-4.png\",\"size\":\"full\",\"id\":787,\"alt\":\"\",\"pixels\":17161,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:53', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 10:23:30', '2020-12-07 10:23:30'),
(246, NULL, NULL, 788, 'post', 'attachment', 1, 0, NULL, NULL, 'Store', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Store.png', NULL, '788', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Store.png', '788', 'attachment-image', '{\"width\":21,\"height\":21,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Store.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Store.png\",\"size\":\"full\",\"id\":788,\"alt\":\"\",\"pixels\":441,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:53', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 10:23:30', '2020-12-07 10:23:30'),
(247, NULL, NULL, 791, 'post', 'attachment', 1, 0, NULL, NULL, 'Background_image', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-4.jpg', NULL, '791', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-4.jpg', '791', 'attachment-image', '{\"width\":450,\"height\":225,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-4.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-4.jpg\",\"size\":\"full\",\"id\":791,\"alt\":\"\",\"pixels\":101250,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:54', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 10:43:10', '2020-12-07 10:43:10'),
(248, NULL, NULL, 792, 'post', 'attachment', 1, 0, NULL, NULL, 'Logo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-5.png', NULL, '792', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-5.png', '792', 'attachment-image', '{\"width\":131,\"height\":131,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-5.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Logo-5.png\",\"size\":\"full\",\"id\":792,\"alt\":\"\",\"pixels\":17161,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:54', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 10:43:11', '2020-12-07 10:43:11'),
(249, NULL, NULL, 793, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-Background_image-4.jpg', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-4.jpg', NULL, '793', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-4.jpg', '793', 'attachment-image', '{\"width\":1200,\"height\":390,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-4.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-4.jpg\",\"size\":\"full\",\"id\":793,\"alt\":\"\",\"pixels\":468000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:54', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 10:43:26', '2020-12-07 10:43:26'),
(250, NULL, NULL, 794, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-Logo-5.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-5.png', NULL, '794', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-5.png', '794', 'attachment-image', '{\"width\":100,\"height\":100,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-5.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-5.png\",\"size\":\"full\",\"id\":794,\"alt\":\"\",\"pixels\":10000,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:55', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 10:43:32', '2020-12-07 10:43:32'),
(251, NULL, NULL, 803, 'post', 'attachment', 1, 0, NULL, NULL, 'Adv. Banner', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Adv.-Banner.jpg', NULL, '803', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Adv.-Banner.jpg', '803', 'attachment-image', '{\"width\":448,\"height\":338,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Adv.-Banner.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Adv.-Banner.jpg\",\"size\":\"full\",\"id\":803,\"alt\":\"\",\"pixels\":151424,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:28:55', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 10:57:02', '2020-12-07 10:57:02'),
(252, NULL, NULL, 834, 'post', 'attachment', 1, 0, NULL, NULL, 'Group 3', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Group-3.png', NULL, '834', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Group-3.png', '834', 'attachment-image', '{\"width\":14,\"height\":14,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Group-3.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Group-3.png\",\"size\":\"full\",\"id\":834,\"alt\":\"\",\"pixels\":196,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:56', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 11:07:53', '2020-12-07 11:07:53'),
(253, NULL, NULL, 846, 'post', 'attachment', 1, 0, NULL, NULL, 'Background_image (2)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-2-1.jpg', NULL, '846', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-2-1.jpg', '846', 'attachment-image', '{\"width\":450,\"height\":225,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-2-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-2-1.jpg\",\"size\":\"full\",\"id\":846,\"alt\":\"\",\"pixels\":101250,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:56', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:31:08', '2020-12-07 12:31:08'),
(254, NULL, NULL, 847, 'post', 'attachment', 1, 0, NULL, NULL, 'Logo (2)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-2-1.png', NULL, '847', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-2-1.png', '847', 'attachment-image', '{\"width\":131,\"height\":131,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-2-1.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Logo-2-1.png\",\"size\":\"full\",\"id\":847,\"alt\":\"\",\"pixels\":17161,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:57', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:31:08', '2020-12-07 12:31:08'),
(255, NULL, NULL, 848, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-Background_image-2-1.jpg', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-2-1.jpg', NULL, '848', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-2-1.jpg', '848', 'attachment-image', '{\"width\":1200,\"height\":390,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-2-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-2-1.jpg\",\"size\":\"full\",\"id\":848,\"alt\":\"\",\"pixels\":468000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:57', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:31:14', '2020-12-07 12:31:14'),
(256, NULL, NULL, 849, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-Logo-2-1.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-2-1.png', NULL, '849', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-2-1.png', '849', 'attachment-image', '{\"width\":100,\"height\":100,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-2-1.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-2-1.png\",\"size\":\"full\",\"id\":849,\"alt\":\"\",\"pixels\":10000,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:57', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:31:20', '2020-12-07 12:31:20'),
(257, NULL, NULL, 859, 'post', 'attachment', 1, 0, NULL, NULL, 'Background_image (1)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-1-1.jpg', NULL, '859', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-1-1.jpg', '859', 'attachment-image', '{\"width\":450,\"height\":225,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-1-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-1-1.jpg\",\"size\":\"full\",\"id\":859,\"alt\":\"\",\"pixels\":101250,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:58', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:42:27', '2020-12-07 12:42:27'),
(258, NULL, NULL, 860, 'post', 'attachment', 1, 0, NULL, NULL, 'Logo (1)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-1-1.png', NULL, '860', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-1-1.png', '860', 'attachment-image', '{\"width\":131,\"height\":131,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-1-1.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Logo-1-1.png\",\"size\":\"full\",\"id\":860,\"alt\":\"\",\"pixels\":17161,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:28:59', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:42:27', '2020-12-07 12:42:27'),
(259, NULL, NULL, 861, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-Background_image-1-1.jpg', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-1-1.jpg', NULL, '861', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-1-1.jpg', '861', 'attachment-image', '{\"width\":1200,\"height\":390,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-1-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-1-1.jpg\",\"size\":\"full\",\"id\":861,\"alt\":\"\",\"pixels\":468000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:28:59', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:42:34', '2020-12-07 12:42:34'),
(260, NULL, NULL, 862, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-Logo-1-1.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-1-1.png', NULL, '862', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-1-1.png', '862', 'attachment-image', '{\"width\":100,\"height\":100,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-1-1.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-1-1.png\",\"size\":\"full\",\"id\":862,\"alt\":\"\",\"pixels\":10000,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:29:00', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:42:39', '2020-12-07 12:42:39'),
(261, NULL, NULL, 863, 'post', 'attachment', 1, 0, NULL, NULL, 'Background_image (3)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-3-1.jpg', NULL, '863', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-3-1.jpg', '863', 'attachment-image', '{\"width\":450,\"height\":225,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-3-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Background_image-3-1.jpg\",\"size\":\"full\",\"id\":863,\"alt\":\"\",\"pixels\":101250,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:00', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:43:29', '2020-12-07 12:43:29'),
(262, NULL, NULL, 864, 'post', 'attachment', 1, 0, NULL, NULL, 'Logo (3)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-3-1.png', NULL, '864', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-3-1.png', '864', 'attachment-image', '{\"width\":131,\"height\":131,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-3-1.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Logo-3-1.png\",\"size\":\"full\",\"id\":864,\"alt\":\"\",\"pixels\":17161,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:29:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:43:29', '2020-12-07 12:43:29'),
(263, NULL, NULL, 865, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-Background_image-3-1.jpg', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-3-1.jpg', NULL, '865', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-3-1.jpg', '865', 'attachment-image', '{\"width\":1200,\"height\":390,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-3-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Background_image-3-1.jpg\",\"size\":\"full\",\"id\":865,\"alt\":\"\",\"pixels\":468000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:43:35', '2020-12-07 12:43:35'),
(264, NULL, NULL, 866, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-Logo-3-1.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-3-1.png', NULL, '866', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-3-1.png', '866', 'attachment-image', '{\"width\":100,\"height\":100,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-3-1.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/cropped-Logo-3-1.png\",\"size\":\"full\",\"id\":866,\"alt\":\"\",\"pixels\":10000,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:29:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:43:40', '2020-12-07 12:43:40'),
(265, NULL, NULL, 868, 'post', 'attachment', 1, 0, NULL, NULL, '1', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1-2.jpg', NULL, '868', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1-2.jpg', '868', 'attachment-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/1-2.jpg\",\"size\":\"full\",\"id\":868,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:02', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:54:25', '2020-12-07 12:54:25'),
(266, NULL, NULL, 869, 'post', 'attachment', 1, 0, NULL, NULL, '2', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/2-1.jpg', NULL, '869', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/2-1.jpg', '869', 'attachment-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/2-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/2-1.jpg\",\"size\":\"full\",\"id\":869,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:03', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:54:26', '2020-12-07 12:54:26'),
(267, NULL, NULL, 870, 'post', 'attachment', 1, 0, NULL, NULL, '3', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/3-1.jpg', NULL, '870', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/3-1.jpg', '870', 'attachment-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/3-1.jpg\",\"size\":\"full\",\"id\":870,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:03', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:54:27', '2020-12-07 12:54:27'),
(268, NULL, NULL, 871, 'post', 'attachment', 1, 0, NULL, NULL, '4', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/4-1.jpg', NULL, '871', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/4-1.jpg', '871', 'attachment-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/4-1.jpg\",\"size\":\"full\",\"id\":871,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:04', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:54:28', '2020-12-07 12:54:28');
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`) VALUES
(269, NULL, NULL, 872, 'post', 'attachment', 1, 0, NULL, NULL, '5', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/5-1.jpg', NULL, '872', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/5-1.jpg', '872', 'attachment-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/5-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/5-1.jpg\",\"size\":\"full\",\"id\":872,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:05', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:54:28', '2020-12-07 12:54:28'),
(270, NULL, NULL, 873, 'post', 'attachment', 1, 0, NULL, NULL, '6', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/6-1.jpg', NULL, '873', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/6-1.jpg', '873', 'attachment-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/6-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/6-1.jpg\",\"size\":\"full\",\"id\":873,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:05', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:54:29', '2020-12-07 12:54:29'),
(271, NULL, NULL, 874, 'post', 'attachment', 1, 0, NULL, NULL, '7', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/7.jpg', NULL, '874', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/7.jpg', '874', 'attachment-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/7.jpg\",\"size\":\"full\",\"id\":874,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:06', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:54:31', '2020-12-07 12:54:31'),
(272, NULL, NULL, 875, 'post', 'attachment', 1, 0, NULL, NULL, '8', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/8.jpg', NULL, '875', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/8.jpg', '875', 'attachment-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/8.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/8.jpg\",\"size\":\"full\",\"id\":875,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:07', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:54:32', '2020-12-07 12:54:32'),
(273, NULL, NULL, 876, 'post', 'attachment', 1, 0, NULL, NULL, '9', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/9.jpg', NULL, '876', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/9.jpg', '876', 'attachment-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/9.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/9.jpg\",\"size\":\"full\",\"id\":876,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:12', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:54:33', '2020-12-07 12:54:33'),
(274, NULL, NULL, 877, 'post', 'attachment', 1, 0, NULL, NULL, '10', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/10.jpg', NULL, '877', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/10.jpg', '877', 'attachment-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/10.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/10.jpg\",\"size\":\"full\",\"id\":877,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:12', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 12:54:34', '2020-12-07 12:54:34'),
(275, NULL, NULL, 949, 'post', 'attachment', 1, 0, NULL, NULL, '4', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2.jpg', NULL, '949', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2.jpg', '949', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4-2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/4-2.jpg\",\"size\":\"full\",\"id\":949,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:13', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 14:27:08', '2020-12-07 14:27:08'),
(276, NULL, NULL, 950, 'post', 'attachment', 1, 0, NULL, NULL, '1', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3.jpg', NULL, '950', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3.jpg', '950', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-3.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/1-3.jpg\",\"size\":\"full\",\"id\":950,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:13', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 14:27:12', '2020-12-07 14:27:12'),
(277, NULL, NULL, 951, 'post', 'attachment', 1, 0, NULL, NULL, '2', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2.jpg', NULL, '951', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2.jpg', '951', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/2-2.jpg\",\"size\":\"full\",\"id\":951,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:14', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 14:27:13', '2020-12-07 14:27:13'),
(278, NULL, NULL, 952, 'post', 'attachment', 1, 0, NULL, NULL, '3', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2.jpg', NULL, '952', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2.jpg', '952', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3-2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/3-2.jpg\",\"size\":\"full\",\"id\":952,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:14', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 14:27:14', '2020-12-07 14:27:14'),
(279, NULL, NULL, 953, 'post', 'attachment', 1, 0, NULL, NULL, '5', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2.jpg', NULL, '953', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2.jpg', '953', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/5-2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/5-2.jpg\",\"size\":\"full\",\"id\":953,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:15', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 14:27:14', '2020-12-07 14:27:14'),
(280, NULL, NULL, 954, 'post', 'attachment', 1, 0, NULL, NULL, '6', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/6-2.jpg', NULL, '954', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/6-2.jpg', '954', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/6-2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/6-2.jpg\",\"size\":\"full\",\"id\":954,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:15', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 14:27:15', '2020-12-07 14:27:15'),
(281, NULL, NULL, 955, 'post', 'attachment', 1, 0, NULL, NULL, '7', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/7-1.jpg', NULL, '955', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/7-1.jpg', '955', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/7-1.jpg\",\"size\":\"full\",\"id\":955,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:16', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 14:27:15', '2020-12-07 14:27:15'),
(282, NULL, NULL, 956, 'post', 'attachment', 1, 0, NULL, NULL, '8', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/8-1.jpg', NULL, '956', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/8-1.jpg', '956', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/8-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/8-1.jpg\",\"size\":\"full\",\"id\":956,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:16', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 14:27:16', '2020-12-07 14:27:16'),
(283, NULL, NULL, 957, 'post', 'attachment', 1, 0, NULL, NULL, '9', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/9-1.jpg', NULL, '957', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/9-1.jpg', '957', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/9-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/9-1.jpg\",\"size\":\"full\",\"id\":957,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:16', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 14:27:17', '2020-12-07 14:27:17'),
(284, NULL, NULL, 958, 'post', 'attachment', 1, 0, NULL, NULL, '10', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/10-1.jpg', NULL, '958', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/10-1.jpg', '958', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/10-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/10-1.jpg\",\"size\":\"full\",\"id\":958,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:17', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 14:27:17', '2020-12-07 14:27:17'),
(285, NULL, NULL, 959, 'post', 'attachment', 1, 0, NULL, NULL, '11', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/11.jpg', NULL, '959', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/11.jpg', '959', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/11.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/11.jpg\",\"size\":\"full\",\"id\":959,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:17', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 14:27:18', '2020-12-07 14:27:18'),
(286, NULL, NULL, 961, 'post', 'attachment', 1, 0, NULL, NULL, '7', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2.jpg', NULL, '961', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2.jpg', '961', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/7-2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/7-2.jpg\",\"size\":\"full\",\"id\":961,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:18', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-07 14:30:08', '2020-12-07 14:30:08'),
(287, NULL, NULL, 1126, 'post', 'attachment', 1, 0, NULL, NULL, '12', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/12.jpg', NULL, '1126', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/12.jpg', '1126', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/12.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/12.jpg\",\"size\":\"full\",\"id\":1126,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:18', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-08 09:51:30', '2020-12-08 09:51:30'),
(288, NULL, NULL, 1127, 'post', 'attachment', 1, 0, NULL, NULL, '13', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/13.jpg', NULL, '1127', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/13.jpg', '1127', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/13.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/13.jpg\",\"size\":\"full\",\"id\":1127,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:19', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-08 09:51:31', '2020-12-08 09:51:31'),
(289, NULL, NULL, 1128, 'post', 'attachment', 1, 0, NULL, NULL, '14', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/14.jpg', NULL, '1128', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/14.jpg', '1128', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/14.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/14.jpg\",\"size\":\"full\",\"id\":1128,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:19', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-08 09:51:31', '2020-12-08 09:51:31'),
(290, NULL, NULL, 1187, 'post', 'attachment', 1, 0, NULL, NULL, 'Icon', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg', NULL, '1187', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg', '1187', 'attachment-image', '{\"width\":53,\"height\":60,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Icon-7.jpg\",\"size\":\"full\",\"id\":1187,\"alt\":\"\",\"pixels\":3180,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:29:20', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-08 13:57:50', '2020-12-08 13:57:50'),
(291, NULL, NULL, 1209, 'post', 'attachment', 1, 0, NULL, NULL, 'Image', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-13.jpg', NULL, '1209', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-13.jpg', '1209', 'attachment-image', '{\"width\":1407,\"height\":248,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-13.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-13.jpg\",\"size\":\"full\",\"id\":1209,\"alt\":\"\",\"pixels\":348936,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:20', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-08 14:11:39', '2020-12-08 14:11:39'),
(292, NULL, NULL, 1378, 'post', 'attachment', 1, 0, NULL, NULL, 'BG', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/BG-1.jpg', NULL, '1378', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/BG-1.jpg', '1378', 'attachment-image', '{\"width\":1456,\"height\":446,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/BG-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/BG-1.jpg\",\"size\":\"full\",\"id\":1378,\"alt\":\"\",\"pixels\":649376,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:21', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-08 17:47:12', '2020-12-08 17:47:12'),
(293, NULL, NULL, 1476, 'post', 'attachment', 1, 0, NULL, NULL, 'cat-01.jpg', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cat-01.jpg', NULL, '1476', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cat-01.jpg', '1476', 'attachment-image', '{\"width\":202,\"height\":188,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/cat-01.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/cat-01.jpg\",\"size\":\"full\",\"id\":1476,\"alt\":\"\",\"pixels\":37976,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:21', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-09 07:45:24', '2020-12-09 07:45:24'),
(294, NULL, NULL, 1477, 'post', 'attachment', 1, 0, NULL, NULL, 'cat-02.jpg', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cat-02.jpg', NULL, '1477', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cat-02.jpg', '1477', 'attachment-image', '{\"width\":202,\"height\":188,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/cat-02.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/cat-02.jpg\",\"size\":\"full\",\"id\":1477,\"alt\":\"\",\"pixels\":37976,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:22', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-09 07:45:24', '2020-12-09 07:45:24'),
(295, NULL, NULL, 1478, 'post', 'attachment', 1, 0, NULL, NULL, 'cat-03.jpg', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cat-03.jpg', NULL, '1478', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cat-03.jpg', '1478', 'attachment-image', '{\"width\":202,\"height\":188,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/cat-03.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/cat-03.jpg\",\"size\":\"full\",\"id\":1478,\"alt\":\"\",\"pixels\":37976,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:22', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-09 07:45:24', '2020-12-09 07:45:24'),
(296, NULL, NULL, 1479, 'post', 'attachment', 1, 0, NULL, NULL, 'cat-04.jpg', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cat-04.jpg', NULL, '1479', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cat-04.jpg', '1479', 'attachment-image', '{\"width\":202,\"height\":188,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/cat-04.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/cat-04.jpg\",\"size\":\"full\",\"id\":1479,\"alt\":\"\",\"pixels\":37976,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:22', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-09 07:45:24', '2020-12-09 07:45:24'),
(297, NULL, NULL, 1762, 'post', 'attachment', 1, 0, NULL, NULL, 'Logo-large-opt', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-large-opt.png', NULL, '1762', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-large-opt.png', '1762', 'attachment-image', '{\"width\":293,\"height\":105,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Logo-large-opt.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Logo-large-opt.png\",\"size\":\"full\",\"id\":1762,\"alt\":\"\",\"pixels\":30765,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:29:23', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-15 13:36:58', '2020-12-15 13:36:58'),
(298, NULL, NULL, 1764, 'post', 'attachment', 1, 0, NULL, NULL, 'single-prod-icon', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/single-prod-icon.png', NULL, '1764', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/single-prod-icon.png', '1764', 'attachment-image', '{\"width\":30,\"height\":30,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/single-prod-icon.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/single-prod-icon.png\",\"size\":\"full\",\"id\":1764,\"alt\":\"\",\"pixels\":900,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:29:23', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-15 13:53:57', '2020-12-15 13:53:57'),
(299, NULL, NULL, 2003, 'post', 'attachment', 1, 0, NULL, NULL, 'favicon', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/favicon.png', NULL, '2003', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/favicon.png', '2003', 'attachment-image', '{\"width\":50,\"height\":50,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/favicon.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/favicon.png\",\"size\":\"full\",\"id\":2003,\"alt\":\"\",\"pixels\":2500,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:29:23', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-22 13:33:34', '2020-12-22 13:33:34'),
(300, NULL, NULL, 2004, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-favicon.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-favicon.png', NULL, '2004', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-favicon.png', '2004', 'attachment-image', '{\"width\":512,\"height\":512,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/cropped-favicon.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/cropped-favicon.png\",\"size\":\"full\",\"id\":2004,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:29:24', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-22 13:33:39', '2020-12-22 13:33:39'),
(301, NULL, NULL, 2332, 'post', 'attachment', 1, 0, NULL, NULL, 'loader', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/loader.gif', NULL, '2332', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/loader.gif', '2332', 'attachment-image', '{\"width\":25,\"height\":25,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/loader.gif\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/loader.gif\",\"size\":\"full\",\"id\":2332,\"alt\":\"\",\"pixels\":625,\"type\":\"image/gif\"}', NULL, NULL, NULL, '2022-03-30 11:29:24', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-24 14:40:49', '2020-12-24 14:40:49'),
(302, NULL, NULL, 2348, 'post', 'attachment', 1, 0, NULL, NULL, '3', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/3-3.jpg', NULL, '2348', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/3-3.jpg', '2348', 'attachment-image', '{\"width\":254,\"height\":365,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/3-3.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/3-3.jpg\",\"size\":\"full\",\"id\":2348,\"alt\":\"\",\"pixels\":92710,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:25', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-24 15:03:30', '2020-12-24 15:03:30'),
(303, NULL, NULL, 2349, 'post', 'attachment', 1, 0, NULL, NULL, '4', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/4-3.jpg', NULL, '2349', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/4-3.jpg', '2349', 'attachment-image', '{\"width\":254,\"height\":365,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/4-3.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/4-3.jpg\",\"size\":\"full\",\"id\":2349,\"alt\":\"\",\"pixels\":92710,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:25', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-24 15:03:30', '2020-12-24 15:03:30'),
(304, NULL, NULL, 2350, 'post', 'attachment', 1, 0, NULL, NULL, '5', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/5-3.jpg', NULL, '2350', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/5-3.jpg', '2350', 'attachment-image', '{\"width\":254,\"height\":365,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/5-3.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/5-3.jpg\",\"size\":\"full\",\"id\":2350,\"alt\":\"\",\"pixels\":92710,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:26', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-24 15:03:31', '2020-12-24 15:03:31'),
(305, NULL, NULL, 2351, 'post', 'attachment', 1, 0, NULL, NULL, '6', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/6-3.jpg', NULL, '2351', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/6-3.jpg', '2351', 'attachment-image', '{\"width\":253,\"height\":365,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/6-3.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/6-3.jpg\",\"size\":\"full\",\"id\":2351,\"alt\":\"\",\"pixels\":92345,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:26', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-24 15:03:32', '2020-12-24 15:03:32'),
(306, NULL, NULL, 2353, 'post', 'attachment', 1, 0, NULL, NULL, '8', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/8-2.jpg', NULL, '2353', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/8-2.jpg', '2353', 'attachment-image', '{\"width\":442,\"height\":262,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/8-2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/8-2.jpg\",\"size\":\"full\",\"id\":2353,\"alt\":\"\",\"pixels\":115804,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:27', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-24 15:03:33', '2020-12-24 15:03:33'),
(307, NULL, NULL, 2354, 'post', 'attachment', 1, 0, NULL, NULL, 'banner-1 1 17.03.18', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18.jpg', NULL, '2354', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18.jpg', '2354', 'attachment-image', '{\"width\":443,\"height\":334,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18.jpg\",\"size\":\"full\",\"id\":2354,\"alt\":\"\",\"pixels\":147962,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:27', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-24 15:04:12', '2020-12-24 15:04:12'),
(308, NULL, NULL, 2387, 'post', 'attachment', 1, 0, NULL, NULL, 'Image 17.03.18', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-17.03.18.jpg', NULL, '2387', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-17.03.18.jpg', '2387', 'attachment-image', '{\"width\":254,\"height\":365,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-17.03.18.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-17.03.18.jpg\",\"size\":\"full\",\"id\":2387,\"alt\":\"\",\"pixels\":92710,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:28', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-24 17:57:12', '2020-12-24 17:57:12'),
(309, NULL, NULL, 2512, 'post', 'attachment', 1, 0, NULL, NULL, '10', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/10-2.jpg', NULL, '2512', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/10-2.jpg', '2512', 'attachment-image', '{\"width\":443,\"height\":334,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/10-2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/10-2.jpg\",\"size\":\"full\",\"id\":2512,\"alt\":\"\",\"pixels\":147962,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:29', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-29 10:45:13', '2020-12-29 10:45:13'),
(310, NULL, NULL, 2889, 'post', 'attachment', 1, 0, NULL, NULL, 'site-loader', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/site-loader.gif', NULL, '2889', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/site-loader.gif', '2889', 'attachment-image', '{\"width\":256,\"height\":256,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/site-loader.gif\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/site-loader.gif\",\"size\":\"full\",\"id\":2889,\"alt\":\"\",\"pixels\":65536,\"type\":\"image/gif\"}', NULL, NULL, NULL, '2022-03-30 11:29:29', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2020-12-30 07:15:00', '2020-12-30 07:15:00'),
(311, NULL, NULL, 3296, 'post', 'attachment', 1, 0, NULL, NULL, 'Image_#3_niche_market02', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image_3_niche_market02.jpg', NULL, '3296', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image_3_niche_market02.jpg', '3296', 'attachment-image', '{\"width\":848,\"height\":276,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image_3_niche_market02.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image_3_niche_market02.jpg\",\"size\":\"full\",\"id\":3296,\"alt\":\"\",\"pixels\":234048,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:34', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-01-25 14:43:34', '2021-01-25 14:43:34'),
(312, NULL, NULL, 3662, 'post', 'attachment', 1, 0, NULL, NULL, 'xstore-placeholder', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/07/xstore-placeholder.png', NULL, '3662', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/07/xstore-placeholder.png', '3662', 'attachment-image', '{\"width\":1200,\"height\":1200,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2021/07/xstore-placeholder.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2021/07/xstore-placeholder.png\",\"size\":\"full\",\"id\":3662,\"alt\":\"\",\"pixels\":1440000,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:29:35', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-07-14 08:17:32', '2021-07-14 08:17:32'),
(313, NULL, NULL, 3761, 'post', 'attachment', 1, 0, NULL, NULL, 'newsletter-pattern.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/newsletter-pattern.png', NULL, '3761', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/newsletter-pattern.png', '3761', 'attachment-image', '{\"width\":848,\"height\":532,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2021/08/newsletter-pattern.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2021/08/newsletter-pattern.png\",\"size\":\"full\",\"id\":3761,\"alt\":\"\",\"pixels\":451136,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-03-30 11:29:35', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 08:45:12', '2021-08-20 08:45:12'),
(314, NULL, NULL, 3762, 'post', 'attachment', 1, 0, NULL, NULL, 'newsletter-girl.jpg', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/newsletter-girl.jpg', NULL, '3762', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/newsletter-girl.jpg', '3762', 'attachment-image', '{\"width\":390,\"height\":532,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2021/08/newsletter-girl.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2021/08/newsletter-girl.jpg\",\"size\":\"full\",\"id\":3762,\"alt\":\"\",\"pixels\":207480,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:37', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 08:45:12', '2021-08-20 08:45:12'),
(315, NULL, NULL, 3782, 'post', 'attachment', 1, 0, NULL, NULL, 'Image-1 (1)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1.jpg', NULL, '3782', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1.jpg', '3782', 'attachment-image', '{\"width\":640,\"height\":642,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2021/08/Image-1-1.jpg\",\"size\":\"full\",\"id\":3782,\"alt\":\"\",\"pixels\":410880,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:29:38', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:04:02', '2021-08-20 09:04:02'),
(316, NULL, NULL, 3801, 'post', 'attachment', 1, 0, NULL, NULL, 'Image-5-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg', NULL, '3801', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg', '3801', 'attachment-image', '{\"width\":738,\"height\":350,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2021/08/Image-5-min.jpg\",\"size\":\"full\",\"id\":3801,\"alt\":\"\",\"pixels\":258300,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:29:38', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:28:45', '2021-08-20 09:28:45'),
(317, NULL, NULL, 3802, 'post', 'attachment', 1, 0, NULL, NULL, 'Image-4-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg', NULL, '3802', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg', '3802', 'attachment-image', '{\"width\":624,\"height\":350,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2021/08/Image-4-min.jpg\",\"size\":\"full\",\"id\":3802,\"alt\":\"\",\"pixels\":218400,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:29:39', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:28:47', '2021-08-20 09:28:47'),
(318, NULL, NULL, 3803, 'post', 'attachment', 1, 0, NULL, NULL, 'banner-1-1-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg', NULL, '3803', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg', '3803', 'attachment-image', '{\"width\":354,\"height\":330,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2021/08/banner-1-1-min.jpg\",\"size\":\"full\",\"id\":3803,\"alt\":\"\",\"pixels\":116820,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:29:43', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:29:21', '2021-08-20 09:29:21'),
(319, NULL, NULL, 3804, 'post', 'attachment', 1, 0, NULL, NULL, 'Image-7-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-7-min.jpg', NULL, '3804', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-7-min.jpg', '3804', 'attachment-image', '{\"width\":354,\"height\":330,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-7-min.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2021/08/Image-7-min.jpg\",\"size\":\"full\",\"id\":3804,\"alt\":\"\",\"pixels\":116820,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:44', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:29:43', '2021-08-20 09:29:43'),
(320, NULL, NULL, 3809, 'post', 'attachment', 1, 0, NULL, NULL, '6-1-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/6-1-min.jpg', NULL, '3809', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/6-1-min.jpg', '3809', 'attachment-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/6-1-min.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/6-1-min.jpg\",\"size\":\"full\",\"id\":3809,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:44', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:32:02', '2021-08-20 09:32:02'),
(321, NULL, NULL, 3810, 'post', 'attachment', 1, 0, NULL, NULL, 'Image-13-min-1', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-13-min-1.jpg', NULL, '3810', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-13-min-1.jpg', '3810', 'attachment-image', '{\"width\":1407,\"height\":248,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-13-min-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-13-min-1.jpg\",\"size\":\"full\",\"id\":3810,\"alt\":\"\",\"pixels\":348936,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:45', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:32:03', '2021-08-20 09:32:03'),
(322, NULL, NULL, 3811, 'post', 'attachment', 1, 0, NULL, NULL, '9-min-1', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/9-min-1.jpg', NULL, '3811', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/9-min-1.jpg', '3811', 'attachment-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/9-min-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/9-min-1.jpg\",\"size\":\"full\",\"id\":3811,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:45', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:32:04', '2021-08-20 09:32:04'),
(323, NULL, NULL, 3827, 'post', 'attachment', 1, 0, NULL, NULL, 'Image-min-1', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-min-1.jpg', NULL, '3827', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-min-1.jpg', '3827', 'attachment-image', '{\"width\":1920,\"height\":70,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/Image-min-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/Image-min-1.jpg\",\"size\":\"full\",\"id\":3827,\"alt\":\"\",\"pixels\":134400,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:46', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:34:24', '2021-08-20 09:34:24'),
(324, NULL, NULL, 3831, 'post', 'attachment', 1, 0, NULL, NULL, 'Image-8-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-8-min.jpg', NULL, '3831', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-8-min.jpg', '3831', 'attachment-image', '{\"width\":1410,\"height\":250,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-8-min.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2021/08/Image-8-min.jpg\",\"size\":\"full\",\"id\":3831,\"alt\":\"\",\"pixels\":352500,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:46', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:34:59', '2021-08-20 09:34:59'),
(325, NULL, NULL, 3835, 'post', 'attachment', 1, 0, NULL, NULL, '2-2-1', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1.jpg', NULL, '3835', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1.jpg', '3835', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/2-2-1.jpg\",\"size\":\"full\",\"id\":3835,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:47', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:35:54', '2021-08-20 09:35:54'),
(326, NULL, NULL, 3836, 'post', 'attachment', 1, 0, NULL, NULL, 'Image-17.03.18-1-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-17.03.18-1-min.jpg', NULL, '3836', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-17.03.18-1-min.jpg', '3836', 'attachment-image', '{\"width\":254,\"height\":365,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2021/08/Image-17.03.18-1-min.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2021/08/Image-17.03.18-1-min.jpg\",\"size\":\"full\",\"id\":3836,\"alt\":\"\",\"pixels\":92710,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:47', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:40:29', '2021-08-20 09:40:29'),
(327, NULL, NULL, 3837, 'post', 'attachment', 1, 0, NULL, NULL, '5-3-1-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg', NULL, '3837', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg', '3837', 'attachment-image', '{\"width\":254,\"height\":365,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2021/08/5-3-1-min.jpg\",\"size\":\"full\",\"id\":3837,\"alt\":\"\",\"pixels\":92710,\"type\":\"image/jpeg\"}', NULL, 0, NULL, '2022-03-30 11:29:48', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:40:57', '2021-08-20 09:40:57'),
(328, NULL, NULL, 3838, 'post', 'attachment', 1, 0, NULL, NULL, '4-3-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min.jpg', NULL, '3838', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min.jpg', '3838', 'attachment-image', '{\"width\":254,\"height\":365,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2021/08/4-3-min.jpg\",\"size\":\"full\",\"id\":3838,\"alt\":\"\",\"pixels\":92710,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:48', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:41:15', '2021-08-20 09:41:15');
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`) VALUES
(329, NULL, NULL, 3839, 'post', 'attachment', 1, 0, NULL, NULL, '3-3new-1-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min.jpg', NULL, '3839', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min.jpg', '3839', 'attachment-image', '{\"width\":254,\"height\":365,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2021/08/3-3new-1-min.jpg\",\"size\":\"full\",\"id\":3839,\"alt\":\"\",\"pixels\":92710,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:49', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:41:51', '2021-08-20 09:41:51'),
(330, NULL, NULL, 3840, 'post', 'attachment', 1, 0, NULL, NULL, '6-3-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/6-3-min.jpg', NULL, '3840', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2021/08/6-3-min.jpg', '3840', 'attachment-image', '{\"width\":253,\"height\":365,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2021/08/6-3-min.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2021/08/6-3-min.jpg\",\"size\":\"full\",\"id\":3840,\"alt\":\"\",\"pixels\":92345,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:49', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:42:19', '2021-08-20 09:42:19'),
(331, NULL, NULL, 3841, 'post', 'attachment', 1, 0, NULL, NULL, '1-2-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1-2-min.jpg', NULL, '3841', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/1-2-min.jpg', '3841', 'attachment-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/1-2-min.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/1-2-min.jpg\",\"size\":\"full\",\"id\":3841,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:50', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:45:33', '2021-08-20 09:45:33'),
(332, NULL, NULL, 3848, 'post', 'attachment', 1, 0, NULL, NULL, '3-1 (1)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/11/3-1-1.jpg', NULL, '3848', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/11/3-1-1.jpg', '3848', 'attachment-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/11/3-1-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/11/3-1-1.jpg\",\"size\":\"full\",\"id\":3848,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:50', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:49:25', '2021-08-20 09:49:25'),
(333, NULL, NULL, 3849, 'post', 'attachment', 1, 0, NULL, NULL, '4-1 (1)', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/11/4-1-1.jpg', NULL, '3849', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/11/4-1-1.jpg', '3849', 'attachment-image', '{\"width\":1800,\"height\":900,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/11/4-1-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/11/4-1-1.jpg\",\"size\":\"full\",\"id\":3849,\"alt\":\"\",\"pixels\":1620000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:51', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:49:35', '2021-08-20 09:49:35'),
(334, NULL, NULL, 3852, 'post', 'attachment', 1, 0, NULL, NULL, 'banner-1-1-17.03.18-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min.jpg', NULL, '3852', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min.jpg', '3852', 'attachment-image', '{\"width\":443,\"height\":334,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/banner-1-1-17.03.18-min.jpg\",\"size\":\"full\",\"id\":3852,\"alt\":\"\",\"pixels\":147962,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:52', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:54:20', '2021-08-20 09:54:20'),
(335, NULL, NULL, 3856, 'post', 'attachment', 1, 0, NULL, NULL, '8-2-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/8-2-min.jpg', NULL, '3856', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/8-2-min.jpg', '3856', 'attachment-image', '{\"width\":442,\"height\":262,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/8-2-min.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/8-2-min.jpg\",\"size\":\"full\",\"id\":3856,\"alt\":\"\",\"pixels\":115804,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:52', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:54:59', '2021-08-20 09:54:59'),
(336, NULL, NULL, 3863, 'post', 'attachment', 1, 0, NULL, NULL, '10-2-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/10-2-min.jpg', NULL, '3863', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/10-2-min.jpg', '3863', 'attachment-image', '{\"width\":443,\"height\":334,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2020/12/10-2-min.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2020/12/10-2-min.jpg\",\"size\":\"full\",\"id\":3863,\"alt\":\"\",\"pixels\":147962,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-03-30 11:29:52', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2021-08-20 09:56:53', '2021-08-20 09:56:53'),
(337, NULL, NULL, 3864, 'post', 'page', 1, 0, NULL, NULL, 'Home page &#8211; niche-market02', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-2-300x300.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-2-300x300.jpg', NULL, 'first-content-image', NULL, 7, NULL, NULL, '2022-03-30 11:30:05', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-04-12 10:02:50', '2020-12-04 13:32:39'),
(340, NULL, NULL, 3867, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'USD', '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, '2022-03-30 11:30:06', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:30:06', '2022-03-30 11:30:06'),
(341, NULL, NULL, 3868, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'EUR', '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, '2022-03-30 11:30:06', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:30:06', '2022-03-30 11:30:06'),
(342, NULL, NULL, 3869, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'This is just for demo', '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, '2022-03-30 11:30:06', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:30:06', '2022-03-30 11:30:06'),
(343, NULL, NULL, 3870, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'English', '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, '2022-03-30 11:30:06', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:30:06', '2022-03-30 11:30:06'),
(344, NULL, NULL, 3871, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Arabic', '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, '2022-03-30 11:30:06', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:30:06', '2022-03-30 11:30:06'),
(345, NULL, NULL, 3872, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'This is just for demo', '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, '2022-03-30 11:30:06', '2022-03-31 08:27:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-03-30 11:30:06', '2022-03-30 11:30:06'),
(346, 'https://hagarbath.com/shop/2022/04/12/3873/', '43:5a67d9cd04285bea4ed5243e424e6b13', 3873, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', '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, '2022-03-30 11:30:07', '2022-04-12 05:05:53', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-12 10:35:53', '2022-03-30 11:30:07'),
(347, 'https://hagarbath.com/shop/2022/04/12/3874/', '43:34ba564f36385ba32cf2ed7e3c7f9038', 3874, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', '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, '2022-03-30 11:30:07', '2022-04-12 05:05:53', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-12 10:35:53', '2022-03-30 11:30:07'),
(348, 'https://hagarbath.com/shop/2022/04/12/3875/', '43:82c202bf8e5b429d11fe49bbc431ec66', 3875, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', '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, '2022-03-30 11:30:07', '2022-04-12 05:05:53', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-12 10:35:53', '2022-03-30 11:30:07'),
(349, 'https://hagarbath.com/shop/2022/04/12/3876/', '43:9f831b8c2f702f70661d4ff6558859c9', 3876, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', '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, '2022-03-30 11:30:07', '2022-04-12 05:05:53', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-12 10:35:53', '2022-03-30 11:30:07'),
(372, 'https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange/', '66:dc9a7b92ef719309bdb9f381317d1d47', 3901, 'post', 'product', 1, 0, NULL, NULL, 'Bib Cock foam flow with Flange', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg', NULL, '4233', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg', '4233', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg\",\"size\":\"full\",\"id\":4233,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, 0, NULL, '2022-03-31 08:27:38', '2022-04-09 11:47:00', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-05 11:08:34', '2022-03-31 08:31:22'),
(399, 'https://hagarbath.com/shop/product-category/bathroomtaps/', '57:88fd98cad98b79d186499cd97b60eade', 83, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Bathroom Taps', 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, 0, NULL, '2022-03-31 11:17:00', '2022-04-14 05:19:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-14 10:49:10', NULL),
(400, 'https://hagarbath.com/shop/product-category/kitchentaps/', '56:40e627278822082d245ca1829af119e4', 84, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Kitchen Taps', 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, 2, NULL, '2022-03-31 11:18:46', '2022-04-14 08:33:16', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-06 04:53:05', NULL),
(401, 'https://hagarbath.com/shop/product-category/shower/', '51:aa91177f24749f259c555bd1bd1615a2', 85, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Shower', 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, 2, NULL, '2022-03-31 11:19:30', '2022-04-14 08:33:16', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-05 10:56:22', NULL),
(402, 'https://hagarbath.com/shop/product-category/accessories/', '56:727f86f9acfbb188423bd42be479ad7d', 86, 'term', 'product_cat', NULL, NULL, NULL, NULL, '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, 2, NULL, '2022-03-31 11:20:10', '2022-04-14 05:16:36', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-14 10:46:35', NULL),
(403, 'https://hagarbath.com/shop/product-category/bestsellers/', '56:2f015c646121ef01c2ea7b4d37cf6ff9', 87, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Best Sellers', 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, 0, NULL, '2022-03-31 11:26:04', '2022-04-09 11:47:00', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-05 10:21:22', NULL),
(404, 'https://hagarbath.com/shop/product-category/bathroomfaucets/', '60:ec0182fd33cc5a3d5d06e043a505859c', 88, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Bathroom Faucets', 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, 2, NULL, '2022-03-31 11:27:09', '2022-04-14 05:19:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-14 10:49:10', NULL),
(405, 'https://hagarbath.com/shop/product-category/vanity/', '51:f93b051807bb936017c8c7da39d94640', 89, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Vanity', 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, '2022-03-31 11:27:32', '2022-03-31 05:57:32', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-03-31 11:27:32', NULL),
(406, 'https://hagarbath.com/shop/product-category/mixers/', '51:23ddfdfcc4c50a7689827b6bc0a54eb7', 90, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Mixers', 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, '2022-03-31 11:27:47', '2022-04-05 23:23:05', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-06 04:53:05', NULL),
(407, 'https://hagarbath.com/shop/product-category/watersavingtaps/', '60:c53fbb7d0a90d0985c90a1dcf612bc85', 91, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Water Saving Taps', 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, '2022-03-31 11:28:07', '2022-03-31 05:58:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-03-31 11:28:07', NULL),
(408, 'https://hagarbath.com/shop/product-category/healthfaucets/', '58:5e36040b56c1306269e460cf01a8843e', 92, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Health Faucets', 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, 0, NULL, '2022-03-31 11:28:23', '2022-04-13 05:33:39', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-06 04:10:43', NULL),
(409, 'https://hagarbath.com/shop/product-category/combos/', '51:7240644e9924b9e56a45cb68efa32e2e', 93, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Combos', 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, '2022-03-31 11:32:48', '2022-03-31 06:02:48', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-03-31 11:32:48', NULL),
(427, 'https://hagarbath.com/shop/product/bib-cock-foam-flow-with-flange-2/', '68:aec4249a395f5b5345e122e124c35e1b', 3907, 'post', 'product', 1, 0, NULL, NULL, 'Bib Cock foam flow with Flange', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg', NULL, '4158', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg', '4158', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg\",\"size\":\"full\",\"id\":4158,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, 0, NULL, '2022-04-01 08:27:37', '2022-04-09 11:47:00', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-05 10:12:51', '2022-04-01 08:27:37'),
(428, 'https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange/', '67:7bfded15d44588a46f87f81d9cabb361', 3908, 'post', 'product', 1, 0, NULL, NULL, 'Long Nose foam flow with Flange', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg', NULL, '4166', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg', '4166', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg\",\"size\":\"full\",\"id\":4166,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, 0, NULL, '2022-04-01 08:27:38', '2022-04-09 11:47:00', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-05 10:21:22', '2022-04-01 08:27:38'),
(429, 'https://hagarbath.com/shop/product/angle-cock-with-flange/', '58:8188545f6652ff3f5935b54953a13acc', 3909, 'post', 'product', 1, 0, NULL, NULL, 'Angle Cock with Flange', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg', NULL, '4174', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg', '4174', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg\",\"size\":\"full\",\"id\":4174,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, 0, NULL, '2022-04-01 08:27:38', '2022-04-09 11:47:00', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-05 10:25:07', '2022-04-01 08:27:38'),
(430, 'https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow/', '61:099ccb449e87949d43583048329f03a5', 3910, 'post', 'product', 1, 0, NULL, NULL, '2 in 1 Bib Cock foam flow', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg', NULL, '4182', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg', '4182', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg\",\"size\":\"full\",\"id\":4182,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, 0, NULL, '2022-04-01 08:27:38', '2022-04-14 05:19:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-14 10:49:10', '2022-04-01 08:27:38'),
(431, 'https://hagarbath.com/shop/product/2-in-1-angle-cock/', '53:96b01b6b2044ccb4dfeacd27e40503c3', 3911, 'post', 'product', 1, 0, NULL, NULL, '2 in 1 Angle Cock', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1.jpg', NULL, '4314', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1.jpg', '4314', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1.jpg\",\"size\":\"full\",\"id\":4314,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 08:27:39', '2022-04-05 23:28:33', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-06 04:58:33', '2022-04-01 08:27:38'),
(432, 'https://hagarbath.com/shop/product/wall-mounted-sink-cock-j-pipe-spout/', '71:94e2597d82f1d27f0aa6fce0ee6a7203', 3912, 'post', 'product', 1, 0, NULL, NULL, 'Wall Mounted Sink Cock (J. Pipe Spout)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-.jpg', NULL, '4196', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-.jpg', '4196', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-.jpg\",\"size\":\"full\",\"id\":4196,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 08:27:39', '2022-04-05 05:14:27', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-05 10:44:26', '2022-04-01 08:27:39'),
(433, 'https://hagarbath.com/shop/product/deck-mounted-swan-neck-j-pipe-spout/', '71:ef595fbe89136a29de1b3ef98810d120', 3913, 'post', 'product', 1, 0, NULL, NULL, 'Deck Mounted Swan Neck (J. Pipe Spout )', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout.jpg', NULL, '4225', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout.jpg', '4225', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout.jpg\",\"size\":\"full\",\"id\":4225,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 08:27:39', '2022-04-05 05:32:46', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-05 11:02:46', '2022-04-01 08:27:39'),
(434, 'https://hagarbath.com/shop/product/wall-mounted-sink-mixer-j-pipe-spout/', '72:3a4b4fc1bb989ad856a14fb272659a76', 3914, 'post', 'product', 1, 0, NULL, NULL, 'Wall Mounted Sink Mixer (J. Pipe Spout)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2.jpg', NULL, '4308', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2.jpg', '4308', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2.jpg\",\"size\":\"full\",\"id\":4308,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 08:27:39', '2022-04-05 23:23:05', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-06 04:53:05', '2022-04-01 08:27:39'),
(436, 'https://hagarbath.com/shop/product/long-nose-foam-flow-with-flange-2/', '69:939a037053479dd6e96b180c384389f2', 3916, 'post', 'product', 1, 0, NULL, NULL, 'Long Nose foam flow with Flange', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL002-Long-Nose-foam-flow-with-Flange.jpg', NULL, '4240', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL002-Long-Nose-foam-flow-with-Flange.jpg', '4240', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/OL002-Long-Nose-foam-flow-with-Flange.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/OL002-Long-Nose-foam-flow-with-Flange.jpg\",\"size\":\"full\",\"id\":4240,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:47', '2022-04-05 05:47:44', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-05 11:17:44', '2022-04-01 09:08:47'),
(437, 'https://hagarbath.com/shop/product/pillar-cock-foam-flow/', '57:23ff3c5ba8167f173a54b283ff82c016', 3917, 'post', 'product', 1, 0, NULL, NULL, 'Pillar Cock foam flow', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL003-Pillar-Cock-foam-flow.jpg', NULL, '4287', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL003-Pillar-Cock-foam-flow.jpg', '4287', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/OL003-Pillar-Cock-foam-flow.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/OL003-Pillar-Cock-foam-flow.jpg\",\"size\":\"full\",\"id\":4287,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:47', '2022-04-05 22:51:35', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-06 04:21:34', '2022-04-01 09:08:47'),
(438, 'https://hagarbath.com/shop/product/angle-cock-with-flange-2/', '60:d6aeaf0f409d68c3dfec038c3cdc7045', 3918, 'post', 'product', 1, 0, NULL, NULL, 'Angle Cock with Flange', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange-1.jpg', NULL, '4295', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange-1.jpg', '4295', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange-1.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange-1.jpg\",\"size\":\"full\",\"id\":4295,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:47', '2022-04-05 23:09:04', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-06 04:39:04', '2022-04-01 09:08:47'),
(439, 'https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow-2/', '63:f2bbb60870ceea422055f249732853eb', 3919, 'post', 'product', 1, 0, NULL, NULL, '2 in 1 Bib Cock foam flow', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL006-2-in-1-Bib-Cock-foam-flow.jpg', NULL, '4273', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL006-2-in-1-Bib-Cock-foam-flow.jpg', '4273', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/OL006-2-in-1-Bib-Cock-foam-flow.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/OL006-2-in-1-Bib-Cock-foam-flow.jpg\",\"size\":\"full\",\"id\":4273,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:48', '2022-04-05 22:40:43', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-06 04:10:43', '2022-04-01 09:08:48'),
(440, 'https://hagarbath.com/shop/product/2-in-1-angle-cock-2/', '55:4d75e169e0db1d15fcf0b3083c93bdda', 3920, 'post', 'product', 1, 0, NULL, NULL, '2 in 1 Angle Cock', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL007-2-in-1-Angle-Cock2.jpg', NULL, '4280', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL007-2-in-1-Angle-Cock2.jpg', '4280', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/OL007-2-in-1-Angle-Cock2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/OL007-2-in-1-Angle-Cock2.jpg\",\"size\":\"full\",\"id\":4280,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:48', '2022-04-05 22:48:56', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-06 04:18:56', '2022-04-01 09:08:48'),
(441, 'https://hagarbath.com/shop/product/single-lever-basin-mixer-project-with-450mm-ss-connection-pipe/', '98:87a1a8a0c35dd9a5dd3d6764107a6a60', 3921, 'post', 'product', 1, 0, NULL, NULL, 'Single Lever Basin Mixer Project with 450mm SS connection pipe', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe.jpg', NULL, '4301', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe.jpg', '4301', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe.jpg\",\"size\":\"full\",\"id\":4301,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:48', '2022-04-05 23:19:30', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-06 04:49:30', '2022-04-01 09:08:48'),
(442, 'https://hagarbath.com/shop/product/bib-cock-long-foam-flow-with-flange/', '71:a2630911489943fcb6b57ee4cd53c184', 3922, 'post', 'product', 1, 0, NULL, NULL, 'Bib Cock Long foam flow with Flange', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg', NULL, '4104', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg', '4104', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/01_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/01_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg\",\"size\":\"full\",\"id\":4104,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:49', '2022-04-04 07:54:03', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-04 13:24:02', '2022-04-01 09:08:49'),
(443, 'https://hagarbath.com/shop/product/pillar-cock-foam-flow-2/', '59:4d4ecbb91aeba55179d465909ad78309', 3923, 'post', 'product', 1, 0, NULL, NULL, 'Pillar Cock foam flow', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Pillar-Cock-foam-flow-FA002.jpg', NULL, '4247', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Pillar-Cock-foam-flow-FA002.jpg', '4247', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Pillar-Cock-foam-flow-FA002.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/Pillar-Cock-foam-flow-FA002.jpg\",\"size\":\"full\",\"id\":4247,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:49', '2022-04-05 05:55:54', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-05 11:25:53', '2022-04-01 09:08:49'),
(444, 'https://hagarbath.com/shop/product/angle-cock-with-flange-3/', '60:ab034260346428b49509c3cce8a2d9e9', 3924, 'post', 'product', 1, 0, NULL, NULL, 'Angle Cock With Flange', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/FA-004-Angle-Cock-With-Flange.jpg', NULL, '4110', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/FA-004-Angle-Cock-With-Flange.jpg', '4110', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/FA-004-Angle-Cock-With-Flange.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/FA-004-Angle-Cock-With-Flange.jpg\",\"size\":\"full\",\"id\":4110,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:49', '2022-04-04 08:13:47', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-04 13:43:47', '2022-04-01 09:08:49'),
(445, 'https://hagarbath.com/shop/product/2-in-1-bib-cock-foam-flow-3/', '63:e34a1d7a8982af4069118c9d4ac08636', 3925, 'post', 'product', 1, 0, NULL, NULL, '2 in 1 Bib Cock foam flow', '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, '2022-04-01 09:08:49', '2022-04-01 03:38:49', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-01 09:08:49', '2022-04-01 09:08:49'),
(446, 'https://hagarbath.com/shop/product/wall-mounted-sink-cock-casted-spout-ws/', '74:849280449448a19a20f6cd48ff966945', 3926, 'post', 'product', 1, 0, NULL, NULL, 'Wall Mounted Sink Cock casted Spout WS', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA009.jpg', NULL, '4258', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA009.jpg', '4258', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA009.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA009.jpg\",\"size\":\"full\",\"id\":4258,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:50', '2022-04-05 06:23:22', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-05 11:53:22', '2022-04-01 09:08:50'),
(447, 'https://hagarbath.com/shop/product/wall-mounted-sink-cock-with-flexible-coloured-spout/', '87:e13b08950a082057135390a701f22473', 3927, 'post', 'product', 1, 0, NULL, NULL, 'Wall Mounted Sink Cock with flexible Coloured Spout', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022.jpg', NULL, '4266', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022.jpg', '4266', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022.jpg\",\"size\":\"full\",\"id\":4266,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:50', '2022-04-05 22:29:52', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-06 03:59:52', '2022-04-01 09:08:50'),
(448, 'https://hagarbath.com/shop/product/bib-cock-with-flange/', '56:a41de7c6427e65021d0bbc4be517b9be', 3928, 'post', 'product', 1, 0, NULL, NULL, 'Bib Cock with Flange', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-001-Bib-Cock-with-Flange42.jpg', NULL, '4056', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-001-Bib-Cock-with-Flange42.jpg', '4056', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-001-Bib-Cock-with-Flange42.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/AC-001-Bib-Cock-with-Flange42.jpg\",\"size\":\"full\",\"id\":4056,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:50', '2022-04-04 06:21:47', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-04 11:51:47', '2022-04-01 09:08:50'),
(449, 'https://hagarbath.com/shop/product/long-body-with-flange/', '57:21d96fc966e45ef3c1741c4cb45ca590', 3929, 'post', 'product', 1, 0, NULL, NULL, 'Long Body with Flange', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-003-Long-Body-with-Flange42.jpg', NULL, '4062', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-003-Long-Body-with-Flange42.jpg', '4062', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-003-Long-Body-with-Flange42.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/AC-003-Long-Body-with-Flange42.jpg\",\"size\":\"full\",\"id\":4062,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:50', '2022-04-04 06:29:09', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-04 11:59:08', '2022-04-01 09:08:50'),
(450, 'https://hagarbath.com/shop/product/pillar-cock-foam-flow-ace/', '61:c133508eff13e6c3a9253916addececd', 3930, 'post', 'product', 1, 0, NULL, NULL, 'Pillar Cock foam flow (Ace)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_AC-005-Pillar-Cock-foam-flow.jpg', NULL, '4072', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_AC-005-Pillar-Cock-foam-flow.jpg', '4072', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_AC-005-Pillar-Cock-foam-flow.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/02_AC-005-Pillar-Cock-foam-flow.jpg\",\"size\":\"full\",\"id\":4072,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:51', '2022-04-04 07:19:53', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-04 12:49:52', '2022-04-01 09:08:51'),
(451, 'https://hagarbath.com/shop/product/angle-valve/', '47:d4c7e8359913ba7d82aa226327726d07', 3931, 'post', 'product', 1, 0, NULL, NULL, 'Angle Valve', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_AC-006-Angle-Valve.jpg', NULL, '4081', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_AC-006-Angle-Valve.jpg', '4081', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_AC-006-Angle-Valve.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/02_AC-006-Angle-Valve.jpg\",\"size\":\"full\",\"id\":4081,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:51', '2022-04-14 05:16:49', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-14 10:46:49', '2022-04-01 09:08:51'),
(452, 'https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/', '72:7f998157ff72966fedfa6e28afc23511', 3932, 'post', 'product', 1, 0, NULL, NULL, 'Concealed Stop Cock 1/2&#8243; Complete Set', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg', NULL, '4084', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg', '4084', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg\",\"size\":\"full\",\"id\":4084,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, 2, NULL, '2022-04-01 09:08:51', '2022-05-11 08:47:09', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-04 13:01:30', '2022-04-01 09:08:51'),
(453, 'https://hagarbath.com/shop/product/self-closing-angle-valve/', '60:4e987fee286682af215e905d81a8881c', 3933, 'post', 'product', 1, 0, NULL, NULL, 'Self Closing Angle Valve', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange.jpg', NULL, '4250', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange.jpg', '4250', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange.jpg\",\"size\":\"full\",\"id\":4250,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:51', '2022-04-05 06:05:06', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-05 11:35:05', '2022-04-01 09:08:51'),
(454, 'https://hagarbath.com/shop/product/overhead-shower-8x8/', '55:fa58cf08ac00249579a2789b9d051af7', 3934, 'post', 'product', 1, 0, NULL, NULL, 'OverHead Shower 8&#8243;x8&#8243;', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS0072.jpg', NULL, '4216', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS0072.jpg', '4216', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS0072.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/OHS0072.jpg\",\"size\":\"full\",\"id\":4216,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:52', '2022-04-05 05:26:23', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-05 10:56:22', '2022-04-01 09:08:52'),
(455, 'https://hagarbath.com/shop/product/overhead-shower-8x8-2/', '57:e3f24bc87210bc38c93de0ed3e61b87f', 3935, 'post', 'product', 1, 0, NULL, NULL, 'OverHead Shower 8&#8243;x8&#8243;', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS-0022.jpg', NULL, '4208', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS-0022.jpg', '4208', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS-0022.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/OHS-0022.jpg\",\"size\":\"full\",\"id\":4208,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:52', '2022-04-05 05:22:42', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-05 10:52:42', '2022-04-01 09:08:52'),
(456, 'https://hagarbath.com/shop/product/project-angle-valve/', '55:0c2350b53495454bacb84ecc8785c53d', 3936, 'post', 'product', 1, 0, NULL, NULL, 'Project Angle Valve', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AV001.jpg', NULL, '4095', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AV001.jpg', '4095', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AV001.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/AV001.jpg\",\"size\":\"full\",\"id\":4095,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:52', '2022-04-04 07:44:51', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-04 13:14:51', '2022-04-01 09:08:52'),
(457, 'https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube/', '68:fed16c4daca3471829ec10310a27269e', 3937, 'post', 'product', 1, 0, NULL, NULL, 'Health Faucet ( With 1 mtr SS Tube)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0012.jpg', NULL, '4117', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0012.jpg', '4117', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0012.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/HF-0012.jpg\",\"size\":\"full\",\"id\":4117,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-01 09:08:54', '2022-04-04 08:30:23', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-04 14:00:21', '2022-04-01 09:08:54'),
(458, 'https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/', '70:2cc3177173723bc11e983eb0d096cb9e', 3938, 'post', 'product', 1, 0, NULL, NULL, 'Health Faucet ( With 1 mtr SS Tube)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg', NULL, '4123', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg', '4123', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\",\"size\":\"full\",\"id\":4123,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, 2, NULL, '2022-04-01 09:08:55', '2022-05-11 08:47:09', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-04 14:07:27', '2022-04-01 09:08:55');
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`) VALUES
(459, 'https://hagarbath.com/shop/product/iris-tumbler-holder/', '55:3273268877ef1cf08f64db90ba500b80', 3939, 'post', 'product', 1, 0, NULL, NULL, 'IRIS Tumbler Holder', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg', NULL, '4133', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg', '4133', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\",\"size\":\"full\",\"id\":4133,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, 2, NULL, '2022-04-01 09:08:55', '2022-05-11 08:47:09', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-14 10:46:35', '2022-04-01 09:08:55'),
(460, 'https://hagarbath.com/shop/product/iris-soap-dish/', '50:99ef1cc263a8e3604ea6a16eb577c55e', 3940, 'post', 'product', 1, 0, NULL, NULL, 'IRIS Soap Dish', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg', NULL, '4139', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg', '4139', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\",\"size\":\"full\",\"id\":4139,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, 4, NULL, '2022-04-01 09:08:55', '2022-05-11 08:47:09', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-05 10:04:33', '2022-04-01 09:08:55'),
(461, 'https://hagarbath.com/shop/product/iris-towel-rod/', '50:466186352fddcead21c22b88a539470d', 3941, 'post', 'product', 1, 0, NULL, NULL, 'IRIS Towel Rod', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg', NULL, '4148', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg', '4148', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\",\"size\":\"full\",\"id\":4148,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, 4, NULL, '2022-04-01 09:08:56', '2022-05-11 08:47:09', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-05 10:08:30', '2022-04-01 09:08:56'),
(462, 'https://hagarbath.com/shop/product/telephonic-hand-showers/', '59:daf58c1178e2ab34681c0378e7bd77ed', 3942, 'post', 'product', 1, 0, NULL, NULL, 'Telephonic Hand Showers', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg', NULL, '4202', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg', '4202', 'featured-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\",\"size\":\"full\",\"id\":4202,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', 0, 2, NULL, '2022-04-01 09:08:56', '2022-05-11 08:47:09', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-05 10:48:51', '2022-04-01 09:08:56'),
(463, NULL, NULL, 3943, 'post', 'attachment', 1, 18, NULL, NULL, 'pexels-max-vakhtbovych-6186825', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6186825.jpg', NULL, '3943', 'attachment-image', NULL, NULL, NULL, '3943', 'attachment-image', NULL, NULL, 0, NULL, '2022-04-01 09:33:59', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-01 09:33:59', '2022-04-01 09:33:59'),
(464, 'https://hagarbath.com/shop/2022/04/01/wp-global-styles-xstore-child/', '68:5aa7542fd0c7f19991d564a8b11cc1e7', 3945, 'post', 'wp_global_styles', 1, 0, NULL, NULL, 'Custom Styles', '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, '2022-04-01 09:41:04', '2022-04-01 04:11:04', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-01 09:41:04', '2022-04-01 09:41:04'),
(465, NULL, NULL, 3952, 'post', 'attachment', 1, 18, NULL, NULL, 'pexels-steve-johnson-861414', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-steve-johnson-861414.jpg', NULL, '3952', 'attachment-image', NULL, NULL, NULL, '3952', 'attachment-image', NULL, NULL, 0, NULL, '2022-04-01 09:52:07', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-01 09:52:07', '2022-04-01 09:52:07'),
(466, NULL, NULL, 3974, 'post', 'attachment', 1, 48, NULL, NULL, 'logo', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/logo.png', NULL, '3974', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/logo.png', '3974', 'attachment-image', '{\"width\":227,\"height\":222,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/logo.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/logo.png\",\"size\":\"full\",\"id\":3974,\"alt\":\"\",\"pixels\":50394,\"type\":\"image/png\"}', NULL, 0, NULL, '2022-04-01 11:07:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-02 09:38:24', '2022-04-01 11:07:01'),
(468, 'https://hagarbath.com/shop/2022/04/01/3976/', '43:b21b8b715eef19c1ec9fe18b97ec553e', 3976, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', '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, '2022-04-01 11:24:34', '2022-04-01 05:55:53', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-01 11:25:53', '2022-04-01 11:25:53'),
(469, 'https://hagarbath.com/shop/2022/04/01/3977/', '43:df3fcfe799620c27eaebeacd183c4e9a', 3977, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', '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, '2022-04-01 11:24:34', '2022-04-01 05:55:53', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-01 11:25:53', '2022-04-01 11:25:53'),
(470, 'https://hagarbath.com/shop/2022/04/01/3978/', '43:9f8a2ae684d9cfa05d288aa4bd78b2ea', 3978, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', '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, '2022-04-01 11:24:34', '2022-04-01 05:55:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-01 11:25:54', '2022-04-01 11:25:54'),
(471, 'https://hagarbath.com/shop/2022/04/01/3979/', '43:5f7c40f9ecf79c750c3e9afcc10017b0', 3979, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', '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, '2022-04-01 11:24:34', '2022-04-01 05:55:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-01 11:25:54', '2022-04-01 11:25:54'),
(472, 'https://hagarbath.com/shop/2022/04/01/3980/', '43:bf1ed061e5c99afe6db029e67367d1ce', 3980, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', '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, '2022-04-01 11:24:34', '2022-04-01 05:55:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-01 11:25:54', '2022-04-01 11:25:54'),
(473, 'https://hagarbath.com/shop/2022/04/01/3981/', '43:0c00852504a1e34cdcd8f51ca9a09a0e', 3981, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', '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, '2022-04-01 11:24:34', '2022-04-01 05:55:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-01 11:25:54', '2022-04-01 11:25:54'),
(474, 'https://hagarbath.com/shop/2022/04/01/3982/', '43:311be69e9d042fbc3e35a0c854013f79', 3982, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', '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, '2022-04-01 11:24:34', '2022-04-01 05:55:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-01 11:25:54', '2022-04-01 11:25:54'),
(475, 'https://hagarbath.com/shop/2022/04/01/3983/', '43:ff95bb4b252db1ea4e4167af67318097', 3983, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', '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, '2022-04-01 11:24:34', '2022-04-01 05:55:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-01 11:25:54', '2022-04-01 11:25:54'),
(476, 'https://hagarbath.com/shop/2022/04/01/3984/', '43:cc3072f7868948957bd8cfd7552dced8', 3984, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', '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, '2022-04-01 11:24:34', '2022-04-01 05:55:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-01 11:25:54', '2022-04-01 11:25:54'),
(477, 'https://hagarbath.com/shop/2022/04/01/3985/', '43:2ddd649d041195384817528a75f68d7d', 3985, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', '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, '2022-04-01 11:24:34', '2022-04-01 05:55:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-01 11:25:54', '2022-04-01 11:25:54'),
(478, 'https://hagarbath.com/shop/2022/04/01/3986/', '43:c0abc339e7d55d13d341da8d62f8ddc8', 3986, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', '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, '2022-04-01 11:24:34', '2022-04-01 05:55:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-01 11:25:54', '2022-04-01 11:25:54'),
(479, 'https://hagarbath.com/shop/2022/04/01/3987/', '43:bdbbd947205af81eef9c5d8d72c78aad', 3987, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', '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, '2022-04-01 11:24:34', '2022-04-01 05:55:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-01 11:25:54', '2022-04-01 11:25:54'),
(487, NULL, NULL, 3996, 'post', 'attachment', 1, 18, NULL, NULL, 'bathroom-g2b96ba125_1280', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/bathroom-g2b96ba125_1280.jpg', NULL, '3996', 'attachment-image', NULL, NULL, NULL, '3996', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-01 12:14:13', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-01 12:14:13', '2022-04-01 12:14:13'),
(488, NULL, NULL, 3997, 'post', 'attachment', 1, 18, NULL, NULL, 'bathroom-g710c29298_1920', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/bathroom-g710c29298_1920.jpg', NULL, '3997', 'attachment-image', NULL, NULL, NULL, '3997', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-01 12:15:02', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-01 12:15:02', '2022-04-01 12:15:02'),
(489, NULL, NULL, 4005, 'post', 'attachment', 1, 18, NULL, NULL, 'faucet-g4c755f825_1920', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/faucet-g4c755f825_1920.jpg', NULL, '4005', 'attachment-image', NULL, NULL, NULL, '4005', 'attachment-image', NULL, NULL, 0, NULL, '2022-04-01 12:21:17', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-01 12:21:17', '2022-04-01 12:21:17'),
(490, NULL, NULL, 4017, 'post', 'attachment', 1, 18, NULL, NULL, 'pexels-skitterphoto-349749', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-skitterphoto-349749.jpg', NULL, '4017', 'attachment-image', NULL, NULL, NULL, '4017', 'attachment-image', NULL, NULL, 0, NULL, '2022-04-01 12:35:42', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-01 12:35:42', '2022-04-01 12:35:42'),
(491, NULL, NULL, 4018, 'post', 'attachment', 1, 18, NULL, NULL, 'pexels-la-miko-3616774', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-la-miko-3616774.jpg', NULL, '4018', 'attachment-image', NULL, NULL, NULL, '4018', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-01 12:39:48', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-01 12:39:48', '2022-04-01 12:39:48'),
(496, NULL, NULL, 4037, 'post', 'attachment', 1, 211, NULL, NULL, 'Hagar Intro', 'inherit', 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, NULL, NULL, NULL, '2022-04-04 10:07:43', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 10:07:59', '2022-04-04 10:07:43'),
(497, NULL, NULL, 4038, 'post', 'attachment', 1, 211, NULL, NULL, 'WhatsApp Video 2022-04-04 at 1.24.22 PM', 'inherit', 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, NULL, NULL, NULL, '2022-04-04 10:08:30', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 10:08:30', '2022-04-04 10:08:30'),
(498, NULL, NULL, 4040, 'post', 'attachment', 1, 211, NULL, NULL, 'WhatsApp Video 2022-04-04 at 1.24.22 PM', 'inherit', 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, NULL, NULL, NULL, '2022-04-04 10:10:34', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 10:10:34', '2022-04-04 10:10:34'),
(499, NULL, NULL, 4041, 'post', 'attachment', 1, 211, NULL, NULL, 'WhatsApp Video 2022-04-04 at 1.24.22 PM', 'inherit', 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, NULL, NULL, NULL, '2022-04-04 10:12:33', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 10:12:33', '2022-04-04 10:12:33'),
(500, NULL, NULL, 4042, 'post', 'attachment', 1, 211, NULL, NULL, 'WhatsApp Video 2022-04-04 at 1.24.22 PM', 'inherit', 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, NULL, NULL, NULL, '2022-04-04 10:13:17', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 10:13:17', '2022-04-04 10:13:17'),
(501, NULL, NULL, 4043, 'post', 'attachment', 1, 211, NULL, NULL, 'Hagar review', 'inherit', 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, NULL, NULL, NULL, '2022-04-04 10:18:37', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 10:18:46', '2022-04-04 10:18:36'),
(502, NULL, NULL, 4047, 'post', 'attachment', 1, 211, NULL, NULL, 'hagar-awards', 'inherit', 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, NULL, NULL, NULL, '2022-04-04 10:23:58', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 10:23:58', '2022-04-04 10:23:58'),
(503, NULL, NULL, 4052, 'post', 'attachment', 1, 3928, NULL, NULL, 'AC-001 Bib Cock with Flange44', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-001-Bib-Cock-with-Flange44.jpg', NULL, '4052', 'attachment-image', NULL, NULL, NULL, '4052', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 11:13:18', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 11:13:18', '2022-04-04 11:13:18'),
(504, NULL, NULL, 4053, 'post', 'attachment', 1, 3928, NULL, NULL, 'AC-001 Bib Cock with Flange45', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-001-Bib-Cock-with-Flange45.jpg', NULL, '4053', 'attachment-image', NULL, NULL, NULL, '4053', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 11:13:21', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 11:13:21', '2022-04-04 11:13:21'),
(505, NULL, NULL, 4054, 'post', 'attachment', 1, 3928, NULL, NULL, 'AC-001 Bib Cock with Flange46', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-001-Bib-Cock-with-Flange46.jpg', NULL, '4054', 'attachment-image', NULL, NULL, NULL, '4054', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 11:13:28', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 11:13:28', '2022-04-04 11:13:28'),
(506, NULL, NULL, 4055, 'post', 'attachment', 1, 3928, NULL, NULL, 'AC-001 Bib Cock with Flange47', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-001-Bib-Cock-with-Flange47.jpg', NULL, '4055', 'attachment-image', NULL, NULL, NULL, '4055', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 11:13:32', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 11:13:32', '2022-04-04 11:13:32'),
(507, NULL, NULL, 4056, 'post', 'attachment', 1, 3928, NULL, NULL, 'AC-001 Bib Cock with Flange42', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-001-Bib-Cock-with-Flange42.jpg', NULL, '4056', 'attachment-image', NULL, NULL, NULL, '4056', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 11:13:37', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 11:13:37', '2022-04-04 11:13:37'),
(508, NULL, NULL, 4057, 'post', 'attachment', 1, 3928, NULL, NULL, 'AC-001 Bib Cock with Flange43', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-001-Bib-Cock-with-Flange43.jpg', NULL, '4057', 'attachment-image', NULL, NULL, NULL, '4057', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 11:13:40', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 11:13:40', '2022-04-04 11:13:40'),
(509, NULL, NULL, 4058, 'post', 'attachment', 1, 3928, NULL, NULL, 'AC-001 Bib Cock with Flange4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-001-Bib-Cock-with-Flange4.jpg', NULL, '4058', 'attachment-image', NULL, NULL, NULL, '4058', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 11:13:43', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 11:13:43', '2022-04-04 11:13:43'),
(510, NULL, NULL, 4059, 'post', 'attachment', 1, 3929, NULL, NULL, 'AC-003 Long Body with Flange45', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-003-Long-Body-with-Flange45.jpg', NULL, '4059', 'attachment-image', NULL, NULL, NULL, '4059', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 11:54:15', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 11:54:15', '2022-04-04 11:54:15'),
(511, NULL, NULL, 4060, 'post', 'attachment', 1, 3929, NULL, NULL, 'AC-003 Long Body with Flange46', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-003-Long-Body-with-Flange46.jpg', NULL, '4060', 'attachment-image', NULL, NULL, NULL, '4060', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 11:54:19', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 11:54:19', '2022-04-04 11:54:19'),
(512, NULL, NULL, 4061, 'post', 'attachment', 1, 3929, NULL, NULL, 'AC-003 Long Body with Flange47', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-003-Long-Body-with-Flange47.jpg', NULL, '4061', 'attachment-image', NULL, NULL, NULL, '4061', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 11:54:24', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 11:54:24', '2022-04-04 11:54:24'),
(513, NULL, NULL, 4062, 'post', 'attachment', 1, 3929, NULL, NULL, 'AC-003 Long Body with Flange42', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-003-Long-Body-with-Flange42.jpg', NULL, '4062', 'attachment-image', NULL, NULL, NULL, '4062', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 11:54:27', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 11:54:27', '2022-04-04 11:54:27'),
(514, NULL, NULL, 4063, 'post', 'attachment', 1, 3929, NULL, NULL, 'AC-003 Long Body with Flange43', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-003-Long-Body-with-Flange43.jpg', NULL, '4063', 'attachment-image', NULL, NULL, NULL, '4063', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 11:54:30', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 11:54:30', '2022-04-04 11:54:30'),
(515, NULL, NULL, 4064, 'post', 'attachment', 1, 3929, NULL, NULL, 'AC-003 Long Body with Flange44', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-003-Long-Body-with-Flange44.jpg', NULL, '4064', 'attachment-image', NULL, NULL, NULL, '4064', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 11:54:34', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 11:54:34', '2022-04-04 11:54:34'),
(516, NULL, NULL, 4065, 'post', 'attachment', 1, 3929, NULL, NULL, 'AC-003 Long Body with Flange4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-003-Long-Body-with-Flange4.jpg', NULL, '4065', 'attachment-image', NULL, NULL, NULL, '4065', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 11:54:37', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 11:54:37', '2022-04-04 11:54:37'),
(517, NULL, NULL, 4067, 'post', 'attachment', 1, 3930, NULL, NULL, '06_AC-005 Pillar Cock foam flow', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/06_AC-005-Pillar-Cock-foam-flow.jpg', NULL, '4067', 'attachment-image', NULL, NULL, NULL, '4067', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:44:46', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:44:46', '2022-04-04 12:44:46'),
(518, NULL, NULL, 4068, 'post', 'attachment', 1, 3930, NULL, NULL, '07_AC-005 Pillar Cock foam flow', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/07_AC-005-Pillar-Cock-foam-flow.jpg', NULL, '4068', 'attachment-image', NULL, NULL, NULL, '4068', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:44:49', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:44:49', '2022-04-04 12:44:49'),
(519, NULL, NULL, 4069, 'post', 'attachment', 1, 3930, NULL, NULL, '03_AC-005 Pillar Cock foam flow', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_AC-005-Pillar-Cock-foam-flow.jpg', NULL, '4069', 'attachment-image', NULL, NULL, NULL, '4069', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:44:54', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:44:54', '2022-04-04 12:44:54'),
(520, NULL, NULL, 4070, 'post', 'attachment', 1, 3930, NULL, NULL, '04_AC-005 Pillar Cock foam flow', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/04_AC-005-Pillar-Cock-foam-flow.jpg', NULL, '4070', 'attachment-image', NULL, NULL, NULL, '4070', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:44:57', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:44:57', '2022-04-04 12:44:57'),
(521, NULL, NULL, 4071, 'post', 'attachment', 1, 3930, NULL, NULL, '05_AC-005 Pillar Cock foam flow', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/05_AC-005-Pillar-Cock-foam-flow.jpg', NULL, '4071', 'attachment-image', NULL, NULL, NULL, '4071', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:45:02', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:45:02', '2022-04-04 12:45:02'),
(522, NULL, NULL, 4072, 'post', 'attachment', 1, 3930, NULL, NULL, '02_AC-005 Pillar Cock foam flow', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_AC-005-Pillar-Cock-foam-flow.jpg', NULL, '4072', 'attachment-image', NULL, NULL, NULL, '4072', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:45:07', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:45:07', '2022-04-04 12:45:07'),
(523, NULL, NULL, 4073, 'post', 'attachment', 1, 3930, NULL, NULL, '01_AC-005 Pillar Cock foam flow', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_AC-005-Pillar-Cock-foam-flow.jpg', NULL, '4073', 'attachment-image', NULL, NULL, NULL, '4073', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:45:10', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:45:10', '2022-04-04 12:45:10'),
(524, NULL, NULL, 4074, 'post', 'attachment', 1, 3931, NULL, NULL, '05_AC-006 Angle Valve', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/05_AC-006-Angle-Valve.jpg', NULL, '4074', 'attachment-image', NULL, NULL, NULL, '4074', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:55:14', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:55:14', '2022-04-04 12:55:14'),
(525, NULL, NULL, 4076, 'post', 'attachment', 1, 3931, NULL, NULL, '06_AC-006 Angle Valve', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/06_AC-006-Angle-Valve.jpg', NULL, '4076', 'attachment-image', NULL, NULL, NULL, '4076', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:55:18', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:55:18', '2022-04-04 12:55:18'),
(526, NULL, NULL, 4077, 'post', 'attachment', 1, 3931, NULL, NULL, '07_AC-006 Angle Valve', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/07_AC-006-Angle-Valve.jpg', NULL, '4077', 'attachment-image', NULL, NULL, NULL, '4077', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:55:21', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:55:21', '2022-04-04 12:55:21'),
(527, NULL, NULL, 4078, 'post', 'attachment', 1, 3931, NULL, NULL, '03_AC-006 Angle Valve', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_AC-006-Angle-Valve.jpg', NULL, '4078', 'attachment-image', NULL, NULL, NULL, '4078', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:55:26', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:55:26', '2022-04-04 12:55:26'),
(528, NULL, NULL, 4079, 'post', 'attachment', 1, 3931, NULL, NULL, '04_AC-006 Angle Valve', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/04_AC-006-Angle-Valve.jpg', NULL, '4079', 'attachment-image', NULL, NULL, NULL, '4079', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:55:32', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:55:32', '2022-04-04 12:55:32'),
(529, NULL, NULL, 4080, 'post', 'attachment', 1, 3931, NULL, NULL, '01_AC-006 Angle Valve', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_AC-006-Angle-Valve.jpg', NULL, '4080', 'attachment-image', NULL, NULL, NULL, '4080', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:55:36', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:55:36', '2022-04-04 12:55:36'),
(530, NULL, NULL, 4081, 'post', 'attachment', 1, 3931, NULL, NULL, '02_AC-006 Angle Valve', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_AC-006-Angle-Valve.jpg', NULL, '4081', 'attachment-image', NULL, NULL, NULL, '4081', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:55:39', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:55:39', '2022-04-04 12:55:39'),
(531, NULL, NULL, 4083, 'post', 'attachment', 1, 3932, NULL, NULL, 'AC-009 Concealed Stop Cock 12 Complete Set6', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set6.jpg', NULL, '4083', 'attachment-image', NULL, NULL, NULL, '4083', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:59:05', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:59:05', '2022-04-04 12:59:05'),
(532, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg', '101:2656fcc35c6fd52cdfe9e4a148caad21', 4084, 'post', 'attachment', 1, 3932, NULL, NULL, 'AC-009 Concealed Stop Cock 12 Complete Set2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg', NULL, '4084', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg', '4084', 'attachment-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2.jpg\",\"size\":\"full\",\"id\":4084,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', NULL, 1, NULL, '2022-04-04 12:59:17', '2022-05-11 03:29:06', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-04-04 12:59:17', '2022-04-04 12:59:17'),
(533, NULL, NULL, 4085, 'post', 'attachment', 1, 3932, NULL, NULL, 'AC-009 Concealed Stop Cock 12 Complete Set3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set3.jpg', NULL, '4085', 'attachment-image', NULL, NULL, NULL, '4085', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:59:23', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:59:23', '2022-04-04 12:59:23'),
(534, NULL, NULL, 4086, 'post', 'attachment', 1, 3932, NULL, NULL, 'AC-009 Concealed Stop Cock 12 Complete Set4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set4.jpg', NULL, '4086', 'attachment-image', NULL, NULL, NULL, '4086', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:59:26', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:59:26', '2022-04-04 12:59:26'),
(535, NULL, NULL, 4087, 'post', 'attachment', 1, 3932, NULL, NULL, 'AC-009 Concealed Stop Cock 12 Complete Set5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set5.jpg', NULL, '4087', 'attachment-image', NULL, NULL, NULL, '4087', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:59:30', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:59:30', '2022-04-04 12:59:30'),
(536, NULL, NULL, 4088, 'post', 'attachment', 1, 3932, NULL, NULL, 'AC-009 Concealed Stop Cock 12 Complete Set', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set.jpg', NULL, '4088', 'attachment-image', NULL, NULL, NULL, '4088', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 12:59:33', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 12:59:33', '2022-04-04 12:59:33'),
(537, NULL, NULL, 4089, 'post', 'attachment', 1, 3936, NULL, NULL, 'AV0015', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AV0015.jpg', NULL, '4089', 'attachment-image', NULL, NULL, NULL, '4089', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:06:54', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:06:53', '2022-04-04 13:06:53'),
(538, NULL, NULL, 4090, 'post', 'attachment', 1, 3936, NULL, NULL, 'AV0016', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AV0016.jpg', NULL, '4090', 'attachment-image', NULL, NULL, NULL, '4090', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:06:58', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:06:58', '2022-04-04 13:06:58'),
(539, NULL, NULL, 4091, 'post', 'attachment', 1, 3936, NULL, NULL, 'AV0017', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AV0017.jpg', NULL, '4091', 'attachment-image', NULL, NULL, NULL, '4091', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:07:02', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:07:02', '2022-04-04 13:07:02'),
(540, NULL, NULL, 4092, 'post', 'attachment', 1, 3936, NULL, NULL, 'AV0013', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AV0013.jpg', NULL, '4092', 'attachment-image', NULL, NULL, NULL, '4092', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:07:08', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:07:08', '2022-04-04 13:07:08'),
(541, NULL, NULL, 4093, 'post', 'attachment', 1, 3936, NULL, NULL, 'AV0014', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AV0014.jpg', NULL, '4093', 'attachment-image', NULL, NULL, NULL, '4093', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:07:11', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:07:11', '2022-04-04 13:07:11'),
(542, NULL, NULL, 4094, 'post', 'attachment', 1, 3936, NULL, NULL, 'AV0012', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AV0012.jpg', NULL, '4094', 'attachment-image', NULL, NULL, NULL, '4094', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:07:14', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:07:14', '2022-04-04 13:07:14'),
(543, NULL, NULL, 4095, 'post', 'attachment', 1, 3936, NULL, NULL, 'AV001', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AV001.jpg', NULL, '4095', 'attachment-image', NULL, NULL, NULL, '4095', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:07:18', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:07:18', '2022-04-04 13:07:18'),
(544, 'https://hagarbath.com/shop/product-category/valves/', '51:573ba0a4f5feb71a0eeeff51d23863f1', 96, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Valves', 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, 2, NULL, '2022-04-04 13:12:35', '2022-04-14 05:16:49', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-14 10:46:49', NULL),
(545, NULL, NULL, 4098, 'post', 'attachment', 1, 3922, NULL, NULL, '05_Bib Cock Long foam flow with Flange FA001', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/05_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg', NULL, '4098', 'attachment-image', NULL, NULL, NULL, '4098', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:20:59', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:20:59', '2022-04-04 13:20:59'),
(546, NULL, NULL, 4099, 'post', 'attachment', 1, 3922, NULL, NULL, '06_Bib Cock Long foam flow with Flange FA001', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/06_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg', NULL, '4099', 'attachment-image', NULL, NULL, NULL, '4099', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:21:02', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:21:02', '2022-04-04 13:21:02'),
(547, NULL, NULL, 4100, 'post', 'attachment', 1, 3922, NULL, NULL, '07_Bib Cock Long foam flow with Flange FA001', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/07_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg', NULL, '4100', 'attachment-image', NULL, NULL, NULL, '4100', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:21:09', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:21:09', '2022-04-04 13:21:09'),
(548, NULL, NULL, 4101, 'post', 'attachment', 1, 3922, NULL, NULL, '04_Bib Cock Long foam flow with Flange FA001', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/04_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg', NULL, '4101', 'attachment-image', NULL, NULL, NULL, '4101', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:21:12', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:21:11', '2022-04-04 13:21:11'),
(549, NULL, NULL, 4102, 'post', 'attachment', 1, 3922, NULL, NULL, '03_Bib Cock Long foam flow with Flange FA001', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg', NULL, '4102', 'attachment-image', NULL, NULL, NULL, '4102', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:21:14', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:21:14', '2022-04-04 13:21:14'),
(550, NULL, NULL, 4103, 'post', 'attachment', 1, 3922, NULL, NULL, '02_Bib Cock Long foam flow with Flange FA001', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg', NULL, '4103', 'attachment-image', NULL, NULL, NULL, '4103', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:21:21', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:21:21', '2022-04-04 13:21:21'),
(551, NULL, NULL, 4104, 'post', 'attachment', 1, 3922, NULL, NULL, '01_Bib Cock Long foam flow with Flange FA001', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_Bib-Cock-Long-foam-flow-with-Flange-FA001.jpg', NULL, '4104', 'attachment-image', NULL, NULL, NULL, '4104', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:21:23', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:21:23', '2022-04-04 13:21:23'),
(552, NULL, NULL, 4105, 'post', 'attachment', 1, 3924, NULL, NULL, 'FA-004 Angle Cock With Flange6', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/FA-004-Angle-Cock-With-Flange6.jpg', NULL, '4105', 'attachment-image', NULL, NULL, NULL, '4105', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:30:03', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:30:03', '2022-04-04 13:30:03'),
(553, NULL, NULL, 4106, 'post', 'attachment', 1, 3924, NULL, NULL, 'FA-004 Angle Cock With Flange7', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/FA-004-Angle-Cock-With-Flange7.jpg', NULL, '4106', 'attachment-image', NULL, NULL, NULL, '4106', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:30:09', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:30:09', '2022-04-04 13:30:09'),
(554, NULL, NULL, 4107, 'post', 'attachment', 1, 3924, NULL, NULL, 'FA-004 Angle Cock With Flange4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/FA-004-Angle-Cock-With-Flange4.jpg', NULL, '4107', 'attachment-image', NULL, NULL, NULL, '4107', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:30:16', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:30:16', '2022-04-04 13:30:16'),
(555, NULL, NULL, 4108, 'post', 'attachment', 1, 3924, NULL, NULL, 'FA-004 Angle Cock With Flange5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/FA-004-Angle-Cock-With-Flange5.jpg', NULL, '4108', 'attachment-image', NULL, NULL, NULL, '4108', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:30:19', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:30:19', '2022-04-04 13:30:19'),
(556, NULL, NULL, 4109, 'post', 'attachment', 1, 3924, NULL, NULL, 'FA-004 Angle Cock With Flange2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/FA-004-Angle-Cock-With-Flange2.jpg', NULL, '4109', 'attachment-image', NULL, NULL, NULL, '4109', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:30:22', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:30:22', '2022-04-04 13:30:22'),
(557, NULL, NULL, 4110, 'post', 'attachment', 1, 3924, NULL, NULL, 'FA-004 Angle Cock With Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/FA-004-Angle-Cock-With-Flange.jpg', NULL, '4110', 'attachment-image', NULL, NULL, NULL, '4110', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:30:25', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:30:25', '2022-04-04 13:30:25'),
(558, NULL, NULL, 4113, 'post', 'attachment', 1, 3937, NULL, NULL, 'HF-0015', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0015.jpg', NULL, '4113', 'attachment-image', NULL, NULL, NULL, '4113', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:47:38', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:47:38', '2022-04-04 13:47:38'),
(559, NULL, NULL, 4114, 'post', 'attachment', 1, 3937, NULL, NULL, 'HF-0016', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0016.jpg', NULL, '4114', 'attachment-image', NULL, NULL, NULL, '4114', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:47:47', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:47:47', '2022-04-04 13:47:47'),
(560, NULL, NULL, 4115, 'post', 'attachment', 1, 3937, NULL, NULL, 'HF-0017', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0017.jpg', NULL, '4115', 'attachment-image', NULL, NULL, NULL, '4115', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:47:52', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:47:52', '2022-04-04 13:47:52'),
(561, NULL, NULL, 4116, 'post', 'attachment', 1, 3937, NULL, NULL, 'HF-0014', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0014.jpg', NULL, '4116', 'attachment-image', NULL, NULL, NULL, '4116', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:48:00', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:48:00', '2022-04-04 13:48:00'),
(562, NULL, NULL, 4117, 'post', 'attachment', 1, 3937, NULL, NULL, 'HF-0012', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0012.jpg', NULL, '4117', 'attachment-image', NULL, NULL, NULL, '4117', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 13:48:08', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 13:48:08', '2022-04-04 13:48:08'),
(563, NULL, NULL, 4119, 'post', 'attachment', 1, 3938, NULL, NULL, 'HF-0036', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0036.jpg', NULL, '4119', 'attachment-image', NULL, NULL, NULL, '4119', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 14:03:54', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 14:03:54', '2022-04-04 14:03:54'),
(564, NULL, NULL, 4120, 'post', 'attachment', 1, 3938, NULL, NULL, 'HF-0037', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0037.jpg', NULL, '4120', 'attachment-image', NULL, NULL, NULL, '4120', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 14:03:58', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 14:03:58', '2022-04-04 14:03:58'),
(565, NULL, NULL, 4121, 'post', 'attachment', 1, 3938, NULL, NULL, 'HF-0034', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0034.jpg', NULL, '4121', 'attachment-image', NULL, NULL, NULL, '4121', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 14:04:06', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 14:04:06', '2022-04-04 14:04:06');
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`) VALUES
(566, NULL, NULL, 4122, 'post', 'attachment', 1, 3938, NULL, NULL, 'HF-0035', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0035.jpg', NULL, '4122', 'attachment-image', NULL, NULL, NULL, '4122', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 14:04:09', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 14:04:09', '2022-04-04 14:04:09'),
(567, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg', '65:1e5f94e034116ad759fe56b63790c39c', 4123, 'post', 'attachment', 1, 3938, NULL, NULL, 'HF-0032', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg', NULL, '4123', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg', '4123', 'attachment-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg\",\"size\":\"full\",\"id\":4123,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', NULL, 1, NULL, '2022-04-04 14:04:16', '2022-05-11 03:29:06', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-04-04 14:04:16', '2022-04-04 14:04:16'),
(568, NULL, NULL, 4124, 'post', 'attachment', 1, 3938, NULL, NULL, 'HF-003', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-003.jpg', NULL, '4124', 'attachment-image', NULL, NULL, NULL, '4124', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-04 14:04:18', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-04 14:04:18', '2022-04-04 14:04:18'),
(570, NULL, NULL, 4129, 'post', 'attachment', 1, 3939, NULL, NULL, '04_IR01', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/04_IR01.jpg', NULL, '4129', 'attachment-image', NULL, NULL, NULL, '4129', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 09:59:14', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 09:59:14', '2022-04-05 09:59:14'),
(571, NULL, NULL, 4130, 'post', 'attachment', 1, 3939, NULL, NULL, '05_IR01', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/05_IR01.jpg', NULL, '4130', 'attachment-image', NULL, NULL, NULL, '4130', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 09:59:18', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 09:59:18', '2022-04-05 09:59:18'),
(572, NULL, NULL, 4131, 'post', 'attachment', 1, 3939, NULL, NULL, '06_IR01', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/06_IR01.jpg', NULL, '4131', 'attachment-image', NULL, NULL, NULL, '4131', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 09:59:24', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 09:59:24', '2022-04-05 09:59:24'),
(573, NULL, NULL, 4132, 'post', 'attachment', 1, 3939, NULL, NULL, '03_IR01', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_IR01.jpg', NULL, '4132', 'attachment-image', NULL, NULL, NULL, '4132', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 09:59:29', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 09:59:29', '2022-04-05 09:59:29'),
(574, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg', '65:97445f056ea2e26731cdaa5093b97b4b', 4133, 'post', 'attachment', 1, 3939, NULL, NULL, '02_IR01', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg', NULL, '4133', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg', '4133', 'attachment-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg\",\"size\":\"full\",\"id\":4133,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', NULL, 1, NULL, '2022-04-05 09:59:32', '2022-05-11 03:29:06', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-04-05 09:59:32', '2022-04-05 09:59:32'),
(575, NULL, NULL, 4134, 'post', 'attachment', 1, 3939, NULL, NULL, '01_IR01', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_IR01.jpg', NULL, '4134', 'attachment-image', NULL, NULL, NULL, '4134', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 09:59:36', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 09:59:36', '2022-04-05 09:59:36'),
(576, 'https://hagarbath.com/shop/product-category/bathroom-fixtures/', '62:257befa4387b2f89fda266b69569074a', 97, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Bathroom Fixtures', 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, 0, NULL, '2022-04-05 10:02:49', '2022-04-14 05:19:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-14 10:49:10', NULL),
(577, NULL, NULL, 4136, 'post', 'attachment', 1, 3940, NULL, NULL, 'IR025', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR025.jpg', NULL, '4136', 'attachment-image', NULL, NULL, NULL, '4136', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:03:36', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:03:36', '2022-04-05 10:03:36'),
(578, NULL, NULL, 4137, 'post', 'attachment', 1, 3940, NULL, NULL, 'IR026', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR026.jpg', NULL, '4137', 'attachment-image', NULL, NULL, NULL, '4137', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:03:40', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:03:40', '2022-04-05 10:03:40'),
(579, NULL, NULL, 4138, 'post', 'attachment', 1, 3940, NULL, NULL, 'IR027', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR027.jpg', NULL, '4138', 'attachment-image', NULL, NULL, NULL, '4138', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:03:44', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:03:44', '2022-04-05 10:03:44'),
(580, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg', '63:d9cf134cf446cb5d5cf6d9ce93853d0b', 4139, 'post', 'attachment', 1, 3940, NULL, NULL, 'IR022', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg', NULL, '4139', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg', '4139', 'attachment-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg\",\"size\":\"full\",\"id\":4139,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', NULL, 2, NULL, '2022-04-05 10:03:48', '2022-05-11 03:29:06', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-04-05 10:03:48', '2022-04-05 10:03:48'),
(581, NULL, NULL, 4140, 'post', 'attachment', 1, 3940, NULL, NULL, 'IR023', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR023.jpg', NULL, '4140', 'attachment-image', NULL, NULL, NULL, '4140', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:03:51', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:03:51', '2022-04-05 10:03:51'),
(582, NULL, NULL, 4141, 'post', 'attachment', 1, 3940, NULL, NULL, 'IR024', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR024.jpg', NULL, '4141', 'attachment-image', NULL, NULL, NULL, '4141', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:03:56', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:03:56', '2022-04-05 10:03:56'),
(583, NULL, NULL, 4142, 'post', 'attachment', 1, 3940, NULL, NULL, 'IR02', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR02.jpg', NULL, '4142', 'attachment-image', NULL, NULL, NULL, '4142', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:03:59', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:03:59', '2022-04-05 10:03:59'),
(584, NULL, NULL, 4144, 'post', 'attachment', 1, 3941, NULL, NULL, 'IR037', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR037.jpg', NULL, '4144', 'attachment-image', NULL, NULL, NULL, '4144', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:07:03', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:07:02', '2022-04-05 10:07:02'),
(585, NULL, NULL, 4145, 'post', 'attachment', 1, 3941, NULL, NULL, 'IR034', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR034.jpg', NULL, '4145', 'attachment-image', NULL, NULL, NULL, '4145', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:07:14', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:07:14', '2022-04-05 10:07:14'),
(586, NULL, NULL, 4146, 'post', 'attachment', 1, 3941, NULL, NULL, 'IR035', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR035.jpg', NULL, '4146', 'attachment-image', NULL, NULL, NULL, '4146', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:07:24', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:07:24', '2022-04-05 10:07:24'),
(587, NULL, NULL, 4147, 'post', 'attachment', 1, 3941, NULL, NULL, 'IR036', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR036.jpg', NULL, '4147', 'attachment-image', NULL, NULL, NULL, '4147', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:07:32', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:07:32', '2022-04-05 10:07:32'),
(588, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg', '63:2de80b6a5fc88c815dadb9a7712c0406', 4148, 'post', 'attachment', 1, 3941, NULL, NULL, 'IR032', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg', NULL, '4148', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg', '4148', 'attachment-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg\",\"size\":\"full\",\"id\":4148,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', NULL, 2, NULL, '2022-04-05 10:07:37', '2022-05-11 03:29:06', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-04-05 10:07:37', '2022-04-05 10:07:37'),
(589, NULL, NULL, 4149, 'post', 'attachment', 1, 3941, NULL, NULL, 'IR033', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR033.jpg', NULL, '4149', 'attachment-image', NULL, NULL, NULL, '4149', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:07:54', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:07:54', '2022-04-05 10:07:54'),
(590, NULL, NULL, 4150, 'post', 'attachment', 1, 3941, NULL, NULL, 'IR03', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR03.jpg', NULL, '4150', 'attachment-image', NULL, NULL, NULL, '4150', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:08:04', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:08:04', '2022-04-05 10:08:04'),
(591, NULL, NULL, 4151, 'post', 'attachment', 1, 3907, NULL, NULL, '05_LI-001 BIb Cock foam flow with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-001-BIb-Cock-foam-flow-with-Flange.jpg', NULL, '4151', 'attachment-image', NULL, NULL, NULL, '4151', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:11:32', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:11:32', '2022-04-05 10:11:32'),
(592, NULL, NULL, 4153, 'post', 'attachment', 1, 3907, NULL, NULL, '06_LI-001 BIb Cock foam flow with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-001-BIb-Cock-foam-flow-with-Flange.jpg', NULL, '4153', 'attachment-image', NULL, NULL, NULL, '4153', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:11:37', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:11:37', '2022-04-05 10:11:37'),
(593, NULL, NULL, 4154, 'post', 'attachment', 1, 3907, NULL, NULL, '07_LI-001 BIb Cock foam flow with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-001-BIb-Cock-foam-flow-with-Flange.jpg', NULL, '4154', 'attachment-image', NULL, NULL, NULL, '4154', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:11:40', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:11:40', '2022-04-05 10:11:40'),
(594, NULL, NULL, 4155, 'post', 'attachment', 1, 3907, NULL, NULL, '03_LI-001 BIb Cock foam flow with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-001-BIb-Cock-foam-flow-with-Flange.jpg', NULL, '4155', 'attachment-image', NULL, NULL, NULL, '4155', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:11:48', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:11:48', '2022-04-05 10:11:48'),
(595, NULL, NULL, 4156, 'post', 'attachment', 1, 3907, NULL, NULL, '04_LI-001 BIb Cock foam flow with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-001-BIb-Cock-foam-flow-with-Flange.jpg', NULL, '4156', 'attachment-image', NULL, NULL, NULL, '4156', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:12:00', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:12:00', '2022-04-05 10:12:00'),
(596, NULL, NULL, 4157, 'post', 'attachment', 1, 3907, NULL, NULL, '02_LI-001 BIb Cock foam flow with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-001-BIb-Cock-foam-flow-with-Flange.jpg', NULL, '4157', 'attachment-image', NULL, NULL, NULL, '4157', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:12:07', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:12:07', '2022-04-05 10:12:07'),
(597, NULL, NULL, 4158, 'post', 'attachment', 1, 3907, NULL, NULL, '01_LI-001 BIb Cock foam flow with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-001-BIb-Cock-foam-flow-with-Flange.jpg', NULL, '4158', 'attachment-image', NULL, NULL, NULL, '4158', 'attachment-image', NULL, NULL, 0, NULL, '2022-04-05 10:12:17', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:12:17', '2022-04-05 10:12:17'),
(598, NULL, NULL, 4159, 'post', 'attachment', 1, 3908, NULL, NULL, '05_LI-002 Long Nose foam flow with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-002-Long-Nose-foam-flow-with-Flange.jpg', NULL, '4159', 'attachment-image', NULL, NULL, NULL, '4159', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:20:10', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:20:10', '2022-04-05 10:20:10'),
(599, NULL, NULL, 4160, 'post', 'attachment', 1, 3908, NULL, NULL, '06_LI-002 Long Nose foam flow with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-002-Long-Nose-foam-flow-with-Flange.jpg', NULL, '4160', 'attachment-image', NULL, NULL, NULL, '4160', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:20:17', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:20:17', '2022-04-05 10:20:17'),
(600, NULL, NULL, 4161, 'post', 'attachment', 1, 3908, NULL, NULL, '07_LI-002 Long Nose foam flow with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-002-Long-Nose-foam-flow-with-Flange.jpg', NULL, '4161', 'attachment-image', NULL, NULL, NULL, '4161', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:20:25', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:20:25', '2022-04-05 10:20:25'),
(601, NULL, NULL, 4163, 'post', 'attachment', 1, 3908, NULL, NULL, '04_LI-002 Long Nose foam flow with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-002-Long-Nose-foam-flow-with-Flange.jpg', NULL, '4163', 'attachment-image', NULL, NULL, NULL, '4163', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:20:31', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:20:31', '2022-04-05 10:20:31'),
(602, NULL, NULL, 4164, 'post', 'attachment', 1, 3908, NULL, NULL, '03_LI-002 Long Nose foam flow with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-002-Long-Nose-foam-flow-with-Flange.jpg', NULL, '4164', 'attachment-image', NULL, NULL, NULL, '4164', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:20:37', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:20:37', '2022-04-05 10:20:37'),
(603, NULL, NULL, 4165, 'post', 'attachment', 1, 3908, NULL, NULL, '02_LI-002 Long Nose foam flow with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-002-Long-Nose-foam-flow-with-Flange.jpg', NULL, '4165', 'attachment-image', NULL, NULL, NULL, '4165', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:20:45', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:20:45', '2022-04-05 10:20:45'),
(604, NULL, NULL, 4166, 'post', 'attachment', 1, 3908, NULL, NULL, '01_LI-002 Long Nose foam flow with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-002-Long-Nose-foam-flow-with-Flange.jpg', NULL, '4166', 'attachment-image', NULL, NULL, NULL, '4166', 'attachment-image', NULL, NULL, 0, NULL, '2022-04-05 10:20:50', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:20:50', '2022-04-05 10:20:50'),
(605, NULL, NULL, 4167, 'post', 'attachment', 1, 3909, NULL, NULL, '05_LI-004 Angle Cock with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/05_LI-004-Angle-Cock-with-Flange.jpg', NULL, '4167', 'attachment-image', NULL, NULL, NULL, '4167', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:23:30', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:23:30', '2022-04-05 10:23:30'),
(606, NULL, NULL, 4168, 'post', 'attachment', 1, 3909, NULL, NULL, '06_LI-004 Angle Cock with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/06_LI-004-Angle-Cock-with-Flange.jpg', NULL, '4168', 'attachment-image', NULL, NULL, NULL, '4168', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:23:40', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:23:40', '2022-04-05 10:23:40'),
(607, NULL, NULL, 4169, 'post', 'attachment', 1, 3909, NULL, NULL, '07_LI-004 Angle Cock with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/07_LI-004-Angle-Cock-with-Flange.jpg', NULL, '4169', 'attachment-image', NULL, NULL, NULL, '4169', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:23:51', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:23:51', '2022-04-05 10:23:51'),
(608, NULL, NULL, 4171, 'post', 'attachment', 1, 3909, NULL, NULL, '03_LI-004 Angle Cock with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_LI-004-Angle-Cock-with-Flange.jpg', NULL, '4171', 'attachment-image', NULL, NULL, NULL, '4171', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:23:59', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:23:59', '2022-04-05 10:23:59'),
(609, NULL, NULL, 4172, 'post', 'attachment', 1, 3909, NULL, NULL, '04_LI-004 Angle Cock with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/04_LI-004-Angle-Cock-with-Flange.jpg', NULL, '4172', 'attachment-image', NULL, NULL, NULL, '4172', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:24:23', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:24:23', '2022-04-05 10:24:23'),
(610, NULL, NULL, 4173, 'post', 'attachment', 1, 3909, NULL, NULL, '01_LI-004 Angle Cock with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/01_LI-004-Angle-Cock-with-Flange.jpg', NULL, '4173', 'attachment-image', NULL, NULL, NULL, '4173', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:24:29', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:24:29', '2022-04-05 10:24:29'),
(611, NULL, NULL, 4174, 'post', 'attachment', 1, 3909, NULL, NULL, '02_LI-004 Angle Cock with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_LI-004-Angle-Cock-with-Flange.jpg', NULL, '4174', 'attachment-image', NULL, NULL, NULL, '4174', 'attachment-image', NULL, NULL, 0, NULL, '2022-04-05 10:24:34', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:24:34', '2022-04-05 10:24:34'),
(612, NULL, NULL, 4175, 'post', 'attachment', 1, 3910, NULL, NULL, 'LI-005 2 in 1 Bib Cock foam Flow6', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow6.jpg', NULL, '4175', 'attachment-image', NULL, NULL, NULL, '4175', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:28:09', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:28:09', '2022-04-05 10:28:09'),
(613, NULL, NULL, 4177, 'post', 'attachment', 1, 3910, NULL, NULL, 'LI-005 2 in 1 Bib Cock foam Flow7', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow7.jpg', NULL, '4177', 'attachment-image', NULL, NULL, NULL, '4177', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:28:28', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:28:28', '2022-04-05 10:28:28'),
(614, NULL, NULL, 4178, 'post', 'attachment', 1, 3910, NULL, NULL, 'LI-005 2 in 1 Bib Cock foam Flow5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow5.jpg', NULL, '4178', 'attachment-image', NULL, NULL, NULL, '4178', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:28:38', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:28:38', '2022-04-05 10:28:38'),
(615, NULL, NULL, 4179, 'post', 'attachment', 1, 3910, NULL, NULL, 'LI-005 2 in 1 Bib Cock foam Flow3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow3.jpg', NULL, '4179', 'attachment-image', NULL, NULL, NULL, '4179', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:28:47', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:28:47', '2022-04-05 10:28:47'),
(616, NULL, NULL, 4180, 'post', 'attachment', 1, 3910, NULL, NULL, 'LI-005 2 in 1 Bib Cock foam Flow4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow4.jpg', NULL, '4180', 'attachment-image', NULL, NULL, NULL, '4180', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:28:53', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:28:53', '2022-04-05 10:28:53'),
(617, NULL, NULL, 4181, 'post', 'attachment', 1, 3910, NULL, NULL, 'LI-005 2 in 1 Bib Cock foam Flow2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow2.jpg', NULL, '4181', 'attachment-image', NULL, NULL, NULL, '4181', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:29:06', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:29:06', '2022-04-05 10:29:06'),
(618, NULL, NULL, 4182, 'post', 'attachment', 1, 3910, NULL, NULL, 'LI-005 2 in 1 Bib Cock foam Flow', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-005-2-in-1-Bib-Cock-foam-Flow.jpg', NULL, '4182', 'attachment-image', NULL, NULL, NULL, '4182', 'attachment-image', NULL, NULL, 0, NULL, '2022-04-05 10:29:12', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:29:12', '2022-04-05 10:29:12'),
(619, NULL, NULL, 4183, 'post', 'attachment', 1, 3911, NULL, NULL, 'LI-006 2 in 1 Angle Valve4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve4.jpg', NULL, '4183', 'attachment-image', NULL, NULL, NULL, '4183', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:31:50', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:31:50', '2022-04-05 10:31:50'),
(620, NULL, NULL, 4184, 'post', 'attachment', 1, 3911, NULL, NULL, 'LI-006 2 in 1 Angle Valve3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve3.jpg', NULL, '4184', 'attachment-image', NULL, NULL, NULL, '4184', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:32:09', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:32:09', '2022-04-05 10:32:09'),
(621, NULL, NULL, 4185, 'post', 'attachment', 1, 3911, NULL, NULL, 'LI-006 2 in 1 Angle Valve5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve5.jpg', NULL, '4185', 'attachment-image', NULL, NULL, NULL, '4185', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:32:15', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:32:15', '2022-04-05 10:32:15'),
(622, NULL, NULL, 4186, 'post', 'attachment', 1, 3911, NULL, NULL, 'LI-006 2 in 1 Angle Valve6', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve6.jpg', NULL, '4186', 'attachment-image', NULL, NULL, NULL, '4186', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:32:21', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:32:21', '2022-04-05 10:32:21'),
(623, NULL, NULL, 4187, 'post', 'attachment', 1, 3911, NULL, NULL, 'LI-006 2 in 1 Angle Valve', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve.jpg', NULL, '4187', 'attachment-image', NULL, NULL, NULL, '4187', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:32:27', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:32:26', '2022-04-05 10:32:26'),
(624, NULL, NULL, 4188, 'post', 'attachment', 1, 3911, NULL, NULL, 'LI-006 2 in 1 Angle Valve2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2.jpg', NULL, '4188', 'attachment-image', NULL, NULL, NULL, '4188', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:32:30', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:32:30', '2022-04-05 10:32:30'),
(625, NULL, NULL, 4190, 'post', 'attachment', 1, 3912, NULL, NULL, 'LI-009 Wall Mounted Sink Cock ( J Pipe Spout )6', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-6.jpg', NULL, '4190', 'attachment-image', NULL, NULL, NULL, '4190', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:42:16', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:42:16', '2022-04-05 10:42:16'),
(626, NULL, NULL, 4191, 'post', 'attachment', 1, 3912, NULL, NULL, 'LI-009 Wall Mounted Sink Cock ( J Pipe Spout )7', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-7.jpg', NULL, '4191', 'attachment-image', NULL, NULL, NULL, '4191', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:42:34', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:42:34', '2022-04-05 10:42:34'),
(627, NULL, NULL, 4192, 'post', 'attachment', 1, 3912, NULL, NULL, 'LI-009 Wall Mounted Sink Cock ( J Pipe Spout )5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-5.jpg', NULL, '4192', 'attachment-image', NULL, NULL, NULL, '4192', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:42:42', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:42:42', '2022-04-05 10:42:42'),
(628, NULL, NULL, 4193, 'post', 'attachment', 1, 3912, NULL, NULL, 'LI-009 Wall Mounted Sink Cock ( J Pipe Spout )3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-3.jpg', NULL, '4193', 'attachment-image', NULL, NULL, NULL, '4193', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:42:59', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:42:59', '2022-04-05 10:42:59'),
(629, NULL, NULL, 4194, 'post', 'attachment', 1, 3912, NULL, NULL, 'LI-009 Wall Mounted Sink Cock ( J Pipe Spout )4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-4.jpg', NULL, '4194', 'attachment-image', NULL, NULL, NULL, '4194', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:43:09', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:43:09', '2022-04-05 10:43:09'),
(630, NULL, NULL, 4195, 'post', 'attachment', 1, 3912, NULL, NULL, 'LI-009 Wall Mounted Sink Cock ( J Pipe Spout )2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-2.jpg', NULL, '4195', 'attachment-image', NULL, NULL, NULL, '4195', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:43:17', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:43:17', '2022-04-05 10:43:17'),
(631, NULL, NULL, 4196, 'post', 'attachment', 1, 3912, NULL, NULL, 'LI-009 Wall Mounted Sink Cock ( J Pipe Spout )', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-009-Wall-Mounted-Sink-Cock-J-Pipe-Spout-.jpg', NULL, '4196', 'attachment-image', NULL, NULL, NULL, '4196', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:43:21', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:43:21', '2022-04-05 10:43:21'),
(632, NULL, NULL, 4198, 'post', 'attachment', 1, 3942, NULL, NULL, 'THS-024', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-024.jpg', NULL, '4198', 'attachment-image', NULL, NULL, NULL, '4198', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:47:47', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:47:47', '2022-04-05 10:47:47'),
(633, NULL, NULL, 4199, 'post', 'attachment', 1, 3942, NULL, NULL, 'THS-025', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-025.jpg', NULL, '4199', 'attachment-image', NULL, NULL, NULL, '4199', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:47:57', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:47:56', '2022-04-05 10:47:56'),
(634, NULL, NULL, 4200, 'post', 'attachment', 1, 3942, NULL, NULL, 'THS-026', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-026.jpg', NULL, '4200', 'attachment-image', NULL, NULL, NULL, '4200', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:48:06', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:48:06', '2022-04-05 10:48:06'),
(635, NULL, NULL, 4201, 'post', 'attachment', 1, 3942, NULL, NULL, 'THS-02', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-02.jpg', NULL, '4201', 'attachment-image', NULL, NULL, NULL, '4201', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:48:10', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:48:10', '2022-04-05 10:48:10'),
(636, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg', '65:d062abf9065e4cac8623355b6afa2af2', 4202, 'post', 'attachment', 1, 3942, NULL, NULL, 'THS-022', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg', NULL, '4202', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg', '4202', 'attachment-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg\",\"size\":\"full\",\"id\":4202,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', NULL, 1, NULL, '2022-04-05 10:48:17', '2022-05-11 03:29:06', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-04-05 10:48:17', '2022-04-05 10:48:17'),
(637, NULL, NULL, 4203, 'post', 'attachment', 1, 3942, NULL, NULL, 'THS-023', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-023.jpg', NULL, '4203', 'attachment-image', NULL, NULL, NULL, '4203', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:48:29', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:48:29', '2022-04-05 10:48:29'),
(638, NULL, NULL, 4205, 'post', 'attachment', 1, 3935, NULL, NULL, 'OHS-0024', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS-0024.jpg', NULL, '4205', 'attachment-image', NULL, NULL, NULL, '4205', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:50:54', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:50:54', '2022-04-05 10:50:54'),
(639, NULL, NULL, 4206, 'post', 'attachment', 1, 3935, NULL, NULL, 'OHS-0025', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS-0025.jpg', NULL, '4206', 'attachment-image', NULL, NULL, NULL, '4206', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:51:03', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:51:01', '2022-04-05 10:51:01'),
(640, NULL, NULL, 4207, 'post', 'attachment', 1, 3935, NULL, NULL, 'OHS-0026', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS-0026.jpg', NULL, '4207', 'attachment-image', NULL, NULL, NULL, '4207', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:51:12', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:51:12', '2022-04-05 10:51:12'),
(641, NULL, NULL, 4208, 'post', 'attachment', 1, 3935, NULL, NULL, 'OHS-0022', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS-0022.jpg', NULL, '4208', 'attachment-image', NULL, NULL, NULL, '4208', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:51:18', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:51:18', '2022-04-05 10:51:18'),
(642, NULL, NULL, 4209, 'post', 'attachment', 1, 3935, NULL, NULL, 'OHS-0023', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS-0023.jpg', NULL, '4209', 'attachment-image', NULL, NULL, NULL, '4209', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:51:29', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:51:29', '2022-04-05 10:51:29'),
(643, NULL, NULL, 4210, 'post', 'attachment', 1, 3935, NULL, NULL, 'OHS-002', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS-002.jpg', NULL, '4210', 'attachment-image', NULL, NULL, NULL, '4210', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:51:36', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:51:36', '2022-04-05 10:51:36'),
(644, NULL, NULL, 4211, 'post', 'attachment', 1, 3934, NULL, NULL, 'OHS0076', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS0076.jpg', NULL, '4211', 'attachment-image', NULL, NULL, NULL, '4211', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:55:36', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:55:36', '2022-04-05 10:55:36'),
(645, NULL, NULL, 4212, 'post', 'attachment', 1, 3934, NULL, NULL, 'OHS0077', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS0077.jpg', NULL, '4212', 'attachment-image', NULL, NULL, NULL, '4212', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:55:40', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:55:40', '2022-04-05 10:55:40'),
(646, NULL, NULL, 4213, 'post', 'attachment', 1, 3934, NULL, NULL, 'OHS0074', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS0074.jpg', NULL, '4213', 'attachment-image', NULL, NULL, NULL, '4213', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:55:44', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:55:44', '2022-04-05 10:55:44'),
(647, NULL, NULL, 4214, 'post', 'attachment', 1, 3934, NULL, NULL, 'OHS0073', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS0073.jpg', NULL, '4214', 'attachment-image', NULL, NULL, NULL, '4214', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:55:50', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:55:50', '2022-04-05 10:55:50'),
(648, NULL, NULL, 4215, 'post', 'attachment', 1, 3934, NULL, NULL, 'OHS007', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS007.jpg', NULL, '4215', 'attachment-image', NULL, NULL, NULL, '4215', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:55:54', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:55:54', '2022-04-05 10:55:54'),
(649, NULL, NULL, 4216, 'post', 'attachment', 1, 3934, NULL, NULL, 'OHS0072', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OHS0072.jpg', NULL, '4216', 'attachment-image', NULL, NULL, NULL, '4216', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 10:55:58', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 10:55:58', '2022-04-05 10:55:58'),
(650, NULL, NULL, 4219, 'post', 'attachment', 1, 3913, NULL, NULL, 'LI-0010 Deck Mounted Swan Neck (J Pipe Spout)6', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout6.jpg', NULL, '4219', 'attachment-image', NULL, NULL, NULL, '4219', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:00:43', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:00:43', '2022-04-05 11:00:43'),
(651, NULL, NULL, 4220, 'post', 'attachment', 1, 3913, NULL, NULL, 'LI-0010 Deck Mounted Swan Neck (J Pipe Spout)7', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout7.jpg', NULL, '4220', 'attachment-image', NULL, NULL, NULL, '4220', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:00:47', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:00:47', '2022-04-05 11:00:47'),
(652, NULL, NULL, 4221, 'post', 'attachment', 1, 3913, NULL, NULL, 'LI-0010 Deck Mounted Swan Neck (J Pipe Spout)5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout5.jpg', NULL, '4221', 'attachment-image', NULL, NULL, NULL, '4221', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:00:51', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:00:51', '2022-04-05 11:00:51'),
(653, NULL, NULL, 4222, 'post', 'attachment', 1, 3913, NULL, NULL, 'LI-0010 Deck Mounted Swan Neck (J Pipe Spout)3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout3.jpg', NULL, '4222', 'attachment-image', NULL, NULL, NULL, '4222', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:00:56', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:00:56', '2022-04-05 11:00:56'),
(654, NULL, NULL, 4223, 'post', 'attachment', 1, 3913, NULL, NULL, 'LI-0010 Deck Mounted Swan Neck (J Pipe Spout)4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout4.jpg', NULL, '4223', 'attachment-image', NULL, NULL, NULL, '4223', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:01:02', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:01:02', '2022-04-05 11:01:02'),
(655, NULL, NULL, 4224, 'post', 'attachment', 1, 3913, NULL, NULL, 'LI-0010 Deck Mounted Swan Neck (J Pipe Spout)2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout2.jpg', NULL, '4224', 'attachment-image', NULL, NULL, NULL, '4224', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:01:07', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:01:07', '2022-04-05 11:01:07'),
(656, NULL, NULL, 4225, 'post', 'attachment', 1, 3913, NULL, NULL, 'LI-0010 Deck Mounted Swan Neck (J Pipe Spout)', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-0010-Deck-Mounted-Swan-Neck-J-Pipe-Spout.jpg', NULL, '4225', 'attachment-image', NULL, NULL, NULL, '4225', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:01:10', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:01:10', '2022-04-05 11:01:10'),
(657, NULL, NULL, 4227, 'post', 'attachment', 1, 3901, NULL, NULL, 'OL001 Bib Cock foam flow with Flange7', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange7.jpg', NULL, '4227', 'attachment-image', NULL, NULL, NULL, '4227', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:06:56', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:06:56', '2022-04-05 11:06:56'),
(658, NULL, NULL, 4228, 'post', 'attachment', 1, 3901, NULL, NULL, 'OL001 Bib Cock foam flow with Flange5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange5.jpg', NULL, '4228', 'attachment-image', NULL, NULL, NULL, '4228', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:07:07', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:07:07', '2022-04-05 11:07:07'),
(659, NULL, NULL, 4229, 'post', 'attachment', 1, 3901, NULL, NULL, 'OL001 Bib Cock foam flow with Flange6', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange6.jpg', NULL, '4229', 'attachment-image', NULL, NULL, NULL, '4229', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:07:19', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:07:19', '2022-04-05 11:07:19');
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`) VALUES
(660, NULL, NULL, 4230, 'post', 'attachment', 1, 3901, NULL, NULL, 'OL001 Bib Cock foam flow with Flange4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange4.jpg', NULL, '4230', 'attachment-image', NULL, NULL, NULL, '4230', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:07:29', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:07:29', '2022-04-05 11:07:29'),
(661, NULL, NULL, 4231, 'post', 'attachment', 1, 3901, NULL, NULL, 'OL001 Bib Cock foam flow with Flange3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange3.jpg', NULL, '4231', 'attachment-image', NULL, NULL, NULL, '4231', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:07:54', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:07:54', '2022-04-05 11:07:54'),
(662, NULL, NULL, 4232, 'post', 'attachment', 1, 3901, NULL, NULL, 'OL001 Bib Cock foam flow with Flange2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange2.jpg', NULL, '4232', 'attachment-image', NULL, NULL, NULL, '4232', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:08:07', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:08:07', '2022-04-05 11:08:07'),
(663, NULL, NULL, 4233, 'post', 'attachment', 1, 3901, NULL, NULL, 'OL001 Bib Cock foam flow with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/03/OL001-Bib-Cock-foam-flow-with-Flange.jpg', NULL, '4233', 'attachment-image', NULL, NULL, NULL, '4233', 'attachment-image', NULL, NULL, 0, NULL, '2022-04-05 11:08:14', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:08:14', '2022-04-05 11:08:14'),
(664, NULL, NULL, 4235, 'post', 'attachment', 1, 3916, NULL, NULL, 'OL002 Long Nose foam flow with Flange5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL002-Long-Nose-foam-flow-with-Flange5.jpg', NULL, '4235', 'attachment-image', NULL, NULL, NULL, '4235', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:13:57', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:13:57', '2022-04-05 11:13:57'),
(665, NULL, NULL, 4236, 'post', 'attachment', 1, 3916, NULL, NULL, 'OL002 Long Nose foam flow with Flange6', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL002-Long-Nose-foam-flow-with-Flange6.jpg', NULL, '4236', 'attachment-image', NULL, NULL, NULL, '4236', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:14:02', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:14:02', '2022-04-05 11:14:02'),
(666, NULL, NULL, 4237, 'post', 'attachment', 1, 3916, NULL, NULL, 'OL002 Long Nose foam flow with Flange7', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL002-Long-Nose-foam-flow-with-Flange7.jpg', NULL, '4237', 'attachment-image', NULL, NULL, NULL, '4237', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:14:06', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:14:06', '2022-04-05 11:14:06'),
(667, NULL, NULL, 4238, 'post', 'attachment', 1, 3916, NULL, NULL, 'OL002 Long Nose foam flow with Flange4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL002-Long-Nose-foam-flow-with-Flange4.jpg', NULL, '4238', 'attachment-image', NULL, NULL, NULL, '4238', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:14:10', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:14:10', '2022-04-05 11:14:10'),
(668, NULL, NULL, 4239, 'post', 'attachment', 1, 3916, NULL, NULL, 'OL002 Long Nose foam flow with Flange3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL002-Long-Nose-foam-flow-with-Flange3.jpg', NULL, '4239', 'attachment-image', NULL, NULL, NULL, '4239', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:14:15', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:14:15', '2022-04-05 11:14:15'),
(669, NULL, NULL, 4240, 'post', 'attachment', 1, 3916, NULL, NULL, 'OL002 Long Nose foam flow with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL002-Long-Nose-foam-flow-with-Flange.jpg', NULL, '4240', 'attachment-image', NULL, NULL, NULL, '4240', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:14:19', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:14:19', '2022-04-05 11:14:19'),
(670, NULL, NULL, 4242, 'post', 'attachment', 1, 3923, NULL, NULL, 'Pillar Cock foam flow FA0025', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Pillar-Cock-foam-flow-FA0025.jpg', NULL, '4242', 'attachment-image', NULL, NULL, NULL, '4242', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:23:48', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:23:48', '2022-04-05 11:23:48'),
(671, NULL, NULL, 4243, 'post', 'attachment', 1, 3923, NULL, NULL, 'Pillar Cock foam flow FA0026', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Pillar-Cock-foam-flow-FA0026.jpg', NULL, '4243', 'attachment-image', NULL, NULL, NULL, '4243', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:23:56', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:23:56', '2022-04-05 11:23:56'),
(672, NULL, NULL, 4244, 'post', 'attachment', 1, 3923, NULL, NULL, 'Pillar Cock foam flow FA0027', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Pillar-Cock-foam-flow-FA0027.jpg', NULL, '4244', 'attachment-image', NULL, NULL, NULL, '4244', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:24:05', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:24:05', '2022-04-05 11:24:05'),
(673, NULL, NULL, 4245, 'post', 'attachment', 1, 3923, NULL, NULL, 'Pillar Cock foam flow FA0024', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Pillar-Cock-foam-flow-FA0024.jpg', NULL, '4245', 'attachment-image', NULL, NULL, NULL, '4245', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:24:10', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:24:10', '2022-04-05 11:24:10'),
(674, NULL, NULL, 4246, 'post', 'attachment', 1, 3923, NULL, NULL, 'Pillar Cock foam flow FA0023', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Pillar-Cock-foam-flow-FA0023.jpg', NULL, '4246', 'attachment-image', NULL, NULL, NULL, '4246', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:24:21', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:24:21', '2022-04-05 11:24:21'),
(675, NULL, NULL, 4247, 'post', 'attachment', 1, 3923, NULL, NULL, 'Pillar Cock foam flow FA002', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Pillar-Cock-foam-flow-FA002.jpg', NULL, '4247', 'attachment-image', NULL, NULL, NULL, '4247', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:24:26', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:24:26', '2022-04-05 11:24:26'),
(676, NULL, NULL, 4248, 'post', 'attachment', 1, 3933, NULL, NULL, '03_OL005 Angle Cock with Flange5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange5.jpg', NULL, '4248', 'attachment-image', NULL, NULL, NULL, '4248', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:32:24', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:32:22', '2022-04-05 11:32:22'),
(677, NULL, NULL, 4249, 'post', 'attachment', 1, 3933, NULL, NULL, '03_OL005 Angle Cock with Flange6', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange6.jpg', NULL, '4249', 'attachment-image', NULL, NULL, NULL, '4249', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:32:32', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:32:32', '2022-04-05 11:32:32'),
(678, NULL, NULL, 4250, 'post', 'attachment', 1, 3933, NULL, NULL, '03_OL005 Angle Cock with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange.jpg', NULL, '4250', 'attachment-image', NULL, NULL, NULL, '4250', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:32:36', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:32:36', '2022-04-05 11:32:36'),
(679, NULL, NULL, 4251, 'post', 'attachment', 1, 3933, NULL, NULL, '03_OL005 Angle Cock with Flange2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange2.jpg', NULL, '4251', 'attachment-image', NULL, NULL, NULL, '4251', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:32:41', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:32:41', '2022-04-05 11:32:41'),
(680, NULL, NULL, 4252, 'post', 'attachment', 1, 3933, NULL, NULL, '03_OL005 Angle Cock with Flange3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange3.jpg', NULL, '4252', 'attachment-image', NULL, NULL, NULL, '4252', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:32:51', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:32:51', '2022-04-05 11:32:51'),
(681, NULL, NULL, 4253, 'post', 'attachment', 1, 3933, NULL, NULL, '03_OL005 Angle Cock with Flange4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange4.jpg', NULL, '4253', 'attachment-image', NULL, NULL, NULL, '4253', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:33:03', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:33:03', '2022-04-05 11:33:03'),
(682, NULL, NULL, 4254, 'post', 'attachment', 1, 3926, NULL, NULL, 'Wall Mounted Sink Cock casted Spout FA0096', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA0096.jpg', NULL, '4254', 'attachment-image', NULL, NULL, NULL, '4254', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:37:49', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:37:49', '2022-04-05 11:37:49'),
(683, NULL, NULL, 4255, 'post', 'attachment', 1, 3926, NULL, NULL, 'Wall Mounted Sink Cock casted Spout FA0097', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA0097.jpg', NULL, '4255', 'attachment-image', NULL, NULL, NULL, '4255', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:38:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:38:01', '2022-04-05 11:38:01'),
(684, NULL, NULL, 4256, 'post', 'attachment', 1, 3926, NULL, NULL, 'Wall Mounted Sink Cock casted Spout FA0093', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA0093.jpg', NULL, '4256', 'attachment-image', NULL, NULL, NULL, '4256', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:38:19', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:38:19', '2022-04-05 11:38:19'),
(685, NULL, NULL, 4257, 'post', 'attachment', 1, 3926, NULL, NULL, 'Wall Mounted Sink Cock casted Spout FA0094', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA0094.jpg', NULL, '4257', 'attachment-image', NULL, NULL, NULL, '4257', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:38:28', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:38:28', '2022-04-05 11:38:28'),
(686, NULL, NULL, 4258, 'post', 'attachment', 1, 3926, NULL, NULL, 'Wall Mounted Sink Cock casted Spout FA009', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-casted-Spout-FA009.jpg', NULL, '4258', 'attachment-image', NULL, NULL, NULL, '4258', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-05 11:38:37', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-05 11:38:37', '2022-04-05 11:38:37'),
(687, NULL, NULL, 4260, 'post', 'attachment', 1, 3927, NULL, NULL, 'Wall Mounted Sink Cock with flexible Coloured Spout FA0225', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0225.jpg', NULL, '4260', 'attachment-image', NULL, NULL, NULL, '4260', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 03:59:18', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 03:59:18', '2022-04-06 03:59:18'),
(688, NULL, NULL, 4261, 'post', 'attachment', 1, 3927, NULL, NULL, 'Wall Mounted Sink Cock with flexible Coloured Spout FA0226', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0226.jpg', NULL, '4261', 'attachment-image', NULL, NULL, NULL, '4261', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 03:59:22', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 03:59:22', '2022-04-06 03:59:22'),
(689, NULL, NULL, 4262, 'post', 'attachment', 1, 3927, NULL, NULL, 'Wall Mounted Sink Cock with flexible Coloured Spout FA0227', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0227.jpg', NULL, '4262', 'attachment-image', NULL, NULL, NULL, '4262', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 03:59:26', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 03:59:26', '2022-04-06 03:59:26'),
(690, NULL, NULL, 4263, 'post', 'attachment', 1, 3927, NULL, NULL, 'Wall Mounted Sink Cock with flexible Coloured Spout FA0224', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0224.jpg', NULL, '4263', 'attachment-image', NULL, NULL, NULL, '4263', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 03:59:29', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 03:59:29', '2022-04-06 03:59:29'),
(691, NULL, NULL, 4265, 'post', 'attachment', 1, 3927, NULL, NULL, 'Wall Mounted Sink Cock with flexible Coloured Spout FA0223', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA0223.jpg', NULL, '4265', 'attachment-image', NULL, NULL, NULL, '4265', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 03:59:33', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 03:59:33', '2022-04-06 03:59:33'),
(692, NULL, NULL, 4266, 'post', 'attachment', 1, 3927, NULL, NULL, 'Wall Mounted Sink Cock with flexible Coloured Spout FA022', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Wall-Mounted-Sink-Cock-with-flexible-Coloured-Spout-FA022.jpg', NULL, '4266', 'attachment-image', NULL, NULL, NULL, '4266', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 03:59:36', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 03:59:36', '2022-04-06 03:59:36'),
(693, NULL, NULL, 4267, 'post', 'attachment', 1, 3919, NULL, NULL, 'OL006 2 in 1 Bib Cock foam flow6', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL006-2-in-1-Bib-Cock-foam-flow6.jpg', NULL, '4267', 'attachment-image', NULL, NULL, NULL, '4267', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:01:44', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:01:44', '2022-04-06 04:01:44'),
(694, NULL, NULL, 4268, 'post', 'attachment', 1, 3919, NULL, NULL, 'OL006 2 in 1 Bib Cock foam flow7', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL006-2-in-1-Bib-Cock-foam-flow7.jpg', NULL, '4268', 'attachment-image', NULL, NULL, NULL, '4268', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:01:47', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:01:47', '2022-04-06 04:01:47'),
(695, NULL, NULL, 4269, 'post', 'attachment', 1, 3919, NULL, NULL, 'OL006 2 in 1 Bib Cock foam flow5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL006-2-in-1-Bib-Cock-foam-flow5.jpg', NULL, '4269', 'attachment-image', NULL, NULL, NULL, '4269', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:01:50', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:01:50', '2022-04-06 04:01:50'),
(696, NULL, NULL, 4271, 'post', 'attachment', 1, 3919, NULL, NULL, 'OL006 2 in 1 Bib Cock foam flow4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL006-2-in-1-Bib-Cock-foam-flow4.jpg', NULL, '4271', 'attachment-image', NULL, NULL, NULL, '4271', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:01:56', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:01:56', '2022-04-06 04:01:56'),
(697, NULL, NULL, 4272, 'post', 'attachment', 1, 3919, NULL, NULL, 'OL006 2 in 1 Bib Cock foam flow2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL006-2-in-1-Bib-Cock-foam-flow2.jpg', NULL, '4272', 'attachment-image', NULL, NULL, NULL, '4272', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:01:59', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:01:59', '2022-04-06 04:01:59'),
(698, NULL, NULL, 4273, 'post', 'attachment', 1, 3919, NULL, NULL, 'OL006 2 in 1 Bib Cock foam flow', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL006-2-in-1-Bib-Cock-foam-flow.jpg', NULL, '4273', 'attachment-image', NULL, NULL, NULL, '4273', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:02:03', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:02:03', '2022-04-06 04:02:03'),
(699, NULL, NULL, 4274, 'post', 'attachment', 1, 3920, NULL, NULL, 'OL007 2 in 1 Angle Cock5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL007-2-in-1-Angle-Cock5.jpg', NULL, '4274', 'attachment-image', NULL, NULL, NULL, '4274', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:13:19', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:13:19', '2022-04-06 04:13:19'),
(700, NULL, NULL, 4276, 'post', 'attachment', 1, 3920, NULL, NULL, 'OL007 2 in 1 Angle Cock6', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL007-2-in-1-Angle-Cock6.jpg', NULL, '4276', 'attachment-image', NULL, NULL, NULL, '4276', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:13:24', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:13:24', '2022-04-06 04:13:24'),
(701, NULL, NULL, 4277, 'post', 'attachment', 1, 3920, NULL, NULL, 'OL007 2 in 1 Angle Cock3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL007-2-in-1-Angle-Cock3.jpg', NULL, '4277', 'attachment-image', NULL, NULL, NULL, '4277', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:13:36', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:13:36', '2022-04-06 04:13:36'),
(702, NULL, NULL, 4278, 'post', 'attachment', 1, 3920, NULL, NULL, 'OL007 2 in 1 Angle Cock4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL007-2-in-1-Angle-Cock4.jpg', NULL, '4278', 'attachment-image', NULL, NULL, NULL, '4278', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:13:42', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:13:42', '2022-04-06 04:13:42'),
(703, NULL, NULL, 4279, 'post', 'attachment', 1, 3920, NULL, NULL, 'OL007 2 in 1 Angle Cock', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL007-2-in-1-Angle-Cock.jpg', NULL, '4279', 'attachment-image', NULL, NULL, NULL, '4279', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:13:45', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:13:45', '2022-04-06 04:13:45'),
(704, NULL, NULL, 4280, 'post', 'attachment', 1, 3920, NULL, NULL, 'OL007 2 in 1 Angle Cock2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL007-2-in-1-Angle-Cock2.jpg', NULL, '4280', 'attachment-image', NULL, NULL, NULL, '4280', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:13:51', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:13:51', '2022-04-06 04:13:51'),
(705, NULL, NULL, 4282, 'post', 'attachment', 1, 3917, NULL, NULL, 'OL003 Pillar Cock foam flow6', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL003-Pillar-Cock-foam-flow6.jpg', NULL, '4282', 'attachment-image', NULL, NULL, NULL, '4282', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:21:01', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:21:01', '2022-04-06 04:21:01'),
(706, NULL, NULL, 4283, 'post', 'attachment', 1, 3917, NULL, NULL, 'OL003 Pillar Cock foam flow7', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL003-Pillar-Cock-foam-flow7.jpg', NULL, '4283', 'attachment-image', NULL, NULL, NULL, '4283', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:21:06', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:21:06', '2022-04-06 04:21:06'),
(707, NULL, NULL, 4284, 'post', 'attachment', 1, 3917, NULL, NULL, 'OL003 Pillar Cock foam flow3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL003-Pillar-Cock-foam-flow3.jpg', NULL, '4284', 'attachment-image', NULL, NULL, NULL, '4284', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:21:10', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:21:10', '2022-04-06 04:21:10'),
(708, NULL, NULL, 4285, 'post', 'attachment', 1, 3917, NULL, NULL, 'OL003 Pillar Cock foam flow4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL003-Pillar-Cock-foam-flow4.jpg', NULL, '4285', 'attachment-image', NULL, NULL, NULL, '4285', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:21:14', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:21:14', '2022-04-06 04:21:14'),
(709, NULL, NULL, 4286, 'post', 'attachment', 1, 3917, NULL, NULL, 'OL003 Pillar Cock foam flow2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL003-Pillar-Cock-foam-flow2.jpg', NULL, '4286', 'attachment-image', NULL, NULL, NULL, '4286', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:21:17', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:21:17', '2022-04-06 04:21:17'),
(710, NULL, NULL, 4287, 'post', 'attachment', 1, 3917, NULL, NULL, 'OL003 Pillar Cock foam flow', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL003-Pillar-Cock-foam-flow.jpg', NULL, '4287', 'attachment-image', NULL, NULL, NULL, '4287', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:21:22', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:21:22', '2022-04-06 04:21:22'),
(711, NULL, NULL, 4289, 'post', 'attachment', 1, 3918, NULL, NULL, '03_OL005 Angle Cock with Flange5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange5-1.jpg', NULL, '4289', 'attachment-image', NULL, NULL, NULL, '4289', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:32:14', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:32:14', '2022-04-06 04:32:14'),
(712, NULL, NULL, 4290, 'post', 'attachment', 1, 3918, NULL, NULL, '03_OL005 Angle Cock with Flange6', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange6-1.jpg', NULL, '4290', 'attachment-image', NULL, NULL, NULL, '4290', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:32:17', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:32:17', '2022-04-06 04:32:17'),
(713, NULL, NULL, 4291, 'post', 'attachment', 1, 3918, NULL, NULL, '03_OL005 Angle Cock with Flange7', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange7.jpg', NULL, '4291', 'attachment-image', NULL, NULL, NULL, '4291', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:32:21', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:32:21', '2022-04-06 04:32:21'),
(714, NULL, NULL, 4292, 'post', 'attachment', 1, 3918, NULL, NULL, '03_OL005 Angle Cock with Flange3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange3-1.jpg', NULL, '4292', 'attachment-image', NULL, NULL, NULL, '4292', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:32:24', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:32:24', '2022-04-06 04:32:24'),
(715, NULL, NULL, 4293, 'post', 'attachment', 1, 3918, NULL, NULL, '03_OL005 Angle Cock with Flange4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange4-1.jpg', NULL, '4293', 'attachment-image', NULL, NULL, NULL, '4293', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:32:29', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:32:29', '2022-04-06 04:32:29'),
(716, NULL, NULL, 4294, 'post', 'attachment', 1, 3918, NULL, NULL, '03_OL005 Angle Cock with Flange2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange2-1.jpg', NULL, '4294', 'attachment-image', NULL, NULL, NULL, '4294', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:32:33', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:32:33', '2022-04-06 04:32:33'),
(717, NULL, NULL, 4295, 'post', 'attachment', 1, 3918, NULL, NULL, '03_OL005 Angle Cock with Flange', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/03_OL005-Angle-Cock-with-Flange-1.jpg', NULL, '4295', 'attachment-image', NULL, NULL, NULL, '4295', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:32:38', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:32:38', '2022-04-06 04:32:38'),
(718, NULL, NULL, 4297, 'post', 'attachment', 1, 3921, NULL, NULL, 'OL019 Single Lever Basin Mixer Project with 450mm SS connection pipe7', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe7.jpg', NULL, '4297', 'attachment-image', NULL, NULL, NULL, '4297', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:49:03', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:49:03', '2022-04-06 04:49:03'),
(719, NULL, NULL, 4298, 'post', 'attachment', 1, 3921, NULL, NULL, 'OL019 Single Lever Basin Mixer Project with 450mm SS connection pipe8', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe8.jpg', NULL, '4298', 'attachment-image', NULL, NULL, NULL, '4298', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:49:06', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:49:06', '2022-04-06 04:49:06'),
(720, NULL, NULL, 4299, 'post', 'attachment', 1, 3921, NULL, NULL, 'OL019 Single Lever Basin Mixer Project with 450mm SS connection pipe5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe5.jpg', NULL, '4299', 'attachment-image', NULL, NULL, NULL, '4299', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:49:09', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:49:09', '2022-04-06 04:49:09'),
(721, NULL, NULL, 4300, 'post', 'attachment', 1, 3921, NULL, NULL, 'OL019 Single Lever Basin Mixer Project with 450mm SS connection pipe4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe4.jpg', NULL, '4300', 'attachment-image', NULL, NULL, NULL, '4300', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:49:12', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:49:12', '2022-04-06 04:49:12'),
(722, NULL, NULL, 4301, 'post', 'attachment', 1, 3921, NULL, NULL, 'OL019 Single Lever Basin Mixer Project with 450mm SS connection pipe', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/OL019-Single-Lever-Basin-Mixer-Project-with-450mm-SS-connection-pipe.jpg', NULL, '4301', 'attachment-image', NULL, NULL, NULL, '4301', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:49:17', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:49:17', '2022-04-06 04:49:17'),
(723, NULL, NULL, 4302, 'post', 'attachment', 1, 3914, NULL, NULL, 'LI-011 Wall Mounted Sink Mixer (J Pipe Spout)7', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout7.jpg', NULL, '4302', 'attachment-image', NULL, NULL, NULL, '4302', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:51:10', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:51:10', '2022-04-06 04:51:10'),
(724, NULL, NULL, 4303, 'post', 'attachment', 1, 3914, NULL, NULL, 'LI-011 Wall Mounted Sink Mixer (J Pipe Spout)6', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout6.jpg', NULL, '4303', 'attachment-image', NULL, NULL, NULL, '4303', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:51:13', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:51:13', '2022-04-06 04:51:13'),
(725, NULL, NULL, 4304, 'post', 'attachment', 1, 3914, NULL, NULL, 'LI-011 Wall Mounted Sink Mixer (J Pipe Spout)5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout5.jpg', NULL, '4304', 'attachment-image', NULL, NULL, NULL, '4304', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:51:18', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:51:18', '2022-04-06 04:51:18'),
(726, NULL, NULL, 4305, 'post', 'attachment', 1, 3914, NULL, NULL, 'LI-011 Wall Mounted Sink Mixer (J Pipe Spout)4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout4.jpg', NULL, '4305', 'attachment-image', NULL, NULL, NULL, '4305', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:51:21', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:51:21', '2022-04-06 04:51:21'),
(727, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg', '102:f56272cb4236f74d17c3535dc5ed3919', 4307, 'post', 'attachment', 1, 3914, NULL, NULL, 'LI-011 Wall Mounted Sink Mixer (J Pipe Spout)3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg', NULL, '4307', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg', '4307', 'attachment-image', '{\"width\":1800,\"height\":1800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3.jpg\",\"size\":\"full\",\"id\":4307,\"alt\":\"\",\"pixels\":3240000,\"type\":\"image/jpeg\"}', NULL, 1, NULL, '2022-04-06 04:51:30', '2022-05-11 03:29:06', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-04-06 04:51:30', '2022-04-06 04:51:30'),
(728, NULL, NULL, 4308, 'post', 'attachment', 1, 3914, NULL, NULL, 'LI-011 Wall Mounted Sink Mixer (J Pipe Spout)2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout2.jpg', NULL, '4308', 'attachment-image', NULL, NULL, NULL, '4308', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:51:34', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:51:34', '2022-04-06 04:51:34'),
(729, NULL, NULL, 4309, 'post', 'attachment', 1, 3914, NULL, NULL, 'LI-011 Wall Mounted Sink Mixer (J Pipe Spout)', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout.jpg', NULL, '4309', 'attachment-image', NULL, NULL, NULL, '4309', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:51:37', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:51:37', '2022-04-06 04:51:37'),
(730, NULL, NULL, 4310, 'post', 'attachment', 1, 3911, NULL, NULL, 'LI-006 2 in 1 Angle Valve6', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve6-1.jpg', NULL, '4310', 'attachment-image', NULL, NULL, NULL, '4310', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:56:44', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:56:44', '2022-04-06 04:56:44'),
(731, NULL, NULL, 4311, 'post', 'attachment', 1, 3911, NULL, NULL, 'LI-006 2 in 1 Angle Valve5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve5-1.jpg', NULL, '4311', 'attachment-image', NULL, NULL, NULL, '4311', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:56:47', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:56:47', '2022-04-06 04:56:47'),
(732, NULL, NULL, 4312, 'post', 'attachment', 1, 3911, NULL, NULL, 'LI-006 2 in 1 Angle Valve4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve4-1.jpg', NULL, '4312', 'attachment-image', NULL, NULL, NULL, '4312', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:56:55', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:56:55', '2022-04-06 04:56:55'),
(733, NULL, NULL, 4313, 'post', 'attachment', 1, 3911, NULL, NULL, 'LI-006 2 in 1 Angle Valve3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve3-1.jpg', NULL, '4313', 'attachment-image', NULL, NULL, NULL, '4313', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:56:58', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:56:58', '2022-04-06 04:56:58'),
(734, NULL, NULL, 4314, 'post', 'attachment', 1, 3911, NULL, NULL, 'LI-006 2 in 1 Angle Valve2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve2-1.jpg', NULL, '4314', 'attachment-image', NULL, NULL, NULL, '4314', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:57:07', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:57:06', '2022-04-06 04:57:06'),
(735, NULL, NULL, 4315, 'post', 'attachment', 1, 3911, NULL, NULL, 'LI-006 2 in 1 Angle Valve', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-006-2-in-1-Angle-Valve-1.jpg', NULL, '4315', 'attachment-image', NULL, NULL, NULL, '4315', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-06 04:57:10', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 04:57:10', '2022-04-06 04:57:10'),
(736, NULL, NULL, 4317, 'post', 'attachment', 1, 48, NULL, NULL, '7', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg', NULL, '4317', 'attachment-image', NULL, NULL, NULL, '4317', 'attachment-image', NULL, NULL, 1, NULL, '2022-04-06 15:16:45', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-06 15:16:45', '2022-04-06 15:16:45'),
(739, NULL, NULL, 4333, 'post', 'attachment', 1, 2801, NULL, NULL, 'Gorgeous Bathroom', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Gorgeous-Bathroom.jpeg', NULL, '4333', 'attachment-image', NULL, NULL, NULL, '4333', 'attachment-image', NULL, NULL, 1, NULL, '2022-04-07 08:27:23', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-07 08:27:23', '2022-04-07 08:27:23'),
(740, NULL, NULL, 4346, 'post', 'attachment', 1, 1252, NULL, NULL, 'Delta DSS-Ashlyn-1401 Monitor 14 Series Single Function Pressure Balanced Shower System with Shower Head and Hand Shower &#8211; Includes Rough-In Valves', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Delta-DSS-Ashlyn-1401-Monitor-14-Series-Single-Function-Pressure-Balanced-Shower-System-with-Shower-Head-and-Hand-Shower-Includes-Rough-In-Valves.jpeg', NULL, '4346', 'attachment-image', NULL, NULL, NULL, '4346', 'attachment-image', NULL, NULL, 0, NULL, '2022-04-07 09:24:15', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-07 09:24:15', '2022-04-07 09:24:15'),
(741, NULL, NULL, 4347, 'post', 'attachment', 1, 1252, NULL, NULL, 'Hand Shower 1_75 GPM w_Slide Bar 4S in Chrome', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Hand-Shower-1_75-GPM-w_Slide-Bar-4S-in-Chrome.jpeg', NULL, '4347', 'attachment-image', NULL, NULL, NULL, '4347', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-07 09:25:51', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-07 09:25:51', '2022-04-07 09:25:51'),
(742, NULL, NULL, 4348, 'post', 'attachment', 1, 1252, NULL, NULL, 'Kohler KSS-Purist-4-RTHS Purist Pressure Balanced Shower System with Shower Head Hand Shower Valve Trim and Shower Arm Polished Chrome Showers', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Kohler-KSS-Purist-4-RTHS-Purist-Pressure-Balanced-Shower-System-with-Shower-Head-Hand-Shower-Valve-Trim-and-Shower-Arm-Polished-Chrome-Showers.jpeg', NULL, '4348', 'attachment-image', NULL, NULL, NULL, '4348', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-07 09:27:57', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-07 09:27:57', '2022-04-07 09:27:57'),
(743, NULL, NULL, 4357, 'post', 'attachment', 1, 18, NULL, NULL, 'Modern white and wooden kitchen', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Modern-white-and-wooden-kitchen.jpeg', NULL, '4357', 'attachment-image', NULL, NULL, NULL, '4357', 'attachment-image', NULL, NULL, 0, NULL, '2022-04-07 10:24:28', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-07 10:24:28', '2022-04-07 10:24:28'),
(744, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg', '102:4f9dcc6cfc911c791c04e27d2d1db2e6', 4358, 'post', 'attachment', 1, 18, NULL, NULL, 'Brass Pull-Out Kitchen Faucet LED Mixer Tap', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg', NULL, '4358', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg', '4358', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg\",\"size\":\"full\",\"id\":4358,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, 1, NULL, '2022-04-07 10:28:22', '2022-05-11 03:29:06', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-04-07 10:28:22', '2022-04-07 10:28:22'),
(745, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png', '111:ccb2bf71bb4945d5c7b6afabec8631eb', 4359, 'post', 'attachment', 1, 18, NULL, NULL, 'GS™ Single Hole Bathroom Faucet with Drain Assembly', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png', NULL, '4359', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png', '4359', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png\",\"size\":\"full\",\"id\":4359,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/png\"}', NULL, 1, NULL, '2022-04-07 10:35:12', '2022-05-11 03:29:06', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-04-07 10:35:12', '2022-04-07 10:35:12'),
(746, NULL, NULL, 4376, 'post', 'attachment', 1, 1251, NULL, NULL, 'Modern Wite Bathroom With White Marble Anf Bthtub Wall Mural', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Modern-Wite-Bathroom-With-White-Marble-Anf-Bthtub-Wall-Mural.jpeg', NULL, '4376', 'attachment-image', NULL, NULL, NULL, '4376', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-07 13:22:47', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-07 13:22:47', '2022-04-07 13:22:47'),
(747, NULL, NULL, 4377, 'post', 'attachment', 1, 1251, NULL, NULL, 'Sorrento L Shape Complete Bathroom Suite', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Sorrento-L-Shape-Complete-Bathroom-Suite.jpeg', NULL, '4377', 'attachment-image', NULL, NULL, NULL, '4377', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-07 13:23:27', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-07 13:23:27', '2022-04-07 13:23:27'),
(749, NULL, NULL, 4431, 'post', 'attachment', 1, 18, NULL, NULL, 'Bathroom Remodel Ideas', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Remodel-Ideas.jpeg', NULL, '4431', 'attachment-image', NULL, NULL, NULL, '4431', 'attachment-image', NULL, NULL, 0, NULL, '2022-04-08 11:36:59', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-08 11:36:59', '2022-04-08 11:36:59'),
(750, NULL, NULL, 4435, 'post', 'attachment', 1, 18, NULL, NULL, 'Bathroom Renovation &#8211; Floating Vanity &#8211; LED Mirror &#8211; Dual Shower', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Renovation-Floating-Vanity-LED-Mirror-Dual-Shower.jpeg', NULL, '4435', 'attachment-image', NULL, NULL, NULL, '4435', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-08 11:41:07', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-08 11:41:07', '2022-04-08 11:41:07');
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`) VALUES
(751, NULL, NULL, 4436, 'post', 'attachment', 1, 18, NULL, NULL, 'batheroom wallpaper', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/batheroom-wallpaper.jpeg', NULL, '4436', 'attachment-image', NULL, NULL, NULL, '4436', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-08 11:41:55', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-08 11:41:55', '2022-04-08 11:41:55'),
(752, NULL, NULL, 4438, 'post', 'attachment', 1, 18, NULL, NULL, 'Bathroom Interior Design, Bathroom 3D Rendering, 3D Architectural Rendering, Realistic Visualization Rendering, Custom Rendering Services', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-Interior-Design-Bathroom-3D-Rendering-3D-Architectural-Rendering-Realistic-Visualization-Rendering-Custom-Rendering-Services.jpeg', NULL, '4438', 'attachment-image', NULL, NULL, NULL, '4438', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-08 11:43:40', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-08 11:43:40', '2022-04-08 11:43:40'),
(753, NULL, NULL, 4439, 'post', 'attachment', 1, 18, NULL, NULL, 'Bagno-Ceramic-Wall-Tiles-RZ17-01020304-150X150', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Bagno-Ceramic-Wall-Tiles-RZ17-01020304-150X150.jpeg', NULL, '4439', 'attachment-image', NULL, NULL, NULL, '4439', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-08 11:48:00', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-08 11:48:00', '2022-04-08 11:48:00'),
(754, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg', '123:d0b090c993407e81578fa7944fb09537', 4443, 'post', 'attachment', 1, 18, NULL, NULL, 'Grifo Grop para lavabo de baño con 3 agujeros, color negro mate', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg', NULL, '4443', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg', '4443', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg\",\"size\":\"full\",\"id\":4443,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, 1, NULL, '2022-04-09 07:50:34', '2022-05-11 03:29:06', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-04-09 07:50:34', '2022-04-09 07:50:34'),
(755, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg', '150:4253c54c6f75c3697322dc6bb606a937', 4452, 'post', 'attachment', 1, 18, NULL, NULL, 'Contemporary Shower System Thermostatic Matte Black Solid Brass Rainfall Shower Head-Homary', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg', NULL, '4452', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg', '4452', 'attachment-image', '{\"width\":1000,\"height\":1000,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg\",\"size\":\"full\",\"id\":4452,\"alt\":\"\",\"pixels\":1000000,\"type\":\"image/jpeg\"}', NULL, 1, NULL, '2022-04-09 08:18:42', '2022-05-11 03:29:06', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-04-09 08:18:42', '2022-04-09 08:18:42'),
(756, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg', '95:0b7e9bfeb812064cc3aff430413433c7', 4476, 'post', 'attachment', 1, 18, NULL, NULL, 'pexels-max-vakhtbovych-6782580', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg', NULL, '4476', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg', '4476', 'attachment-image', '{\"width\":2269,\"height\":2560,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg\",\"size\":\"full\",\"id\":4476,\"alt\":\"\",\"pixels\":5808640,\"type\":\"image/jpeg\"}', NULL, 1, NULL, '2022-04-09 11:18:50', '2022-05-11 03:29:06', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-04-09 11:18:50', '2022-04-09 11:18:50'),
(757, NULL, NULL, 4478, 'post', 'attachment', 1, 18, NULL, NULL, 'pexels-max-vakhtbovych-6394616', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6394616.jpg', NULL, '4478', 'attachment-image', NULL, NULL, NULL, '4478', 'attachment-image', NULL, NULL, 0, NULL, '2022-04-09 11:21:44', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-09 11:21:44', '2022-04-09 11:21:44'),
(758, NULL, NULL, 4482, 'post', 'attachment', 1, 18, NULL, NULL, 'pexels-armin-rimoldi-5269479', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-armin-rimoldi-5269479.jpg', NULL, '4482', 'attachment-image', NULL, NULL, NULL, '4482', 'attachment-image', NULL, NULL, 0, NULL, '2022-04-09 11:29:48', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-09 11:29:48', '2022-04-09 11:29:48'),
(759, NULL, NULL, 4484, 'post', 'attachment', 1, 18, NULL, NULL, 'pexels-scandinavian-biolabs-8466376', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-scandinavian-biolabs-8466376.jpg', NULL, '4484', 'attachment-image', NULL, NULL, NULL, '4484', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-09 11:36:27', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-09 11:36:27', '2022-04-09 11:36:27'),
(760, NULL, NULL, 4510, 'post', 'attachment', 1, 18, NULL, NULL, 'Bathroom design', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Bathroom-design.jpg', NULL, '4510', 'attachment-image', NULL, NULL, NULL, '4510', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-12 07:46:04', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-12 07:46:04', '2022-04-12 07:46:04'),
(761, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg', '117:69bec1e306b9e197e6585a5a8b7f0327', 4511, 'post', 'attachment', 1, 18, NULL, NULL, '15 Walk In Shower Ideas – Perfect for UK homes Fifi McGee', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg', NULL, '4511', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg', '4511', 'attachment-image', '{\"width\":500,\"height\":624,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg\",\"size\":\"full\",\"id\":4511,\"alt\":\"\",\"pixels\":312000,\"type\":\"image/jpeg\"}', NULL, 1, NULL, '2022-04-12 08:05:16', '2022-05-11 03:29:06', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-04-12 08:05:16', '2022-04-12 08:05:16'),
(762, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg', '112:0f6f691705f07b37577c0981a5c7a0fd', 4512, 'post', 'attachment', 1, 18, NULL, NULL, '73+ Black And White Bathroom ( FRESH &#038; COOL ) &#8211; Bathroom Design', 'inherit', NULL, 0, 1, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg', NULL, '4512', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg', '4512', 'attachment-image', '{\"width\":853,\"height\":1536,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg\",\"size\":\"full\",\"id\":4512,\"alt\":\"\",\"pixels\":1310208,\"type\":\"image/jpeg\"}', NULL, 1, NULL, '2022-04-12 08:06:20', '2022-05-11 03:29:05', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-04-12 08:06:20', '2022-04-12 08:06:20'),
(763, 'https://hagarbath.com/shop/?p=4528', '34:7b30a2f9274db54e407d323fad14c9fb', 4528, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-12 08:28:35', '2022-04-12 02:58:35', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-12 08:28:34', '2022-04-12 08:28:34'),
(764, 'https://hagarbath.com/shop/?p=4529', '34:d7db328e0a4d628b7831df5981a6279e', 4529, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-12 08:32:20', '2022-04-12 03:02:20', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-12 08:32:19', '2022-04-12 08:32:19'),
(765, 'https://hagarbath.com/shop/?p=4531', '34:d72475d3549bb6c119bc72c1089aec6f', 4531, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-12 08:39:07', '2022-04-12 03:09:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-12 08:39:06', '2022-04-12 08:39:06'),
(766, NULL, NULL, 4551, 'post', 'attachment', 1, 2801, NULL, NULL, 'icons8-shower-50', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-shower-50.png', NULL, '4551', 'attachment-image', NULL, NULL, NULL, '4551', 'attachment-image', NULL, NULL, 1, NULL, '2022-04-12 10:16:03', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-12 10:16:03', '2022-04-12 10:16:03'),
(767, NULL, NULL, 4553, 'post', 'attachment', 1, 2801, NULL, NULL, 'icons8-kitchen-room-80', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-kitchen-room-80.png', NULL, '4553', 'attachment-image', NULL, NULL, NULL, '4553', 'attachment-image', NULL, NULL, 1, NULL, '2022-04-12 10:17:36', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-12 10:17:36', '2022-04-12 10:17:36'),
(768, NULL, NULL, 4554, 'post', 'attachment', 1, 2801, NULL, NULL, 'icons8-bathroom-64', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-bathroom-64.png', NULL, '4554', 'attachment-image', NULL, NULL, NULL, '4554', 'attachment-image', NULL, NULL, 1, NULL, '2022-04-12 10:18:19', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-12 10:18:19', '2022-04-12 10:18:19'),
(769, NULL, NULL, 4555, 'post', 'attachment', 1, 2801, NULL, NULL, 'icons8-soap-dispenser-50', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-soap-dispenser-50.png', NULL, '4555', 'attachment-image', NULL, NULL, NULL, '4555', 'attachment-image', NULL, NULL, 1, NULL, '2022-04-12 10:19:14', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-12 10:19:14', '2022-04-12 10:19:14'),
(770, NULL, NULL, 4556, 'post', 'attachment', 1, 2801, NULL, NULL, 'icons8-bidet-50', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-bidet-50.png', NULL, '4556', 'attachment-image', NULL, NULL, NULL, '4556', 'attachment-image', NULL, NULL, 0, NULL, '2022-04-12 10:20:13', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-12 10:20:13', '2022-04-12 10:20:13'),
(771, 'https://hagarbath.com/shop/?p=4563', '34:3429963e7a29205654c6c539a951318e', 4563, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-12 10:35:55', '2022-04-12 05:05:55', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-12 10:35:53', '2022-04-12 10:35:53'),
(772, NULL, NULL, 2, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/e9b6d2cc846b6a9971d1a3782035345c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/e9b6d2cc846b6a9971d1a3782035345c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2022-04-12 10:54:30', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-04-12 15:19:09', NULL),
(773, 'https://hagarbath.com/shop/?p=4583', '34:0d91c7189faead40b23e1265077c19bd', 4583, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-12 11:34:59', '2022-04-12 06:04:59', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-12 11:34:58', '2022-04-12 11:34:58'),
(774, 'https://hagarbath.com/shop/?p=4585', '34:43290c1d746c732db59adbdbf92dd5c1', 4585, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-12 11:36:29', '2022-04-12 06:06:29', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-12 11:36:26', '2022-04-12 11:36:26'),
(775, 'https://hagarbath.com/shop/?p=4587', '34:3b6b3509316715409bb35f7f5f666714', 4587, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-12 11:49:07', '2022-04-12 06:19:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-12 11:49:07', '2022-04-12 11:49:07'),
(776, 'https://hagarbath.com/shop/?p=4588', '34:04af2b36872705f2c37683986b0f9b8d', 4588, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-12 11:55:14', '2022-04-12 06:25:14', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-12 11:55:14', '2022-04-12 11:55:14'),
(777, 'https://hagarbath.com/shop/?p=4589', '34:4e2aece11f7e6b98dc1e1466f133e8f9', 4589, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-12 11:55:42', '2022-04-12 06:25:42', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-12 11:55:42', '2022-04-12 11:55:42'),
(778, 'https://hagarbath.com/shop/?p=4590', '34:826d7f6a9175c634ac28964b13ea2bfa', 4590, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-12 11:58:42', '2022-04-12 06:28:42', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-12 11:58:41', '2022-04-12 11:58:41'),
(779, 'https://hagarbath.com/shop/?p=4591', '34:e40b0bd17225e80fd6a420629d134735', 4591, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-12 12:03:14', '2022-04-12 06:33:14', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-12 12:03:14', '2022-04-12 12:03:14'),
(780, 'https://hagarbath.com/shop/?p=4593', '34:8d52f2ce8fd5a65eca54b4106ebb277f', 4593, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-12 12:08:17', '2022-04-12 06:38:17', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-12 12:08:17', '2022-04-12 12:08:17'),
(781, NULL, NULL, 4595, 'post', 'attachment', 1, 0, NULL, NULL, '7', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/7.jpg', NULL, '4595', 'attachment-image', NULL, NULL, NULL, '4595', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-12 12:30:52', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-04-12 12:30:52', '2022-04-12 12:30:52'),
(782, 'https://hagarbath.com/shop/?p=4594', '34:a570e6266511db35aea84c37e08a33ab', 4594, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-12 12:39:53', '2022-04-12 07:09:53', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-12 12:39:53', '2022-04-12 12:39:53'),
(783, 'https://hagarbath.com/shop/?p=4598', '34:cd5c7ffc913ea4940ee43babb0d3cd2c', 4598, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-13 05:13:18', '2022-04-12 23:43:18', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-13 05:13:17', '2022-04-13 05:13:17'),
(784, 'https://hagarbath.com/shop/?p=4599', '34:f569c314874aed2d950f60777bc7c60d', 4599, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-13 05:19:57', '2022-04-12 23:49:57', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-13 05:19:56', '2022-04-13 05:19:56'),
(785, 'https://hagarbath.com/shop/?p=4600', '34:aca170b6e15ea778ba1fb893d6d017a7', 4600, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-13 05:22:17', '2022-04-12 23:52:17', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-13 05:22:17', '2022-04-13 05:22:17'),
(786, 'https://hagarbath.com/shop/terms-conditions/', '44:6036c6f2086d1ef84fb0893a84069c75', 4614, 'post', 'page', 1, 0, NULL, NULL, 'Terms &#038; Conditions', '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, 1, 1, NULL, '2022-04-13 07:49:51', '2022-05-11 04:03:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-13 09:38:57', '2022-04-13 09:30:21'),
(787, 'https://hagarbath.com/shop/?p=4644', '34:af1da748bfbae795227d3e6c2a5279e9', 4644, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-14 07:14:42', '2022-04-14 01:44:42', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-14 07:14:40', '2022-04-14 07:14:40'),
(788, 'https://hagarbath.com/shop/?p=4645', '34:a745f9f7ee58a5b3ee798c0d2dbccba1', 4645, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-14 07:21:56', '2022-04-14 01:51:56', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-14 07:21:56', '2022-04-14 07:21:56'),
(789, 'https://hagarbath.com/shop/?p=4646', '34:ccaef074792f5ec5e93f6791de47d2ea', 4646, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-14 07:23:08', '2022-04-14 01:53:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-14 07:23:07', '2022-04-14 07:23:07'),
(790, 'https://hagarbath.com/shop/?p=4647', '34:5209017070aa59a364297cdc5b0484dc', 4647, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-14 07:24:57', '2022-04-14 01:54:57', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-14 07:24:56', '2022-04-14 07:24:56'),
(791, NULL, NULL, 4649, 'post', 'attachment', 1, 2801, NULL, NULL, 'icons8-valve-64', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-valve-64.png', NULL, '4649', 'attachment-image', NULL, NULL, NULL, '4649', 'attachment-image', NULL, NULL, 1, NULL, '2022-04-14 08:32:19', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-04-14 08:32:19', '2022-04-14 08:32:19'),
(792, 'https://hagarbath.com/shop/?p=4657', '34:c0ac54436274745d7bfe1896180cfd75', 4657, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-14 08:49:50', '2022-04-14 03:19:50', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-14 08:49:41', '2022-04-14 08:49:41'),
(794, 'https://hagarbath.com/shop/product/mango-wood-lotion-dispenser/', '63:7bc8b1b78e448a597d868cba53f1532c', 4691, 'post', 'product', 1, 0, NULL, NULL, 'Mango Wood Lotion Dispenser', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-scaled.jpg', NULL, '4692', 'featured-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-scaled.jpg', '4692', 'featured-image', '{\"width\":2560,\"height\":1707,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-scaled.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-scaled.jpg\",\"size\":\"full\",\"id\":4692,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-05-05 10:33:59', '2022-05-10 08:08:23', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-05-10 13:38:23', '2022-05-05 10:33:58'),
(795, 'https://hagarbath.com/shop/product-category/decorative/', '55:c861f98d3f539ba78dc99cbd8ee09b0a', 99, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Decorative', 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, '2022-05-05 11:17:03', '2022-05-10 08:08:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:38:23', NULL),
(796, 'https://hagarbath.com/shop/delivery-and-shipping-information/', '61:8346ec8834f88c402a3b2d8b9fee23c4', 4695, 'post', 'page', 1, 0, NULL, NULL, 'Delivery and Shipping Information', '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, 1, NULL, '2022-05-06 09:08:25', '2022-05-11 04:03:03', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2022-05-06 09:14:03', '2022-05-06 09:14:02'),
(797, NULL, NULL, 4692, 'post', 'attachment', 1, 4691, NULL, NULL, 'BE001 Mango Wood Lotion Dispenser', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-scaled.jpg', NULL, '4692', 'attachment-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-scaled.jpg', '4692', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https://hagarbath.com/shop/wp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-scaled.jpg\",\"path\":\"/home/devde143/www.hagarbath.com/shop/wp-content/uploads/2022/05/BE001-Mango-Wood-Lotion-Dispenser-scaled.jpg\",\"size\":\"full\",\"id\":4692,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-05-10 08:32:25', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 1, NULL, 0, '2022-05-05 10:33:23', '2022-05-05 10:33:23'),
(798, NULL, NULL, 4704, 'post', 'attachment', 1, 0, NULL, NULL, 'Import-products-.csv', 'private', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-10 13:37:43', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-05-10 13:37:43', '2022-05-10 13:37:43'),
(799, NULL, NULL, 4706, 'post', 'attachment', 1, 0, NULL, NULL, 'Import-products-1-1.csv', 'private', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-10 13:39:14', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-05-10 13:39:14', '2022-05-10 13:39:14'),
(800, 'https://hagarbath.com/shop/product/cockroach-trap-ss-304/', '57:997f7f389b82a10d8496f5039006b22b', 4707, 'post', 'product', 1, 0, NULL, NULL, 'Cockroach Trap SS 304', '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, '2022-05-10 13:39:29', '2022-05-10 08:09:36', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:36', '2022-05-10 13:39:29'),
(801, 'https://hagarbath.com/shop/product/cut-cockroach-trap-ss-304/', '61:57e18752ac312ded316d9cf5fefcd60b', 4708, 'post', 'product', 1, 0, NULL, NULL, 'Cut Cockroach Trap SS 304', '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, '2022-05-10 13:39:29', '2022-05-10 08:09:36', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:36', '2022-05-10 13:39:29'),
(802, 'https://hagarbath.com/shop/product/cockroach-trap-design-ss-304/', '64:ec0cbe9a3428d89dd700218b3c9a1753', 4709, 'post', 'product', 1, 0, NULL, NULL, 'Cockroach Trap Design SS 304', '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, '2022-05-10 13:39:29', '2022-05-10 08:09:37', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:36', '2022-05-10 13:39:29'),
(803, 'https://hagarbath.com/shop/product/cut-cockroach-trap-ss-304-2/', '63:7071006f4c1afcda91dc5c93283d3f11', 4710, 'post', 'product', 1, 0, NULL, NULL, 'Cut Cockroach Trap SS 304', '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, '2022-05-10 13:39:30', '2022-05-10 08:09:37', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:37', '2022-05-10 13:39:30'),
(804, 'https://hagarbath.com/shop/product/cockroach-clear-trap-ss-304/', '63:3aff5bd4ad7986acbf0e63f4ef7d6616', 4711, 'post', 'product', 1, 0, NULL, NULL, 'Cockroach Clear Trap SS 304', '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, '2022-05-10 13:39:30', '2022-05-10 08:09:37', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:37', '2022-05-10 13:39:30'),
(805, 'https://hagarbath.com/shop/product/tiles-cockroach-trap-ss-304/', '63:b0d78f2b5c6ea76b4afdb014a3c52929', 4712, 'post', 'product', 1, 0, NULL, NULL, 'Tiles Cockroach Trap SS 304', '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, '2022-05-10 13:39:30', '2022-05-10 08:09:37', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:37', '2022-05-10 13:39:30'),
(806, 'https://hagarbath.com/shop/product/tiles-cockroach-trap-ss-304-2/', '65:2c06d93687833496ef3663a035628312', 4713, 'post', 'product', 1, 0, NULL, NULL, 'Tiles Cockroach Trap SS 304', '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, '2022-05-10 13:39:31', '2022-05-10 08:09:37', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:37', '2022-05-10 13:39:31'),
(807, 'https://hagarbath.com/shop/product/shower-drain-ss-304/', '55:ce0cefade6ba0d16fa4d6eafa275a713', 4714, 'post', 'product', 1, 0, NULL, NULL, 'Shower Drain SS 304', '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, '2022-05-10 13:39:31', '2022-05-10 08:09:37', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:37', '2022-05-10 13:39:31'),
(808, 'https://hagarbath.com/shop/product/600-mm-shower-drain-ss-304/', '62:47ae19ffd913e1bf362d83674c9f9a16', 4715, 'post', 'product', 1, 0, NULL, NULL, '600 mm Shower Drain SS 304', '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, '2022-05-10 13:39:31', '2022-05-10 08:09:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:37', '2022-05-10 13:39:31'),
(809, 'https://hagarbath.com/shop/product/900-mm-shower-drain-ss-304/', '62:d85c99c805742b70a87aaaf54c869855', 4716, 'post', 'product', 1, 0, NULL, NULL, '900 mm Shower Drain SS 304', '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, '2022-05-10 13:39:31', '2022-05-10 08:09:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:38', '2022-05-10 13:39:31'),
(810, 'https://hagarbath.com/shop/product/450-mm-shower-drain-ss-304/', '62:359d21526b1d49162fbf1d1a12426f51', 4717, 'post', 'product', 1, 0, NULL, NULL, '450 mm Shower Drain SS 304', '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, '2022-05-10 13:39:31', '2022-05-10 08:09:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:38', '2022-05-10 13:39:31'),
(811, 'https://hagarbath.com/shop/product/600-mm-shower-drain-ss-304-2/', '64:75ef8ef1feb79cbf9939bc525981fefb', 4718, 'post', 'product', 1, 0, NULL, NULL, '600 mm Shower Drain SS 304', '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, '2022-05-10 13:39:31', '2022-05-10 08:09:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:38', '2022-05-10 13:39:31'),
(812, 'https://hagarbath.com/shop/product/900-mm-shower-drain-ss-304-2/', '64:0d64c4be80756cbe81e9987da8b6ccc9', 4719, 'post', 'product', 1, 0, NULL, NULL, '900 mm Shower Drain SS 304', '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, '2022-05-10 13:39:32', '2022-05-10 08:09:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:38', '2022-05-10 13:39:32'),
(813, 'https://hagarbath.com/shop/product/450-mm-shower-drain-ss-304-2/', '64:9e9e3cd743615c1f145a3fcf6524eb7b', 4720, 'post', 'product', 1, 0, NULL, NULL, '450 mm Shower Drain SS 304', '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, '2022-05-10 13:39:32', '2022-05-10 08:09:39', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:39', '2022-05-10 13:39:32'),
(814, 'https://hagarbath.com/shop/product/600-mm-shower-drain-ss-304-3/', '64:5c42f257d0d4bba23d707897b4e630ba', 4721, 'post', 'product', 1, 0, NULL, NULL, '600 mm Shower Drain SS 304', '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, '2022-05-10 13:39:32', '2022-05-10 08:09:39', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:39', '2022-05-10 13:39:32'),
(815, 'https://hagarbath.com/shop/product/900-mm-shower-drain-ss-304-3/', '64:62dde77f8033c978939aa3de79157a40', 4722, 'post', 'product', 1, 0, NULL, NULL, '900 mm Shower Drain SS 304', '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, '2022-05-10 13:39:32', '2022-05-10 08:09:39', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:39', '2022-05-10 13:39:32'),
(816, 'https://hagarbath.com/shop/product/450-mm-shower-drain-ss-304-3/', '64:6a21b3c3396e8bde4c58188dea09e728', 4723, 'post', 'product', 1, 0, NULL, NULL, '450 mm Shower Drain SS 304', '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, '2022-05-10 13:39:32', '2022-05-10 08:09:39', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:39', '2022-05-10 13:39:32'),
(817, 'https://hagarbath.com/shop/product/600-mm-shower-drain-ss-304-4/', '64:fa01e2e4f09ee274ccb8a0922a15447f', 4724, 'post', 'product', 1, 0, NULL, NULL, '600 mm Shower Drain SS 304', '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, '2022-05-10 13:39:33', '2022-05-10 08:09:39', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:39', '2022-05-10 13:39:33'),
(818, 'https://hagarbath.com/shop/product/900-mm-shower-drain-ss-304-4/', '64:b7568c43aa640e99e073f1e3a8b4e76c', 4725, 'post', 'product', 1, 0, NULL, NULL, '900 mm Shower Drain SS 304', '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, '2022-05-10 13:39:34', '2022-05-10 08:09:40', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:40', '2022-05-10 13:39:34'),
(819, 'https://hagarbath.com/shop/product/waste-trap-ss-304/', '53:4bcc9d4cb89d01b1c324eff7db7f30e7', 4726, 'post', 'product', 1, 0, NULL, NULL, 'Waste Trap SS 304', '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, '2022-05-10 13:39:34', '2022-05-10 08:09:40', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:40', '2022-05-10 13:39:34'),
(820, 'https://hagarbath.com/shop/product/cut-waste-trap-ss-304/', '57:dfde5f10e302388c6ac87fc803971d4e', 4727, 'post', 'product', 1, 0, NULL, NULL, 'Cut Waste Trap SS 304', '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, '2022-05-10 13:39:34', '2022-05-10 08:09:40', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:40', '2022-05-10 13:39:34'),
(821, 'https://hagarbath.com/shop/product/cut-waste-trap-ss-304-2/', '59:49fb8587ccdcaee6a328031cd5059f0d', 4728, 'post', 'product', 1, 0, NULL, NULL, 'Cut Waste Trap SS 304', '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, '2022-05-10 13:39:34', '2022-05-10 08:09:40', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:40', '2022-05-10 13:39:34'),
(822, 'https://hagarbath.com/shop/product/waste-trap-ss-304-2/', '55:fcb967ee70bb6286213e88f12405b83b', 4729, 'post', 'product', 1, 0, NULL, NULL, 'Waste Trap SS 304', '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, '2022-05-10 13:39:34', '2022-05-10 08:09:40', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:40', '2022-05-10 13:39:34'),
(823, 'https://hagarbath.com/shop/product/cut-waste-trap-ss-304-3/', '59:63995b9286752efce4e809a37980c38f', 4730, 'post', 'product', 1, 0, NULL, NULL, 'Cut Waste Trap SS 304', '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, '2022-05-10 13:39:35', '2022-05-10 08:09:41', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:41', '2022-05-10 13:39:35'),
(824, 'https://hagarbath.com/shop/product/cut-waste-trap-ss-304-4/', '59:6458638c8f38cc6b6cdfd7bd5eadc320', 4731, 'post', 'product', 1, 0, NULL, NULL, 'Cut Waste Trap SS 304', '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, '2022-05-10 13:39:35', '2022-05-10 08:09:41', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:41', '2022-05-10 13:39:35'),
(825, 'https://hagarbath.com/shop/product/waste-trap-ss-304-3/', '55:9c4a9423a744886f23cac3df9d4ac30a', 4732, 'post', 'product', 1, 0, NULL, NULL, 'Waste Trap SS 304', '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, '2022-05-10 13:39:35', '2022-05-10 08:09:41', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:41', '2022-05-10 13:39:35'),
(826, 'https://hagarbath.com/shop/product/cut-waste-trap-ss-304-5/', '59:c3d09c86a1d6458d4e60eb74ea167ddf', 4733, 'post', 'product', 1, 0, NULL, NULL, 'Cut Waste Trap SS 304', '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, '2022-05-10 13:39:35', '2022-05-10 08:09:41', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:41', '2022-05-10 13:39:35'),
(827, 'https://hagarbath.com/shop/product/square-waste-trap-ss-304/', '60:373358778fbfe8373940faf262a0bae7', 4734, 'post', 'product', 1, 0, NULL, NULL, 'Square Waste Trap SS 304', '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, '2022-05-10 13:39:35', '2022-05-10 08:09:41', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:41', '2022-05-10 13:39:35'),
(828, 'https://hagarbath.com/shop/product/square-waste-trap-design-ss-304/', '67:b3cee92b2e4c92dff7e2de27550075db', 4735, 'post', 'product', 1, 0, NULL, NULL, 'Square Waste Trap Design SS 304', '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, '2022-05-10 13:39:36', '2022-05-10 08:09:42', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:42', '2022-05-10 13:39:36'),
(829, 'https://hagarbath.com/shop/product/square-waste-trap-design-ss-304-2/', '69:36c538ce2a355ebd1247cd3b1e27ce85', 4765, 'post', 'product', 1, 0, NULL, NULL, 'Square Waste Trap Design SS 304', '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, '2022-05-10 13:39:48', '2022-05-10 08:09:48', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:48', '2022-05-10 13:39:47'),
(830, 'https://hagarbath.com/shop/product/square-waste-trap-tile-ss-304/', '65:47438a56e4bad64381383e4893828774', 4766, 'post', 'product', 1, 0, NULL, NULL, 'Square Waste Trap Tile SS 304', '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, '2022-05-10 13:39:48', '2022-05-10 08:09:49', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:48', '2022-05-10 13:39:48'),
(831, 'https://hagarbath.com/shop/product/cut-waste-trap-ss-304-6/', '59:443fb85bcc0bdf44f64707b395040910', 4767, 'post', 'product', 1, 0, NULL, NULL, 'Cut Waste Trap SS 304', '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, '2022-05-10 13:39:48', '2022-05-10 08:09:49', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:49', '2022-05-10 13:39:48'),
(832, 'https://hagarbath.com/shop/product/plain-waste-trap-ss-304/', '59:c6bbad939701f74c457b40f30d7a6fd6', 4768, 'post', 'product', 1, 0, NULL, NULL, 'Plain Waste Trap SS 304', '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, '2022-05-10 13:39:48', '2022-05-10 08:09:49', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-10 13:39:49', '2022-05-10 13:39:48'),
(833, NULL, NULL, 4775, 'post', 'attachment', 1, 0, NULL, NULL, 'Import-products-1-2.csv', 'private', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-11 06:25:53', '2022-05-11 08:35:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 0, '2022-05-11 06:25:53', '2022-05-11 06:25:53'),
(834, 'https://hagarbath.com/shop/product/bath-set-pack-of-5-edge/', '59:9215158f4ef987d9db6f9f948a47272a', 4776, 'post', 'product', 1, 0, NULL, NULL, 'BATH SET ( Pack of 5) EDGE', '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, '2022-05-11 06:26:44', '2022-05-11 00:56:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:43', '2022-05-11 06:26:43'),
(835, 'https://hagarbath.com/shop/product/towel-rack-24-edge/', '54:65b1e77f75a222e1080ce35e2df6e69d', 4777, 'post', 'product', 1, 0, NULL, NULL, 'TOWEL RACK 24&#8243; EDGE', '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, '2022-05-11 06:26:44', '2022-05-11 00:56:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:44', '2022-05-11 06:26:44'),
(836, 'https://hagarbath.com/shop/product/towel-road-24-edge/', '54:44a5d13bfa56e0e4984ed85e9a52e4cb', 4778, 'post', 'product', 1, 0, NULL, NULL, 'TOWEL ROAD 24&#8243; EDGE', '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, '2022-05-11 06:26:44', '2022-05-11 00:56:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:44', '2022-05-11 06:26:44'),
(837, 'https://hagarbath.com/shop/product/towel-ring-edge/', '51:596e9cb5606eaf149fd914fe467d1c60', 4779, 'post', 'product', 1, 0, NULL, NULL, 'TOWEL RING EDGE', '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, '2022-05-11 06:26:44', '2022-05-11 00:56:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:44', '2022-05-11 06:26:44'),
(838, 'https://hagarbath.com/shop/product/soap-dish-edge/', '50:13e7bf0681fb08f818dde4931f89b9b3', 4780, 'post', 'product', 1, 0, NULL, NULL, 'SOAP DISH EDGE', '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, '2022-05-11 06:26:45', '2022-05-11 00:56:45', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:45', '2022-05-11 06:26:45'),
(839, 'https://hagarbath.com/shop/product/brush-holder-edge/', '53:a12b0678d737aa80c637e48e0bdef3e9', 4781, 'post', 'product', 1, 0, NULL, NULL, 'BRUSH HOLDER EDGE', '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, '2022-05-11 06:26:45', '2022-05-11 00:56:45', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:45', '2022-05-11 06:26:45'),
(840, 'https://hagarbath.com/shop/product/rab-hook-edge/', '49:fc7f007455bc190d6aa8347df48f5896', 4782, 'post', 'product', 1, 0, NULL, NULL, 'RAB HOOK EDGE', '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, '2022-05-11 06:26:45', '2022-05-11 00:56:45', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:45', '2022-05-11 06:26:45'),
(841, 'https://hagarbath.com/shop/product/toilet-paper-holder-edge/', '60:78a87836b08f41e1b198f9fb15438140', 4783, 'post', 'product', 1, 0, NULL, NULL, 'TOILET PAPER HOLDER EDGE', '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, '2022-05-11 06:26:45', '2022-05-11 00:56:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:45', '2022-05-11 06:26:45'),
(842, 'https://hagarbath.com/shop/product/liquid-soap-dispensar-edge/', '62:39da34989eb4deea7fd2d5b5cd318198', 4784, 'post', 'product', 1, 0, NULL, NULL, 'LIQUID SOAP DISPENSAR EDGE', '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, '2022-05-11 06:26:46', '2022-05-11 00:56:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:46', '2022-05-11 06:26:46'),
(843, 'https://hagarbath.com/shop/product/bath-set-pack-of-5-edge-rose-gold/', '69:548451535e773fa42d880aed6f4b6d10', 4785, 'post', 'product', 1, 0, NULL, NULL, 'BATH SET ( Pack of 5) EDGE ROSE GOLD', '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, '2022-05-11 06:26:46', '2022-05-11 00:56:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:46', '2022-05-11 06:26:46'),
(844, 'https://hagarbath.com/shop/product/towel-rack-24-edge-rose-gold/', '64:150a596333e3e40a7e815692ece8f32e', 4786, 'post', 'product', 1, 0, NULL, NULL, 'TOWEL RACK 24&#8243; EDGE ROSE GOLD', '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, '2022-05-11 06:26:46', '2022-05-11 00:56:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:46', '2022-05-11 06:26:46'),
(845, 'https://hagarbath.com/shop/product/towel-road-24-edge-rose-gold/', '64:25a94c175b52baf119481338a0e8a35f', 4787, 'post', 'product', 1, 0, NULL, NULL, 'TOWEL ROAD 24&#8243; EDGE ROSE GOLD', '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, '2022-05-11 06:26:46', '2022-05-11 00:56:46', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:46', '2022-05-11 06:26:46');
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`) VALUES
(846, 'https://hagarbath.com/shop/product/towel-ring-edge-rose-gold/', '61:2a4e4d3049adfb761fa026feaa72f97f', 4788, 'post', 'product', 1, 0, NULL, NULL, 'TOWEL RING EDGE ROSE GOLD', '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, '2022-05-11 06:26:47', '2022-05-11 00:56:47', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:47', '2022-05-11 06:26:47'),
(847, 'https://hagarbath.com/shop/product/soap-dish-edge-rose-gold/', '60:92b22f336b2a38577de9451dbbc545ad', 4789, 'post', 'product', 1, 0, NULL, NULL, 'SOAP DISH EDGE ROSE GOLD', '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, '2022-05-11 06:26:47', '2022-05-11 00:56:47', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:47', '2022-05-11 06:26:47'),
(848, 'https://hagarbath.com/shop/product/brush-holder-edge-rose-gold/', '63:fb16dd72f5a9cf9699b77f92d6162603', 4790, 'post', 'product', 1, 0, NULL, NULL, 'BRUSH HOLDER EDGE ROSE GOLD', '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, '2022-05-11 06:26:47', '2022-05-11 00:56:47', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:47', '2022-05-11 06:26:47'),
(849, 'https://hagarbath.com/shop/product/rab-hook-edge-rose-gold/', '59:76d93b80848a2bcdd7d52ac4fc5c3cbf', 4791, 'post', 'product', 1, 0, NULL, NULL, 'RAB HOOK EDGE ROSE GOLD', '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, '2022-05-11 06:26:47', '2022-05-11 00:56:47', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:47', '2022-05-11 06:26:47'),
(850, 'https://hagarbath.com/shop/product/toilet-paper-holder-edge-rose-gold/', '70:6c66e56ae63823ec74892f54b8114fc6', 4792, 'post', 'product', 1, 0, NULL, NULL, 'TOILET PAPER HOLDER EDGE ROSE GOLD', '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, '2022-05-11 06:26:48', '2022-05-11 00:56:48', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:47', '2022-05-11 06:26:47'),
(851, 'https://hagarbath.com/shop/product/liquid-soap-dispensar-edge-rose-gold/', '72:bfc235fdc7a68110efb3d1773c6f962c', 4793, 'post', 'product', 1, 0, NULL, NULL, 'LIQUID SOAP DISPENSAR EDGE ROSE GOLD', '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, '2022-05-11 06:26:48', '2022-05-11 00:56:48', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:48', '2022-05-11 06:26:48'),
(852, 'https://hagarbath.com/shop/product/bath-set-pack-of-5-edge-black/', '65:1b6f124925253762054e8099ad79f305', 4794, 'post', 'product', 1, 0, NULL, NULL, 'BATH SET ( Pack of 5) EDGE BLACK', '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, '2022-05-11 06:26:48', '2022-05-11 00:56:48', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:48', '2022-05-11 06:26:48'),
(853, 'https://hagarbath.com/shop/product/towel-rack-24-edge-black/', '60:416be31bd1d1e6fade6b5fa1bca07568', 4795, 'post', 'product', 1, 0, NULL, NULL, 'TOWEL RACK 24&#8243; EDGE BLACK', '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, '2022-05-11 06:26:49', '2022-05-11 00:56:49', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:49', '2022-05-11 06:26:49'),
(854, 'https://hagarbath.com/shop/product/towel-road-24-edge-black/', '60:a2050a73bf266b4ebbbc95de01119079', 4796, 'post', 'product', 1, 0, NULL, NULL, 'TOWEL ROAD 24&#8243; EDGE BLACK', '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, '2022-05-11 06:26:49', '2022-05-11 00:56:49', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:49', '2022-05-11 06:26:49'),
(855, 'https://hagarbath.com/shop/product/towel-ring-edge-black/', '57:1275a4f5c628cd1f7e776c4970b72b98', 4797, 'post', 'product', 1, 0, NULL, NULL, 'TOWEL RING EDGE BLACK', '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, '2022-05-11 06:26:49', '2022-05-11 00:56:49', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:49', '2022-05-11 06:26:49'),
(856, 'https://hagarbath.com/shop/product/soap-dish-edge-black/', '56:56d877cc64c1bffb326bef1820b292a8', 4798, 'post', 'product', 1, 0, NULL, NULL, 'SOAP DISH EDGE BLACK', '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, '2022-05-11 06:26:49', '2022-05-11 00:56:49', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:49', '2022-05-11 06:26:49'),
(857, 'https://hagarbath.com/shop/product/brush-holder-edge-black/', '59:fb0eee639e6096b51fbd02f051fc9fb2', 4799, 'post', 'product', 1, 0, NULL, NULL, 'BRUSH HOLDER EDGE BLACK', '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, '2022-05-11 06:26:49', '2022-05-11 00:56:50', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:49', '2022-05-11 06:26:49'),
(858, 'https://hagarbath.com/shop/product/rab-hook-edge-black/', '55:97f02f674d07b1bc8bff0cf015818fa1', 4800, 'post', 'product', 1, 0, NULL, NULL, 'RAB HOOK EDGE BLACK', '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, '2022-05-11 06:26:50', '2022-05-11 00:56:50', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:50', '2022-05-11 06:26:50'),
(859, 'https://hagarbath.com/shop/product/toilet-paper-holder-edge-black/', '66:32d38529273ad079538679c237354e88', 4801, 'post', 'product', 1, 0, NULL, NULL, 'TOILET PAPER HOLDER EDGE BLACK', '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, '2022-05-11 06:26:50', '2022-05-11 00:56:50', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:50', '2022-05-11 06:26:50'),
(860, 'https://hagarbath.com/shop/product/liquid-soap-dispensar-edge-black/', '68:2c3d50571ae897364f9180689be9fb99', 4802, 'post', 'product', 1, 0, NULL, NULL, 'LIQUID SOAP DISPENSAR EDGE BLACK', '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, '2022-05-11 06:26:50', '2022-05-11 00:56:50', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:50', '2022-05-11 06:26:50'),
(861, 'https://hagarbath.com/shop/product/eva-bath-set-pack-of-5/', '58:967ae3740a297c7cce3ee1aefe683cee', 4803, 'post', 'product', 1, 0, NULL, NULL, 'EVA BATH SET ( Pack of 5)', '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, '2022-05-11 06:26:52', '2022-05-11 00:56:52', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:52', '2022-05-11 06:26:52'),
(862, 'https://hagarbath.com/shop/product/eva-towel-rack-24/', '53:88b2511d413bd43d616ab27b09ac1b92', 4804, 'post', 'product', 1, 0, NULL, NULL, 'EVA TOWEL RACK 24&#8243;', '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, '2022-05-11 06:26:52', '2022-05-11 00:56:52', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:52', '2022-05-11 06:26:52'),
(863, 'https://hagarbath.com/shop/product/eva-towel-road-24/', '53:ceaabb8549db2167d9b25f71e2fd0227', 4805, 'post', 'product', 1, 0, NULL, NULL, 'EVA TOWEL ROAD 24&#8243;', '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, '2022-05-11 06:26:52', '2022-05-11 00:56:52', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:52', '2022-05-11 06:26:52'),
(864, 'https://hagarbath.com/shop/product/eva-towel-ring/', '50:5fcbb154743cd350a63d1cd63440fd68', 4806, 'post', 'product', 1, 0, NULL, NULL, 'EVA TOWEL RING', '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, '2022-05-11 06:26:52', '2022-05-11 00:56:52', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:52', '2022-05-11 06:26:52'),
(865, 'https://hagarbath.com/shop/product/eva-soap-dish/', '49:256a43bf8f3b1e26aebf3b2845b692b7', 4807, 'post', 'product', 1, 0, NULL, NULL, 'EVA SOAP DISH', '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, '2022-05-11 06:26:53', '2022-05-11 00:56:53', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:53', '2022-05-11 06:26:53'),
(866, 'https://hagarbath.com/shop/product/eva-brush-holder/', '52:1b368e4bee94b8d9e6cf0583a394dc5f', 4808, 'post', 'product', 1, 0, NULL, NULL, 'EVA BRUSH HOLDER', '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, '2022-05-11 06:26:53', '2022-05-11 00:56:53', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:53', '2022-05-11 06:26:53'),
(867, 'https://hagarbath.com/shop/product/eva-rab-hook/', '48:11c0f1ae8d601120e1173708f670d3c4', 4809, 'post', 'product', 1, 0, NULL, NULL, 'EVA RAB HOOK', '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, '2022-05-11 06:26:53', '2022-05-11 00:56:53', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:53', '2022-05-11 06:26:53'),
(868, 'https://hagarbath.com/shop/product/eva-toilet-paper-holder/', '59:14abd1e8a0dddec981e650af560db54f', 4810, 'post', 'product', 1, 0, NULL, NULL, 'EVA TOILET PAPER HOLDER', '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, '2022-05-11 06:26:53', '2022-05-11 00:56:53', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:53', '2022-05-11 06:26:53'),
(869, 'https://hagarbath.com/shop/product/eva-liquid-soap-dispensar/', '61:a71c87c943c2fe81a83a0db77f1adc29', 4811, 'post', 'product', 1, 0, NULL, NULL, 'EVA LIQUID SOAP DISPENSAR', '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, '2022-05-11 06:26:54', '2022-05-11 00:56:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:54', '2022-05-11 06:26:54'),
(870, 'https://hagarbath.com/shop/product/bath-set-pack-of-5-eva-rose-gold/', '68:3c8d0bce25e834a4941c90409647979a', 4812, 'post', 'product', 1, 0, NULL, NULL, 'BATH SET ( Pack of 5) EVA ROSE GOLD', '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, '2022-05-11 06:26:54', '2022-05-11 00:56:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:54', '2022-05-11 06:26:54'),
(871, 'https://hagarbath.com/shop/product/towel-rack-24-eva-rose-gold/', '63:4f2e8104d7324a880b205a99e37ce6e9', 4813, 'post', 'product', 1, 0, NULL, NULL, 'TOWEL RACK 24&#8243; EVA ROSE GOLD', '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, '2022-05-11 06:26:54', '2022-05-11 00:56:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:54', '2022-05-11 06:26:54'),
(872, 'https://hagarbath.com/shop/product/towel-road-24-eva-rose-gold/', '63:ad7ecec9c5fdced6d9c14476ec4055db', 4814, 'post', 'product', 1, 0, NULL, NULL, 'TOWEL ROAD 24&#8243; EVA ROSE GOLD', '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, '2022-05-11 06:26:54', '2022-05-11 00:56:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:54', '2022-05-11 06:26:54'),
(873, 'https://hagarbath.com/shop/product/towel-ring-eva-rose-gold/', '60:49be8527d0d15dc9b87bf87085737b73', 4815, 'post', 'product', 1, 0, NULL, NULL, 'TOWEL RING EVA ROSE GOLD', '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, '2022-05-11 06:26:54', '2022-05-11 00:56:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:54', '2022-05-11 06:26:54'),
(874, 'https://hagarbath.com/shop/product/soap-dish-eva-rose-gold/', '59:a9ccb511bc1f156143dee29d546699a2', 4816, 'post', 'product', 1, 0, NULL, NULL, 'SOAP DISH EVA ROSE GOLD', '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, '2022-05-11 06:26:55', '2022-05-11 00:56:55', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:55', '2022-05-11 06:26:55'),
(875, 'https://hagarbath.com/shop/product/brush-holder-eva-rose-gold/', '62:68807d9dd8b548a1ea255f8ec5830291', 4817, 'post', 'product', 1, 0, NULL, NULL, 'BRUSH HOLDER EVA ROSE GOLD', '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, '2022-05-11 06:26:55', '2022-05-11 00:56:55', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:55', '2022-05-11 06:26:55'),
(876, 'https://hagarbath.com/shop/product/rab-hook-eva-rose-gold/', '58:7fc1cf7df41cdf12a41d38379c6ac384', 4818, 'post', 'product', 1, 0, NULL, NULL, 'RAB HOOK EVA ROSE GOLD', '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, '2022-05-11 06:26:55', '2022-05-11 00:56:55', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:55', '2022-05-11 06:26:55'),
(877, 'https://hagarbath.com/shop/product/toilet-paper-holder-eva-rose-gold/', '69:3bf7025bdce1713a8e9ba8beae07a312', 4819, 'post', 'product', 1, 0, NULL, NULL, 'TOILET PAPER HOLDER EVA ROSE GOLD', '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, '2022-05-11 06:26:56', '2022-05-11 00:56:56', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:55', '2022-05-11 06:26:55'),
(878, 'https://hagarbath.com/shop/product/liquid-soap-dispensar-eva-rose-gold/', '71:2000dabb8dd78cf5b731738979ad9d8f', 4820, 'post', 'product', 1, 0, NULL, NULL, 'LIQUID SOAP DISPENSAR EVA ROSE GOLD', '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, '2022-05-11 06:26:56', '2022-05-11 00:56:56', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:56', '2022-05-11 06:26:56'),
(879, 'https://hagarbath.com/shop/product/bath-set-pack-of-5-eva-black/', '64:28e1b587c978e0e5ae68098b72e04d94', 4821, 'post', 'product', 1, 0, NULL, NULL, 'BATH SET ( Pack of 5) EVA BLACK', '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, '2022-05-11 06:26:56', '2022-05-11 00:56:56', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:56', '2022-05-11 06:26:56'),
(880, 'https://hagarbath.com/shop/product/towel-rack-24-eva-black/', '59:666625de73fdd70ea2f8444039723583', 4822, 'post', 'product', 1, 0, NULL, NULL, 'TOWEL RACK 24&#8243; EVA BLACK', '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, '2022-05-11 06:26:56', '2022-05-11 00:56:56', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:56', '2022-05-11 06:26:56'),
(881, 'https://hagarbath.com/shop/product/towel-road-24-eva-black/', '59:fcfa87ec37e46c75a051a8dba89b3ffa', 4823, 'post', 'product', 1, 0, NULL, NULL, 'TOWEL ROAD 24&#8243; EVA BLACK', '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, '2022-05-11 06:26:56', '2022-05-11 00:56:56', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:56', '2022-05-11 06:26:56'),
(882, 'https://hagarbath.com/shop/product/towel-ring-eva-black/', '56:5451a1cd4c10367b0f98332ea0c819f7', 4824, 'post', 'product', 1, 0, NULL, NULL, 'TOWEL RING EVA BLACK', '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, '2022-05-11 06:26:57', '2022-05-11 00:56:57', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:57', '2022-05-11 06:26:57'),
(883, 'https://hagarbath.com/shop/product/soap-dish-eva-black/', '55:7aa815d499e1baa0e174a2ab6390bac5', 4825, 'post', 'product', 1, 0, NULL, NULL, 'SOAP DISH EVA BLACK', '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, '2022-05-11 06:26:57', '2022-05-11 00:56:57', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:57', '2022-05-11 06:26:57'),
(884, 'https://hagarbath.com/shop/product/brush-holder-eva-black/', '58:bdf81b830fb89925d6c5b3c702f14727', 4826, 'post', 'product', 1, 0, NULL, NULL, 'BRUSH HOLDER EVA BLACK', '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, '2022-05-11 06:26:57', '2022-05-11 00:56:57', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:57', '2022-05-11 06:26:57'),
(885, 'https://hagarbath.com/shop/product/rab-hook-eva-black/', '54:a93d82e1d01b80bdfa125e07d8251e74', 4827, 'post', 'product', 1, 0, NULL, NULL, 'RAB HOOK EVA BLACK', '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, '2022-05-11 06:26:57', '2022-05-11 00:56:57', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:57', '2022-05-11 06:26:57'),
(886, 'https://hagarbath.com/shop/product/toilet-paper-holder-eva-black/', '65:73719e819ff1fdee54e1ab269316473a', 4828, 'post', 'product', 1, 0, NULL, NULL, 'TOILET PAPER HOLDER EVA BLACK', '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, '2022-05-11 06:26:57', '2022-05-11 00:56:57', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:57', '2022-05-11 06:26:57'),
(887, 'https://hagarbath.com/shop/product/liquid-soap-dispensar-eva-black/', '67:c51ca5770d96f0df54835cbdf3191ae3', 4829, 'post', 'product', 1, 0, NULL, NULL, 'LIQUID SOAP DISPENSAR EVA BLACK', '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, '2022-05-11 06:26:58', '2022-05-11 00:56:58', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:58', '2022-05-11 06:26:58'),
(888, 'https://hagarbath.com/shop/product/square-shower-rod-12/', '56:e9aac6cc181e8ba7b2e3395d66fdea75', 4830, 'post', 'product', 1, 0, NULL, NULL, 'SQUARE SHOWER ROD 12&#8243;', '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, '2022-05-11 06:26:58', '2022-05-11 00:56:58', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:58', '2022-05-11 06:26:58'),
(889, 'https://hagarbath.com/shop/product/square-shower-rod-18/', '56:5e0befa244ee684bae2fb54df42275a4', 4831, 'post', 'product', 1, 0, NULL, NULL, 'SQUARE SHOWER ROD 18&#8243;', '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, '2022-05-11 06:26:58', '2022-05-11 00:56:58', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:58', '2022-05-11 06:26:58'),
(890, 'https://hagarbath.com/shop/product/shower-rod-with-flange-12/', '61:93975e551049a87b4c8ba528cad8030d', 4832, 'post', 'product', 1, 0, NULL, NULL, 'SHOWER ROD With FLANGE 12&#8243;', '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, '2022-05-11 06:26:58', '2022-05-11 00:56:58', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:26:58', '2022-05-11 06:26:58'),
(891, 'https://hagarbath.com/shop/product/shower-rod-with-flange-18/', '61:d92530abbb2c3ad2cd492fa2724a31e7', 4833, 'post', 'product', 1, 0, NULL, NULL, 'SHOWER ROD With FLANGE 18&#8243;', '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, '2022-05-11 06:27:02', '2022-05-11 00:57:02', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:01', '2022-05-11 06:27:01'),
(892, 'https://hagarbath.com/shop/product/square-shower-rod-24/', '56:aabc15ad095dbcbf5fe542aa6ae36f63', 4834, 'post', 'product', 1, 0, NULL, NULL, 'SQUARE SHOWER ROD 24&#8243;', '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, '2022-05-11 06:27:02', '2022-05-11 00:57:02', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:02', '2022-05-11 06:27:02'),
(893, 'https://hagarbath.com/shop/product/shower-rod-with-flange-24/', '61:5e69ac96b571020670642f00bb526cfc', 4835, 'post', 'product', 1, 0, NULL, NULL, 'SHOWER ROD With FLANGE 24&#8243;', '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, '2022-05-11 06:27:02', '2022-05-11 00:57:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:02', '2022-05-11 06:27:02'),
(894, 'https://hagarbath.com/shop/product/ben-mango-wood-tumbler-holder/', '65:58d61ed177c6deda7397d62d3b8073ed', 4836, 'post', 'product', 1, 0, NULL, NULL, 'BEN Mango Wood Tumbler Holder', '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, '2022-05-11 06:27:03', '2022-05-11 00:57:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:03', '2022-05-11 06:27:03'),
(895, 'https://hagarbath.com/shop/product/ben-mango-wood-tissue-cover/', '63:695b5a98e61666e716dee04620c0fd26', 4837, 'post', 'product', 1, 0, NULL, NULL, 'BEN Mango Wood Tissue Cover', '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, '2022-05-11 06:27:03', '2022-05-11 00:57:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:03', '2022-05-11 06:27:03'),
(896, 'https://hagarbath.com/shop/product/ben-mango-wood-vanity-tray/', '62:c904cc7427f5fde5e401d12724442873', 4838, 'post', 'product', 1, 0, NULL, NULL, 'BEN Mango Wood Vanity Tray', '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, '2022-05-11 06:27:03', '2022-05-11 00:57:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:03', '2022-05-11 06:27:03'),
(897, 'https://hagarbath.com/shop/product/ben-mango-wood-soap-dish/', '60:03ecce905d836da32c4d0f17a38c477c', 4839, 'post', 'product', 1, 0, NULL, NULL, 'BEN Mango Wood Soap Dish', '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, '2022-05-11 06:27:03', '2022-05-11 00:57:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:03', '2022-05-11 06:27:03'),
(898, 'https://hagarbath.com/shop/product/bosch-metalic-black-lotion-dispenser/', '72:278c3727bdb1f92ec3bbb602b10009f3', 4840, 'post', 'product', 1, 0, NULL, NULL, 'BOSCH Metalic Black Lotion Dispenser', '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, '2022-05-11 06:27:04', '2022-05-11 00:57:04', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:04', '2022-05-11 06:27:04'),
(899, 'https://hagarbath.com/shop/product/bosch-metalic-black-tumbler/', '63:45d6dccfec122ec13db98222a6197f61', 4841, 'post', 'product', 1, 0, NULL, NULL, 'BOSCH Metalic Black Tumbler', '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, '2022-05-11 06:27:04', '2022-05-11 00:57:04', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:04', '2022-05-11 06:27:04'),
(900, 'https://hagarbath.com/shop/product/bosch-metalic-black-tissue-cover/', '68:580f4f377fa687e1eb4700a6d5b250cb', 4842, 'post', 'product', 1, 0, NULL, NULL, 'BOSCH Metalic Black Tissue Cover', '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, '2022-05-11 06:27:04', '2022-05-11 00:57:04', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:04', '2022-05-11 06:27:04'),
(901, 'https://hagarbath.com/shop/product/bosch-metalic-black-cotton-jar/', '66:d3c3a3ba169eebdfaf96ade0af420b80', 4843, 'post', 'product', 1, 0, NULL, NULL, 'BOSCH Metalic Black Cotton Jar', '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, '2022-05-11 06:27:04', '2022-05-11 00:57:04', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:04', '2022-05-11 06:27:04'),
(902, 'https://hagarbath.com/shop/product/bosch-metalic-black-waste-bin/', '65:a8494c726852ee82317910f4cb4a4b52', 4844, 'post', 'product', 1, 0, NULL, NULL, 'BOSCH Metalic Black Waste Bin', '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, '2022-05-11 06:27:04', '2022-05-11 00:57:04', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:04', '2022-05-11 06:27:04'),
(903, 'https://hagarbath.com/shop/product/bosch-metalic-black-tray/', '60:d1503493dce3d96fd064ec657fdd8118', 4845, 'post', 'product', 1, 0, NULL, NULL, 'BOSCH Metalic Black Tray', '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, '2022-05-11 06:27:05', '2022-05-11 00:57:05', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:05', '2022-05-11 06:27:05'),
(904, 'https://hagarbath.com/shop/product/marble-lotion-dispenser-with-metal-inlay/', '76:80171a9619bcdcc95634461942f58dbe', 4846, 'post', 'product', 1, 0, NULL, NULL, 'Marble Lotion Dispenser with Metal Inlay', '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, '2022-05-11 06:27:05', '2022-05-11 00:57:05', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:05', '2022-05-11 06:27:05'),
(905, 'https://hagarbath.com/shop/product/marble-tumbler-holder-with-metal-inlay/', '74:ad9f466bd7f97198c9f14a1153ff715f', 4847, 'post', 'product', 1, 0, NULL, NULL, 'Marble Tumbler Holder with Metal Inlay', '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, '2022-05-11 06:27:05', '2022-05-11 00:57:05', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:05', '2022-05-11 06:27:05'),
(906, 'https://hagarbath.com/shop/product/marble-waste-bin-with-metal-inlay/', '69:21eafa84d4975f5a12dcbd1563e1f82d', 4848, 'post', 'product', 1, 0, NULL, NULL, 'Marble Waste Bin with Metal Inlay', '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, '2022-05-11 06:27:05', '2022-05-11 00:57:05', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:05', '2022-05-11 06:27:05'),
(907, 'https://hagarbath.com/shop/product/marble-tissue-cover-with-metal-inlay/', '72:ea6876d87ca9ab3f958c24a3b7b3286f', 4849, 'post', 'product', 1, 0, NULL, NULL, 'Marble Tissue Cover with Metal Inlay', '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, '2022-05-11 06:27:05', '2022-05-11 00:57:05', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:05', '2022-05-11 06:27:05'),
(908, 'https://hagarbath.com/shop/product/marble-cotton-jar-with-metal-inlay/', '70:cacff97f36240b518780616196c09ce5', 4850, 'post', 'product', 1, 0, NULL, NULL, 'Marble Cotton Jar with Metal Inlay', '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, '2022-05-11 06:27:06', '2022-05-11 00:57:06', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:06', '2022-05-11 06:27:06'),
(909, 'https://hagarbath.com/shop/product/marble-tray-with-metal-inlay/', '64:e1e127f1a65fa74065448d2102e30f90', 4851, 'post', 'product', 1, 0, NULL, NULL, 'Marble Tray with Metal Inlay', '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, '2022-05-11 06:27:06', '2022-05-11 00:57:06', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:06', '2022-05-11 06:27:06'),
(910, 'https://hagarbath.com/shop/product/marble-soap-dish-with-metal-inlay/', '69:3a7139d7de542723538142e013056746', 4852, 'post', 'product', 1, 0, NULL, NULL, 'Marble Soap Dish with Metal Inlay', '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, '2022-05-11 06:27:06', '2022-05-11 00:57:06', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:06', '2022-05-11 06:27:06'),
(911, 'https://hagarbath.com/shop/product/matt-gold-marble-base-lotion-dispenser/', '74:cca073fade79f825cb80b613adc687aa', 4853, 'post', 'product', 1, 0, NULL, NULL, 'Matt Gold Marble Base Lotion Dispenser', '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, '2022-05-11 06:27:06', '2022-05-11 00:57:06', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:06', '2022-05-11 06:27:06'),
(912, 'https://hagarbath.com/shop/product/matt-gold-marble-base-tumbler-holder/', '72:e869563e8d954dca114f18450071812d', 4854, 'post', 'product', 1, 0, NULL, NULL, 'Matt Gold Marble Base Tumbler Holder', '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, '2022-05-11 06:27:06', '2022-05-11 00:57:06', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:06', '2022-05-11 06:27:06'),
(913, 'https://hagarbath.com/shop/product/matt-gold-marble-base-tumbler/', '65:b623ba2b6993646e38ae1a075a60488f', 4855, 'post', 'product', 1, 0, NULL, NULL, 'Matt Gold Marble Base Tumbler', '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, '2022-05-11 06:27:07', '2022-05-11 00:57:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:07', '2022-05-11 06:27:07'),
(914, 'https://hagarbath.com/shop/product/matt-gold-marble-base-tissue-cover/', '70:bdb47443d9ff127b2e2a24d1ba73ebdd', 4856, 'post', 'product', 1, 0, NULL, NULL, 'Matt Gold Marble Base Tissue Cover', '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, '2022-05-11 06:27:07', '2022-05-11 00:57:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:07', '2022-05-11 06:27:07'),
(915, 'https://hagarbath.com/shop/product/matt-gold-marble-base-cotton-jar/', '68:9493c8250ff3775c8f9d3073c2219355', 4857, 'post', 'product', 1, 0, NULL, NULL, 'Matt Gold Marble Base Cotton Jar', '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, '2022-05-11 06:27:07', '2022-05-11 00:57:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:07', '2022-05-11 06:27:07'),
(916, 'https://hagarbath.com/shop/product/matt-gold-marble-base-soap-dish/', '67:bf0facb05314ba9100d8891e68c1318a', 4858, 'post', 'product', 1, 0, NULL, NULL, 'Matt Gold Marble Base Soap Dish', '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, '2022-05-11 06:27:07', '2022-05-11 00:57:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 06:27:07', '2022-05-11 06:27:07'),
(917, 'https://hagarbath.com/shop/?page_id=4869', '40:fecbf112c6aef864d8eb8b44761404d2', 4869, 'post', 'page', 1, 0, NULL, NULL, '', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg', NULL, 'first-content-image', NULL, NULL, NULL, NULL, '2022-05-11 09:08:00', '2022-05-11 03:38:02', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2022-05-11 09:08:02', '0000-00-00 00:00:00'),
(918, 'https://hagarbath.com/shop/?p=4873', '34:08bf794b2c7ac11f8525228e7c12d125', 4873, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-11 09:42:16', '2022-05-11 04:12:16', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-11 09:42:15', '2022-05-11 09:42:15');

-- --------------------------------------------------------

--
-- Table structure for table `wp_yoast_indexable_hierarchy`
--

CREATE TABLE `wp_yoast_indexable_hierarchy` (
  `indexable_id` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `ancestor_id` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `depth` int(11) UNSIGNED DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_yoast_indexable_hierarchy`
--

INSERT INTO `wp_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES
(1, 0, 0, 1),
(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),
(9, 0, 0, 1),
(10, 0, 0, 1),
(11, 0, 0, 1),
(12, 0, 0, 1),
(14, 0, 0, 1),
(16, 0, 0, 1),
(17, 0, 0, 1),
(18, 0, 0, 1),
(21, 0, 0, 1),
(22, 0, 0, 1),
(23, 0, 0, 1),
(24, 0, 0, 1),
(25, 0, 0, 1),
(26, 0, 0, 1),
(27, 0, 0, 1),
(28, 0, 0, 1),
(29, 0, 0, 1),
(30, 0, 0, 1),
(31, 0, 0, 1),
(32, 0, 0, 1),
(33, 0, 0, 1),
(34, 0, 0, 1),
(35, 0, 0, 1),
(36, 0, 0, 1),
(37, 0, 0, 1),
(38, 0, 0, 1),
(39, 0, 0, 1),
(40, 0, 0, 1),
(41, 0, 0, 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, 0, 0, 1),
(59, 0, 0, 1),
(61, 0, 0, 1),
(67, 0, 0, 1),
(76, 0, 0, 1),
(81, 0, 0, 1),
(83, 0, 0, 1),
(98, 0, 0, 1),
(102, 0, 0, 1),
(107, 0, 0, 1),
(108, 0, 0, 1),
(109, 0, 0, 1),
(111, 0, 0, 1),
(134, 0, 0, 1),
(141, 0, 0, 1),
(142, 0, 0, 1),
(143, 0, 0, 1),
(144, 0, 0, 1),
(145, 0, 0, 1),
(146, 0, 0, 1),
(147, 0, 0, 1),
(148, 0, 0, 1),
(149, 0, 0, 1),
(150, 0, 0, 1),
(151, 0, 0, 1),
(152, 0, 0, 1),
(153, 0, 0, 1),
(154, 0, 0, 1),
(155, 0, 0, 1),
(156, 0, 0, 1),
(157, 0, 0, 1),
(158, 0, 0, 1),
(159, 0, 0, 1),
(160, 0, 0, 1),
(161, 0, 0, 1),
(162, 0, 0, 1),
(163, 0, 0, 1),
(164, 0, 0, 1),
(167, 0, 0, 1),
(168, 0, 0, 1),
(169, 0, 0, 1),
(170, 0, 0, 1),
(171, 0, 0, 1),
(172, 0, 0, 1),
(173, 0, 0, 1),
(174, 0, 0, 1),
(175, 0, 0, 1),
(176, 0, 0, 1),
(177, 0, 0, 1),
(178, 0, 0, 1),
(179, 0, 0, 1),
(180, 0, 0, 1),
(181, 0, 0, 1),
(182, 0, 0, 1),
(183, 0, 0, 1),
(184, 0, 0, 1),
(185, 0, 0, 1),
(186, 0, 0, 1),
(187, 0, 0, 1),
(188, 0, 0, 1),
(189, 0, 0, 1),
(190, 0, 0, 1),
(191, 0, 0, 1),
(192, 0, 0, 1),
(193, 0, 0, 1),
(194, 0, 0, 1),
(195, 0, 0, 1),
(196, 0, 0, 1),
(197, 0, 0, 1),
(198, 0, 0, 1),
(199, 0, 0, 1),
(200, 0, 0, 1),
(201, 0, 0, 1),
(202, 0, 0, 1),
(203, 0, 0, 1),
(204, 0, 0, 1),
(205, 0, 0, 1),
(206, 0, 0, 1),
(207, 0, 0, 1),
(208, 0, 0, 1),
(209, 0, 0, 1),
(210, 0, 0, 1),
(211, 0, 0, 1),
(212, 0, 0, 1),
(213, 0, 0, 1),
(214, 0, 0, 1),
(215, 0, 0, 1),
(216, 0, 0, 1),
(217, 0, 0, 1),
(218, 0, 0, 1),
(219, 0, 0, 1),
(220, 0, 0, 1),
(221, 0, 0, 1),
(222, 0, 0, 1),
(223, 0, 0, 1),
(224, 0, 0, 1),
(225, 0, 0, 1),
(226, 0, 0, 1),
(227, 0, 0, 1),
(228, 0, 0, 1),
(229, 0, 0, 1),
(230, 0, 0, 1),
(231, 0, 0, 1),
(232, 0, 0, 1),
(233, 0, 0, 1),
(234, 0, 0, 1),
(235, 0, 0, 1),
(236, 0, 0, 1),
(237, 0, 0, 1),
(238, 0, 0, 1),
(239, 0, 0, 1),
(240, 0, 0, 1),
(241, 0, 0, 1),
(242, 0, 0, 1),
(243, 0, 0, 1),
(244, 0, 0, 1),
(245, 0, 0, 1),
(246, 0, 0, 1),
(247, 0, 0, 1),
(248, 0, 0, 1),
(249, 0, 0, 1),
(250, 0, 0, 1),
(251, 0, 0, 1),
(252, 0, 0, 1),
(253, 0, 0, 1),
(254, 0, 0, 1),
(255, 0, 0, 1),
(256, 0, 0, 1),
(257, 0, 0, 1),
(258, 0, 0, 1),
(259, 0, 0, 1),
(260, 0, 0, 1),
(261, 0, 0, 1),
(262, 0, 0, 1),
(263, 0, 0, 1),
(264, 0, 0, 1),
(265, 0, 0, 1),
(266, 0, 0, 1),
(267, 0, 0, 1),
(268, 0, 0, 1),
(269, 0, 0, 1),
(270, 0, 0, 1),
(271, 0, 0, 1),
(272, 0, 0, 1),
(273, 0, 0, 1),
(274, 0, 0, 1),
(275, 0, 0, 1),
(276, 0, 0, 1),
(277, 0, 0, 1),
(278, 0, 0, 1),
(279, 0, 0, 1),
(280, 0, 0, 1),
(281, 0, 0, 1),
(282, 0, 0, 1),
(283, 0, 0, 1),
(284, 0, 0, 1),
(285, 0, 0, 1),
(286, 0, 0, 1),
(287, 0, 0, 1),
(288, 0, 0, 1),
(289, 0, 0, 1),
(290, 0, 0, 1),
(291, 0, 0, 1),
(292, 0, 0, 1),
(293, 0, 0, 1),
(294, 0, 0, 1),
(295, 0, 0, 1),
(296, 0, 0, 1),
(297, 0, 0, 1),
(298, 0, 0, 1),
(299, 0, 0, 1),
(300, 0, 0, 1),
(301, 0, 0, 1),
(302, 0, 0, 1),
(303, 0, 0, 1),
(304, 0, 0, 1),
(305, 0, 0, 1),
(306, 0, 0, 1),
(307, 0, 0, 1),
(308, 0, 0, 1),
(309, 0, 0, 1),
(310, 0, 0, 1),
(311, 0, 0, 1),
(312, 0, 0, 1),
(313, 0, 0, 1),
(314, 0, 0, 1),
(315, 0, 0, 1),
(316, 0, 0, 1),
(317, 0, 0, 1),
(318, 0, 0, 1),
(319, 0, 0, 1),
(320, 0, 0, 1),
(321, 0, 0, 1),
(322, 0, 0, 1),
(323, 0, 0, 1),
(324, 0, 0, 1),
(325, 0, 0, 1),
(326, 0, 0, 1),
(327, 0, 0, 1),
(328, 0, 0, 1),
(329, 0, 0, 1),
(330, 0, 0, 1),
(331, 0, 0, 1),
(332, 0, 0, 1),
(333, 0, 0, 1),
(334, 0, 0, 1),
(335, 0, 0, 1),
(336, 0, 0, 1),
(337, 0, 0, 1),
(346, 0, 0, 1),
(347, 0, 0, 1),
(348, 0, 0, 1),
(349, 0, 0, 1),
(372, 0, 0, 1),
(400, 0, 0, 1),
(402, 0, 0, 1),
(403, 0, 0, 1),
(404, 0, 0, 1),
(408, 0, 0, 1),
(427, 0, 0, 1),
(428, 0, 0, 1),
(429, 0, 0, 1),
(430, 0, 0, 1),
(431, 0, 0, 1),
(432, 0, 0, 1),
(433, 0, 0, 1),
(434, 0, 0, 1),
(436, 0, 0, 1),
(437, 0, 0, 1),
(438, 0, 0, 1),
(439, 0, 0, 1),
(440, 0, 0, 1),
(441, 0, 0, 1),
(442, 0, 0, 1),
(443, 0, 0, 1),
(444, 0, 0, 1),
(445, 0, 0, 1),
(446, 0, 0, 1),
(447, 0, 0, 1),
(448, 0, 0, 1),
(449, 0, 0, 1),
(450, 0, 0, 1),
(451, 0, 0, 1),
(452, 0, 0, 1),
(453, 0, 0, 1),
(454, 0, 0, 1),
(455, 0, 0, 1),
(456, 0, 0, 1),
(457, 0, 0, 1),
(458, 0, 0, 1),
(459, 0, 0, 1),
(460, 0, 0, 1),
(461, 0, 0, 1),
(462, 0, 0, 1),
(466, 142, 1, 1),
(468, 0, 0, 1),
(469, 0, 0, 1),
(470, 0, 0, 1),
(471, 0, 0, 1),
(472, 0, 0, 1),
(473, 0, 0, 1),
(474, 0, 0, 1),
(475, 0, 0, 1),
(476, 0, 0, 1),
(477, 0, 0, 1),
(478, 0, 0, 1),
(479, 0, 0, 1),
(496, 28, 1, 1),
(501, 28, 1, 1),
(532, 452, 1, 1),
(544, 0, 0, 1),
(567, 458, 1, 1),
(574, 459, 1, 1),
(576, 0, 0, 1),
(580, 460, 1, 1),
(588, 461, 1, 1),
(636, 462, 1, 1),
(727, 434, 1, 1),
(744, 25, 1, 1),
(745, 25, 1, 1),
(754, 25, 1, 1),
(755, 25, 1, 1),
(756, 25, 1, 1),
(761, 25, 1, 1),
(762, 25, 1, 1),
(763, 0, 0, 1),
(764, 0, 0, 1),
(765, 0, 0, 1),
(771, 0, 0, 1),
(772, 0, 0, 1),
(773, 0, 0, 1),
(774, 0, 0, 1),
(775, 0, 0, 1),
(776, 0, 0, 1),
(777, 0, 0, 1),
(778, 0, 0, 1),
(779, 0, 0, 1),
(780, 0, 0, 1),
(782, 0, 0, 1),
(783, 0, 0, 1),
(784, 0, 0, 1),
(785, 0, 0, 1),
(786, 0, 0, 1),
(787, 0, 0, 1),
(788, 0, 0, 1),
(789, 0, 0, 1),
(790, 0, 0, 1),
(792, 0, 0, 1),
(794, 0, 0, 1),
(796, 0, 0, 1),
(800, 0, 0, 1),
(801, 0, 0, 1),
(802, 0, 0, 1),
(803, 0, 0, 1),
(804, 0, 0, 1),
(805, 0, 0, 1),
(806, 0, 0, 1),
(807, 0, 0, 1),
(808, 0, 0, 1),
(809, 0, 0, 1),
(810, 0, 0, 1),
(811, 0, 0, 1),
(812, 0, 0, 1),
(813, 0, 0, 1),
(814, 0, 0, 1),
(815, 0, 0, 1),
(816, 0, 0, 1),
(817, 0, 0, 1),
(818, 0, 0, 1),
(819, 0, 0, 1),
(820, 0, 0, 1),
(821, 0, 0, 1),
(822, 0, 0, 1),
(823, 0, 0, 1),
(824, 0, 0, 1),
(825, 0, 0, 1),
(826, 0, 0, 1),
(827, 0, 0, 1),
(828, 0, 0, 1),
(829, 0, 0, 1),
(830, 0, 0, 1),
(831, 0, 0, 1),
(832, 0, 0, 1),
(917, 0, 0, 1),
(918, 0, 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `wp_yoast_migrations`
--

CREATE TABLE `wp_yoast_migrations` (
  `id` int(11) UNSIGNED NOT NULL,
  `version` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_yoast_migrations`
--

INSERT INTO `wp_yoast_migrations` (`id`, `version`) 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');

-- --------------------------------------------------------

--
-- Table structure for table `wp_yoast_primary_term`
--

CREATE TABLE `wp_yoast_primary_term` (
  `id` int(11) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_yoast_primary_term`
--

INSERT INTO `wp_yoast_primary_term` (`id`, `post_id`, `term_id`, `taxonomy`, `created_at`, `updated_at`, `blog_id`) VALUES
(1, 3928, 88, 'product_cat', '2022-04-04 11:49:08', '2022-04-04 06:21:47', 1),
(2, 3929, 88, 'product_cat', '2022-04-04 11:57:29', '2022-04-04 06:29:08', 1),
(3, 3930, 88, 'product_cat', '2022-04-04 12:49:52', '2022-04-04 07:19:53', 1),
(4, 3932, 86, 'product_cat', '2022-04-04 13:01:30', '2022-04-04 07:31:30', 1),
(5, 3936, 92, 'product_cat', '2022-04-04 13:13:02', '2022-04-04 07:44:51', 1),
(6, 3922, 83, 'product_cat', '2022-04-04 13:21:49', '2022-04-04 07:54:03', 1),
(7, 3924, 92, 'product_cat', '2022-04-04 13:31:51', '2022-04-04 08:13:47', 1),
(8, 3937, 92, 'product_cat', '2022-04-04 13:48:35', '2022-04-04 08:30:23', 1),
(9, 3938, 92, 'product_cat', '2022-04-04 14:04:31', '2022-04-04 08:37:27', 1),
(10, 3940, 97, 'product_cat', '2022-04-05 10:04:33', '2022-04-05 04:34:33', 1),
(11, 3941, 97, 'product_cat', '2022-04-05 10:08:30', '2022-04-05 04:38:30', 1),
(12, 3907, 88, 'product_cat', '2022-04-05 10:12:51', '2022-04-05 04:42:51', 1),
(13, 3908, 88, 'product_cat', '2022-04-05 10:21:22', '2022-04-05 04:51:22', 1),
(14, 3909, 97, 'product_cat', '2022-04-05 10:25:07', '2022-04-05 04:55:07', 1),
(15, 3910, 88, 'product_cat', '2022-04-05 10:29:30', '2022-04-14 05:19:10', 1),
(16, 3912, 88, 'product_cat', '2022-04-05 10:44:27', '2022-04-05 05:14:27', 1),
(17, 3942, 97, 'product_cat', '2022-04-05 10:48:51', '2022-04-05 05:18:51', 1),
(18, 3935, 97, 'product_cat', '2022-04-05 10:52:24', '2022-04-05 05:22:42', 1),
(19, 3934, 85, 'product_cat', '2022-04-05 10:56:23', '2022-04-05 05:26:23', 1),
(20, 3913, 97, 'product_cat', '2022-04-05 11:02:46', '2022-04-05 05:32:46', 1),
(21, 3901, 88, 'product_cat', '2022-04-05 11:08:34', '2022-04-05 05:38:34', 1),
(22, 3916, 83, 'product_cat', '2022-04-05 11:17:44', '2022-04-05 05:47:44', 1),
(23, 3923, 88, 'product_cat', '2022-04-05 11:25:54', '2022-04-05 05:55:54', 1),
(24, 3933, 97, 'product_cat', '2022-04-05 11:35:05', '2022-04-05 06:05:06', 1),
(25, 3926, 88, 'product_cat', '2022-04-05 11:53:22', '2022-04-05 06:23:22', 1),
(26, 3927, 88, 'product_cat', '2022-04-06 03:59:52', '2022-04-05 22:29:52', 1),
(27, 3919, 88, 'product_cat', '2022-04-06 04:10:43', '2022-04-05 22:40:43', 1),
(28, 3920, 97, 'product_cat', '2022-04-06 04:18:56', '2022-04-05 22:48:56', 1),
(29, 3917, 88, 'product_cat', '2022-04-06 04:21:34', '2022-04-05 22:51:35', 1),
(30, 3918, 97, 'product_cat', '2022-04-06 04:39:04', '2022-04-05 23:09:04', 1),
(31, 3921, 84, 'product_cat', '2022-04-06 04:49:30', '2022-04-05 23:19:30', 1),
(32, 3914, 84, 'product_cat', '2022-04-06 04:51:58', '2022-04-05 23:23:05', 1),
(33, 3911, 88, 'product_cat', '2022-04-06 04:58:33', '2022-04-05 23:28:33', 1),
(34, 4691, 99, 'product_cat', '2022-05-05 11:17:12', '2022-05-10 08:08:23', 1);

-- --------------------------------------------------------

--
-- Table structure for table `wp_yoast_seo_links`
--

CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_yoast_seo_links`
--

INSERT INTO `wp_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(1, 'https://hagarbath.com/shop/wp-admin/', 2, NULL, 'internal', 5, NULL, NULL, NULL, NULL, NULL, NULL),
(2, 'https://hagarbath.com/shop/shop/', 15, 6, 'internal', 22, 6, NULL, NULL, NULL, NULL, NULL),
(3, 'https://hagarbath.com/shop/my-account/', 17, 9, 'internal', 24, 9, NULL, NULL, NULL, NULL, NULL),
(4, 'https://hagarbath.com/shop/my-account/orders/', 17, 9, 'internal', 24, 9, NULL, NULL, NULL, NULL, NULL),
(5, 'https://hagarbath.com/shop/my-account/downloads/', 17, 9, 'internal', 24, 9, NULL, NULL, NULL, NULL, NULL),
(6, 'https://hagarbath.com/shop/my-account/edit-address/', 17, 9, 'internal', 24, 9, NULL, NULL, NULL, NULL, NULL),
(7, 'https://hagarbath.com/shop/my-account/edit-account/', 17, 9, 'internal', 24, 9, NULL, NULL, NULL, NULL, NULL),
(8, 'https://hagarbath.com/shop/my-account/customer-logout/?_wpnonce=2fd746384f', 17, 9, 'internal', 24, 9, NULL, NULL, NULL, NULL, NULL),
(9, 'https://hagarbath.com/shop/my-account-2/orders/', 17, 17, 'internal', 24, 24, NULL, NULL, NULL, NULL, NULL),
(10, 'https://hagarbath.com/shop/my-account-2/edit-address/', 17, 17, 'internal', 24, 24, NULL, NULL, NULL, NULL, NULL),
(11, 'https://hagarbath.com/shop/my-account-2/edit-account/', 17, 17, 'internal', 24, 24, NULL, NULL, NULL, NULL, NULL),
(12, 'https://secure.gravatar.com/avatar/2464bfa8f863cee16ed24ad6268fd2b7?s=96&#038;d=mm&#038;r=g', 17, NULL, 'image-ex', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(216, '', 457, NULL, 'internal', 30, NULL, NULL, NULL, NULL, NULL, NULL),
(217, '', 457, NULL, 'internal', 30, NULL, NULL, NULL, NULL, NULL, NULL),
(218, '', 457, NULL, 'internal', 30, NULL, NULL, NULL, NULL, NULL, NULL),
(219, '', 457, NULL, 'internal', 30, NULL, NULL, NULL, NULL, NULL, NULL),
(220, '', 457, NULL, 'internal', 30, NULL, NULL, NULL, NULL, NULL, NULL),
(221, '', 457, NULL, 'internal', 30, NULL, NULL, NULL, NULL, NULL, NULL),
(222, '', 457, NULL, 'internal', 30, NULL, NULL, NULL, NULL, NULL, NULL),
(223, '', 457, NULL, 'internal', 30, NULL, NULL, NULL, NULL, NULL, NULL),
(247, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-2.jpg', 436, NULL, 'image-ex', 35, NULL, NULL, NULL, NULL, NULL, NULL),
(248, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-2-2.jpg', 436, NULL, 'image-ex', 35, NULL, NULL, NULL, NULL, NULL, NULL),
(249, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-2.jpg', 887, NULL, 'image-ex', 50, NULL, NULL, NULL, NULL, NULL, NULL),
(250, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-2-2.jpg', 887, NULL, 'image-ex', 50, NULL, NULL, NULL, NULL, NULL, NULL),
(251, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-2.jpg', 888, NULL, 'image-ex', 51, NULL, NULL, NULL, NULL, NULL, NULL),
(252, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-2-2.jpg', 888, NULL, 'image-ex', 51, NULL, NULL, NULL, NULL, NULL, NULL),
(253, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-2.jpg', 889, NULL, 'image-ex', 52, NULL, NULL, NULL, NULL, NULL, NULL),
(254, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-2-2.jpg', 889, NULL, 'image-ex', 52, NULL, NULL, NULL, NULL, NULL, NULL),
(255, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-2.jpg', 890, NULL, 'image-ex', 53, NULL, NULL, NULL, NULL, NULL, NULL),
(256, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-2-2.jpg', 890, NULL, 'image-ex', 53, NULL, NULL, NULL, NULL, NULL, NULL),
(257, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-2.jpg', 891, NULL, 'image-ex', 54, NULL, NULL, NULL, NULL, NULL, NULL),
(258, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-2-2.jpg', 891, NULL, 'image-ex', 54, NULL, NULL, NULL, NULL, NULL, NULL),
(259, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-2.jpg', 892, NULL, 'image-ex', 56, NULL, NULL, NULL, NULL, NULL, NULL),
(260, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-2-2.jpg', 892, NULL, 'image-ex', 56, NULL, NULL, NULL, NULL, NULL, NULL),
(261, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-2.jpg', 893, NULL, 'image-ex', 57, NULL, NULL, NULL, NULL, NULL, NULL),
(262, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-2-2.jpg', 893, NULL, 'image-ex', 57, NULL, NULL, NULL, NULL, NULL, NULL),
(263, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-2.jpg', 894, NULL, 'image-ex', 58, NULL, NULL, NULL, NULL, NULL, NULL),
(264, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-2-2.jpg', 894, NULL, 'image-ex', 58, NULL, NULL, NULL, NULL, NULL, NULL),
(265, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-1-2.jpg', 895, NULL, 'image-ex', 59, NULL, NULL, NULL, NULL, NULL, NULL),
(266, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-2-2.jpg', 895, NULL, 'image-ex', 59, NULL, NULL, NULL, NULL, NULL, NULL),
(282, 'https://xstore.8theme.com/elementor/demos/niche-market02/shop/', 25, NULL, 'external', 141, NULL, NULL, NULL, NULL, NULL, NULL),
(283, '#', 48, NULL, 'internal', 142, NULL, NULL, NULL, NULL, NULL, NULL),
(284, '#', 48, NULL, 'internal', 142, NULL, NULL, NULL, NULL, NULL, NULL),
(285, '#', 48, NULL, 'internal', 142, NULL, NULL, NULL, NULL, NULL, NULL),
(286, '#', 48, NULL, 'internal', 142, NULL, NULL, NULL, NULL, NULL, NULL),
(287, '#', 48, NULL, 'internal', 142, NULL, NULL, NULL, NULL, NULL, NULL),
(288, '#', 48, NULL, 'internal', 142, NULL, NULL, NULL, NULL, NULL, NULL),
(293, '#', 48, NULL, 'internal', 142, NULL, NULL, NULL, NULL, NULL, NULL),
(298, '#', 48, NULL, 'internal', 142, NULL, NULL, NULL, NULL, NULL, NULL),
(303, '#', 48, NULL, 'internal', 142, NULL, NULL, NULL, NULL, NULL, NULL),
(308, '#', 48, NULL, 'internal', 142, NULL, NULL, NULL, NULL, NULL, NULL),
(314, '#', 48, NULL, 'internal', 142, NULL, NULL, NULL, NULL, NULL, NULL),
(339, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-12.jpg', 1001, NULL, 'image-ex', 145, NULL, NULL, NULL, NULL, NULL, NULL),
(340, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/single-prod-icon.png', 1001, NULL, 'image-ex', 145, NULL, NULL, NULL, NULL, NULL, NULL),
(341, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon-1.png', 1001, NULL, 'image-ex', 145, NULL, NULL, NULL, NULL, NULL, NULL),
(342, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon-2.png', 1001, NULL, 'image-ex', 145, NULL, NULL, NULL, NULL, NULL, NULL),
(344, '#', 1250, NULL, 'internal', 147, NULL, NULL, NULL, NULL, NULL, NULL),
(347, '#', 2263, NULL, 'internal', 150, NULL, NULL, NULL, NULL, NULL, NULL),
(360, '#', 2263, NULL, 'internal', 150, NULL, NULL, NULL, NULL, NULL, NULL),
(375, '#', 2263, NULL, 'internal', 150, NULL, NULL, NULL, NULL, NULL, NULL),
(397, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(398, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(399, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(400, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(401, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(402, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(403, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(404, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(405, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(406, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(407, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(408, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(409, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(410, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(411, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(412, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(413, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(414, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(415, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(416, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(417, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(418, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(419, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(420, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(421, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(422, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(423, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(424, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(425, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(426, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(427, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(428, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2277, NULL, 'external', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(429, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/banner-1-1-17.03.18-min.jpg', 2277, NULL, 'image-ex', 152, NULL, NULL, NULL, NULL, NULL, NULL),
(430, '#', 2280, NULL, 'internal', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(431, '#', 2280, NULL, 'internal', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(432, '#', 2280, NULL, 'internal', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(433, '#', 2280, NULL, 'internal', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(434, '#', 2280, NULL, 'internal', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(435, '#', 2280, NULL, 'internal', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(436, '#', 2280, NULL, 'internal', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(437, '#', 2280, NULL, 'internal', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(438, '#', 2280, NULL, 'internal', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(439, '#', 2280, NULL, 'internal', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(440, '#', 2280, NULL, 'internal', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(441, '#', 2280, NULL, 'internal', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(442, '#', 2280, NULL, 'internal', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(443, '#', 2280, NULL, 'internal', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(444, '#', 2280, NULL, 'internal', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(445, '#', 2280, NULL, 'internal', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(446, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Vector.jpg', 2280, NULL, 'image-ex', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(447, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon-1.jpg', 2280, NULL, 'image-ex', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(448, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon-7.jpg', 2280, NULL, 'image-ex', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(449, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon-1.jpg', 2280, NULL, 'image-ex', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(450, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon.jpg', 2280, NULL, 'image-ex', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(451, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon-3.jpg', 2280, NULL, 'image-ex', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(452, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon-2.jpg', 2280, NULL, 'image-ex', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(453, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon-3.jpg', 2280, NULL, 'image-ex', 153, NULL, NULL, NULL, NULL, NULL, NULL),
(454, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(455, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(456, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(457, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(458, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(459, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(460, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(461, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(462, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(463, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(464, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(465, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(466, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(467, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(468, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(469, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(470, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(471, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(472, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(473, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(474, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(475, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(476, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(477, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(478, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(479, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2458, NULL, 'external', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(480, '#', 2458, NULL, 'internal', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(481, '#', 2458, NULL, 'internal', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(482, '#', 2458, NULL, 'internal', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(483, '#', 2458, NULL, 'internal', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(484, '#', 2458, NULL, 'internal', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(485, '#', 2458, NULL, 'internal', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(486, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Vector.jpg', 2458, NULL, 'image-ex', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(487, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon-7.jpg', 2458, NULL, 'image-ex', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(488, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon.jpg', 2458, NULL, 'image-ex', 154, NULL, NULL, NULL, NULL, NULL, NULL),
(501, '#', 2459, NULL, 'internal', 155, NULL, NULL, NULL, NULL, NULL, NULL),
(503, '#', 2461, NULL, 'internal', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(504, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(505, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(506, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(507, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(508, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(509, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(510, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(511, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(512, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(513, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(514, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(515, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(516, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(517, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(518, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(519, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(520, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(521, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/groceries/', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(522, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(523, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(524, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(525, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(526, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(527, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/', 2461, NULL, 'external', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(528, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-2-300x300.jpg', 2461, NULL, 'image-ex', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(529, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-300x300.jpg', 2461, NULL, 'image-ex', 156, NULL, NULL, NULL, NULL, NULL, NULL),
(530, '#', 2558, NULL, 'internal', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(531, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(532, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(533, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(534, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(535, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(536, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(537, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(538, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(539, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(540, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(541, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(542, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(543, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(544, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(545, '#', 2558, NULL, 'internal', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(546, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(547, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(548, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(549, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(550, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(551, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/', 2558, NULL, 'external', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(552, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/4-3-min.jpg', 2558, NULL, 'image-ex', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(553, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/3-3new-1-min.jpg', 2558, NULL, 'image-ex', 157, NULL, NULL, NULL, NULL, NULL, NULL),
(554, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(555, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(556, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(557, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(558, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(559, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(560, '#', 2593, NULL, 'internal', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(561, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(562, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(563, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(564, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(565, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(566, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(567, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(568, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(569, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(570, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(571, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(572, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(573, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(574, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(575, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(576, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2593, NULL, 'external', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(577, '#', 2593, NULL, 'internal', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(578, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/4-3-min.jpg', 2593, NULL, 'image-ex', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(579, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/3-3new-1-min.jpg', 2593, NULL, 'image-ex', 158, NULL, NULL, NULL, NULL, NULL, NULL),
(580, '#', 2607, NULL, 'internal', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(581, '#', 2607, NULL, 'internal', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(582, '#', 2607, NULL, 'internal', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(583, '#', 2607, NULL, 'internal', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(584, '#', 2607, NULL, 'internal', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(585, '#', 2607, NULL, 'internal', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(586, '#', 2607, NULL, 'internal', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(587, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(588, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(589, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(590, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(591, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(592, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(593, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(594, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(595, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(596, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(597, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(598, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(599, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(600, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(601, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(602, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(603, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(604, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(605, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(606, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(607, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(608, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone-2/', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(609, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(610, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(611, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone-2/', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(612, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(613, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(614, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(615, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/', 2607, NULL, 'external', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(616, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Vector.jpg', 2607, NULL, 'image-ex', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(617, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon-7.jpg', 2607, NULL, 'image-ex', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(618, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon.jpg', 2607, NULL, 'image-ex', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(619, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-300x300.jpg', 2607, NULL, 'image-ex', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(620, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-300x300.jpg', 2607, NULL, 'image-ex', 159, NULL, NULL, NULL, NULL, NULL, NULL),
(621, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2649, NULL, 'external', 160, NULL, NULL, NULL, NULL, NULL, NULL),
(622, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2649, NULL, 'external', 160, NULL, NULL, NULL, NULL, NULL, NULL),
(623, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2649, NULL, 'external', 160, NULL, NULL, NULL, NULL, NULL, NULL),
(624, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2649, NULL, 'external', 160, NULL, NULL, NULL, NULL, NULL, NULL),
(625, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2649, NULL, 'external', 160, NULL, NULL, NULL, NULL, NULL, NULL),
(626, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2649, NULL, 'external', 160, NULL, NULL, NULL, NULL, NULL, NULL),
(627, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2649, NULL, 'external', 160, NULL, NULL, NULL, NULL, NULL, NULL),
(628, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2649, NULL, 'external', 160, NULL, NULL, NULL, NULL, NULL, NULL),
(629, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2649, NULL, 'external', 160, NULL, NULL, NULL, NULL, NULL, NULL),
(630, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2649, NULL, 'external', 160, NULL, NULL, NULL, NULL, NULL, NULL),
(631, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2649, NULL, 'external', 160, NULL, NULL, NULL, NULL, NULL, NULL),
(632, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2649, NULL, 'external', 160, NULL, NULL, NULL, NULL, NULL, NULL),
(633, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2649, NULL, 'external', 160, NULL, NULL, NULL, NULL, NULL, NULL),
(634, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2649, NULL, 'external', 160, NULL, NULL, NULL, NULL, NULL, NULL),
(635, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2649, NULL, 'external', 160, NULL, NULL, NULL, NULL, NULL, NULL),
(636, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 2649, NULL, 'external', 160, NULL, NULL, NULL, NULL, NULL, NULL),
(637, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/banner-1-1-17.03.18-min.jpg', 2649, NULL, 'image-ex', 160, NULL, NULL, NULL, NULL, NULL, NULL),
(638, '#', 2648, NULL, 'internal', 161, NULL, NULL, NULL, NULL, NULL, NULL),
(639, '#', 2648, NULL, 'internal', 161, NULL, NULL, NULL, NULL, NULL, NULL),
(640, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/accessories/', 2648, NULL, 'external', 161, NULL, NULL, NULL, NULL, NULL, NULL),
(641, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/accessories/', 2648, NULL, 'external', 161, NULL, NULL, NULL, NULL, NULL, NULL),
(642, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/accessories/', 2648, NULL, 'external', 161, NULL, NULL, NULL, NULL, NULL, NULL),
(643, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/', 2648, NULL, 'external', 161, NULL, NULL, NULL, NULL, NULL, NULL),
(644, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/', 2648, NULL, 'external', 161, NULL, NULL, NULL, NULL, NULL, NULL),
(645, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/beauty/', 2648, NULL, 'external', 161, NULL, NULL, NULL, NULL, NULL, NULL),
(646, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 2648, NULL, 'external', 161, NULL, NULL, NULL, NULL, NULL, NULL),
(647, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 2648, NULL, 'external', 161, NULL, NULL, NULL, NULL, NULL, NULL),
(648, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 2648, NULL, 'external', 161, NULL, NULL, NULL, NULL, NULL, NULL),
(649, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/', 2648, NULL, 'external', 161, NULL, NULL, NULL, NULL, NULL, NULL),
(650, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/', 2648, NULL, 'external', 161, NULL, NULL, NULL, NULL, NULL, NULL),
(651, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/medical-items/', 2648, NULL, 'external', 161, NULL, NULL, NULL, NULL, NULL, NULL),
(652, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/5-3-1-min.jpg', 2648, NULL, 'image-ex', 161, NULL, NULL, NULL, NULL, NULL, NULL),
(653, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/4-3-min.jpg', 2648, NULL, 'image-ex', 161, NULL, NULL, NULL, NULL, NULL, NULL),
(654, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/Image-17.03.18-1-min.jpg', 2648, NULL, 'image-ex', 161, NULL, NULL, NULL, NULL, NULL, NULL),
(655, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2021/08/3-3new-1-min.jpg', 2648, NULL, 'image-ex', 161, NULL, NULL, NULL, NULL, NULL, NULL),
(712, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(713, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(714, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(715, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(716, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(717, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(718, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(719, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(720, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(721, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(722, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(723, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(724, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(725, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(726, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(727, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(728, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(729, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(730, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(731, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(732, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(733, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(734, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(735, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(736, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(737, 'https://hagarbath.com/shop#', 2263, 18, 'internal', 150, 25, NULL, NULL, NULL, NULL, NULL),
(738, 'https://hagarbath.com/shop#', 2459, 18, 'internal', 155, 25, NULL, NULL, NULL, NULL, NULL),
(739, 'https://hagarbath.com/shop#', 2459, 18, 'internal', 155, 25, NULL, NULL, NULL, NULL, NULL),
(740, 'https://hagarbath.com/shop#', 2459, 18, 'internal', 155, 25, NULL, NULL, NULL, NULL, NULL),
(741, 'https://hagarbath.com/shop#', 2459, 18, 'internal', 155, 25, NULL, NULL, NULL, NULL, NULL),
(742, 'https://hagarbath.com/shop#', 2459, 18, 'internal', 155, 25, NULL, NULL, NULL, NULL, NULL),
(743, 'https://hagarbath.com/shop#', 2459, 18, 'internal', 155, 25, NULL, NULL, NULL, NULL, NULL),
(744, 'https://hagarbath.com/shop#', 2459, 18, 'internal', 155, 25, NULL, NULL, NULL, NULL, NULL),
(745, 'https://hagarbath.com/shop#', 2459, 18, 'internal', 155, 25, NULL, NULL, NULL, NULL, NULL),
(746, 'https://hagarbath.com/shop#', 2459, 18, 'internal', 155, 25, NULL, NULL, NULL, NULL, NULL),
(747, 'https://hagarbath.com/shop#', 2459, 18, 'internal', 155, 25, NULL, NULL, NULL, NULL, NULL),
(748, 'https://hagarbath.com/shop#', 2459, 18, 'internal', 155, 25, NULL, NULL, NULL, NULL, NULL),
(749, 'https://hagarbath.com/shop#', 2459, 18, 'internal', 155, 25, NULL, NULL, NULL, NULL, NULL),
(750, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(751, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/groceries/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(752, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(753, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(754, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(755, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(756, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(757, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(758, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(759, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(760, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/stainless-steel-freing/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(761, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(762, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/stainless-steel-freing/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(763, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(764, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(765, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(766, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(767, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(768, '#', 3864, NULL, 'internal', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(769, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(770, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(771, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(772, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/new-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(773, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(774, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/new-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(775, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(776, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-chairs-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(777, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(778, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-chairs-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(779, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/classical-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(780, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(781, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/classical-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(782, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/note/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(783, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(784, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/note/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(785, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(786, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(787, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `wp_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(788, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(789, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/kitchen/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(790, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(791, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/console/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(792, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(793, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(794, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(795, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(796, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(797, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/computer/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(798, '#', 3864, NULL, 'internal', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(799, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(800, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(801, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(802, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/new-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(803, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(804, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(805, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/new-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(806, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-chairs-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(807, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(808, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-chairs-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(809, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/classical-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(810, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(811, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/classical-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(812, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/note/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(813, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(814, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(815, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/note/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(816, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note-4/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(817, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(818, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note-4/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(819, '#', 3864, NULL, 'internal', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(820, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/computer-wire/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(821, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(822, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(823, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/computer-wire/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(824, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/stainless-steel-freing/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(825, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(826, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(827, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/stainless-steel-freing/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(828, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/new-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(829, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(830, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(831, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/new-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(832, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note-4/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(833, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(834, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note-4/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(835, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(836, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/groceries/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(837, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(838, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(839, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/classical-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(840, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(841, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/classical-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(842, '#', 3864, NULL, 'internal', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(843, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(844, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(845, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(846, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/computer-wire/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(847, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(848, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(849, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/computer-wire/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(850, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(851, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(852, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(853, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/note/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(854, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(855, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(856, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/note/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(857, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/classical-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(858, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(859, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/classical-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(860, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/new-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(861, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(862, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(863, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/new-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(864, '#', 3864, NULL, 'internal', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(865, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-chairs-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(866, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(867, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-chairs-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(868, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/classical-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(869, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(870, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/classical-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(871, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/stainless-steel-freing/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(872, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(873, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(874, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/stainless-steel-freing/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(875, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(876, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(877, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(878, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(879, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(880, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(881, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(882, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/groceries/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(883, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(884, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(885, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(886, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(887, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(888, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(889, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(890, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(891, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(892, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(893, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(894, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(895, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(896, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(897, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(898, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/groceries/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(899, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(900, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(901, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(902, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(903, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(904, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(905, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(906, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(907, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/stainless-steel-freing/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(908, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(909, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(910, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/stainless-steel-freing/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(911, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(912, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(913, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(914, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(915, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(916, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(917, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(918, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/new-product/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(919, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(920, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/new-product/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(921, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/computer-wire/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(922, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(923, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(924, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/computer-wire/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(925, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(926, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/groceries/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(927, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(928, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(929, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(930, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(931, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(932, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(933, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(934, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(935, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/stainless-steel-freing/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(936, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(937, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/stainless-steel-freing/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(938, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(939, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(940, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(941, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(942, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(943, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(944, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(945, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(946, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(947, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(948, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(949, 'https://xstore.8theme.com/elementor/demos/niche-market02/shop/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(950, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(951, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(952, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(953, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(954, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(955, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(956, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(957, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(958, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(959, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/stainless-steel-freing/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(960, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(961, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(962, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/stainless-steel-freing/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(963, '#', 3864, NULL, 'internal', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(964, '#', 3864, NULL, 'internal', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(965, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(966, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(967, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(968, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(969, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(970, 'https://xstore.8theme.com/elementor/demos/niche-market02#', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(971, 'https://xstore.8theme.com/elementor/demos/niche-market02/shop/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(972, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(973, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/apparels/fashion/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(974, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/air-fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(975, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(976, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(977, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/wooden-classical-golden-chairs-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(978, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/classical-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(979, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/furniture/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(980, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/classical-chairs/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(981, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/computer-wire/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(982, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(983, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(984, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/computer-wire/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(985, 'https://xstore.8theme.com/elementor/demos/niche-market02/shop/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(986, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/note/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(987, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(988, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(989, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/note/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(990, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/new-product/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(991, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(992, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/new-product/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(993, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(994, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(995, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(996, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(997, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note-3/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(998, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(999, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note-3/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1000, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/computer-wire/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1001, 'https://xstore.8theme.com/elementor/demos/niche-market02/wishlist/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1002, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1003, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/computer-wire/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1004, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1005, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1006, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1007, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note-4/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1008, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/electronics/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1009, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/xanna-note-4/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1010, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1011, 'https://xstore.8theme.com/elementor/demos/niche-market02/product-category/sale/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1012, 'https://xstore.8theme.com/elementor/demos/niche-market02/product/fryer-with-dualzone-2/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1013, 'https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/cartal/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1014, 'https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/cooperate/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1015, 'https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/ds/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1016, 'https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/minim/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1017, 'https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/minimal/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1018, 'https://xstore.8theme.com/elementor/demos/niche-market02/shop/brand/sunshi/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1019, 'https://xstore.8theme.com/elementor/demos/niche-market02/blog/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1020, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1021, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1022, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1023, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/#respond', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1024, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/12/06/the-standard-lorem-ipsum-passage-used-since-the-1500s/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1025, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1026, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1027, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1028, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/#respond', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1029, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/11/07/1914-translation-by-h-rackham/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1030, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1031, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1032, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1033, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/#respond', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1034, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/10/07/finibus-bonorum-malorum-by-cicero/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1035, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1036, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1037, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1038, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/#respond', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1039, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/09/07/the-extremes-of-good-and-evil/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1040, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1041, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1042, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1043, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/#respond', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1044, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/08/07/the-other-hand-denounce-righteous/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1045, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1046, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1047, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1048, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/#respond', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1049, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/07/07/at-vero-eos-et-accusamus-iust-odio/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1050, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1051, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1052, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1053, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/#respond', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1054, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/05/07/there-are-many-variations-of-passages/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1055, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1056, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1057, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1058, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/#respond', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1059, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/04/07/namlibe-tempore-cumsoluta-nobis/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1060, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1061, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1062, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1063, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/#respond', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1064, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/03/07/latin-words-combined-with-models/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1065, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1066, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1067, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1068, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/#respond', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1069, 'https://xstore.8theme.com/elementor/demos/niche-market02/2020/01/07/the-standard-lorem-ipsum-passage/', 3864, NULL, 'external', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1070, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1071, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1072, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1073, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1074, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1075, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-2.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1076, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1077, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/14-270x270.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1078, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/12-270x270.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1079, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/13-270x270.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1080, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/11-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1081, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Vector.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1082, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon-7.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1083, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1084, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon-1.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1085, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon-2.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1086, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Icon-3.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1087, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1088, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/14-270x270.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1089, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/12-270x270.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1090, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/13-270x270.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1091, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/11-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1092, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-1-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1093, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/8-1-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1094, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1095, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/14-270x270.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1096, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-1-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1097, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1098, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/13-270x270.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1099, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1100, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/8-1-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `wp_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(1101, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1102, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/11-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1103, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/13-270x270.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1104, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/14-270x270.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1105, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/12-270x270.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1106, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/13-270x270.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1107, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1108, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1109, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1110, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1111, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-4.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1112, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-5.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1113, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-6.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1114, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1115, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1116, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1117, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1118, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1119, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1120, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1121, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/8-1-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1122, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1123, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1124, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1125, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1126, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1127, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/banner-1-1.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1128, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1129, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1130, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1131, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-3-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1132, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/Image-7.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1133, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1134, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1135, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/13-270x270.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1136, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/8-1-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1137, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/11-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1138, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1139, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1140, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/10-1-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1141, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/8-1-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1142, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1143, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-1-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1144, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-2-300x300.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1145, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-1.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1146, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1147, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1148, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1149, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1150, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1151, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/1-2-300x150.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1152, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/3-1-300x150.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1153, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/4-1-300x150.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1154, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/10-300x150.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1155, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/6-1-300x150.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1156, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/5-1-300x150.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1157, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/8-300x150.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1158, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/7-300x150.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1159, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/9-300x150.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1160, 'https://xstore.8theme.com/elementor/demos/niche-market02/wp-content/uploads/sites/55/2020/12/2-1-300x150.jpg', 3864, NULL, 'image-ex', 337, NULL, NULL, NULL, NULL, NULL, NULL),
(1271, 'https://hagarbath.com/shop/products/', 1200, 14, 'internal', 146, 21, NULL, NULL, NULL, NULL, NULL),
(1293, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/hagar-awards-768x764.webp', 211, NULL, 'image-in', 28, NULL, NULL, NULL, NULL, NULL, NULL),
(1323, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-4.jpg', 48, 105, 'image-in', 142, 191, 45, 44, 2445, NULL, NULL),
(1324, 'https://hagarbath.com/shop/products/', 48, 14, 'internal', 142, 21, NULL, NULL, NULL, NULL, NULL),
(1325, 'https://hagarbath.com/shop/products/', 48, 14, 'internal', 142, 21, NULL, NULL, NULL, NULL, NULL),
(1326, 'https://hagarbath.com/shop/products/', 48, 14, 'internal', 142, 21, NULL, NULL, NULL, NULL, NULL),
(1327, 'https://hagarbath.com/shop/products/', 48, 14, 'internal', 142, 21, NULL, NULL, NULL, NULL, NULL),
(1329, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/7-3.jpg', 48, 4317, 'image-in', 142, 736, 325, 542, 31126, NULL, NULL),
(1336, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Gorgeous-Bathroom-270x170.jpeg', 2801, 4333, 'image-in', 162, 739, 872, 700, 100403, NULL, NULL),
(1376, 'http://www.decorals.com/', 3, NULL, 'external', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(1377, 'http://www.decorals.com/', 3, NULL, 'external', 3, NULL, NULL, NULL, NULL, NULL, NULL),
(1378, 'https://hagarbath.com/shop/products/', 1251, 14, 'internal', 148, 21, NULL, NULL, NULL, NULL, NULL),
(1404, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-bathroom-64.png', 2801, 4554, 'image-in', 162, 768, 64, 64, 858, NULL, NULL),
(1405, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-kitchen-room-80.png', 2801, 4553, 'image-in', 162, 767, 80, 80, 664, NULL, NULL),
(1406, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-shower-50.png', 2801, 4551, 'image-in', 162, 766, 50, 50, 522, NULL, NULL),
(1407, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-soap-dispenser-50.png', 2801, 4555, 'image-in', 162, 769, 50, 50, 476, NULL, NULL),
(1417, 'https://hagarbath.com/shop/privacy-policy', 48, 3, 'internal', 142, 3, NULL, NULL, NULL, NULL, NULL),
(1418, 'https://hagarbath.com/shop/about-us', 48, 211, 'internal', 142, 28, NULL, NULL, NULL, NULL, NULL),
(1419, 'http://www.hagarbath.com/shop', 4614, NULL, 'external', 786, NULL, NULL, NULL, NULL, NULL, NULL),
(1420, 'https://hagarbath.com/shop/privacy-policy/', 4614, 3, 'internal', 786, 3, NULL, NULL, NULL, NULL, NULL),
(1421, 'https://hagarbath.com/shop/terms-conditions', 48, 4614, 'internal', 142, 786, NULL, NULL, NULL, NULL, NULL),
(1422, 'https://hagarbath.com/shop/contact-us', 48, 367, 'internal', 142, 29, NULL, NULL, NULL, NULL, NULL),
(1423, 'https://hagarbath.com/shop/refund_returns', 48, 10, 'internal', 142, 4, NULL, NULL, NULL, NULL, NULL),
(1424, 'https://hagarbath.com/shop/my-account-2', 48, 17, 'internal', 142, 24, NULL, NULL, NULL, NULL, NULL),
(1425, 'https://hagarbath.com/shop/wishlist', 48, 20, 'internal', 142, 27, NULL, NULL, NULL, NULL, NULL),
(1431, 'https://hagarbath.com/shop/product-category/bathroomfaucets/', 2801, NULL, 'internal', 162, 404, NULL, NULL, NULL, NULL, NULL),
(1432, 'https://hagarbath.com/shop/product-category/bathroomfaucets/', 2801, NULL, 'internal', 162, 404, NULL, NULL, NULL, NULL, NULL),
(1433, 'https://hagarbath.com/shop/product-category/kitchentaps/', 2801, NULL, 'internal', 162, 400, NULL, NULL, NULL, NULL, NULL),
(1434, 'https://hagarbath.com/shop/product-category/kitchentaps/', 2801, NULL, 'internal', 162, 400, NULL, NULL, NULL, NULL, NULL),
(1435, 'https://hagarbath.com/shop/product-category/shower/', 2801, NULL, 'internal', 162, 401, NULL, NULL, NULL, NULL, NULL),
(1436, 'https://hagarbath.com/shop/product-category/shower/', 2801, NULL, 'internal', 162, 401, NULL, NULL, NULL, NULL, NULL),
(1437, 'https://hagarbath.com/shop/product-category/accessories/', 2801, NULL, 'internal', 162, 402, NULL, NULL, NULL, NULL, NULL),
(1438, 'https://hagarbath.com/shop/product-category/accessories/', 2801, NULL, 'internal', 162, 402, NULL, NULL, NULL, NULL, NULL),
(1439, 'https://hagarbath.com/shop/product-category/valves/', 2801, NULL, 'internal', 162, 544, NULL, NULL, NULL, NULL, NULL),
(1440, 'https://hagarbath.com/shop/product-category/valves/', 2801, NULL, 'internal', 162, 544, NULL, NULL, NULL, NULL, NULL),
(1441, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/icons8-valve-64.png', 2801, 4649, 'image-in', 162, 791, 64, 64, 759, NULL, NULL),
(1442, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Icon-6.jpg', 517, 522, 'image-in', 31, 219, 61, 60, 3070, NULL, NULL),
(1443, 'https://hagarbath.com/shop/wp-content/uploads/2020/12/Rectangle-14.jpg', 517, 523, 'image-in', 31, 220, 444, 736, 63943, NULL, NULL),
(1444, '/shop/contact-us', 48, 367, 'internal', 142, 29, NULL, NULL, NULL, NULL, NULL),
(1445, 'https://hagarbath.com/shop/delivery-and-shipping-information/', 48, 4695, 'internal', 142, 796, NULL, NULL, NULL, NULL, NULL),
(1446, 'https://hagarbath.com/shop/products/', 18, 14, 'internal', 25, 21, NULL, NULL, NULL, NULL, NULL),
(1447, 'https://hagarbath.com/shop/product/telephonic-hand-showers/', 18, 3942, 'internal', 25, 462, NULL, NULL, NULL, NULL, NULL),
(1448, 'https://hagarbath.com/shop/product/telephonic-hand-showers/', 18, 3942, 'internal', 25, 462, NULL, NULL, NULL, NULL, NULL),
(1449, 'https://hagarbath.com/shop/product/iris-towel-rod/', 18, 3941, 'internal', 25, 461, NULL, NULL, NULL, NULL, NULL),
(1450, 'https://hagarbath.com/shop/product/iris-towel-rod/', 18, 3941, 'internal', 25, 461, NULL, NULL, NULL, NULL, NULL),
(1451, 'https://hagarbath.com/shop/product/iris-soap-dish/', 18, 3940, 'internal', 25, 460, NULL, NULL, NULL, NULL, NULL),
(1452, 'https://hagarbath.com/shop/product/iris-soap-dish/', 18, 3940, 'internal', 25, 460, NULL, NULL, NULL, NULL, NULL),
(1453, 'https://hagarbath.com/shop/product/iris-tumbler-holder/', 18, 3939, 'internal', 25, 459, NULL, NULL, NULL, NULL, NULL),
(1454, 'https://hagarbath.com/shop/product/iris-tumbler-holder/', 18, 3939, 'internal', 25, 459, NULL, NULL, NULL, NULL, NULL),
(1455, 'https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/', 18, 3938, 'internal', 25, 458, NULL, NULL, NULL, NULL, NULL),
(1456, 'https://hagarbath.com/shop/product/health-faucet-with-1-mtr-ss-tube-2/', 18, 3938, 'internal', 25, 458, NULL, NULL, NULL, NULL, NULL),
(1457, 'https://hagarbath.com/shop/product/iris-towel-rod/', 18, 3941, 'internal', 25, 461, NULL, NULL, NULL, NULL, NULL),
(1458, 'https://hagarbath.com/shop/product/iris-towel-rod/', 18, 3941, 'internal', 25, 461, NULL, NULL, NULL, NULL, NULL),
(1459, 'https://hagarbath.com/shop/product/iris-soap-dish/', 18, 3940, 'internal', 25, 460, NULL, NULL, NULL, NULL, NULL),
(1460, 'https://hagarbath.com/shop/product/iris-soap-dish/', 18, 3940, 'internal', 25, 460, NULL, NULL, NULL, NULL, NULL),
(1461, 'https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/', 18, 3932, 'internal', 25, 452, NULL, NULL, NULL, NULL, NULL),
(1462, 'https://hagarbath.com/shop/product/concealed-stop-cock-1-2-complete-set/', 18, 3932, 'internal', 25, 452, NULL, NULL, NULL, NULL, NULL),
(1463, '#', 18, NULL, 'internal', 25, NULL, NULL, NULL, NULL, NULL, NULL),
(1464, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/73-Black-And-White-Bathroom-FRESH-COOL-Bathroom-Design.jpg', 18, 4512, 'image-in', 25, 762, 1536, 853, 109619, NULL, NULL),
(1465, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/LI-011-Wall-Mounted-Sink-Mixer-J-Pipe-Spout3-1024x1024.jpg', 18, 4307, 'image-in', 25, 727, 1800, 1800, 734909, NULL, NULL),
(1466, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/THS-022.jpg', 18, 4202, 'image-in', 25, 636, 1800, 1800, 407417, NULL, NULL),
(1467, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032.jpg', 18, 4148, 'image-in', 25, 588, 1800, 1800, 295837, NULL, NULL),
(1468, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022.jpg', 18, 4139, 'image-in', 25, 580, 1800, 1800, 447171, NULL, NULL),
(1469, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/02_IR01.jpg', 18, 4133, 'image-in', 25, 574, 1800, 1800, 138015, NULL, NULL),
(1470, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/HF-0032.jpg', 18, 4123, 'image-in', 25, 567, 1800, 1800, 383672, NULL, NULL),
(1471, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/GS™-Single-Hole-Bathroom-Faucet-with-Drain-Assembly.png', 18, 4359, 'image-in', 25, 745, 800, 800, 429084, NULL, NULL),
(1472, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/pexels-max-vakhtbovych-6782580-scaled.jpg', 18, 4476, 'image-in', 25, 756, 2560, 2269, 609686, NULL, NULL),
(1473, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/15-Walk-In-Shower-Ideas-–-Perfect-for-UK-homes-Fifi-McGee.jpg', 18, 4511, 'image-in', 25, 761, 624, 500, 48401, NULL, NULL),
(1474, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Brass-Pull-Out-Kitchen-Faucet-LED-Mixer-Tap.jpeg', 18, 4358, 'image-in', 25, 744, 1000, 1000, 97089, NULL, NULL),
(1476, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Contemporary-Shower-System-Thermostatic-Matte-Black-Solid-Brass-Rainfall-Shower-Head-Homary.jpeg', 18, 4452, 'image-in', 25, 755, 1000, 1000, 91295, NULL, NULL),
(1477, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR032-300x300.jpg', 18, 4148, 'image-in', 25, 588, 1800, 1800, 295837, NULL, NULL),
(1478, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/IR022-300x300.jpg', 18, 4139, 'image-in', 25, 580, 1800, 1800, 447171, NULL, NULL),
(1479, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/AC-009-Concealed-Stop-Cock-12-Complete-Set2-300x300.jpg', 18, 4084, 'image-in', 25, 532, 1800, 1800, 516287, NULL, NULL),
(1480, 'https://hagarbath.com/shop/wp-content/uploads/2022/04/Grifo-Grop-para-lavabo-de-baño-con-3-agujeros-color-negro-mate.jpeg', 18, 4443, 'image-in', 25, 754, 1000, 1000, 127333, NULL, NULL);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_actionscheduler_actions`
--
ALTER TABLE `wp_actionscheduler_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `hook` (`hook`),
  ADD KEY `status` (`status`),
  ADD KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  ADD KEY `args` (`args`),
  ADD KEY `group_id` (`group_id`),
  ADD KEY `last_attempt_gmt` (`last_attempt_gmt`),
  ADD KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`),
  ADD KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  ADD KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`);

--
-- Indexes for table `wp_actionscheduler_claims`
--
ALTER TABLE `wp_actionscheduler_claims`
  ADD PRIMARY KEY (`claim_id`),
  ADD KEY `date_created_gmt` (`date_created_gmt`);

--
-- Indexes for table `wp_actionscheduler_groups`
--
ALTER TABLE `wp_actionscheduler_groups`
  ADD PRIMARY KEY (`group_id`),
  ADD KEY `slug` (`slug`(191));

--
-- Indexes for table `wp_actionscheduler_logs`
--
ALTER TABLE `wp_actionscheduler_logs`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `action_id` (`action_id`),
  ADD KEY `log_date_gmt` (`log_date_gmt`);

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10)),
  ADD KEY `woo_idx_comment_type` (`comment_type`);

--
-- Indexes for table `wp_ewwwio_images`
--
ALTER TABLE `wp_ewwwio_images`
  ADD PRIMARY KEY (`id`),
  ADD KEY `path` (`path`(191)),
  ADD KEY `attachment_info` (`gallery`(3),`attachment_id`);

--
-- Indexes for table `wp_ewwwio_queue`
--
ALTER TABLE `wp_ewwwio_queue`
  ADD PRIMARY KEY (`id`),
  ADD KEY `attachment_info` (`gallery`(3),`attachment_id`);

--
-- Indexes for table `wp_e_events`
--
ALTER TABLE `wp_e_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created_at_index` (`created_at`);

--
-- Indexes for table `wp_e_submissions`
--
ALTER TABLE `wp_e_submissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  ADD KEY `main_meta_id_index` (`main_meta_id`),
  ADD KEY `hash_id_index` (`hash_id`),
  ADD KEY `type_index` (`type`),
  ADD KEY `post_id_index` (`post_id`),
  ADD KEY `element_id_index` (`element_id`),
  ADD KEY `campaign_id_index` (`campaign_id`),
  ADD KEY `user_id_index` (`user_id`),
  ADD KEY `user_ip_index` (`user_ip`),
  ADD KEY `status_index` (`status`),
  ADD KEY `is_read_index` (`is_read`),
  ADD KEY `created_at_gmt_index` (`created_at_gmt`),
  ADD KEY `updated_at_gmt_index` (`updated_at_gmt`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`),
  ADD KEY `referer_index` (`referer`(191)),
  ADD KEY `referer_title_index` (`referer_title`(191));

--
-- Indexes for table `wp_e_submissions_actions_log`
--
ALTER TABLE `wp_e_submissions_actions_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `action_name_index` (`action_name`),
  ADD KEY `status_index` (`status`),
  ADD KEY `created_at_gmt_index` (`created_at_gmt`),
  ADD KEY `updated_at_gmt_index` (`updated_at_gmt`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`);

--
-- Indexes for table `wp_e_submissions_values`
--
ALTER TABLE `wp_e_submissions_values`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `key_index` (`key`);

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`),
  ADD KEY `type_status_author` (`post_type`,`post_status`,`post_author`);

--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `wp_vxc_zoho_accounts`
--
ALTER TABLE `wp_vxc_zoho_accounts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_vxc_zoho_log`
--
ALTER TABLE `wp_vxc_zoho_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `entry_id` (`order_id`);

--
-- Indexes for table `wp_wc_admin_notes`
--
ALTER TABLE `wp_wc_admin_notes`
  ADD PRIMARY KEY (`note_id`);

--
-- Indexes for table `wp_wc_admin_note_actions`
--
ALTER TABLE `wp_wc_admin_note_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `note_id` (`note_id`);

--
-- Indexes for table `wp_wc_category_lookup`
--
ALTER TABLE `wp_wc_category_lookup`
  ADD PRIMARY KEY (`category_tree_id`,`category_id`);

--
-- Indexes for table `wp_wc_customer_lookup`
--
ALTER TABLE `wp_wc_customer_lookup`
  ADD PRIMARY KEY (`customer_id`),
  ADD UNIQUE KEY `user_id` (`user_id`),
  ADD KEY `email` (`email`);

--
-- Indexes for table `wp_wc_download_log`
--
ALTER TABLE `wp_wc_download_log`
  ADD PRIMARY KEY (`download_log_id`),
  ADD KEY `permission_id` (`permission_id`),
  ADD KEY `timestamp` (`timestamp`);

--
-- Indexes for table `wp_wc_order_coupon_lookup`
--
ALTER TABLE `wp_wc_order_coupon_lookup`
  ADD PRIMARY KEY (`order_id`,`coupon_id`),
  ADD KEY `coupon_id` (`coupon_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `wp_wc_order_product_lookup`
--
ALTER TABLE `wp_wc_order_product_lookup`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `product_id` (`product_id`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `wp_wc_order_stats`
--
ALTER TABLE `wp_wc_order_stats`
  ADD PRIMARY KEY (`order_id`),
  ADD KEY `date_created` (`date_created`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `status` (`status`(191));

--
-- Indexes for table `wp_wc_order_tax_lookup`
--
ALTER TABLE `wp_wc_order_tax_lookup`
  ADD PRIMARY KEY (`order_id`,`tax_rate_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `wp_wc_product_attributes_lookup`
--
ALTER TABLE `wp_wc_product_attributes_lookup`
  ADD PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`),
  ADD KEY `product_or_parent_id_term_id` (`product_or_parent_id`,`term_id`),
  ADD KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`);

--
-- Indexes for table `wp_wc_product_download_directories`
--
ALTER TABLE `wp_wc_product_download_directories`
  ADD PRIMARY KEY (`url_id`),
  ADD KEY `url` (`url`(191));

--
-- Indexes for table `wp_wc_product_meta_lookup`
--
ALTER TABLE `wp_wc_product_meta_lookup`
  ADD PRIMARY KEY (`product_id`),
  ADD KEY `virtual` (`virtual`),
  ADD KEY `downloadable` (`downloadable`),
  ADD KEY `stock_status` (`stock_status`),
  ADD KEY `stock_quantity` (`stock_quantity`),
  ADD KEY `onsale` (`onsale`),
  ADD KEY `min_max_price` (`min_price`,`max_price`),
  ADD KEY `sku` (`sku`(50));

--
-- Indexes for table `wp_wc_rate_limits`
--
ALTER TABLE `wp_wc_rate_limits`
  ADD PRIMARY KEY (`rate_limit_id`),
  ADD UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191));

--
-- Indexes for table `wp_wc_reserved_stock`
--
ALTER TABLE `wp_wc_reserved_stock`
  ADD PRIMARY KEY (`order_id`,`product_id`);

--
-- Indexes for table `wp_wc_tax_rate_classes`
--
ALTER TABLE `wp_wc_tax_rate_classes`
  ADD PRIMARY KEY (`tax_rate_class_id`),
  ADD UNIQUE KEY `slug` (`slug`(191));

--
-- Indexes for table `wp_wc_webhooks`
--
ALTER TABLE `wp_wc_webhooks`
  ADD PRIMARY KEY (`webhook_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wp_woocommerce_api_keys`
--
ALTER TABLE `wp_woocommerce_api_keys`
  ADD PRIMARY KEY (`key_id`),
  ADD KEY `consumer_key` (`consumer_key`),
  ADD KEY `consumer_secret` (`consumer_secret`);

--
-- Indexes for table `wp_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wp_woocommerce_attribute_taxonomies`
  ADD PRIMARY KEY (`attribute_id`),
  ADD KEY `attribute_name` (`attribute_name`(20));

--
-- Indexes for table `wp_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `wp_woocommerce_downloadable_product_permissions`
  ADD PRIMARY KEY (`permission_id`),
  ADD KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  ADD KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`);

--
-- Indexes for table `wp_woocommerce_log`
--
ALTER TABLE `wp_woocommerce_log`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `level` (`level`);

--
-- Indexes for table `wp_woocommerce_order_itemmeta`
--
ALTER TABLE `wp_woocommerce_order_itemmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `order_item_id` (`order_item_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `wp_woocommerce_order_items`
--
ALTER TABLE `wp_woocommerce_order_items`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`);

--
-- Indexes for table `wp_woocommerce_payment_tokenmeta`
--
ALTER TABLE `wp_woocommerce_payment_tokenmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `payment_token_id` (`payment_token_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `wp_woocommerce_payment_tokens`
--
ALTER TABLE `wp_woocommerce_payment_tokens`
  ADD PRIMARY KEY (`token_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wp_woocommerce_sessions`
--
ALTER TABLE `wp_woocommerce_sessions`
  ADD PRIMARY KEY (`session_id`),
  ADD UNIQUE KEY `session_key` (`session_key`);

--
-- Indexes for table `wp_woocommerce_shipping_zones`
--
ALTER TABLE `wp_woocommerce_shipping_zones`
  ADD PRIMARY KEY (`zone_id`);

--
-- Indexes for table `wp_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wp_woocommerce_shipping_zone_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `location_id` (`location_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20)),
  ADD KEY `zone_id` (`zone_id`);

--
-- Indexes for table `wp_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wp_woocommerce_shipping_zone_methods`
  ADD PRIMARY KEY (`instance_id`);

--
-- Indexes for table `wp_woocommerce_tax_rates`
--
ALTER TABLE `wp_woocommerce_tax_rates`
  ADD PRIMARY KEY (`tax_rate_id`),
  ADD KEY `tax_rate_country` (`tax_rate_country`),
  ADD KEY `tax_rate_state` (`tax_rate_state`(2)),
  ADD KEY `tax_rate_class` (`tax_rate_class`(10)),
  ADD KEY `tax_rate_priority` (`tax_rate_priority`);

--
-- Indexes for table `wp_woocommerce_tax_rate_locations`
--
ALTER TABLE `wp_woocommerce_tax_rate_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indexes for table `wp_yith_wcwl`
--
ALTER TABLE `wp_yith_wcwl`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `prod_id` (`prod_id`);

--
-- Indexes for table `wp_yith_wcwl_lists`
--
ALTER TABLE `wp_yith_wcwl_lists`
  ADD PRIMARY KEY (`ID`),
  ADD UNIQUE KEY `wishlist_token` (`wishlist_token`),
  ADD KEY `wishlist_slug` (`wishlist_slug`);

--
-- Indexes for table `wp_yoast_indexable`
--
ALTER TABLE `wp_yoast_indexable`
  ADD PRIMARY KEY (`id`),
  ADD KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  ADD KEY `object_id_and_type` (`object_id`,`object_type`),
  ADD KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  ADD KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  ADD KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  ADD KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`);

--
-- Indexes for table `wp_yoast_indexable_hierarchy`
--
ALTER TABLE `wp_yoast_indexable_hierarchy`
  ADD PRIMARY KEY (`indexable_id`,`ancestor_id`),
  ADD KEY `indexable_id` (`indexable_id`),
  ADD KEY `ancestor_id` (`ancestor_id`),
  ADD KEY `depth` (`depth`);

--
-- Indexes for table `wp_yoast_migrations`
--
ALTER TABLE `wp_yoast_migrations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `wp_yoast_migrations_version` (`version`);

--
-- Indexes for table `wp_yoast_primary_term`
--
ALTER TABLE `wp_yoast_primary_term`
  ADD PRIMARY KEY (`id`),
  ADD KEY `post_taxonomy` (`post_id`,`taxonomy`),
  ADD KEY `post_term` (`post_id`,`term_id`);

--
-- Indexes for table `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `link_direction` (`post_id`,`type`),
  ADD KEY `indexable_link_direction` (`indexable_id`,`type`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_actionscheduler_actions`
--
ALTER TABLE `wp_actionscheduler_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=93;

--
-- AUTO_INCREMENT for table `wp_actionscheduler_claims`
--
ALTER TABLE `wp_actionscheduler_claims`
  MODIFY `claim_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `wp_actionscheduler_groups`
--
ALTER TABLE `wp_actionscheduler_groups`
  MODIFY `group_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `wp_actionscheduler_logs`
--
ALTER TABLE `wp_actionscheduler_logs`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=275;

--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=65;

--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47;

--
-- AUTO_INCREMENT for table `wp_ewwwio_images`
--
ALTER TABLE `wp_ewwwio_images`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `wp_ewwwio_queue`
--
ALTER TABLE `wp_ewwwio_queue`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_e_events`
--
ALTER TABLE `wp_e_events`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_e_submissions`
--
ALTER TABLE `wp_e_submissions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_e_submissions_actions_log`
--
ALTER TABLE `wp_e_submissions_actions_log`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_e_submissions_values`
--
ALTER TABLE `wp_e_submissions_values`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21711;

--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15784;

--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5022;

--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=179;

--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=147;

--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=147;

--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=210;

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_vxc_zoho_accounts`
--
ALTER TABLE `wp_vxc_zoho_accounts`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_vxc_zoho_log`
--
ALTER TABLE `wp_vxc_zoho_log`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wc_admin_notes`
--
ALTER TABLE `wp_wc_admin_notes`
  MODIFY `note_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=184;

--
-- AUTO_INCREMENT for table `wp_wc_admin_note_actions`
--
ALTER TABLE `wp_wc_admin_note_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15432;

--
-- AUTO_INCREMENT for table `wp_wc_customer_lookup`
--
ALTER TABLE `wp_wc_customer_lookup`
  MODIFY `customer_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wp_wc_download_log`
--
ALTER TABLE `wp_wc_download_log`
  MODIFY `download_log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wc_product_download_directories`
--
ALTER TABLE `wp_wc_product_download_directories`
  MODIFY `url_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wc_rate_limits`
--
ALTER TABLE `wp_wc_rate_limits`
  MODIFY `rate_limit_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wc_tax_rate_classes`
--
ALTER TABLE `wp_wc_tax_rate_classes`
  MODIFY `tax_rate_class_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_wc_webhooks`
--
ALTER TABLE `wp_wc_webhooks`
  MODIFY `webhook_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_api_keys`
--
ALTER TABLE `wp_woocommerce_api_keys`
  MODIFY `key_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wp_woocommerce_attribute_taxonomies`
  MODIFY `attribute_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `wp_woocommerce_downloadable_product_permissions`
  MODIFY `permission_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_log`
--
ALTER TABLE `wp_woocommerce_log`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_order_itemmeta`
--
ALTER TABLE `wp_woocommerce_order_itemmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=168;

--
-- AUTO_INCREMENT for table `wp_woocommerce_order_items`
--
ALTER TABLE `wp_woocommerce_order_items`
  MODIFY `order_item_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT for table `wp_woocommerce_payment_tokenmeta`
--
ALTER TABLE `wp_woocommerce_payment_tokenmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_payment_tokens`
--
ALTER TABLE `wp_woocommerce_payment_tokens`
  MODIFY `token_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_sessions`
--
ALTER TABLE `wp_woocommerce_sessions`
  MODIFY `session_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_shipping_zones`
--
ALTER TABLE `wp_woocommerce_shipping_zones`
  MODIFY `zone_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wp_woocommerce_shipping_zone_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wp_woocommerce_shipping_zone_methods`
  MODIFY `instance_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_woocommerce_tax_rates`
--
ALTER TABLE `wp_woocommerce_tax_rates`
  MODIFY `tax_rate_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_woocommerce_tax_rate_locations`
--
ALTER TABLE `wp_woocommerce_tax_rate_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_yith_wcwl`
--
ALTER TABLE `wp_yith_wcwl`
  MODIFY `ID` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_yith_wcwl_lists`
--
ALTER TABLE `wp_yith_wcwl_lists`
  MODIFY `ID` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_yoast_indexable`
--
ALTER TABLE `wp_yoast_indexable`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=919;

--
-- AUTO_INCREMENT for table `wp_yoast_migrations`
--
ALTER TABLE `wp_yoast_migrations`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;

--
-- AUTO_INCREMENT for table `wp_yoast_primary_term`
--
ALTER TABLE `wp_yoast_primary_term`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35;

--
-- AUTO_INCREMENT for table `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1481;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `wp_wc_download_log`
--
ALTER TABLE `wp_wc_download_log`
  ADD CONSTRAINT `fk_wp_wc_download_log_permission_id` FOREIGN KEY (`permission_id`) REFERENCES `wp_woocommerce_downloadable_product_permissions` (`permission_id`) ON DELETE CASCADE;
COMMIT;

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